.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,200,0;--color-primary-1:255,174,0;--color-primary-2:255,173,0;--color-primary-3:255,211,0;--color-primary-4:248,246,0;--color-secondary-0:255,95,95;--color-secondary-1:251,135,73;--color-secondary-2:216,43,43;--color-secondary-3:255,0,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:238,238,238;--color-tertiary-2:155,155,155;--color-tertiary-3:14,14,14;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Sarabun"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zdYaHQZC/18660.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz { position:relative;display:none; }#UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz { border-width: 0; border-radius: 0; }#UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz > .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; }#UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;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; }#FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfbfb, #ffc828);background-image: -moz-linear-gradient(180deg, #fbfbfb, #ffc828);background-image: -ms-linear-gradient(180deg, #fbfbfb, #ffc828);background-image: -o-linear-gradient(180deg, #fbfbfb, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #fbfbfb, #ffc828);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;z-index:auto;display:none; }#FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB > .row .container { border-width: 0; border-radius: 0; }#FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#A3LzKbb8LVA3eZVBpL3ya5txIuLAuneC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.9375rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .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-reverse;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; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:kanit;font-size:0.6325rem;font-weight:700;line-height:14.31px;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; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;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:3.1875rem;left:7.1875rem;z-index:15045; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #DlAUs9KVw1frvS9da3JWfPV7QQT4w7vk { display:flex;position:relative;top:0rem;left:0rem; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #gAAqZDKgicfJEdbnTIzPWrEc8A5C1d3r { width:auto; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #BSCPm3I0TwdHI8ZdTbdT3lfZhzlfog1Z {  }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #b2K306FM2Zziu4aHnIbkxdAJqztuzIx2 { display:flex;position:relative;top:0rem;left:0rem; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #HOhDneqm0G6QNlwPtvt1NqhMTJznmuwR {  }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #Q6xK5XIQDWoOLvnX8uC3XFpnDG1fEk1g {  }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #J0OZDt1gaHKG06NJofi14W0CNUFt7vWF { display:flex;position:relative;top:0rem;left:0rem; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #PhDJtw8wEALKx3S6FWibfhXG5XGhkler {  }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #dFgAQznRZzk66CGfp8uUTVitzeHG8sTi {  }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #dCLBQJBpLcEguOD3Wa05tWNUoP4qFBXD { display:flex;position:relative;top:0rem;left:0rem; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #lSLWPXotVRXESRZwF32sXuNX3OOldgrJ {  }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #Q2TrTfJOvunvHHCdT1waSlymfJHBmQtt {  }
#IkamwO8eSWainLmrtJSQNG7yf0c62OSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.875rem;left:31.5rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qM48f2fsSgZN7F7aQ13fQGzGgwF9WTxE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.9375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#puaPidf7MeuGw5JtDq5blikO4si7VuPk { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:6.75rem;left:32rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oNSVTUEztILKixas8FKBCCoK7Klnta2K { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JBgdL9ihaZpRREEWGAPQXuIEP3SKwQsA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:3.9375rem;left:35rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xobX8WKzmFyKTB9BsKQCUxd9qfZ2qJRb { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);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:2.625rem;width:13rem;top:3.6875rem;left:38.25rem;display:block; }
#v4Et7zS3l47PKLztNFU7EaZLrs2yayIf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.5625rem;left:36.375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));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;z-index:auto;display:block; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container { background-color: transparent; background-image: none; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container > .video-iframe-container { display: none; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row > .video-iframe-container { display: none; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .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); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container { border-width: 0; border-radius: 0; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#lzpHI5bczFm7v3TPgo2iETTn4gp5rwhS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.5rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .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-reverse;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; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:kanit;font-size:0.6325rem;font-weight:700;line-height:14.31px;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; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;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:3.1875rem;left:6.75rem;z-index:15045; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #lCNOTReMWgsqCsE41RVAgTrTdpN18xTk { display:flex;position:relative;top:0rem;left:0rem; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #VZlRdvkl9xUQTWdWcisTBVObxC83MKqw { width:auto; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #bdhUws4JXINV3FFJJ3G8oUdSs8xPZWOn {  }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #HGEsmE6molwTSKK7vssDLSU2usuOises { display:flex;position:relative;top:0rem;left:0rem; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #ek6WvTT5hJiifp23MPR6sOgPHeJ7TSyE {  }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #b6PJugKePkaSpkTTpOUv3XqUASqIxwvI {  }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #T12T6s91QdEOLwJN9AJtvA6xbRSlVyEI { display:flex;position:relative;top:0rem;left:0rem; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #LPod171e6muzh52sdvrDsPxz7z4RTnxS {  }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #PDPyH2MSpqCnI2NcfL6eoH8byQRWveSS {  }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #cAKyNPN3n6XtKU2xrzVlbLssWoxHJ8rG { display:flex;position:relative;top:0rem;left:0rem; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #LAdaSIQsLLeAaDG4yMMNhZStuJxWb8HA {  }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #VpJfbqdBoHuVkIClD4zrkU6ltrwOMLDg {  }
#dl9EkkZbdJlAxGWfL6X0CECRL0aJvDn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:1.875rem;left:33.0625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XM4uxEvTJu90TzntAOF5opGRfsTfUG04 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.5rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eh5mWOHS4dJiUyuha5kiFsttqysSSlv6 { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:6.9375rem;left:31.125rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#doTs3qHzppGxCFSyqyXnTciTWdoONOQf { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#MQIODs0g2B74BDWKHMdylQ4acnTlPZi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lhSeLVDM1B1xyT0rJKMqDrClHlwVWzrC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.625rem;left:34.8125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTNMF78NQcdvgszOsPPoltdS8uIqC0md { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #facc6c;top:0.8125rem;left:30.625rem;height:4.00025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oL7yJXcbk1WZTzkVDqlxggQxTZlrhEao { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#G3kZyCQLLG8Mn12ACZnS3L79ccEZRyVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKtBZlilst4qB0rdgV3MDINZlfU5kVT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:5.125rem;left:31.3125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZNDGTmn9tmJh5kz6ceEwHXCJMe1WPAF { position:absolute;display:block;z-index:15011;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:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);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;z-index:auto;display:none; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row .container { border-width: 0; border-radius: 0; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#Fkrg0CS2ghdQt7UPv5sF1TvFu143NCqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:4.5rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .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-reverse;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; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:kanit;font-size:0.6325rem;font-weight:700;line-height:14.31px;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; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;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:3.1875rem;left:4.75rem;z-index:15045; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #WTc9QsIvJkxl9oWdBi27UuA1lMtGNd6t { display:flex;position:relative;top:0rem;left:0rem; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #UO2uIU8v01qOpstzvdUqkCyoSx4UW6Lh { width:auto; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #SVJUZ6830tpKtTJ8MXzMmTuQfSG8U6ET {  }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #hceu2uPyRKJxQIMtqHb1cL16QaAEcc9r { display:flex;position:relative;top:0rem;left:0rem; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #dA4UHUTHg8R0ZCDFQBJnQx50HZBRDiQz {  }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #cmTISo0vbZLuUbdkEzxivocLtfmMrOiy {  }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #XfqvewSDZDkRQMT8hFQFaFH50WP9tV9X { display:flex;position:relative;top:0rem;left:0rem; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #My96ZsdXISmdnBP2Hz7pUu7zvGrTcyPT {  }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #Nnmca5xSHSbEwNQieO83gkCMGdpUkztd {  }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #p2DEhRUsEcLA0mEzLtlcCP2EceHvOx7y { display:flex;position:relative;top:0rem;left:0rem; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #TJS6CsVJ16yEpclZD3ofATuc9xlQiHaf {  }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #s71u5zqSGK4RRQgMT8fakDoJzP1VRN20 {  }
#IiIbXin6tHFaemhTVLTt1zWOKvBL0xik { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.4375rem;left:4.28125rem;height:1rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SieXHqUPcXZ4Bx4hMtdZp6voDy3LrRKs { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#tbNdqmz95vXDpJFCOmHH4aPgdTrR5N1v { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#FS5hTFMyJxrWTCnKTlJx5E3OFWe60T91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUek37yaKic5p1mV8ZbvyWhbuD2MHHU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:0.625rem;left:35.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WytyTtLexGJF6BazipdNdzAT46qoUqkp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:3.23046875rem;left:29.0625rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bbziicx7cJ2hEazDsT958JDWKFhOcvuW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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:3.9375rem;width:27.9375rem;top:2.75rem;left:30.09375rem;display:block; }
#KkpRsrKcmnDynI6sON3eATauSuqpzNEm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.375rem;left:40.5rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ad9qVX2iL6g07gmmhRutavlIwE9p5iOv { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:6.875rem;left:31.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IDBBhaB6RCnTXB3UTpOAwWqlEWSvc8Im { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.8125rem;left:35.5rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);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;z-index:auto;display:none; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row .container { border-width: 0; border-radius: 0; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#PND4Pda2EWiKzLpv0pRSETu9JALI6lfh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:4.5rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .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-reverse;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; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:kanit;font-size:0.6325rem;font-weight:700;line-height:14.31px;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; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;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:3.1875rem;left:4.75rem;z-index:15045; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #z7d5iDxeT9dzSFqngsngQVIQtKGT2C64 { display:flex;position:relative;top:0rem;left:0rem; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #MVJcUwECUClBnQiZZHrUiA1ef6R7TyVI { width:auto; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #xgygJU5xqZB0W2slV0EREmw65NiCTDQr {  }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #HJJPrSrBTT7fdGTIDTTrlDDPw3bc0yxM { display:flex;position:relative;top:0rem;left:0rem; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #Ex9IS7GkOlCRptnHTBsC6IcvTP8aPUZ0 {  }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #w3ztfRhSAZutD2SV81chKIsi3G1smSVT {  }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #CTWTFGTKh4ozEbGtkNotU6xi1DDpPGaU { display:flex;position:relative;top:0rem;left:0rem; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #mEyASGhF328COqCpAD9xP2BXfMZaPMQT {  }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #Mouf848ntWpgTH15xKaRZ4L7qZGXc45E {  }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #k8yI0TwKggzv7CwAXJ3fB8TncFgWSALH { display:flex;position:relative;top:0rem;left:0rem; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #gQ58v29vwTXHrDcDnDQ7ioiTsmipcC13 {  }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #t2U5wE5foFeFMcTzzxqZis0B1s4wVXbh {  }
#VEXwbinlSvtTskHKwZWfdGFRBCzA0F1w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.4375rem;left:4.40625rem;height:1rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Twv7Vr8qvPKbscQX8xVTb3JOZxstUsHE { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#rP7oqGc9I96cS8k7ZebWISw57geDQNib { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TQlA7mV0RUb0I3UpVsTuRKZRNOBt24VC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#TFhLvC2hJc2r2N8CQkSTI3QZMgklZVfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhTSc5w2iuh2yBlUuP0prIT6qk1SKS26 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:0.9375rem;left:35.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1oClRMpJETuwWROFtae9hnMuMWTbuXm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:3.9375rem;left:31.375rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#waVZF19QUAEdnx87mKGNdnFdPakFZ62M { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:26.875rem;top:3.25rem;left:30.625rem;display:block; }
#zpO5NTIKOQJMle5HKHuVOgVOxgaBPNwT { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:6.875rem;left:31.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SB2bzcyUmfWwZOUTC4pdoqfibJcKRgCX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.8125rem;left:35.5rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC.adaptive-delivery-prevent-bg, #Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC.lazyload, #Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC.lazyloading { background-image: none; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC > .row .container { border-width: 0; border-radius: 0; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC::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; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:none; }#mz9T4ucBqerXFgbc0dyxUFp3URCnhc68 { color:#190072;display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:10.5625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKvuw9h0SelpZqBW0VZ0nbfvTr6R4xeg { color:#ffc319;display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:5.31201171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .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; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .widget-text.counter-label { background-color:;background-image:none;color:#190072;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;display:block;width:3.5rem;height:0.75rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:4.75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:21.9375rem;left:20.375rem;z-index:15054; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #fIRTORAsi0naePORGkguLietPy7GuN29 { display:flex;position:relative;top:0rem;left:0rem; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #etRkDOA4RcXm0wmyW86nIosAH6Oei13m { width:auto; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #vFrKODRHVCTfXWO3qUQ8BdVf2WDTBdiq {  }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #L3K97RPrJcr8zafRrX4rkZtv2I1w3xEo { display:flex;position:relative;top:0rem;left:0rem; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #DwUAOxSTtV3Tn2f9Tsdrvp6qRdTFV727 {  }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #yWJZfOBqfCpbDuB3TeqB5I6PevErmech {  }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #RbzydAfvfZkeTA4MRn77xT5WTCuEHRGb { display:flex;position:relative;top:0rem;left:0rem; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #KR4bMxtQvbGwe4oTEVWroESVLuWGW3EP {  }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #ZXzQJFx31GbmWOKcHQTIb0w6smhiTskR {  }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #gfv0kVTkdlCeJHs5ZmCD7MxzTcf15zgE { display:flex;position:relative;top:0rem;left:0rem; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #KaAPFA6DfgkNhwcuUyar8mcTmvsBl6N4 {  }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin #XvTswSkLQCAbvfb70Z6IMLHrAhPPy6P1 {  }
#NfuTNcw8R33mzcT4x3xSx12XfFRhBuNc { color:#190072;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:19.75rem;left:18.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6TFk0NUG1FzhSxdyRqXUE0fOyEz31qT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#NX3Gp9OmCuePAAl4KbvwLGcWllK1WoJV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#kPCHHE3Fz6G796Vi6E7NuitfWOiEZHOz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:8.125rem;overflow:hidden;display:none; }
#tg6O4qRuuAy7y7hsfaA4cAIvxbhCl6DB { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:46.75rem;overflow:hidden;display:none; }
#uN5Hm4X4nTxcusSTzD02y6BC6TrWnM4e { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#DZPi9BunTnP764EoVTFTO764K7pZkaok { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#erMNxp3wZpDFlV6BXNJNUciwAVuiGd4t { position:absolute;display:block;z-index:15094;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:7.0625rem;width:13.625rem;top:11.5625rem;left:9.1875rem;overflow:hidden;display:block; }
#uO2Mmiy9zLCGrkhhDsEQrIfzKTuqn4D8 { position:absolute;display:block;z-index:15095;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:7.0625rem;width:13.5rem;top:11.5625rem;left:23.375rem;overflow:hidden;display:block; }
#W5FGaPg1ocBTB6Nos8sInF4Ax648KUA8 { position:absolute;display:block;z-index:15096;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:7.0625rem;width:13.5rem;top:11.5625rem;left:37.375rem;overflow:hidden;display:block; }
#u6urpcDKua23yEq5EwkEBNZTRf5IfXQD { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe09d;background-image:none;top:19.40625rem;left:19.28125rem;display:block; }
#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3.adaptive-delivery-prevent-bg, #iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3.lazyload, #iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3.lazyloading { background-image: none; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 > .row .container { border-width: 0; border-radius: 0; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3::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; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:none; }#po4MU8LTXtqv5gQHVEmosMT1fTT4cPOH { color:#190072;display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:10.5625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avL4NppovPTa6uOMMFzW8Iqpa2QvIIqT { color:#ffc319;display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:5.31201171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .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; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .widget-text.counter-label { background-color:;background-image:none;color:#190072;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;display:block;width:3.5rem;height:0.75rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:4.75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:21.9375rem;left:20.375rem;z-index:15054; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #Eq4Hx5Oi34Jt7vF1TU6qWkQTAt0CKgM4 { display:flex;position:relative;top:0rem;left:0rem; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #qcilTKORaPfdxkhQC1VyqaqnzXKR9eHN { width:auto; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #SfW1Iy1lREqTMFmPIZEdsquOOCgIiyBc {  }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #zTahZTbP01xhKt1VlAkxonVIAByLFL3U { display:flex;position:relative;top:0rem;left:0rem; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #SlteTKFSUMA8m3ChscBH5gw5fQ234BMk {  }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #Pp2oddRdyhUasQ4QENtpinsotStvMnID {  }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #grDoKEORNuEnzlPcgkCbxZXnouq9nWPB { display:flex;position:relative;top:0rem;left:0rem; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #KpydWq33NM7wy8PsACCiy27VTDmS8mFX {  }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #DFs5nZmb5gn0g22lMTlTHJJz011SXwyZ {  }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #PfzXS2RTCIXUGC5at1ZLdUduRyPub4nT { display:flex;position:relative;top:0rem;left:0rem; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #y5FVsKSeyeRvTrsgQT4n8GRNCuVTwHBC {  }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #hIR7qBQ4m4iZ9z2T0W99557Py9B5607f {  }
#hqs3gOp7sxyviPbu7bRT5KFnsodKHzQp { color:#190072;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:19.75rem;left:18.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mxyxi3dRHOIvDU9cC1OMO4R33WX9V3Ha { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#HXeRyZuwulnnuUi572A7yrew80Be00Fu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#gCaQibMZIsRcCkqvuwZFudp82ATStUsH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:8.125rem;overflow:hidden;display:none; }
#PzTZMu6iGOXsxCtrPOpOXA1iatPZm80T { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:46.75rem;overflow:hidden;display:none; }
#A2GR0ZWJniP1OT4huD6y3ygQf7HLrnZJ { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#pdEoCwvN9CkIhtoJEdZaQpGxwuPEodkI { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#P7TEuVxZxbGbh7RpQ2e2byTqVi6aRJDR { position:absolute;display:block;z-index:15094;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:7.0625rem;width:13.5rem;top:11.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#OAs1L7Wo0xCtN9d9TBMxFAT83WmPikcC { position:absolute;display:block;z-index:15095;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:7.0625rem;width:13.5rem;top:11.6875rem;left:23.1875rem;overflow:hidden;display:block; }
#eyDWPtQMEDQLvEmUNIRBHNvoBDS6GRQz { position:absolute;display:block;z-index:15096;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:7.0625rem;width:13.5rem;top:11.6875rem;left:39rem;overflow:hidden;display:block; }
#mlwRwJWUciHKHk05Av5SkPGMKUBbkbSw { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe09d;background-image:none;top:19.40625rem;left:19.28125rem;display:block; }
#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #ffc828);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;z-index:auto;display:none; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row .container { border-width: 0; border-radius: 0; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#MBn2UDftNZqnA4fi5SduSAXAUmgvXmVN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.5rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.734375rem;padding-right:0.646875rem;padding-bottom:0.734375rem;padding-left:0.646875rem;display:block;align-items:center;width:3.880625rem;min-width:3.880625rem;height:3.95rem;position:relative;font-family:arial;font-size:2.939375rem;font-weight:700;line-height:63.2px;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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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.459375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:5.175rem;height:0;position:relative;font-family:arial;font-size:1.101875rem;font-weight:700;line-height:0;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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe { 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:6.75rem;height:5.9375rem;padding-top:0.091875rem;padding-right:0.0925rem;padding-bottom:0.091875rem;padding-left:0.0925rem;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:3.5rem;left:10.5625rem;z-index:15045; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #MovJn3hvJgiCpb19bgrdMDzxXcBzu3Qe { display:flex;position:relative;top:0rem;left:0rem; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #kJdA5dPyEvUQuM4b3K2p25MnGBeLpVRd { width:auto; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #V5HPS4hKpJ5Nnp4uXui3afibOepozMUA {  }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #hcEmkmiGw0fOlohTAPJKFTJJ9dB5G6TF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #di0zKmTIFu6A2benxr9abSAAA8MOg30x {  }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #xoSX0XZiGq5e3ETuSzqf0L1JqqKLVP9w {  }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #ab9rw25094Ggyu0gJaLyJN6vaTV0AvsC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #bZDzixtV9LwPNuK6v2HtcDaaETNwTCwA {  }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #GyRxGDsUyv8QX5esI8191nBJGVwMOioq {  }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #T3JKWU40PohWFu6aVFco33osQSOLyzJR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #F3KVdqRNTzdONcX2V0ZkUZUQHMqOnqgM {  }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #ePXkpGxD3KNBpdJiUTQo1yzycN3RZb8V {  }
#rDQXpM3UfxOUx1vkPNypXzXDNTex61tU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.125rem;left:3.5rem;height:1rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Q1U2uTVtNMisoX3N9scnmQy2LydfODM1 { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#px2AEnQcPdT6W5ywF5fC0ivaB0mDVk0k { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#Fu9d7k9pGXUi9yO89Hq4N3r7PTMHkeap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAGF0loBOHQCz6cdrFqsdavGTJLtvxSs { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:1.4375rem;left:5.875rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhmSpJgh6s8KpO0kI5S2vgVhe7QtRdTc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:2.5rem;left:29.25rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nD5MBTF3o48ThUL9COIT6Vaf3iGvVvor { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.9375rem;width:26.875rem;top:1.5rem;left:30.6875rem;display:block; }
#dCRxyHsOneJK9HGlmTxuRzf1NC35ecUX { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:6rem;left:31.5rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f1xcaLkpGoKy4tH9cUMZnhnV8N9sMNF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.12109375rem;left:35.8125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RoWSHPBmCcfnw6ZBlcyvfKSTTPf4tqJT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.1875rem;left:15.8125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ca7IpRODbIDTeQ0ZBgSRKIHOweqHE7Fu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.9375rem;width:25.4375rem;top:4.083984375rem;left:1.12353515625rem;display:block; }
#DoA219NxS7L77nlcFF8xkMzzasCqwEfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DoA219NxS7L77nlcFF8xkMzzasCqwEfo.adaptive-delivery-prevent-bg, #DoA219NxS7L77nlcFF8xkMzzasCqwEfo.lazyload, #DoA219NxS7L77nlcFF8xkMzzasCqwEfo.lazyloading { background-image: none; }#DoA219NxS7L77nlcFF8xkMzzasCqwEfo > .row .container { border-width: 0; border-radius: 0; }#DoA219NxS7L77nlcFF8xkMzzasCqwEfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoA219NxS7L77nlcFF8xkMzzasCqwEfo > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:none; }#oiixhvWW4bo37AREkCJLcTcx2iO0e5V6 { 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:9.4995rem;width:23.187rem;top:0.6875rem;left:7.8125rem;overflow:hidden;display:block; }
#uAzmUWyFHosIhd1RBSsGmgwXXhJqZQ6T { color:#ffe98b;display:block;width:56.749rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.625rem;height:2.11230625rem;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; }
#BCA67rD9KvmQ23qPCbZK1N4kBGMNJJfb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.68725625rem;top:4.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#wzrRD3n6iOpbR3HTVZ1xzU8XSF8c5iDi { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:15.875rem;left:0rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#SbXwUi90Qh9oHR3MvpZVzfE5fS68EuhI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9365rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enZP1cz2KrsnSmTkZ3hKxv2ggdrVUbTM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgHqrt6c9N3RpicPRJLnELG9KnhvZtah { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:15.875rem;left:21.625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#Vri2ivnJNN4ohcuUgS5yM43awx53qFDF { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.875rem;left:33.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#HyiN9fVUOrr0B0va00egiLUzhpIW7Oms { color:rgba(var(--color-tertiary-0),1);display:block;width:23.12475rem;position:absolute;font-family:kanit;font-size:3.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #b928ff;top:5.625rem;left:33.8125rem;height:4.6308625rem;font-style:normal;display:block; }
#PCwx9mHMwNfbS6gZF8uI7VMcL3RHMVwV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:29.8125rem;left:21.3125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqCFVTiF6aEdVcUriEN7MxnQhartNbOy { position:absolute;display:block;z-index:15087;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.75rem;width:13.25rem;top:20.1875rem;left:23.8115234375rem;overflow:hidden;display:block; }
#m5pK2IKFUWaQ0TyzaUnJ57CkFphssMQC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:31.8125rem;left:22rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GipX82eubHlALORFXMhpy1Nqg2p0MQtx { color:#ffe98b;display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:34.4375rem;left:16.21875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZh0t95MdTrMDplbDvphAM9r00wL9pmb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:43.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dW64UidGgDR0FA8y5elQ8DaHTym71LKM { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:17.375rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zmGfbc6NcRVTTtn6Ce4T4lIZkJ81cT78 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:43.4375rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F9hFqE8mi9WpItba9sT7poXSI9Z9IRTG { position:absolute;display:block;z-index:15089;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: none;height:8.75rem;width:16.6875rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#XyRQiTyLZu0Snrx3V8TC4brbyFLtdFPh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:29.8125rem;left:1.0625rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rIGquKDBJepHsEm8JosrRPMJrMzog0TX { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:15.875rem;left:43.0625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#Cbfe20oJEyJVdn3kzOhd3T6Oy30FrEDd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.499rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.23095703125rem;left:44.28125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZ98sJEgQDqTsMFehKPBELBvTD0n0m9N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:29.8125rem;left:45.09375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPJqx10yaKJ286hsBwaWo22WmlachTFN { position:absolute;display:block;z-index:15091;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.0625rem;width:7.0625rem;top:21.6875rem;left:52.125rem;overflow:hidden;display:block; }
#nN95tPVEZOHZAMM39HJg26qQtVZyoHmr { position:absolute;display:block;z-index:15089;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.0625rem;width:7.0625rem;top:20.1875rem;left:44rem;overflow:hidden;display:block; }
#ZGynsMpEgGouxE0CarzELavUsCgTpLAa { position:absolute;display:block;z-index:15090;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.0625rem;width:7.0625rem;top:20.9375rem;left:48.4375rem;overflow:hidden;display:block; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .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; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:36.375rem;left:20.375rem;z-index:15055; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #FDsJs0CqfuFcbklz8VZ7iB6v5CF9TTiL { display:flex;position:relative;top:0rem;left:0rem; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #tbMaTqtR9Ouw53IONm79WT8ikaXswRot { width:auto; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #UFkbmHLBqMzCfJ2MLoaOwvC7V1wRzWRO {  }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #sUGzcJQbfacBrZrf3HzQQZm9hqCnA1R9 { display:flex;position:relative;top:0rem;left:0rem; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #os4BkFqJoSCC6gd5nNh8XJgcJJDpz976 {  }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #TvoBmR301C5kITSNGn3JST5ikvpt1Pg0 {  }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #rqV0ZKoFBMUKZ5qMpA4iEy6oLH6SroJo { display:flex;position:relative;top:0rem;left:0rem; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #T3qC6GsiGfDEJmVH7CCLU9OJR60TB0iH {  }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #Tl7cRCrUGmFC0HbacMKfSVtHTi9qBKcu {  }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #yRpfl867mM9mig7GdPw9rEiAAzHIT5r2 { display:flex;position:relative;top:0rem;left:0rem; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #KN22MzK8JUHLCC7eDkBnOc0ow8Td9SDL {  }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #yflVJypKbgCZx0XqbBRqMSiMnKkQe4pT {  }
#NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffc828, rgba(var(--color-primary-2),1));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;z-index:auto;display:none; }#NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 > .row .container { border-width: 0; border-radius: 0; }#NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:none; }#xZHMbhfgVFnR6O8WEGCsK7RyUrmD4kuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .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-reverse;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; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:kanit;font-size:0.6325rem;font-weight:700;line-height:14.31px;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; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;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:3.16796875rem;left:6.40283203125rem;z-index:15045; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #FVF2FhuTmvnw0J1TDRVslKaw0zoAJHD5 { display:flex;position:relative;top:0rem;left:0rem; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #r8kFkx4UWCDV08cTpGKObTAkF4XfCg1E { width:auto; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #t5JiZlT0AS3Cowoy9J4zaONq4IWL3TMS {  }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #EwgWCGiyHTcL3BppTiMuIAqyT57m9V50 { display:flex;position:relative;top:0rem;left:0rem; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #NAF6r2BGybQhv4Qgqve0TNSScuxfolCT {  }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #ZnuVgsyb7afTk1JbNysyfJSrTQSwmUvH {  }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #CAl5rFbvdhXwiXdi6i3reGrZvsTnD6AK { display:flex;position:relative;top:0rem;left:0rem; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #wwOznO1HpyIvSQLT8yXBGe0hxCzW5A12 {  }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #spDdvuR4VWc3l6vGipXM6VqyhHQDTZvX {  }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #abhOxFR7KrM9gBHDPkaKLTUlXLd97SNM { display:flex;position:relative;top:0rem;left:0rem; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #ZIZP8T31WTr4tWtTzhf2AdpX5ASOhJkC {  }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #LfgwTbkx197OphySW5mNKyw4WB600dip {  }
#SrSmQtJd1P35eJooNf3RxXB8ia55Zkoi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.125rem;left:34.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZaecDwLVMI8iItrQFrPSTTV7saMuhqOi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IvsFDnPzMQc7rFJF4Q3yuenHqgDUmvSB { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:7.1875rem;left:32.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N2tF2ovxycsMeEwozL1G10OSzqSHJFgX { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#i3Rt2mqoNRTVB2btOkT5ebwSx5ylGKpW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PLRJCTAwSE7EhVWfBrKZ0zwM70f1gF6I { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.875rem;left:36.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y2Iso13EvcIz32RO1XSIfg9VmpyxqA0T { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.67);top:1.0625rem;left:31.9375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EPHS0kfTrhG2IKMIQxtI4A9lNJATTnNK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#s94qvoGO1On9oTufBJLUIoTIMUelKVEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPZruWnd6VmUPDXlpDMfS5Z6UJt28sfW { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:5.5rem;left:32.625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SFnpkVb7zqidRbD5HTQxTvOQcS7U2f2M { position:absolute;display:block;z-index:15010;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:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:2.25rem;left:3rem;overflow:hidden;display:none; }
#NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 > .row .container { border-width: 0; border-radius: 0; }#NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:none; }#Lbmcm4HBrE2vA752JSDO5klXAxoCTkFw { color:#f8f600;display:block;width:53.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:8.375rem;left:3.375rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cfKe2sA432UFFNOw1fRxvtqubOGT1MWU { color:#f8f600;display:block;width:33.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:13.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -moz-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -ms-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -o-linear-gradient(180deg, #2e00b9, #1a74ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#1a74ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#1a74ff' );";background-image: linear-gradient(180deg, #2e00b9, #1a74ff);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; }#CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f > .row .container { border-width: 0; border-radius: 0; }#CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#iRaLPN8MkmQGH5c2d1WcvTEzzcmAPT5K { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:45.125rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#N3JGC6MJ27ZtlmqEzNO25Nsdsb9i9sEn { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:5.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SPlfpic2OBFocRctI8Tsh34r4wNfAho0 { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:23rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OruDItDdc9oqfZnBPLWZ4SPqriVV0k3x { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:40.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JuOlH2EmPQrG9SIeIs3x0F4cyQroX0wb { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:9.375rem;width:5.125rem;top:21.853515625rem;left:15rem;overflow:hidden;display:block; }
#dDpS12pFm69nkTmoJLMJtebHa9vzK6p5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.40625rem;left:4.8125rem;display:block; }
#ToKdZkmWfmfdfBVZU6BbSPVTmw9rV9t6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSrTK9iRVac33OC4rseUUOuWULP9eLwT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.40625rem;left:22rem;display:block; }
#T8heo7qokz5IuxgMc2GE3LBbM5XMKi6Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcRfKnNum5B5eDM0Eab4dol22TleuPRW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:15.40625rem;left:39.1875rem;display:block; }
#F9lyB8Pyhzt0fGUPsbGR3Ws9PQXB40te { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1taAIJEIX4iHulAQpmTOlKZBaCX9SBB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.81591796875rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#w4Ucq06Do03ELuTTGlpnBxnko69HoHIh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:27.728515625rem;left:8.9375rem;overflow:hidden;display:block; }
#pJtQhT76e2iP9XnOTgSDaFbwi4WQlgVW { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:25.822265625rem;left:5.1875rem;overflow:hidden;display:block; }
#xuiEKc69KqkRn2ndeb7OnJLhp8RU9VhT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:23.791015625rem;left:8.9375rem;overflow:hidden;display:block; }
#H1ubuGTVREktS3GbNrksyXNA2nZJVeS2 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:21.853515625rem;left:5.1875rem;overflow:hidden;display:block; }
#lxEiliCIlG1BDiSNUD4DbIkSpg9P9mND { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.84375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HIEVFo4FwxrAOIsNlF3uIhhprO3iPkwO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.84375rem;left:40.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#dp03g8c72Q2XCpFTsphyZKhrTgxKyy13 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:15.6875rem;left:23.75rem;overflow:hidden;display:block; }
#PGG2BpaDS8zDuO9B8THHzI0bJKwJ83TM { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:16.0625rem;top:21.603515625rem;left:39.1875rem;overflow:hidden;display:block; }
#igIJZ6GPEwPQGxxe5aJSHM7ILh3PMUU8 { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32rem;left:15.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec.adaptive-delivery-prevent-bg, #XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec.lazyload, #XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec.lazyloading { background-image: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { background-color: transparent; background-image: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container > .video-iframe-container { display: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row > .video-iframe-container { display: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .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); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { border-width: 0; border-radius: 0; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#myLktuxUmAQwA3NUXRzSOkLJwFbezXfP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rybQzuB3kwVS2gsmJZlwhIiyQA7rpGAy { color:#2f2c64;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem rgba(var(--color-tertiary-0),1);top:3rem;left:4.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsaBP68cxpDEMl8VRZJWUxIMOoEhnyma { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#G6neMglDPltOgpkx1o6W0paW5HLrwUyv { color:#2f2c64;display:block;width:52.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.6865234375rem;left:3.6552734375rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOHR1GIBsVTyDHCUlCtIWQA3Aymq0eOg { color:#4e4b89;display:block;width:41.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:39.6875rem;left:8.3125rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyVeKoht96dGgmLthcAq2EvlPF1zsdPD { color:#4e4b89;display:block;width:37.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.4375rem;left:11.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HR3PzVpAOQVHM2h6ObaUFVTSTQRf4gqs { color:rgba(var(--color-secondary-0),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:42.25rem;left:5.8125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hb8QXk3sl7UaEXL6tyTb0GpiefT0QApp { position:absolute;display:block;z-index:15011;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:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#rr54668W7ACrUBrv1VtMPXfBBKoqnxE0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.24975rem;width:36.124875rem;top:11.079711914062rem;left:11.93603515625rem;overflow:hidden;display:block; }
#enVT9whKAB99qgwrQyKKfwcoMreXP5dr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3715625rem;height:3.49658125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:47.5rem;left:23.81396484375rem;display:block; }
#w3QTTlZvskUlf3vZ6mron1vS0xCSEzvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phm3KOzoglhIUTfxprMIEtLsyhpxse3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r.adaptive-delivery-prevent-bg, #phm3KOzoglhIUTfxprMIEtLsyhpxse3r.lazyload, #phm3KOzoglhIUTfxprMIEtLsyhpxse3r.lazyloading { background-image: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container { background-color: transparent; background-image: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container > .video-iframe-container { display: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row > .video-iframe-container { display: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .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); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container { border-width: 0; border-radius: 0; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#VXEWrTJuQfSZRdBtOPtPTPhAGBFfTP6T { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:33.1875rem;width:23.1875rem;top:2.5rem;left:34.125rem;display:block; }
#VC5yyJuK1irf1Fl7n1uz1dikCIp41UJR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#cIM6b6UF7Haa03XQB6f8uOQT9lnT2uVs { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:11.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcbR0pJsfGAOxzlfhTOV2ONl6rePcNH3 { color:#f80000;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:23.875rem;left:1.9375rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QITJidsynQ5zdtT8mh6BXCDloedwIeRi { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:32.5rem;top:13.749389648438rem;left:1.1248779296875rem;overflow:hidden;display:block; }
#ve6JxTwpbfbpoTNldyOIiieb881Rwd2A { color:#f47490;display:block;width:19.1245rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:4.3125rem;left:36.1875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWvQKCfMkBiVRdOtdWOABfp0TWsaKWMW { color:#ff5f5f;display:block;width:31.6230625rem;position:absolute;font-family:sarabun;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.3125rem;left:1.5625rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9y2O8AJsDSv30R01lGtFlBmCs42yuyT { color:#4e4b89;display:block;width:31.4980625rem;position:absolute;font-family:sarabun;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:7.625rem;left:1.625rem;height:4.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-form-header {  }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:18.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.5rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:#ffde00;vertical-align:top;width:17.4375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-container:first-of-type{padding-top:0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-container:last-of-type{padding-bottom:0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.4375rem;top:8.3125rem;z-index:15022;position:absolute; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5rem;display:block;vertical-align:top; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L {display:block;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.4375rem;top:8.3125rem;z-index:15022;position:absolute; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #m0l7u6qVwSBdcqJ6iACCgddbHrmPoTTJ { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #CxtIkUxMzp9umV13vRDi9i0a8ogm65IX { position:relative;display:block; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #qc2853o2ALmaIltpkICJ6PywiMob54zc { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #ThJh5P0IelZDTFNKwVJxgeunS4p9uiVG { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #h1XCLM5k01aQ2neR1aS1xassNHIgl4Td { position:relative;display:block; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #TBbmAU77m4daLs2QqmnBQ6yZXgrZ1aDa { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #e3GztqHhoWqaJfhJF9k0L4lSCplVof8a { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #pbvm1rLmoKK1uPLTGbQOCPiU5l31v8ES { position:relative;display:block; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #hdH0X03ckhkpXi8yP54BfowFRX56HnwD { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #EHAv7J52FCMUMeLkCVWzpFr3xuNw3WDX { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #DZvLTZzIr1SgD8seSWF8Jy4VRedrvB1i { position:relative;z-index:2; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #WA0KWyn0rXRd8omA7g3ygU6Ab8Q12xyG { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #cnscAHTmR78TFs1mw2OZ2WkTWrRCJuiV { position:relative;display:block;z-index:15000; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #ooOrEIt9T7A7ABnpBmSsLTaB1aKbo6Aq { position:relative;display:block;z-index:15000; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #tcSN91c07vS29vgsJLP7ANA1TtS7p2rX { position:relative; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #UkiqBQksZxFCwQoCBEUbbVXAsLCtq57L { position:relative; }
#CBTA5Hc6Bt6L1Qebv4n07Jt2MkIpiOAS { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x3xl3PsIqeq18LrHmcn8t2pSfJoLycyA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g6GMKEtoiRZ5bs2DRVylGG8VVFey52ne { position:relative; }
#SGUUBT57H1gMbgahrOTtp965XeU3ZeWN { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mMDcO3D1zQhzxW8ecMBfRNwH2TzPvfEA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yK4fKvWMmSyGMQWnoV6yGCLfTyhh9y9v { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gQJOJc9WdCQAt0s5Ay2PbexZE9MOTgxz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PbTS0NhrOeJoge6arrropTgDB1zTy3Tx { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EfZTaNpeWIeovMiha7vCoAAazhcE0QsF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VGqMRa8VbkJSTgs8ENczLxaJqhqtvonB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nXDyez97q8BPuSxzG1tAAtQfxSPyWkJe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CTXof5J6g9PcWpNXAPwxhrH0E4TAzXTa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tNv8IUMBukWvJeTb9zxkTSAgt8Uavsat { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MEwc9w6sGs6dPQzzClWAeguXo5kytBs6 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #romxqTiqRtwQ80MRf7FZWXfGlRyFNR7A { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FbPu4IzFkiKo57LpfiuuXTFtyuQ21OXV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HwIRoMskWUBgsAJohZrrwHDgBlkQ9708 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yUcUnL5T4Rg9c75bAoxilqonxZBgqpF0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vwhAJJi6bWdDBcXM7uRfwacmQzw7T3Oo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvGnEMG4bXFg9O9FRvLoctWhAZyrGgiD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i0DTsoWgFfSpuxD0fRnhr1VGW1pHkZ1F { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nB7QH1gyClTip4LLQsxWOuTxqoXc8tm5 { position:relative; }
#JHJMM4hvaNdQ92m21FO5boNoCDNS73Js { position:relative;display:block; }
#n2oGQP7bd6k0cdndQCMNo464kkO3OxwD { position:relative;display:block; }
#XJN5byGWsrkntQdmXEvxy5oxvQvaRoHs { position:relative;display:block; }
#IFIZwZTtU9FqrJHrIQxLLsTpgwBoa2QG { position:relative;display:block; }
#DDKAxCoI8fpnIysNWuVIV0wnSTTvOHQd { position:relative;display:block; }
#XLAm5xIXLV2orJcIqq8oFmSo5kcOkQK3 { position:relative;display:block; }
#TJZUZCdTZI1TcETK5CMHEu316gJ0nMZB { color:#2e00b9;display:block;width:29.8730625rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:33rem;left:2.4375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BIRdseRkpOiAKG9cvOJochqh7cW6T5Ma { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:21.27490234375rem;left:1.53173828125rem;height:3.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zet1CKE4hlonmNXA0un9yUAh10usRT0r { box-sizing:content-box;height:4.8125rem;width:13.75rem;position:absolute;display:block;z-index:15098;background-color:#970e0f;background-image:none;top:25.0625rem;left:9.5rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:none; }
#sNORUXz6RnQc0WAuFDJWtla15dA7CPSx { color:#facc6c;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:27.875rem;left:10.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CMIIQ2zqOxKzEabG0REwyF8pu5Ps6Mnx { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:25.75rem;left:9.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FXRAC6GtbzkCapM2VJanWy5UaLwVnO9N { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:29.5rem;left:1.875rem;height:1.81274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5.adaptive-delivery-prevent-bg, #RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5.lazyload, #RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5.lazyloading { background-image: none; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 > .row .container { border-width: 0; border-radius: 0; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:none; }#lJdpcPt1CDZD0AFEJERZ8rxdZ6ROGq3N { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:35rem;width:27rem;top:3.2497863769531rem;left:31.374786376953rem;display:block; }
#lWTDSctWe2hF7OhkpmhVeaoyV58WbNaI { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#Kham7cMktndHtLMsmH3PoKKpklct1wTh { color:#f80000;display:block;width:30.9375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:9.0625rem;left:0rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWdPvNoTLrHwMcXzUnCcV0JKkmcetLsr { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:9.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1aSNrf0M1NAhi036TGOLKg5KxiCAr0T { color:#4e4b89;display:block;width:31.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.5rem;left:0.0625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNuztqsQKnpIa8sBMaafTncoyWpliy89 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:5.1875rem;left:32.375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCF8zwFcMLsp5DpAimtfAHiU95ToXot4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:26.6875rem;left:0rem;height:3.8496125rem;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; }
#DR2ziyk5D5SxS6lv9bOe1ZC6gUAkbTVf { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.1235rem;width:6.9998125rem;top:24.9375rem;left:0.4375rem;display:block; }
#IZLi0pWOLLkgrQu7TKTXIb7VFfMzAIav { color:rgba(var(--color-secondary-0),1);display:block;width:31.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.25rem;left:0rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwxWlei50XeKX8zm0pNXfGvDLDpE5Z55 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.375rem;width:27.9375rem;top:30.5rem;left:4.3125rem;display:block; }
#T1HyCkCOg8lNcbCclBvVw1Nmf8Pw3V34 { color:#ffeacc;display:block;width:29.811580657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.125rem;left:5.9375rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIDNOwhBnvSkifHNoOOIWBfg4Q9FsU58 { 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:17.0625rem;width:21.375rem;top:17.25rem;left:8.25rem;overflow:hidden;display:block; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-form-header {  }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:1rem;font-weight:400;color:#ffe800;vertical-align:top;width:19.375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-container:first-of-type{padding-top:0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-container:last-of-type{padding-bottom:0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.46826171875rem;top:11.2998046875rem;z-index:15022;position:absolute; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI {display:block;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.46826171875rem;top:11.2998046875rem;z-index:15022;position:absolute; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Bpiw1wl7E9cRysK8VdOP9oz3WZowlPiv { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #BekW7JQrcgxc8TxEhwsJh5N2NqHC1qhD { position:relative;display:block; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #xdrJzUIafUyApeQJIsPFE0UmAE3S1lnr { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #OPE0c9gMXwtDnA3xe8Qtn5dPTDgUBUC9 { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Nov3Ml4pTnZhl9EvxWMHXdlt5FGkc6zI { position:relative;display:block; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #GKxtw75vU0hSntLOCNeWPWiFFKyowQRa { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Mezzhu9cUQndiamDbwfrhSkxUW4p2gsI { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #tNJ4cPUiae9iUktJkOvDVomIgU4B2HJF { position:relative;display:block; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #o041gBLcwkkDAILRfMcG6uXg4CnwsIeN { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #k3RMHg7EWyTppvhXwgfqQChtnQtovRzT { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #H8BsOVXiVefpA2RFWa9yUd2yEHUsletl { position:relative;z-index:2; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #ZyTHmkgWBanCTsQWOe52OP48JK9em7I9 { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #AbLBXbt7A79yNKEPAdrZKckJ3wbpLC8e { position:relative;display:block;z-index:15000; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #TS1JVn3CwKmoMHQ5F6XnFKegT8WVqgfx { position:relative;display:block;z-index:15000; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #eT37KK2GZ4X5pTVgPENHQhJ9vE18lJBs { position:relative; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #HRignhdMp7QqDZ0EG4cidmyC37pAuzZ3 { position:relative; }
#anlXvkBIOe3DkKvKyKEkkKRnkRAmrxkn { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XhUtiL9RMCwPoqfHkFoCHIcZw5vJGpbe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A8wqS9wPK2hSLvXFOVTiFHufFcvKBXzu { position:relative; }
#Jrugw8LH1kLTaGk4eq761Sf3AfZNxR3O { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P4JSucHIi54Nx1TgdMpvAvHPqe1rP229 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VMm6xtbsRzpTKXTk3CTyt6nxMUNeAgI9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BBuTG5kk8znKPaBJITlufu6sTrTKtu9m { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ncEcZV6LdwUzviiggEqXK5QCVb3WMnrk { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNtiO0Jgso4iKtTJJkNvrxHf7Ze9T6nn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fD5H9cs2b9gJcfQxi5F5C7wGVXE69k86 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QcTTWxl39JRKrJSsTufhqn2n3hfT6VVu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eiavM3nb79rB6fxN37nT4O3GoQVAU101 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U4T6VSIB98O4S0A2bZSpegart8wvSTeA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rsJ6I6fc9fZSn38sW95WAAUrousSsHAb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x8u3JbJGOp5H5ZHOfaIr8ZshSN3B6Dpp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uoUPswsdQtzR9NBVF2O7fWp94w8rXo4V { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M0MEiXTGAT8AmBFdtn8HQGT8HD4eF9Ie { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZICHQeSiNMpy5I4XPXFTq5rupHlEtOnS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LNb8w2lbDGf4xJcU7pgovshi7hvN8v7Z { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Qy7QOiaHLTeL1rTirS7bkGG08ht9PCOl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g8NZo8SOoSldpuQ2v7SmXbhGs4ET7JXp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #z64Wy3FQln4dydDFhUv2q95eiUEmNC7s { position:relative; }
#JsFCc7MWfL1oh4vZyU4tBffuoTDqVmqa { position:relative;display:block; }
#ccEKA6biESVSnpQmCeBhT0hBrSua2bto { position:relative;display:block; }
#FrWdJVDez8NiuBhiO6A8klTMiRTfhdJn { position:relative;display:block; }
#MumU4r6ETdktCNytFek41OpbhdA7kgal { position:relative;display:block; }
#kiTugc4yWGhoUTU6okpfyicymTmITQZb { position:relative;display:block; }
#nhs3kXHg9tsnML4L2fBDifudL5UNxJio { position:relative;display:block; }
#pz2Mu7bJSu3ZZe6WnFpciM6qBDtcOSWT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.846069335938rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vT896xouVi6MJP8ZtkCVchxag9LEAdDS { border-top:0.625rem solid #ff5361;border-left:0.625rem solid #ff5361;border-right:0.625rem solid #ff5361;border-bottom:0.625rem solid #ff5361;background-color:rgba(var(--color-tertiary-4),1);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; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container { background-color: transparent; background-image: none; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container > .video-iframe-container { display: none; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row > .video-iframe-container { display: none; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .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); }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container { border-width: 0; border-radius: 0; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:60rem;position:relative;display:block; }#B5T8CqMcVbSGec2MvFiMBuigqlu8ftgL { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:49rem;width:59.3125rem;top:0.787109375rem;left:0.3125rem;display:block; }
#DnZZwyRi3JLISmZxy5JBfsiVPignnny2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:47.0625rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNTU676ciVDaHO60MzvdxGXBXcewILlQ { color:rgba(var(--color-secondary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:44.9248046875rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbIqJcCDquN0Vh4D0ihdyVmCfytsEKBb { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:41.5rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oT4X7soPkibTpsokqoAKGGnIw37TzybR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZAkDA7LKgaSldb9BeaRBaCqr2f1sfweW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:38.375rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sCPlS8RHIqIGH43drGawSMb1ywzoAQc4 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:11.125rem;width:16.875rem;top:12.75rem;left:20rem;overflow:hidden;display:block; }
#VUaihnlv4UG2vXM7kedekrRSaVuqOa4V { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:8.662109375rem;left:5.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RyRE6OffwTcTru3EGogGJTwie2T9Anr8 { position:absolute;display:block;z-index:15044;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:28.0625rem;left:1.28125rem;overflow:hidden;display:block; }
#TqIm4kVA25FmQkK5c23yF0DKPgz5BP6X { position:absolute;display:block;z-index:15045;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:28.0625rem;left:40.25rem;overflow:hidden;display:block; }
#TuCkWVZl3bKDtdks0fc67iTnaJcahM9p { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.375005722046rem;left:2.4375rem;height:0.89323125rem;text-align:center;text-align-last:center;display:none; }
#GlTtflSuzynICIix72rrxJBuzn2x6Zwk { position:absolute;display:block;z-index:15090;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.1875rem;width:17.5625rem;top:28.09375rem;left:20.78125rem;overflow:hidden;display:block; }
#yJDdbnqGDtyScsP4GsTpMNPgcAc952fp { position:absolute;display:block;z-index:15091;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:10.25rem;width:17.6875rem;top:12.875rem;left:38.34375rem;overflow:hidden;display:block; }
#dTD0MidyuvDl4wSfBdLlDnIb19IIq9BM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:24.240234375rem;left:6.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z2gqGk68doudoOV2Rc1BZSyWRhCa1nUt { position:absolute;display:block;z-index:15092;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:14.625rem;top:12.75rem;left:4.0625rem;overflow:hidden;display:block; }
#LuNHcrJJFweNbsODV6bl5JXyGTCpJSXd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:25.625rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkNGP0QGUcpnJh8kHfI3DnHPMJ4KdfVa { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.125rem;left:39rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6xWeNqVmTiWt7XhqImekraaNqa8BxbR { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:39.96875rem;left:21.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaCT928Riyor9El9SC9BDldG0ocevm0L { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3720625rem;height:3.49706875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:50.75rem;left:23.81298828125rem;display:block; }
#kT6dlbuSQTddwhWhIw7FA7vP13o9T6y7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.72);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; }#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 > .row .container { border-width: 0; border-radius: 0; }#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:none; }#gnosCQT3oZfXP5900iMsQZd83rPoeQcp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.875rem;left:15.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHo1MSboddWoWvVOBW4mdIXdJhPAdNGc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.6875rem;left:16.5rem;height:3.375rem;font-style:normal;display:block; }
#gynJU1VcNd2fGAzne9gnW46AS5uXGbn9 { box-sizing:content-box;height:25.1875rem;width:50.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:14.625rem;left:4.75rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cN18zn47465KKtZyZTcixGPOEPHGlIcS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.9375rem;left:13.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCkd7qtQH4vUoP6keRS5xaNiNyU0km31 { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, #001231);background-image: -moz-linear-gradient(180deg, #0066ff, #001231);background-image: -ms-linear-gradient(180deg, #0066ff, #001231);background-image: -o-linear-gradient(180deg, #0066ff, #001231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );";background-image: linear-gradient(180deg, #0066ff, #001231);background-size:auto !important;top:10.375rem;left:11.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UkJaMAuO26z1Otb6PIyIQBTJzt9BP0O0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.125rem;width:15.5625rem;top:28.625rem;left:6.0625rem;overflow:hidden;display:block; }
#lCRJVZbUW23g43GP3xzTQBMo6WURzezB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3110625rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.9375rem;left:16.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfeUVR1ei7T0fDQ8wHVvmealCXaOhs5H { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.125rem;width:15.5rem;top:28.625rem;left:22.5rem;overflow:hidden;display:block; }
#ODg0DqfSKkDFBE4R6d6ic4TsClsfeXl2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.125rem;width:15.5625rem;top:28.625rem;left:38.9375rem;overflow:hidden;display:block; }
#xd3TDtJANZg6TlmcQWeRXh43InngXL1F { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:45.125rem;left:17.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXQlnvg6GAuTGsfOGMVTxIgZEB92AXK4 { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44rem;left:16.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#h5RdrTpZml4kdbGqHEuResvK27xCHTHR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.8125rem;left:16rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uazbEAkoJBnp4rAyPDmILwxoyMTZpv9R { position:absolute;display:block;z-index:15098;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.5rem;width:11.1875rem;top:15.875rem;left:6.4375rem;overflow:hidden;display:block; }
#m6F1k4DVSexT74bw1Gy7JXDmpWRByv8L { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.5rem;width:12.9375rem;top:15.875rem;left:21.0625rem;overflow:hidden;display:block; }
#LbV17f9TQAsCNOl9ZNWbOz3wy7dqhTrl { 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:8.5rem;width:14.75rem;top:15.875rem;left:37.875rem;overflow:hidden;display:block; }
#DT8GneeBlaOymLuhHM9iinvXuRt0ncvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:25.875rem;left:9.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUTaxua2wiU1VtiGKK5UawWOXR66HUuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:24.5rem;left:8.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V5vpxNl94KzNilbLtyonmFPps4h9tPNX { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:24.625rem;left:36.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KqJavwswLzDKKwHh3rUd2t5CQrJfcbqk { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.8125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rErzpx3tc1tTfoR3IKvcChti8Da1wTNS { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.625rem;left:17.1875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2Kv7Qg7v3a4pLdomEF22sZCm3JTU35g { position:absolute;display:block;z-index:15004;background-color:#ffe221;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:5.1245125rem;width:51.187125rem;top:3.875rem;left:4.375rem;display:block; }
#t7M1P8lHmR0zgaLHvHwhVKFmmW7h2uIT { color:#d71f1f;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1875rem;left:16.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun.adaptive-delivery-prevent-bg, #G7cMrHvLcewPySrfMoOLGgQW4kIKaRun.lazyload, #G7cMrHvLcewPySrfMoOLGgQW4kIKaRun.lazyloading { background-image: none; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun > .row .container { border-width: 0; border-radius: 0; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:60rem;position:relative;display:none; }#WdCOqTGkS049Zsfc0ypIhSvxqqVJSmqL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:3.499755859375rem;overflow:hidden;display:block; }
#sxgSmZ7LHVNivtABZ03wEDNxofvwMJmx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:60.5rem;left:16.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXaUrRkrXL0i6IDheN2h1wsfox6h5iLw { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:62.3125rem;left:16.6875rem;height:3.375rem;font-style:normal;display:block; }
#mBhhgcTmVUffuvrvuGQEOg6tSpwNlQ1W { box-sizing:content-box;height:14.375rem;width:27.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:37.625rem;left:10.25rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kLzKvIUIOdbqLexmCoQf1n39NXhHI1tA { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afb4XAiqqZT6vpVr8iIKWlkTXOswl1VU { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, #001231);background-image: -moz-linear-gradient(180deg, #0066ff, #001231);background-image: -ms-linear-gradient(180deg, #0066ff, #001231);background-image: -o-linear-gradient(180deg, #0066ff, #001231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );";background-image: linear-gradient(180deg, #0066ff, #001231);background-size:auto !important;top:19.75rem;left:11.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IFb5TwXPxaFBl0A3LIkPNCIA4hRFxGPS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:12.25rem;top:38.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#VAOHyKIO5L3zWszvDchG5atWHd8ObOIA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.0625rem;top:41.4375rem;left:42.4375rem;overflow:hidden;display:block; }
#WhvObhzKPKvXCQfA1GpS2zdCzM7XQdu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.3125rem;left:42.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1mA0wONIs8Adp3dWpSWGF3U4z7HlTHm { box-sizing:content-box;height:6.5625rem;width:5.25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:41.25rem;left:43.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#t4kveOdTJbvOC3XXQdIvDUHwUrbM42Vy { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.0625rem;left:43.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2hoGDLTLWlCzTXSFy1TzFpM7ECBKBFR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3110625rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.04150390625rem;left:17.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2kdgS5mwkXV6yduxtGstyOOLmR71lvu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:12.0625rem;top:39.6875rem;left:24.5625rem;overflow:hidden;display:block; }
#d9EPfVnQkXTtWWbM9FEs4gg26ZZAN5E6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:11.875rem;top:43.125rem;left:17.25rem;overflow:hidden;display:block; }
#JmoVFWqc2rZLTfe2LyQ6yDFzscGOl03B { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:56.75rem;left:17.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNbe4l8pa9XuW3KlqNAeoX4zhpbxoR5x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.25rem;width:25.75rem;top:22.3125rem;left:52.5625rem;overflow:hidden;display:block; }
#afdF8H5km09QXazcZF8DDaaBIFnJ5BG3 { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55.625rem;left:16.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#W4VJiP34e5mkrkC5hJQ7m58yy12PnLNF { box-sizing:content-box;height:10.375rem;width:8.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:39.6875rem;left:41.625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LOnN1hu2sGJuv1feNGMlPUW7630Ba58s { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:41.9375rem;left:37.75rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUGJnWy6sFTs2nHRuduPFlerm0U1ykv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:"sukhumvit text";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.1875rem;left:10.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vz7QsKQhUvylknlLELnDx8wKRfA92hOn { position:absolute;display:block;z-index:15098;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.5rem;width:11.1875rem;top:24.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#Ui3itpQt6URx11CIWMOTiwTT0mRTuX41 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.5rem;width:12.9375rem;top:24.5625rem;left:20.8125rem;overflow:hidden;display:block; }
#uDCblQvPftzt6TAu77urMISL4PO7CleJ { 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:8.5rem;width:14.75rem;top:24.5625rem;left:37.6240234375rem;overflow:hidden;display:block; }
#HvD600TL1dGuE3UifnVywIG6op0nm37s { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:34.5625rem;left:8.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiJckO5vuqkMemKiZvq4VosENcBItCbM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:33.1875rem;left:8.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmZivxBF0tqbLkmivpr1HxcI6S3NUQzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:33.3125rem;left:36.56103515625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQU6xwDZqdUJTR0T0de049iSt2Rqs8id { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.34375rem;left:33.5625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7WnPZJJtmK2ammLDkMsTU3IzzgBJZ6m { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.34375rem;left:16.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wse991zoLTQO1PczAXoZ7IfJH1EMt58X { border-top:0.625rem solid #ff5361;border-left:0.625rem solid #ff5361;border-right:0.625rem solid #ff5361;border-bottom:0.625rem solid #ff5361;background-color:rgba(var(--color-tertiary-4),1);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; }#wse991zoLTQO1PczAXoZ7IfJH1EMt58X > .row .container { border-width: 0; border-radius: 0; }#wse991zoLTQO1PczAXoZ7IfJH1EMt58X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wse991zoLTQO1PczAXoZ7IfJH1EMt58X > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:none; }#DTMrOLPdmi5Mm24fadr9owwLV9td3WR9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:62.0625rem;width:59.3125rem;top:0.90625rem;left:0.34375rem;display:block; }
#q7HcBqiJgp1kkLLaSkMg57cOCxrH6nfq { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:60.1875rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7iT26fV4NA4PcWNQ8azJALhsavOGAyV { color:rgba(var(--color-secondary-3),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:58.0625rem;left:18.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faLCkgkFPGPoc32b0Jx1RQuAOsrTsqBp { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:54.625rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5vQT5khs2CufuS3f4gISWPy4lurTG7h { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTq6vNTcnpHfLpPM6VssSMW9C4owDCTx { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:37.4375rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#noyqfTqgW21sVxU4qxgtZMQzfM5N1Rv5 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:11.125rem;width:16.875rem;top:11.8125rem;left:20rem;overflow:hidden;display:block; }
#x9H2aaHyBz4ZTIGdfFMETDseROL3bu7D { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:8.662109375rem;left:5.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6JqOWb9DcTVEBTiIV0BtCHytSObfX5A { position:absolute;display:block;z-index:15044;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:27.125rem;left:1.28125rem;overflow:hidden;display:block; }
#EMGBsD25lNT7q5eyEnvJv16Pub52vBCF { position:absolute;display:block;z-index:15045;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:27.125rem;left:40.25rem;overflow:hidden;display:block; }
#WG13LWuPalahnZUD8c6to9AnlxIel0FX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.375005722046rem;left:2.4375rem;height:0.89323125rem;text-align:center;text-align-last:center;display:none; }
#BUs9OqNoHEqXal2SJKSMWwWRk5GqtUo2 { position:absolute;display:block;z-index:15090;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.1875rem;width:17.5625rem;top:27.15625rem;left:20.78125rem;overflow:hidden;display:block; }
#UmIocmCaRgXwNQkIaT4alKO7t7hTZATe { position:absolute;display:block;z-index:15091;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:10.25rem;width:17.6875rem;top:11.9375rem;left:38.34375rem;overflow:hidden;display:block; }
#OPTAN4eAVTz0K78WO77uoFEKLDFPQ7XS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.302734375rem;left:6.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yP13d5O8Hfp3SA6MwJg9pDMlBDmEDpwL { position:absolute;display:block;z-index:15092;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:14.625rem;top:11.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#tbQ42bJPeXXLwFpLCt64FUw8f8mhmTBC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.6875rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#poHt1MBTdCCkluTmrJF0NSAwH6tBFQ2n { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2pn5oiDQQIOw1HuQ9H6tOG5t2W2RIsv { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:39.03125rem;left:21.5rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#paMDnvXI9Irosdp4JrwDKwq8rvgX3t8v { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.125rem;width:17.5625rem;top:41rem;left:1.4375rem;overflow:hidden;display:block; }
#TeQxa2PauiWAcedgrDAHpch9F9nxVerL { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.1875rem;width:17.5625rem;top:40.9375rem;left:21rem;overflow:hidden;display:block; }
#hQnN11J4Ip93k2kWFraETlosscNGJ9dw { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.125rem;width:17.5625rem;top:41rem;left:40.3125rem;overflow:hidden;display:block; }
#S4hpDTPaTZUrAH0aHCtPrivPGqu7vw2F { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:51.1875rem;left:10.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l20pCOHL9OzJk7gdfIQNxTEwsM2CrHr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:52.71875rem;left:21.5rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU { 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; }#d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU > .row .container { border-width: 0; border-radius: 0; }#d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:none; }#EBCtelTsfvhs0VFKuLETa1fqDQgXnVNm { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);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; }
#zlv74NoJbgKqybRVX8U4ofXQKQLiELhz { color:rgba(var(--color-secondary-3),1);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.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQi7RCRnqXbJT8yW7BIxmsmCxKKSclPF { color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.48);top:2.3125rem;left:10.96875rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIsbf3w7qssgD4Zi3794TmxM2tdpiZWe { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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; }
#Anltcvu3BTKEieLa75W5ck8W8de17wS2 { 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; }
#ecX2Hwh3vibihp8eVLNbiiBbcUkzD3Jm { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;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.11865234375rem;left:17.15625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zql8llIua8UBJDpKZpkUCsPvDHxs9tl3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;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:29.125rem;left:22.8125rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WavVkFWr3NauhSG1TWS7642MNOoqR26H { 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:15.6875rem;left:8.875rem;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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#SsP49Cww8OXheZhTK4DXfORNQwhaxfDp { box-sizing:content-box;height:12.5rem;width:25.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.625rem;left:25.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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#cfTWsgK90cQnspK47nnoBZD8yC7UDkFZ { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.375rem;left:10rem;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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#VHAC7pyGBdZiqXGlrS6v5X9RLWQ45k2q { color:rgba(var(--color-tertiary-4),1);display:block;width:10.06225rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:10.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UU76DWxX9CCuIQICBzCbSvlaIhROWkm1 { box-sizing:content-box;height:2.1875rem;width:15.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.375rem;left:30.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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Cn0nwDPdGsNKm6c5T0q68ya1lGllJZNU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.8125rem;left:31.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heJfF7S0QzZ80BcD1HnWbfJuHciOT5Mp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.748875rem;top:12rem;left:20.6875rem;overflow:hidden;display:block; }
#EBXFWV5kCRxQTWCyqUXhesPxWA15Qq5V { 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.749rem;top:16.4375rem;left:9.75rem;overflow:hidden;display:block; }
#Bnrkzr4L3xTHhNoEZ0DAflRFFTsnfVHN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1865rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:10.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKFPANMxIpCS2q8vETsH2BELLI0R6lb0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.375rem;width:10.625rem;top:16.4375rem;left:27.25rem;overflow:hidden;display:block; }
#lLib4Fs8LFyknbhh3SX4o6evr32VUNbM { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;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; }
#odxw2aiT46QZTeb9doDgDPzTgAmxpoqB { color:rgba(var(--color-tertiary-4),1);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:31.5625rem;left:13.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ffl1FCurWuVk57rsclDRFhCMXSCRV5eT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;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(var(--color-tertiary-4),0.53);top:36.4375rem;left:11.875rem;height:6.56434375rem;font-style:normal;display:block; }
#iU7uLO96o8f3q6KoiiIrDcIoHCTezCOz { color:rgba(var(--color-tertiary-0),1);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:34.75rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STq3cwyFaxgt5znTWrQz7x3laMuhqX5l { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:24.625rem;display:block; }
#Kiz3cTnENcuoQzOZJsHTG7BVNykcLtFI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:17.28173828125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FsedtbhMUmgdTTugSf0dqKEDcIObfm6k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.25rem;top:13.03125rem;left:7.375rem;overflow:hidden;display:block; }
#duZK7bNAMs3S7QKAF4ysfuhSpdOgRE0l { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:8.5625rem;display:block; }
#qJAs6ugVOUtBWeyq1suTa1GTvLU1wR6T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.5rem;width:10.625rem;top:16.4375rem;left:39.0625rem;overflow:hidden;display:block; }
#qwNbORxz9hzTcbShgnvona77EPrqGvM2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.5rem;width:10.625rem;top:19.3125rem;left:33.625rem;overflow:hidden;display:block; }
#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV.adaptive-delivery-prevent-bg, #S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV.lazyload, #S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV.lazyloading { background-image: none; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container { background-color: transparent; background-image: none; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container > .video-iframe-container { display: none; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row > .video-iframe-container { display: none; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .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); }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container { border-width: 0; border-radius: 0; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container { font-size:0.875rem;font-family:arial;height:81.3125rem;width:60rem;position:relative;display:block; }#TTt0z8v5zMnH75qzPStos75FKNsixpOG { color:#4e4b89;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.2877502441406rem;left:5.78125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QuWAFLLquOuPIOCD4dsoPe7n894Cn3fh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:76.8125rem;left:23.813804626465rem;display:block; }
#JVwm5Wx5dN0ckyRPzJUgK50rLTuZlTxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIIIZrKbrGoJZce8qL5naFgsOaAiQ4ZZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:23.8125rem;top:52rem;left:5.25rem;overflow:hidden;display:block; }
#lf11tdfX7xm3sb9STAyEfzA1l0JlUz1d { position:absolute;display:block;z-index:15049;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.1875rem;width:23.8125rem;top:9.625rem;left:32.1875rem;overflow:hidden;display:block; }
#SfRUy8DDgQ9mzWl1RofLRbhLrlwUXtIl { position:absolute;display:block;z-index:15050;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.4375rem;width:23.9375rem;top:9.5rem;left:3.6875rem;overflow:hidden;display:block; }
#ZVw5ZSlIT3mlVTolHQ7ElCtqdahFskPP { position:absolute;display:block;z-index:15050;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.1875rem;width:23.1875rem;top:29.25rem;left:4.3125rem;overflow:hidden;display:block; }
#HItXO0Si0lnsXwApAQT07fMB0DZOIOdf { position:absolute;display:block;z-index:15051;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.125rem;width:23.1875rem;top:29.25rem;left:32.5rem;overflow:hidden;display:block; }
#zAKoumZHeA1WEZlyZuc5TRNfc3fIEIcf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:23.9375rem;left:39.21875rem;display:block; }
#ZsJxTQX0DoDnC3loKCuC168leGddN1HF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sewOLlgNSfmynbTeais9RleI0ZApqX2P { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:66.5625rem;left:40.3125rem;display:block; }
#ThtMQw3tEX7mTT67Huwmm7nhvGbmuLIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFgw3K1ZdXZNe7uB7HGOANpilT7bopEJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:43.1875rem;left:39.375rem;display:block; }
#nORvSTfTOTyMleKd3cfpm7lqw7LuE6G5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXsRzq08I93LXmGQKeWN7RxAwr2iU5MK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:43.1875rem;left:11.0625rem;display:block; }
#I7OZeQR54kmnJoM8n5Foe1bykMhLZdOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqkWJ6P85bofrodqLMtFIQ7i2pmDqagM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:23.083343505859rem;left:10.875rem;display:block; }
#kb8MfEIwfKXWgWb6ePbegSPNIvoH0CSe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwNv6oqoxiDhN47p3vEJ8dcEmRrhJkNV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:66.5625rem;left:12.375rem;display:block; }
#Mhda4OfOdTHhFgFRbKrtJKldTPtqMfWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmcXbrhf7KCsmNtdsA4oTRxoq65UPsrA { color:rgba(var(--color-secondary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:71.5625rem;left:14.270835876465rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXkqFCzbW59Rt7OyWmpwq4gvHG22dyZl { color:#4e4b89;display:block;width:37.2486991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:74.229187011719rem;left:11.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZBN6qrFKa5ErqMi80C3OElWGtvyEtq4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:23.5rem;top:51.8125rem;left:32.5625rem;overflow:hidden;display:block; }
#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr.adaptive-delivery-prevent-bg, #UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr.lazyload, #UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr.lazyloading { background-image: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container { background-color: transparent; background-image: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container > .video-iframe-container { display: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row > .video-iframe-container { display: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .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); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container { border-width: 0; border-radius: 0; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#FPrinNhFtGTqkT7wHnAsGm4dlrzloLqy { position:absolute;display:block;z-index:15001;background-color:#cae9f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #89969d ;height:21.375rem;width:32.0625rem;top:39.25rem;left:2.25rem;display:block; }
#tMdTIxlE5eZitrJLC5eBf7TNSg5U7Kd5 { position:absolute;display:block;z-index:15002;background-color:#f8bef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:23.686809539795rem;width:23.312269210816rem;top:10.625rem;left:35.625rem;display:block; }
#Jyr3Zv6Ow09R1T8sTGdksa271EflTgVB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.687040328979rem;width:30.124080657959rem;top:9.6875rem;left:3.25rem;overflow:hidden;display:block; }
#CAL9GUTxApvH5NgZ19v08Dc6pga1q3gZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.561809539795rem;width:20.561809539795rem;top:12.125rem;left:37rem;overflow:hidden;display:block; }
#pD1c3tsEJ0i1UidHZ7SZSyJOBolBEFfG { position:absolute;display:block;z-index:15004;background-color:#f8bef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:21.25rem;width:21.6875rem;top:39.5rem;left:36.4375rem;display:block; }
#lnwsgstKzsgTzWB8l0ftrDboKXUR1VkT { color:#4e4b89;display:block;width:47.997470855713rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.4843597412109rem;left:8.4363498687744rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cx9R4tiPXGsFfOvHZxcBT7R9kPDkguL9 { position:absolute;display:block;z-index:15002;background-color:#cae9f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #89969d ;height:27.5rem;width:32.062271118164rem;top:8.8125rem;left:2.25rem;display:block; }
#EqSoLUTBukse35G70gDRzGpF1ds6dHC4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.186580657959rem;width:30.436580657959rem;top:40.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#EEDVgwrgRbDEl3lKtwN2kqrCxXOCQKm0 { 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:19.124540328979rem;width:19.186580657959rem;top:40.5625rem;left:37.8125rem;overflow:hidden;display:block; }
#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp.adaptive-delivery-prevent-bg, #JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp.lazyload, #JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp.lazyloading { background-image: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container { background-color: transparent; background-image: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container > .video-iframe-container { display: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row > .video-iframe-container { display: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .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); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container { border-width: 0; border-radius: 0; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container { font-size:0.875rem;font-family:arial;height:111.4375rem;width:60rem;position:relative;display:block; }#bMMsDwwLSpmnXv2rleWbgp76KvBosaMX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:11.25rem;width:15.125rem;top:24.5rem;left:22.5625rem;overflow:hidden;display:block; }
#ekMTu1hxVTDT1niTFndQBbqpgezv2R5c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:36.125rem;left:41.125rem;overflow:hidden;display:block; }
#w7SR1bmZSNc306hbTmeiSIFoDAGb9e0L { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:27.375rem;width:17.625rem;top:9.5rem;left:2.1875rem;display:block; }
#xAd5QNCckedLLTPpPxuVfbDeXRMl1bqm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:13.0625rem;width:17.5625rem;top:9.375rem;left:21.3125rem;display:block; }
#coRWQpS1tSTB9odsFuhxoczKdsEK9Xoi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:24.25rem;width:17.625rem;top:9.375rem;left:40.3125rem;display:block; }
#giePbUQzFq2HouUrpPLBXSq6O1ozcWtp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:17.125rem;top:11rem;left:2.375rem;overflow:hidden;display:block; }
#AglNNQG6x2wM78iFGp1pJAT1sinakP4t { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:15.75rem;top:10.375rem;left:22.25rem;overflow:hidden;display:block; }
#ggdTBHbHNpgHDeH3NLeMTgCF2PeA1hxm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:15.5rem;top:10.375rem;left:41.25rem;overflow:hidden;display:block; }
#rw0UX61kVXnbm1sNDK5eGT6Fg4uWFnv2 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:13.1875rem;width:17.5625rem;top:23.5625rem;left:21.3125rem;display:block; }
#z8EkQldLnNxBiN7pZlRdqlhqqJTNaySy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:17.5625rem;width:17.625rem;top:35.25rem;left:40.3125rem;display:block; }
#o04loHrMC5W1HDJuOOi0FmZUlgobgsdK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:26.4375rem;width:36.6875rem;top:38.8125rem;left:2.125rem;display:block; }
#IX8lZkLtcr4C7ksm0ngiGNylhpBGsd6x { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:21.625rem;width:17.625rem;top:54.125rem;left:40.25rem;display:block; }
#RqTX9x32JCTaU5wGROzBgwXW4aJR9SmW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:24.375rem;width:34.6875rem;top:39.8125rem;left:3.125rem;overflow:hidden;display:block; }
#mztmcHnqZcRF89Q5rNH31DQNvVgZ45WL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:15.625rem;top:55.125rem;left:41.125rem;overflow:hidden;display:block; }
#P6Vw9msU3iiTsDXxzCHQHhU55XNIHdis { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:15.0625rem;top:67.6875rem;left:22.5625rem;overflow:hidden;display:block; }
#bk4AEB5bqtmIyaxlzGI3rsRTTWQlNiuR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:23.875rem;width:17.5625rem;top:66.5rem;left:21.3125rem;display:block; }
#mekrIDzxp4T7DIVKubg6Tl34b5V5swzT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:23.25rem;width:17.5625rem;top:66.5rem;left:3.125rem;display:block; }
#PGglfmsRIDgBQuwrrVudUf9xxrNOsWGQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:26.125rem;width:17.625rem;top:76.75rem;left:40.1875rem;display:block; }
#USof62O7X9RpARxF4WeyR98bl8ouVlBt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.374125rem;width:15.686875rem;top:79.1875rem;left:41.125rem;overflow:hidden;display:block; }
#BxonrgLhTM7GcKaEnkKxTogpeq1aI0ZB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8745625rem;width:15.5620625rem;top:67.6875rem;left:4.25rem;overflow:hidden;display:block; }
#ZscVIhuxhqc0vCGe2MbRRz6owabxe7ek { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:15.8125rem;width:35.6875rem;top:91.875rem;left:3.125rem;display:block; }
#ctbfk6mzHhUKhG1w9rCMFqy5Pkngr7uN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:33.5rem;top:93.0625rem;left:4.25rem;overflow:hidden;display:block; }
#eTeqo4A2CTEXuqTtvmAAMTiltiSTos7S { color:#4e4b89;display:block;width:47.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.8118467330933rem;left:6.0004348754883rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx.adaptive-delivery-prevent-bg, #zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx.lazyload, #zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx.lazyloading { background-image: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container { background-color: transparent; background-image: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container > .video-iframe-container { display: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row > .video-iframe-container { display: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .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); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container { border-width: 0; border-radius: 0; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#dbzQbadyvNo1JIT2wwxqfXrKdgaJBprv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:15.75rem;width:17rem;top:27.125rem;left:32.3125rem;overflow:hidden;display:block; }
#CipXJ8lgUQLDl65QAdSF3R8MhrhUzX8X { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:35.8125rem;width:24.875rem;top:6.8125rem;left:4.9375rem;display:block; }
#v1VHS1gqGm1sKuzXTWBeNU4ns4XlCakk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:22.5rem;top:8.125rem;left:6.25rem;overflow:hidden;display:block; }
#bRHCNva3ee7SGiPuEGAnKcNBwzS8qmzC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:20.5625rem;top:8.125rem;left:32.3125rem;overflow:hidden;display:block; }
#zR1KGyuFwDHhsUf4SeraXnEo9tMGpRgP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:18.25rem;width:19.5rem;top:25.875rem;left:31.0625rem;display:block; }
#eboF5N1mnov1Zeep9dfQhWLHV2yvKpRe { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:18.2498125rem;width:22.999125rem;top:6.6875rem;left:31.125rem;display:block; }
#fouhQIxgeKhkUTryOwkMDcwzcxwwC3wA { color:#4e4b89;display:block;width:47.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:1.7469725608826rem;left:5.9678821563721rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ln4ZR0uz0Gxu1cCT5bqJs3rp1w8khEUs { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3720625rem;height:3.49706875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:45.875rem;left:23.81298828125rem;display:block; }
#SLoCa2xieRKfTTSEf1Q9LMQfq30iGqWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container { background-color: transparent; background-image: none; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container > .video-iframe-container { display: none; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row > .video-iframe-container { display: none; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .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); }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container { border-width: 0; border-radius: 0; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#PgmOZ3PUmaSFwUcToJOppgQphgfCUfnN { color:#4e4b89;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.5820617675781rem;left:5.78125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8GbttVCJfSNOoHwJJzAaVcTFpVvDU64 { color:#4e4b89;display:block;width:41.6236991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.0416870117188rem;left:9.1875rem;height:3.16223125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF { position:relative;display:block; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF { background-color: transparent; background-image: none; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row .container > .video-iframe-container { display: none; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row > .video-iframe-container { display: none; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .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); }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF { border-width: 0; border-radius: 0; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .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; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;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; }#NobCJppbgNq48SKveZl0kF0VuFNmCRRx { color:#706cb0;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.7916870117188rem;left:25.34375rem;height:2.79980625rem;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; }
#wgslZdObnvlUv2WFQufQOd9cnTxRZZRg { position:absolute;display:block;z-index:15014;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.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20.06119725rem;top:3.6770935058594rem;left:3.7096366882324rem;overflow:hidden;display:block; }
#vJJi4pzPsTNIssoLOq5f4GDEIkVIQSTa { position:absolute;display:block;z-index:15006;background-color:#d0ffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.9375rem;width:9.3125rem;top:9.625rem;left:25.34375rem;display:block; }
#HComwKxDoMPTVUNfZ5h8uvF1f2CHNGkI { position:absolute;display:block;z-index:15015;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.75rem 0.75rem 0rem #d7d7d7 ;height:5.0625rem;width:20.25rem;top:17.291687011719rem;left:26.21875rem;overflow:hidden;display:block; }
#SzgqA7944oekzmZbgi4KtH04T4TnJ8hW { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8333435058594rem;left:26.125rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPmsByFslSTGrPmoQ6mueXIzLXlFr4NH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:25.3125rem;width:58.1875rem;top:1.0208435058594rem;left:0.9375rem;display:block; }
#mvKh24H2T39Risx45Qrxyivqc2ND3opy { position:relative;display:block; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy { background-color: transparent; background-image: none; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container > .video-iframe-container { display: none; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row > .video-iframe-container { display: none; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .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); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy { border-width: 0; border-radius: 0; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .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; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;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; }#LpK8R7XRbNgw9SHJKmGTGWVHSuV1F6G1 { color:#706cb0;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.8112182617188rem;left:4.4375rem;height:2.79980625rem;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; }
#laPC04Cwb1E7bXOzm1IksWUvuntWaknu { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4778747558594rem;left:7.4375rem;height:11.69825625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTUZTS94CAMTT1iqgWOgnwkMTJDRNEM4 { position:absolute;display:block;z-index:15014;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.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:3.9987182617188rem;left:36.184898376465rem;overflow:hidden;display:block; }
#mKP9Vt3mtnKWeXmXfQPKMXVZWyTy5apR { position:absolute;display:block;z-index:15006;background-color:#d0ffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:9.8945617675781rem;left:6.6861991882325rem;display:block; }
#rhd1TP9mhI0SM2IWeUN7m6InQDEMK3uB { position:absolute;display:block;z-index:15015;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.75rem 0.75rem 0rem #d7d7d7 ;height:5.4375rem;width:19.9375rem;top:16.457061767578rem;left:6.6861991882325rem;overflow:hidden;display:block; }
#FLqGTr39BuWTGBBz3Mty6vOUXUUCv2HT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:23.9375rem;width:57.6875rem;top:2.2265625rem;left:1.3125rem;display:block; }
#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o { position:relative;display:block; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o { background-color: transparent; background-image: none; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row .container > .video-iframe-container { display: none; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row > .video-iframe-container { display: none; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .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); }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o { border-width: 0; border-radius: 0; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .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; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.4375rem;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; }#UHJ2F0ZUuvlRuKxDLBuUB8FGR1rADLwT { color:#706cb0;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.0833435058594rem;left:23rem;height:2.5996125rem;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; }
#TCweMIHQxeuzWfSn7bK8KM9UazKh4BuZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:25.0625rem;width:58.1875rem;top:1.5104370117188rem;left:0.75rem;display:block; }
#puo2LMgv584nqc3CrqvpSfkPmwtKvluF { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8541870117188rem;left:25.08984375rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mqy8EICuQL1V2m7MnJhDFxUK26vmv7Jh { position:absolute;display:block;z-index:15014;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.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:4.2604370117188rem;left:2.4348983764649rem;overflow:hidden;display:block; }
#STWWqTtKECRJGakF0CsQzSFbMRZkKX6M { position:absolute;display:block;z-index:15006;background-color:#d0ffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:7.125rem;left:24.3125rem;display:block; }
#hRlEIH5q6AAyUhFgPNhAAVqOXh7dczF4 { position:absolute;display:block;z-index:15015;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.75rem 0.75rem 0rem #d7d7d7 ;height:4.3125rem;width:15.9375rem;top:13.77734375rem;left:25.08984375rem;overflow:hidden;display:block; }
#UV502wTAvDEXVwUBnBC4AtZmSr8yJV5t { position:absolute;display:block;z-index:15016;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.75rem 0.75rem 0rem #d7d7d7 ;height:4.1875rem;width:16.4375rem;top:19.697937011719rem;left:25.08984375rem;overflow:hidden;display:block; }
#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv { position:relative;display:block; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv { background-color: transparent; background-image: none; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row .container > .video-iframe-container { display: none; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row > .video-iframe-container { display: none; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .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); }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv { border-width: 0; border-radius: 0; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .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; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;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; }#LzHIl642XNo2sS8F6urNBLAJGEcUS8Jo { color:#706cb0;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.36328125rem;left:3.40625rem;height:2.79980625rem;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; }
#rWERmAOsOq2I4yTeCfh0M17vAEADQPnZ { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9166870117188rem;left:4.8125rem;height:7.7988375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sHJihwwN6OfeyfPd0HMiAppkTxXUtqx0 { position:absolute;display:block;z-index:15014;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.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:2.5716247558594rem;left:36.75rem;overflow:hidden;display:block; }
#sdtlJxhUKImuuSQHX3BdPtyCRQTH4nts { position:absolute;display:block;z-index:15006;background-color:#d0ffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:7.8125rem;left:4.1875rem;display:block; }
#tMcVi2TcduAn2fvvQEbEP589HzyrHKzX { position:absolute;display:block;z-index:15015;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.75rem 0.75rem 0rem #d7d7d7 ;height:5.5rem;width:19.9375rem;top:15.229187011719rem;left:4.8125rem;overflow:hidden;display:block; }
#P9TiveHOemR5xcccAzANmcwL3pHDRdTS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:23.1875rem;width:58.1875rem;top:1.625rem;left:0.9375rem;display:block; }
#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I { position:relative;display:block; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I { background-color: transparent; background-image: none; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row .container > .video-iframe-container { display: none; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row > .video-iframe-container { display: none; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .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); }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I { border-width: 0; border-radius: 0; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .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; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#d2MJ3zOMftsrLZqFlc8OT1w1Uwk2VqpA { color:#706cb0;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.0833435058594rem;left:23rem;height:2.5996125rem;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; }
#kbEX9n8tmPRnsZlUBX4CODWP9zHM5qWJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:25.0625rem;width:58.1875rem;top:1.5104370117188rem;left:0.75rem;display:block; }
#UFlFqWCOCWuguAO56Uhr4srVI7atMM4t { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8541870117188rem;left:25.08984375rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4nJegcqrOFkBSeUROiF3wfBFcAiHUEI { position:absolute;display:block;z-index:15014;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.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:4.2604370117188rem;left:2.4348983764649rem;overflow:hidden;display:block; }
#FrkgWcguhDIB6NVh9UR39I8x6tIPZozU { position:absolute;display:block;z-index:15006;background-color:#d0ffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:7.125rem;left:24.3125rem;display:block; }
#MtNLoxa8FmQP0wm549y0ptn96rLevpcz { position:absolute;display:block;z-index:15015;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.75rem 0.75rem 0rem #d7d7d7 ;height:4.3125rem;width:20.4375rem;top:14.71484375rem;left:25.08984375rem;overflow:hidden;display:block; }
#tAtQkBxJ7WLgAncZ0kDoRRIv7Nt9422D { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3720625rem;height:3.49706875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:28.1875rem;left:23.81298828125rem;display:block; }
#l7lRa7V5ydBFVzR44DQwTXPNxlIVzMKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container { background-color: transparent; background-image: none; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container > .video-iframe-container { display: none; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row > .video-iframe-container { display: none; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .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); }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container { border-width: 0; border-radius: 0; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:60rem;position:relative;display:block; }#evNrMmSPPPVIRTyB3leF4AQ5L5cNWZIi { color:#4e4b89;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.374130249024rem;left:2.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H4PEW8KFBvbNG1dSa1FJk3PeBiyiGsr4 { color:#4e4b89;display:block;width:14.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.374133110046rem;left:22.749568939209rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CkpgP4Xa1WcoNdB6B83OKiM9vL2iC3wG { color:#4e4b89;display:block;width:14.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.373073577881rem;left:42.749568939209rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4keRswZiaJqemqHDELxKOVGGz1k5nBc { position:absolute;display:block;z-index:15038;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:11.5625rem;left:20.000003814698rem;display:block; }
#Z0F0ETTOCWTLm8XepyAwR4oSfRzcPUvZ { position:absolute;display:block;z-index:15039;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:11.5625rem;left:40.000003814698rem;display:block; }
#PHfSZwT7zMe2byVkRSNQde3Kb0Fui04T { color:rgba(var(--color-secondary-0),1);display:block;width:7.3730625rem;position:absolute;font-family:kanit;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.756728172303rem;left:6.3129348754881rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSBBuInIOadC11czH3RTUmTmPaJxW5xU { color:rgba(var(--color-secondary-0),1);display:block;width:7.3730625rem;position:absolute;font-family:kanit;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.562500953674rem;left:26.312934875488rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGUuxQmdgoAILNUgfleUPwR7CGILowQU { color:rgba(var(--color-secondary-0),1);display:block;width:15.4980625rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.937511920929rem;left:42.625434875488rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuBFKl5RSrZUWdEToaCK1XIHhb7oFA38 { color:#4e4b89;display:block;width:53.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3120660781861rem;left:3.1879348754883rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbTIgHaq7l4g1EcmTLvmavocs3ydwNp7 { position:absolute;display:block;z-index:15004;border-top:1.1875rem solid rgba(var(--color-tertiary-0),1);border-left:1.1875rem solid rgba(var(--color-tertiary-0),1);border-right:1.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.1875rem solid rgba(var(--color-tertiary-0),1);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.375rem #706cb0 ;height:30.1248125rem;width:51.5625rem;top:25.067709922791rem;left:3.41015625rem;overflow:hidden;display:block; }
#DMvIpCaFPXlUW98ESHHJmTrbgTa7FxTc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:11.375rem;width:13.311625rem;top:10.436198234558rem;left:3.3441848754883rem;display:block; }#DMvIpCaFPXlUW98ESHHJmTrbgTa7FxTc.adaptive-delivery-prevent-bg, #DMvIpCaFPXlUW98ESHHJmTrbgTa7FxTc.lazyload, #DMvIpCaFPXlUW98ESHHJmTrbgTa7FxTc.lazyloading { background-image: none; }
#uVtQ8Ez215OHgafQg4G2bgNG7hF8KgGe { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:11.375rem;width:13.3125rem;top:10.436198234558rem;left:23.342018127441rem;display:block; }#uVtQ8Ez215OHgafQg4G2bgNG7hF8KgGe.adaptive-delivery-prevent-bg, #uVtQ8Ez215OHgafQg4G2bgNG7hF8KgGe.lazyload, #uVtQ8Ez215OHgafQg4G2bgNG7hF8KgGe.lazyloading { background-image: none; }
#pxtb5Dd6o4TOP8G1EeEn2NeIXEJVtfHz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:11.3748125rem;width:14.9370625rem;top:10.436198234558rem;left:42.530384063721rem;display:block; }#pxtb5Dd6o4TOP8G1EeEn2NeIXEJVtfHz.adaptive-delivery-prevent-bg, #pxtb5Dd6o4TOP8G1EeEn2NeIXEJVtfHz.lazyload, #pxtb5Dd6o4TOP8G1EeEn2NeIXEJVtfHz.lazyloading { background-image: none; }
#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt.adaptive-delivery-prevent-bg, #qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt.lazyload, #qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt.lazyloading { background-image: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container { background-color: transparent; background-image: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container > .video-iframe-container { display: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row > .video-iframe-container { display: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .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); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container { border-width: 0; border-radius: 0; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#G1fFa8edyHMfIidhrva6uKJqyideevxS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:13.8125rem;width:26.3125rem;top:25.1875rem;left:28rem;overflow:hidden;display:block; }
#BFrJPit8PeP0yxABKlsfTIIdmparMDcJ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:30.6875rem;width:21.375rem;top:7.25rem;left:4.375rem;display:block; }
#IvCQUsoo9h7FH9KCBrQix8FyhHlnb0SS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:18.875rem;top:8.5625rem;left:5.6875rem;overflow:hidden;display:block; }
#i6tuPx1fdFh85hRRvG8CWOdgS6wT4hSZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:26.0625rem;top:8.5625rem;left:28.0625rem;overflow:hidden;display:block; }
#Are4lneArP2ibWHdUHMAbdwAoZZcFXQO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:15.625rem;width:28.75rem;top:7.125rem;left:26.875rem;display:block; }
#psdmqbwkNDvMkDaEdkQFhAESGTrkcBTe { color:#4e4b89;display:block;width:47.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.3741264343262rem;left:5.9678840637207rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFMXZisE8bEfraueqNaMFNIHUoRFHPxS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:16.25rem;width:28.75rem;top:23.966972351074rem;left:26.875003814698rem;display:block; }
#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container { background-color: transparent; background-image: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container > .video-iframe-container { display: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row > .video-iframe-container { display: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .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); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container { border-width: 0; border-radius: 0; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#hutOVcmAssrbISDweavLpuiziJATyK2T { position:absolute;display:block;z-index:15004;background-color:#d0ffea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #caecff ;height:9.125rem;width:17.9375rem;top:10.812255859375rem;left:1.499568939209rem;display:block; }
#JAo07kHs1LagL0i1h0waJEKaMVgKNQxa { color:#4e4b89;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.249786376953rem;left:5.6239166259766rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KmXmTTbkRtKQSshIvZF1M1rq6NKJhQZw { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.062072753906rem;left:25.061851501465rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f1OIPtw9vHdGHPftVTv4weeDv8ooB8pR { box-sizing:content-box;color:#4e4b89;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:13.248699188233rem;left:22.186416625976rem;display:block; }
#IUWJVpO9EPOhptw1LRqwwqqTqkyc5sxh { color:#4e4b89;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.249786376953rem;left:44.499134063721rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egwTDmUvwVawSSxwQ8k6VEQGTERf3cfJ { box-sizing:content-box;color:#4e4b89;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.248699188233rem;left:41.818363189698rem;display:block; }
#A9aCkumsnGeJpm4nZATEZAqa0F9TQoF1 { box-sizing:content-box;color:#4e4b89;font-size:1.5625rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:12.998047828674rem;left:2.8190116882324rem;display:block; }
#o4OmZJIcrXckIUXOUK05et2LAr3WFT4Q { position:absolute;display:block;z-index:15005;background-color:#fff4ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #caecff ;height:9.125rem;width:17.9375rem;top:10.8125rem;left:21rem;display:block; }
#FZTyGOGhIIUemTvn7694gSLZ8SsRXREX { position:absolute;display:block;z-index:15006;background-color:#ffe1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #caecff ;height:9.125rem;width:17.9375rem;top:10.812255859375rem;left:40.499134063721rem;display:block; }
#q9Q8z3iwgilipMVqDTK10M3kRaz6iAmk { color:#4e4b89;display:block;width:41.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.7491645812988rem;left:9.1861972808837rem;height:1.9249125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y358gaI6bZg8fuIxy65ycHdntBdyU5cR { color:#4e4b89;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.9375rem;left:8.6875rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt > .row .container { border-width: 0; border-radius: 0; }#AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:none; }#Py4GfXMwvldVcfpQnPCk2uMsqaPaAP64 { color:#4e4b89;display:block;width:23.0598965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.46875rem;height:3.574225rem;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; }
#DDOchCduzB3kvgcTXpk8fSKdLy3E75lh { color:#4e4b89;display:block;width:28.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:3.18359375rem;left:16.560329437256rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdOHNJzIzJnTUZZ7ocLON6CfexVL15wI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:23.0625rem;top:10.895874023438rem;left:4.1627616882324rem;overflow:hidden;display:block; }
#XHSiaVaCL5QUQsRaPA1xNW8INPpA0P4f { color:#4e4b89;display:block;width:19.8720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.875rem;left:35.06298828125rem;height:3.57421875rem;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; }
#J4fwJoS2MKkFPORn4ztZ3wBhIOkKsSLy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.93619725rem;width:24.93619725rem;top:8.1224365234375rem;left:32.53125rem;overflow:hidden;display:block; }
#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu.adaptive-delivery-prevent-bg, #FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu.lazyload, #FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu.lazyloading { background-image: none; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu > .row .container { border-width: 0; border-radius: 0; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:60rem;position:relative;display:none; }#O8UPIcI2vgL3Z30p9LoI5O8eausRUmmH { color:#4e4b89;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.56);top:2.375rem;left:11.46875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x73FG1tBJvHbwT68AHE2e4pcfncNWTe9 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:28.0625rem;top:8rem;left:1.875rem;overflow:hidden;display:block; }
#nv5Bdgl4qcE0tcXbMtfNuRHQeytoum0s { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:24.375rem;top:8rem;left:33.75rem;overflow:hidden;display:block; }
#JZdo6U80N49KJNuq0fuV59JPinXbmBDg { color:#4e4b89;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.5rem;left:3.40625rem;height:5.4863375rem;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; }
#xVJl6WTdXTv1TlnMIKTnMDxkcWHm9mGR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:23.0625rem;top:36.5rem;left:4.5rem;overflow:hidden;display:block; }
#aCKJRUBC9qL40q4sxs2nCMJhtIRKUVU3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.75rem;top:37.625rem;left:47.3125rem;overflow:hidden;display:block; }
#uH525e0rFVJ9GEpmWt0BBnCLcxvG1Z7x { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.75rem;top:38.5625rem;left:33.125rem;overflow:hidden;display:block; }
#cvgVOhwgTTiPadCIga5WI2roJfAJv9yp { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.875rem;top:41.3125rem;left:40.125rem;overflow:hidden;display:block; }
#kTiWd1dgyyQepEqRl1RO0PTEIab5H1sp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.75rem;top:44.75rem;left:33.75rem;overflow:hidden;display:block; }
#nKHXkvpJZ7eOxHtf8EiyFK8PSLBPoL5V { position:absolute;display:block;z-index:15040;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.125rem;width:11.75rem;top:45.375rem;left:46.375rem;overflow:hidden;display:block; }
#s8P4plgl0nbTtboDo09CTbPEOvaBn618 { color:#4e4b89;display:block;width:23.0590625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:52.5rem;left:4.5rem;height:3.699225rem;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; }
#Gp6X4yAO5smuRCbC3fleAEkUD4rMSVci { color:#4e4b89;display:block;width:23.058625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:52.5rem;left:34.5rem;height:3.699225rem;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; }
#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg.adaptive-delivery-prevent-bg, #UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg.lazyload, #UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg.lazyloading { background-image: none; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg > .row .container { border-width: 0; border-radius: 0; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:60rem;position:relative;display:none; }#NaiL3oLfEkZJoSzXl9TpF6FgfdMBISPw { color:#4e4b89;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.56);top:2.75rem;left:11.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lHag3HKEV5eT2ktgzwqTWmaJabvmR2c5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.375rem;top:8.6875rem;left:21.6875rem;overflow:hidden;display:block; }
#iEEMyFLrVxkZ5k3242chqKgf7uV9lQ5K { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.5rem;top:8.6875rem;left:2.375rem;overflow:hidden;display:block; }
#wDdhhzRLxZGdxzHASg3W16BmCQSWDouw { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19rem;left:12.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a6IBlWCwGxDPho1EBIEhBEDGCTJlrXxq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:17.375rem;top:8.6875rem;left:41.0625rem;overflow:hidden;display:block; }
#HJCJTVM8T4k23ET6ko4QyxsJfIouM2SZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:17.6875rem;top:25.25rem;left:6.5rem;overflow:hidden;display:block; }
#KuVHHzeuBxxHk87wivirIfZTJrHKMsGS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.75rem;top:26.5rem;left:32.375rem;overflow:hidden;display:block; }
#iw4d0yoznk0Q2TX7VNpi8piXA38iX99n { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.875rem;top:29.25rem;left:39.375rem;overflow:hidden;display:block; }
#iyMcCDBloNXSIpiRuW8aPdUM8cyuWf2Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.75rem;top:32.1875rem;left:33rem;overflow:hidden;display:block; }
#Dnh9FRVTHrZzu61890FqF6V8S63EuyIH { position:absolute;display:block;z-index:15040;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.125rem;width:11.75rem;top:32.8125rem;left:45.625rem;overflow:hidden;display:block; }
#TKk9FLgBVo9yl3qipK8vApAlN0XwIV2u { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.75rem;top:25.5625rem;left:46.5625rem;overflow:hidden;display:block; }
#LkN9sAhs0OFNBkqgS96tfeuqbzoK5ph6 { color:#4e4b89;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(126,126,126,0.5);top:39.5rem;left:3.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Be1p1XDrfgnTR3DFOPniLkAXh8J0REMv { color:rgba(var(--color-tertiary-4),1);display:block;width:23.058625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.5rem;left:35.375rem;height:3.25rem;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; }
#IUho01bzX6DFBf2DRifLCQaU7xi6WCaE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:41.625rem;left:1.625rem;height:2.2744125rem;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; }
#nLvXhsrddEGHoUkToJX4volTd1PgqMvI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:23.0625rem;top:45.3125rem;left:18.46875rem;overflow:hidden;display:block; }
#FQS6V6JwWAunk7J3DIZAFSivq0DKXK3J { color:#4e4b89;display:block;width:23.058625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:59.4375rem;left:18.47021484375rem;height:3.25rem;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; }
#uqDffONCLCGzTLBCCelrpstByBZd58mb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#uqDffONCLCGzTLBCCelrpstByBZd58mb > .row .container { border-width: 0; border-radius: 0; }#uqDffONCLCGzTLBCCelrpstByBZd58mb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uqDffONCLCGzTLBCCelrpstByBZd58mb > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:none; }#O1wOiTK40LIab96LM2lUacZ0zgxehgms { color:#d71f1b;display:block;width:41.125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:10.1875rem;height:3.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoEwso1vHT2rFJU9zlJaa4f17lFQekJp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.6875rem;width:43.25rem;top:2.6875rem;left:8.375rem;display:block; }
#ClTBPNKQBQnCWJD1cOyubJyrt2h7C5e4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.2480625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.125rem;left:9.875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wWQNuBHuQ1aTBaNTMvVmtuEtq7TcEa1X { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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.75rem rgba(120,167,255,0.7) ;height:25.1875rem;width:49rem;top:13.999572753906rem;left:5.4996757507324rem;display:block; }
#C3TpFmheIFMScU488T8da85oEzLSz7nv { color:#0014ff;display:block;width:43.8748125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:15.132380485534rem;left:8.8118495941163rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7el1JD5yw006bFrXhr9nuuarKgPwDWm { color:#01074c;display:block;width:27.4365rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:32.123482704162rem;left:17.030708312988rem;height:5.0996125rem;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; }
#Ultf8SDOXHgo6T7pe2SIEWA5f6Xg7315 { position:absolute;display:block;z-index:15087;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:8.5rem;width:17.625rem;top:21.686761856079rem;left:7.1869583129881rem;overflow:hidden;display:block; }
#hUQ6nozGTTZzcoLTBtplKZumyG5JsoyC { color:#d71f1b;display:block;width:35.749rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.875rem;left:12.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVg7oO7teTEpBB01N6fHlETyES7foLvW { color:#d71f1b;display:block;width:41.125rem;position:absolute;font-family:kanit;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.25rem;left:10.1875rem;height:3.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ywtZ1vRDkkhuHI2vf59AGQlP5pWFhCtx { position:absolute;display:block;z-index:15089;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:8.5625rem;width:17.625rem;top:21.686740875244rem;left:34.596355438233rem;overflow:hidden;display:block; }
#y09mUFZbJdK7MvsbdVB3U37LDtBG3ua7 { position:absolute;display:block;z-index:15090;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:8.5rem;width:17.5625rem;top:19.499241828919rem;left:21.187068939209rem;overflow:hidden;display:block; }
#pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ > .row .container { border-width: 0; border-radius: 0; }#pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:none; }#cRpp2OCxHGcIXm8NkaW7l1sWaweICImp { color:#d71f1b;display:block;width:41.125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:10.1875rem;height:3.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6vkZZK1ZT7BbHNRuko5Og1scikB51hx { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.6875rem;width:43.25rem;top:2.75rem;left:8.0625rem;display:block; }
#ATy0xThipgXolZzbFdeU0B9a64vAvuTX { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.25rem;left:9.34375rem;height:4.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdl3xgBRTOetGJ0RHEIMt0xyHHr45zLk { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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.75rem rgba(120,167,255,0.7) ;height:17.1875rem;width:30.5625rem;top:17.375rem;left:29.4375rem;display:block; }
#QgrTlHpuuKQ7VseW50LronCyGf0BBEbD { color:#0014ff;display:block;width:28.125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:18.875rem;left:30.625rem;height:5.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oubak76dz9fRHr6cVOQWSuRp2KMWguOQ { color:#01074c;display:block;width:27.6875rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:27.375rem;left:30.875rem;height:5.09960625rem;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; }
#pNZpVW4DQM77q0LbUFWsS34AIdT8h1xu { color:#d71f1b;display:block;width:35.7485625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.94921875rem;left:12.12548828125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2Xvv0kIGt6DaO2exBBzEtTxpdTMFdc4 { box-sizing:content-box;height:0.125rem;width:21.875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:25.875rem;left:33.75rem;display:block; }
#UnDwJQF9pVO4XZJVQ6f1CTqLQvOe3zeT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.0625rem;width:28.75rem;top:17.9375rem;left:0rem;display:block; }
#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455.adaptive-delivery-prevent-bg, #FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455.lazyload, #FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455.lazyloading { background-image: none; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 > .row .container { border-width: 0; border-radius: 0; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:none; }#oTe6Oozf9052beTwLvpBWXG0Zvrhm2Hq { color:#d71f1f;display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.37060546875rem;left:9.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0IhMDHlK2SmD2qi7kNCXEhRsGn3vce0 { color:#561aff;display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:7.03125rem;left:0rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pxkltpicpo6z8vJT21N3z77qeTUFfoTD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:15.8125rem;top:13.9375rem;left:35.625rem;overflow:hidden;display:block; }
#mAU8QJwr08Du2kpdTgST1wiUEdKK5KpH { color:#d71f1f;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.5625rem;left:4rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kdEvc3BF6Itu7AoJWmElckMU5CrkbIH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.0625rem;left:10.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wyncvT4hecimiliCthE2ha67340VHOmk { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:18.0625rem;top:7.03125rem;left:40.75rem;overflow:hidden;display:block; }
#f7HA4PPpuI4wPzC0KiamgxczNluSu65N { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.6875rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT.adaptive-delivery-prevent-bg, #nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT.lazyload, #nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT.lazyloading { background-image: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container { background-color: transparent; background-image: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container > .video-iframe-container { display: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row > .video-iframe-container { display: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .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); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container { border-width: 0; border-radius: 0; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;position:relative;display:block; }#LAmgeti1s55LxGh4l6lQ4aeoAVrtSFmZ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.126953125rem;left:7.96875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#fTz4WKN5U6OF3cpu9XmHoosvqRLSxyRF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f47490, #95bdff);background-image: -moz-linear-gradient(87deg, #f47490, #95bdff);background-image: -ms-linear-gradient(87deg, #f47490, #95bdff);background-image: -o-linear-gradient(87deg, #f47490, #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#95bdff' );";background-image: linear-gradient(87deg, #f47490, #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:6.5625rem;width:47.8125rem;top:2.0234375rem;left:6.75rem;display:block; }
#oz8xrNz78aPyylvaZVrL75SUDxpwkVA5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20rem;width:20rem;top:7.8125rem;left:7.8125rem;overflow:hidden;display:block; }
#p9SgKD6USLvKXW7EuVVamTg2UKPxisNb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:13.6875rem;left:3rem;overflow:hidden;display:block; }
#belOpWM0TXxtmQSAMiZSkQsmbFa8fxK9 { color:#ff2a00;display:block;width:8rem;position:absolute;font-family:kanit;font-size:4.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:2.3359375rem;left:36.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#tZxhEBycfH1eDXGXTORIOZh1DiF6q5lt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #facc6c ;height:14.4375rem;width:27.5625rem;top:9.96875rem;left:27.75rem;overflow:hidden;display:block; }
#i7BIoCaoPT2BehetMcyed4eTnb905OuN { position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;border-top:0.1875rem solid #efbabf;border-left:0.1875rem solid #efbabf;border-right:0.1875rem solid #efbabf;border-bottom:0.1875rem solid #efbabf;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:14.8125rem;width:47.875rem;top:26rem;left:7.4375rem;display:block; }
#gAyiut2KXa7lUDNXWV1UEWk2g3UegHSI { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:30.34375rem;left:20.375rem;height:8.999rem;text-align:left;text-align-last:left;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; }
#E6TI24VT8cAUqKHBhPhfNGh34TfdGluK { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f47490, #ff3c3e);background-image: -moz-linear-gradient(87deg, #f47490, #ff3c3e);background-image: -ms-linear-gradient(87deg, #f47490, #ff3c3e);background-image: -o-linear-gradient(87deg, #f47490, #ff3c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#ff3c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#ff3c3e' );";background-image: linear-gradient(87deg, #f47490, #ff3c3e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:10.8125rem;width:34.8125rem;top:29.4375rem;left:19.5rem;display:block; }
#reiwUGTxcaHPTAQqxnTKx2irwq1I6C2e { position:absolute;display:block;z-index:15004;background-color:#ff5460;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:5.4375rem;width:7.9375rem;top:27.8125rem;left:10.125rem;display:block; }
#UgXbo9ODKvDrdk0NLXBTakmhmU1DBtXG { position:absolute;display:block;z-index:15005;background-color:#ff5460;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:5.4375rem;width:7.9375rem;top:34.33544921875rem;left:10.125rem;display:block; }
#uFeSb7XTfrNp5HeyfHGBCgxwL1lPZi2f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.607421875rem;left:42rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:italic;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; }
#y1kvV8WbPFZ6aVOk0l1FXLemKJ58THrO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:28.5rem;left:11.25rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJNOKRaRIPLyoJqenyMtc1sJLCaUNV6o { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:34.93603515625rem;left:11.9375rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6qe7uOpdSEHiWG29A0dIoD7GyT3ZLKw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:27.15625rem;left:20.375rem;height:2.13745rem;text-align:left;text-align-last:left;font-style:italic;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; }
#prTUgi0raCJUFQ3GOdTcE2LpReFqEQIL { color:#ff5361;display:block;width:28.5rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:42.0625rem;left:18.0625rem;height:1.381225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JeOqkNbQA4URB0FvJw4wHJV4E4PTyfIR { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.251953125rem;left:7.1875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#CiktPXSPEgohOePkz2meo22W47IkkJoa { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:28.5rem;left:11.25rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M2bPBQeaasl8uyon98hvNzE5JJyz9Wyd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:34.93603515625rem;left:11.9375rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kO1T8R5pGV6lXkInKPawv32FJW6i5Hbg { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3720625rem;height:3.49706875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:44.5rem;left:25.37548828125rem;display:block; }
#qFGdVe7GXqyZSZJT6Cz2TD5lEbcWJ53z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL.adaptive-delivery-prevent-bg, #TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL.lazyload, #TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL.lazyloading { background-image: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container { background-color: transparent; background-image: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container > .video-iframe-container { display: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row > .video-iframe-container { display: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .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); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container { border-width: 0; border-radius: 0; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#p30e8tIrqya03HQNkRxiBxQD8gHssfz3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:33.3125rem;width:27.125rem;top:3.875rem;left:31.75rem;display:block; }
#XGAlZO2vC7qTEoMUZBDTVExxTl5HGrD2 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#mLmQiVKJTKTLFPKw179mEDkA5Rq0qQRD { color:#4e4b89;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:3.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBS7saQcvFHsufPecat9XmJXLrX0PaRN { color:rgba(var(--color-secondary-3),1);display:block;width:18.3090625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:28.125rem;left:5.75rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OwtTMpO9PvIbOxSzIkc1Gbfc4M6FXTI1 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:16.9375rem;top:14.3125rem;left:6.4375rem;overflow:hidden;display:block; }
#QOKFc9aQ9lW09KLdCqsPHSoF7XRohdMq { color:#2e00b9;display:block;width:29.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:35.86669921875rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ff9UFbk4vSr4RFJLOaFD1BPRz9rxnook { color:#4e4b89;display:block;width:30.5590625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.875rem;left:0rem;height:6.3000625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JofLLzn2GSyF0WSZzphDGiybHi9Cft6J { color:rgba(var(--color-secondary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.125rem;left:33.125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SA8fE7JutNSs37klEukUJx60zEtT47WQ { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:8.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-form-header {  }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-text {padding-top: 0; padding-bottom: 0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-select {padding-top: 0; padding-bottom: 0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:1rem;font-weight:400;color:#f6ff00;vertical-align:top;width:19.375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-container:first-of-type{padding-top:0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-container:last-of-type{padding-bottom:0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.875rem;top:11.125rem;z-index:15023;position:absolute; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm {display:block;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.875rem;top:11.125rem;z-index:15023;position:absolute; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CkdVTa6g8LmHgD4g1TutdiNBfBZqX39D { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #d7knk9muGUQWUahATJCLXGtRisCZhBDM { position:relative;display:block; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #FefQmf856rDsuhN8q5IdJoaTmeqDWedX { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #KtzPtckJue9yCc6IQdbxdpn8gdRXp7O4 { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #BT06vcN906sa6B7NUwAk0F8KKdPBGOKO { position:relative;display:block; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #eeQNm2wt3utpv6Q7TikFCNngaGHCtbzw { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #B3dkIrLBKNhaZq4SrVTxo4x2OnHxWpvd { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #GSEfU81DqEXeNKlWI51ERO3kQdB5tn6N { position:relative;display:block; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #d9gaz1imb5wFtnXQA7Z83BIZPVeN5EwU { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CIpSamXmK933MWmsU4is4vQiVtCAr4M3 { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #w59JX1TnnGlvmxOgxmy5E5HZ0zWGwH36 { position:relative;z-index:2; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #eKd4ynCuWtsaVTecL4bLHBqCK5aGq7SC { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CO8xV6eEtbS4O6U1orLmRTMwRKo7QkEZ { position:relative;display:block;z-index:15000; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #Dga5Bpo8Ty5szUtsSRTe1Dmtpce9zPA5 { position:relative;display:block;z-index:15000; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #oQ7Q90uULTxMXqhvS7lIN7gEsmOROiGQ { position:relative; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #IE67wmhvU5lzPKuFQgQnpf4hblXJdlMQ { position:relative; }
#ZHlDElPtgsHpdWT9I8u82xQWGvezXF8f { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G1yVa3E2zk81JTNKkzJyUqD0tf67KNo5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kLIxT1OHZXWnyoKWT3TUgOO4Gbm5HJ7W { position:relative; }
#WFQ7VQDwZ7N7Uc44GTfsAt1dreA1zaLB { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H89OpkKSir6IHbiq9qkAlGu5IkQTkzVb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KXiBvmbMcTmJcMwd0iVMIUoNND2Cf1AG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xM6WOJMpRMQ4PlbZzi5KPRLc5Vravmff { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H7M80gQ8BieLw7VNol0RgHCx3V8184ex { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQWwF1BEbToJCUt3XnAWvendHck4RvWe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EtVAHAMPZcxO3cVFV6KgosDozN9uE2T5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d1RELtQ0ErD4v2tAl2O4twfAwAeoNtAX { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TcsPg1LraegWayrUdEM0kF4wnDS3dVwm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dZDPKIAXiRHx4CG2WWPZepGdrIrHzW2Q { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c4yz0VFGl7xI8vScqXM1vlWmi8QtAzrW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gfh9gpaM3lPaKFUPPnnJmmDi6fVtqG7J { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sGINz27ALTkqwREuhykxaaiHaNdLx1Uk { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FHLX1Dhie8QFnsma5pkzxuXfGnBu4t8M { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rpZIZfr34RDfxkhTG5u9AJlzTypWP9cc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I0hcWAJasxOTopDUCEGoiMsQWWMzFamv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #f160C3z9GkzF9Lv2MGw0f782xSKMDp6x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MaU6S353soJtTJEaOS28bfbBmR5xZK92 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aiJpu8R2Az2VENiBfKXiRlirnKUI0OfS { position:relative; }
#DqoA41U9CKpyLV82LPLKzDgZ55VZQzys { position:relative;display:block; }
#Rtu1ARBvwb5sB7FIKdwJBXtL9p9fTfyo { position:relative;display:block; }
#TDLmLeGabZfaVTTsyM5y9oi53fXwWtDe { position:relative;display:block; }
#lfT1DGUWr3Bbx6uAIWEwRokqBsT0K9pb { position:relative;display:block; }
#Oryrr78iQWuCcEvFR8CXJ4ugnK9v6X3O { position:relative;display:block; }
#lNAqf2a8deLyroehK93G8mTMNXU4yte3 { position:relative;display:block; }
#vzmbHpWbB0rClbOm2o0otTL37imTh3TN { color:rgba(var(--color-tertiary-4),1);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.774047851562rem;left:3.123779296875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb500;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; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { background-color: transparent; background-image: none; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container > .video-iframe-container { display: none; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row > .video-iframe-container { display: none; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .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); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { border-width: 0; border-radius: 0; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#X43Id02rAvd0k6a4hS8oXpsnoEW5EHEo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#t3Uf6TCc6N7FBkG7wFIyybmcVMfx1sXi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#rQiR3nqTQLvzHt3JB5qnieX7nTgwavtS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:3.9375rem;left:16.25rem;height:1.70625rem;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;text-align:center;text-align-last:center;display:block; }
#rL7eCKilJtELpAqnDR043XgeDlCtPq1s { color:#000435;display:block;width:29.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:0.75rem;left:15.125rem;height:3.36875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRi98FBr55ZnR1u3RremIq2wkzSHQpEZ { position:absolute;display:block;z-index:15002;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:0.875rem;display:block; }
#Qn3TGHmUtdbyTSlvWNwxzeGSdisbUZyG { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:7.5625rem;left:2.5rem;overflow:hidden;display:block; }
#QrUDgE8cLEW4rt3NtlDB35pm447yIUv6 { position:absolute;display:block;z-index:15003;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.5rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:20.625rem;display:block; }
#C5sg4A5WJt3OvGMN6AthQMDDhTwKt0rd { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:17.375rem;top:5.625rem;left:21.3125rem;overflow:hidden;display:block; }
#SVAU55yDJSeL7sf0sqIaM8lw0uTveBL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:24rem;left:2.25rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#G1aHgtoa3G2sWtMmP5oAboITWreOQgum { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:24.1875rem;left:21.25rem;height:3.125rem;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;text-align:center;text-align-last:center;display:block; }
#iIqtTQT1Jw54dGdlGq4DNAt2JCUBTWek { position:absolute;display:block;z-index:15004;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:40.375rem;display:block; }
#mt3NAIxqGJRO7SdOdO6ThefSPogL5uXH { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:24.75rem;left:44.4375rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#LSDnhF0TDmV8beo2aivOT4QPca7agNok { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:16.875rem;top:7.875rem;left:41.3125rem;overflow:hidden;display:block; }
#kaKzK2aCmlOznbkPdxrDABFGECA8lGTw { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #ff00b5, #590cff);background-image: -moz-linear-gradient(113deg, #ff00b5, #590cff);background-image: -ms-linear-gradient(113deg, #ff00b5, #590cff);background-image: -o-linear-gradient(113deg, #ff00b5, #590cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00b5', endColorstr='#590cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00b5', endColorstr='#590cff' );";background-image: linear-gradient(113deg, #ff00b5, #590cff);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:33.25rem;left:18.625rem;display:none; }
#p7EvFofWrqScGZ8GEgWWBx3WLf7EIwWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWZXZMH8wat2IKmcvb4xbVK8WH05Qdqf { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.5625rem;left:1.5rem;overflow:hidden;display:none; }
#Vd5Kmw3CV2CskzSo4TC3cXWfmVbARbu7 { color:#310f56;display:block;width:14rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:32.75rem;left:12rem;height:1.57470625rem;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; }
#Zk0xIWbfiKt2V6CywiOvLTbkogC9TBRX { color:rgba(var(--color-secondary-3),1);display:block;width:15.125rem;position:absolute;font-family:sukhumvit;font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:34.5625rem;left:11.4375rem;height:2.55005rem;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; }
#EFsSzk4uXHLNOOrlrdx2bW6teUSPAa8k { box-sizing:content-box;height:10.125rem;width:20.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d5f13636-f399-48c1-bf00-511dc032ff61/05JulyLandingPageSuccessyourFinancial12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.9375rem;left:28.125rem;display:block; }#EFsSzk4uXHLNOOrlrdx2bW6teUSPAa8k.adaptive-delivery-prevent-bg, #EFsSzk4uXHLNOOrlrdx2bW6teUSPAa8k.lazyload, #EFsSzk4uXHLNOOrlrdx2bW6teUSPAa8k.lazyloading { background-image: none; }
#XIteQHpa8043XfoWNPtuTFh6SR523MyV { color:#310f56;display:block;width:14rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:37.6875rem;left:12rem;height:1.57470625rem;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; }
#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container { background-color: transparent; background-image: none; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container > .video-iframe-container { display: none; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row > .video-iframe-container { display: none; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .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); }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container { border-width: 0; border-radius: 0; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:16.9375rem;width:60rem;position:relative;display:block; }#ir8nePdUNohA2Wa8ChgpdJ4m1iERLTTA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.4375rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#fFgOzlccSN6QRHWfmNxNoTTTSRv5ZPUB { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.2744125rem;display:block; }
#odaq7fWD3aQJqLGxOmZkoEwOFM96CCfe { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.92383125rem;display:block; }
#qVx4DJ1y4sDSc4EToaas4mdp9ElWblhG { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#EgaGqGTFfhrRmKp57slSXEKEXL6aNnbf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#ulwb2WTSESkASTr9zSmV03Vzhrk2qbxL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb > .row .container { border-width: 0; border-radius: 0; }#W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:none; }#ItVbVI26EiRcC8fHHqWhyBsaOQKQOVlg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:22.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#eMOrbFqSkldrxuP0t3XwWFmQLAAKMLPa { color:#842cdd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.25rem;height:1.78755625rem;font-style:normal;display:block; }
#HHfQd3c8pMfpOH2dKXdbcQ8wdZUFn8OS { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:31.3125rem;height:1.78755625rem;font-style:normal;display:block; }
#HCmMpvHiebPcccMsmkuQPVHHufDfrenh { position:absolute;display:block;z-index:15014;background-color:#8a43ff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.9375rem;width:17rem;top:6.75rem;left:42.625rem;display:block; }
#c7oHw5TA3L2ogIBu1Tfyn1cM0lfZaFbU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:45.9375rem;height:1.78755625rem;font-style:normal;display:block; }
#Gy4wZwBX1pbg8MulqigyeQu7iHdZVHFq { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -o-linear-gradient(180deg, #ffe69d, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe69d, #facc6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:17.1875rem;top:6.75rem;left:42.5625rem;display:block; }
#TCTrElDOvs04RCU34X9Db3gaH6lWaty3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.25rem;left:48.3125rem;height:1.4624rem;font-style:normal;display:block; }
#ik7gJfCpzdLby4FxnmZ2v9hGShPrLy1n { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#TTb2Gc8KfR38eKStMn0B5AIpKHHV4c2C { position:absolute;display:block;z-index:15029;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:0.0625rem;width:58.25rem;top:19.625rem;left:1.375rem;display:block; }
#wDD3V1gtx5XOG8PaSNvmbdc2fi9iLhrb { color:#909090;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#UaBVpPv3VKSI2qhzOva14OGEJLD2OXEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.25rem;left:49.5625rem; }
#V17fCdvNZundcPMH7zTIR6tTpOsswcki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.25rem;left:33.5625rem; }
#cwp6HtPOrgW0yERtzTxiuhXF3CvaJuPv { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#CKD2Ag9BUzTcv9qRRZ2P5BOQVg4dkr69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.5625rem;left:33.5625rem; }
#fiFC5yKnAg5rcbske1xv7RB5s4DIgAnV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.5625rem;left:49.5625rem; }
#BPfH6ZuqzdESmmqBTSHpazWhOkq5Jh8z { position:absolute;display:block;z-index:15020;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:0.0625rem;width:58.25rem;top:25.625rem;left:1.375rem;display:block; }
#tB0tt174uvHBkxXbfwkTynaJnTNFKbBo { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.8125rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#nJQPekVNOLBq60mQOeqI0VRaStiFERIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.875rem;left:33.5625rem; }
#UkV0Ugigo7PRuUgxVApSuu4goBsgnm8V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.875rem;left:49.5625rem; }
#RL6PruKDH8Dw9rzaJKIfsV3sNMkRTpsg { position:absolute;display:block;z-index:15021;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:0.0625rem;width:58.25rem;top:31.8125rem;left:1.375rem;display:block; }
#UGPwq9xkOMnVLnpWK6UynbhvOABsxlp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.3125rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#dpgiXOHewgH9S8bFkTgWWZlSeAUqdwCt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.375rem;left:33.5625rem; }
#w6PDMTDZ4WMomSD2Wyey3UFzD3W1lNbB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:33.375rem;left:49.5625rem; }
#QxBqkWNzsTWTkK9ZR2Atlhbi7IUN5JxE { position:absolute;display:block;z-index:15022;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:0.0625rem;width:58.25rem;top:38.6875rem;left:1.375rem;display:block; }
#J7tek7V08ihe26FHUfQrg9zwKnDhke6M { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.1875rem;left:1.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#BZHxLFNdkCPWgdk9T3NcqotCFc8Bi2tH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:41.25rem;left:13.0625rem; }
#BuzUhGi722e7iDe0LP5n5qqVIJ4tJ3Ti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.25rem;left:17.75rem; }
#vDAiEqs0lL3Lb25NGzFBtvTDMeJQUgCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.25rem;left:22.5625rem; }
#gT1Jslv73g3NXJX6gMLnfcOaGowJloSC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:5.3125rem;display:none; }
#XNQvJ2pzOzz1MNfoIZJl3wi0D14ZSwJU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:3.5625rem;display:none; }
#D4cyf63xCIRgrAK18VFSz8ZtpQnGefbx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:9.3125rem;display:none; }
#FXnh3uOHPgsSyryGTvsm5bx53wdOl747 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fHNQhzMMAqC2KJcGem3L2kt02PSmNUye { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#lOcuQhwZKXxCrh2QpZoyULFTK0ZLieEr { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#L6118PXNNdUTZgasbIaIt4JAfoi2JGxb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:15.875rem;display:none; }
#OsfeaDI6lgpKEbO3WdA52SqW2gUdkvkC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:8.5rem;display:none; }
#nDTETcJT9pmPUgxxsVG5Jetoi7fmVA0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UoyLlKGIlXINq3cEADEBthOn5hI6UQ9X { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:2.6875rem;display:none; }
#ZE7aerOLlM4d3tWbEHvsld28XvrDWtTp { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#z9cX3UNzQhtwNl4BaC5X2moaadez5tt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:0rem;display:none; }
#FiDdXUUBduwtEubl2WEU0Dm11Eiu7K5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hUt9kIrTWhTFhEqcA9EoSRLGcKt2EbTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wd8x9062JsQPGAenGVqoQUsbfhK6SRLs { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#uAwNtceUlVhrddXpaJKa2PMo7h1DuZ3L { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:0rem;display:none; }
#lKXb5K7pNGOKECg9rCsRGMCkvq3DTyXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BlUIO1WtAVnlmM0NqlMmFvcPlCkTwxs6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bniHM6JppbQ3dmhQMao5sodsCQRHcZ0y { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#zLoiBW7fvFbtQ604RnuPDqooSt4PyXSE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:0rem;display:none; }
#JmdsF43Xmu4T7eKULxnT3VTywsZwDzqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#P2MK6Me73GSqIlzvBvrikL38BU64vAwp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hr3oqbb5n6FJCppWv9ulb9ytQKq0iue4 { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#F6bkSTQXsDbtn2HUOMR7gAFhryPC0amf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:0rem;display:none; }
#O5SefopV2Re1TDLUnTRrV8ma89M0xNbM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xbUEJ9eBm8n3eTgQvMlXA4nIZg5wXDTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UfwJQZAeHDZNS0T97M3XISG3CR1zTi7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#emEgF3WJNyKR3uMB2AGfqb4XtdKPNCbg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: none;height:38.0625rem;width:59.1875rem;top:6.75rem;left:0.4375rem;display:block; }
#Jfd9Lf7ZCaep3eBe4a7NLITovwVztT3y { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:2.2;letter-spacing:0;top:0rem;left:2.0625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz { display:block; }#UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB { display:block; }#FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3LzKbb8LVA3eZVBpL3ya5txIuLAuneC { top:0.8125rem;left:0.8125rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .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; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .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; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #DlAUs9KVw1frvS9da3JWfPV7QQT4w7vk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #gAAqZDKgicfJEdbnTIzPWrEc8A5C1d3r {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #BSCPm3I0TwdHI8ZdTbdT3lfZhzlfog1Z {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #b2K306FM2Zziu4aHnIbkxdAJqztuzIx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #HOhDneqm0G6QNlwPtvt1NqhMTJznmuwR {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #Q6xK5XIQDWoOLvnX8uC3XFpnDG1fEk1g {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #J0OZDt1gaHKG06NJofi14W0CNUFt7vWF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #PhDJtw8wEALKx3S6FWibfhXG5XGhkler {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #dFgAQznRZzk66CGfp8uUTVitzeHG8sTi {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #dCLBQJBpLcEguOD3Wa05tWNUoP4qFBXD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #lSLWPXotVRXESRZwF32sXuNX3OOldgrJ {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #Q2TrTfJOvunvHHCdT1waSlymfJHBmQtt {  }
 }@media only screen and (max-width: 763px) { #IkamwO8eSWainLmrtJSQNG7yf0c62OSJ { top:0.875rem;left:21.4375rem;width:26.3125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM48f2fsSgZN7F7aQ13fQGzGgwF9WTxE { top:9.625rem;left:1.8125rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puaPidf7MeuGw5JtDq5blikO4si7VuPk { top:6.75rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNSVTUEztILKixas8FKBCCoK7Klnta2K { top:8rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBgdL9ihaZpRREEWGAPQXuIEP3SKwQsA { top:3.9375rem;left:28.375rem;width:19.375rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xobX8WKzmFyKTB9BsKQCUxd9qfZ2qJRb { top:3.6875rem;left:32.125rem;width:13rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4Et7zS3l47PKLztNFU7EaZLrs2yayIf { top:9.5625rem;left:30.25rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA64iTbh05mZiF3GGiEedeyVW9lF6id5 { display:block; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzpHI5bczFm7v3TPgo2iETTn4gp5rwhS { top:0.8125rem;left:0.375rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .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; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .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; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #lCNOTReMWgsqCsE41RVAgTrTdpN18xTk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #VZlRdvkl9xUQTWdWcisTBVObxC83MKqw {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #bdhUws4JXINV3FFJJ3G8oUdSs8xPZWOn {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #HGEsmE6molwTSKK7vssDLSU2usuOises { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #ek6WvTT5hJiifp23MPR6sOgPHeJ7TSyE {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #b6PJugKePkaSpkTTpOUv3XqUASqIxwvI {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #T12T6s91QdEOLwJN9AJtvA6xbRSlVyEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #LPod171e6muzh52sdvrDsPxz7z4RTnxS {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #PDPyH2MSpqCnI2NcfL6eoH8byQRWveSS {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #cAKyNPN3n6XtKU2xrzVlbLssWoxHJ8rG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #LAdaSIQsLLeAaDG4yMMNhZStuJxWb8HA {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #VpJfbqdBoHuVkIClD4zrkU6ltrwOMLDg {  }
 }@media only screen and (max-width: 763px) { #dl9EkkZbdJlAxGWfL6X0CECRL0aJvDn7 { top:1.875rem;left:26.25rem;width:21.5rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4uxEvTJu90TzntAOF5opGRfsTfUG04 { top:9.625rem;left:1.375rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh5mWOHS4dJiUyuha5kiFsttqysSSlv6 { top:6.9375rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doTs3qHzppGxCFSyqyXnTciTWdoONOQf { display:none; }
 }@media only screen and (max-width: 763px) { #MQIODs0g2B74BDWKHMdylQ4acnTlPZi8 { top:19rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhSeLVDM1B1xyT0rJKMqDrClHlwVWzrC { top:9.625rem;left:28.6875rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNMF78NQcdvgszOsPPoltdS8uIqC0md { top:0.8125rem;left:22.75rem;width:25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL7yJXcbk1WZTzkVDqlxggQxTZlrhEao { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3kZyCQLLG8Mn12ACZnS3L79ccEZRyVt { display:block; }
 }@media only screen and (max-width: 763px) { #OKtBZlilst4qB0rdgV3MDINZlfU5kVT8 { top:5.125rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNDGTmn9tmJh5kz6ceEwHXCJMe1WPAF { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4BtQ2gGlJRM3HWocU33f80LFE22dV5C { display:block; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkrg0CS2ghdQt7UPv5sF1TvFu143NCqQ { top:0.875rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .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; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .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; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #WTc9QsIvJkxl9oWdBi27UuA1lMtGNd6t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #UO2uIU8v01qOpstzvdUqkCyoSx4UW6Lh {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #SVJUZ6830tpKtTJ8MXzMmTuQfSG8U6ET {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #hceu2uPyRKJxQIMtqHb1cL16QaAEcc9r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #dA4UHUTHg8R0ZCDFQBJnQx50HZBRDiQz {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #cmTISo0vbZLuUbdkEzxivocLtfmMrOiy {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #XfqvewSDZDkRQMT8hFQFaFH50WP9tV9X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #My96ZsdXISmdnBP2Hz7pUu7zvGrTcyPT {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #Nnmca5xSHSbEwNQieO83gkCMGdpUkztd {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #p2DEhRUsEcLA0mEzLtlcCP2EceHvOx7y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #TJS6CsVJ16yEpclZD3ofATuc9xlQiHaf {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #s71u5zqSGK4RRQgMT8fakDoJzP1VRN20 {  }
 }@media only screen and (max-width: 763px) { #IiIbXin6tHFaemhTVLTt1zWOKvBL0xik { top:9.4375rem;left:0rem;width:19.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SieXHqUPcXZ4Bx4hMtdZp6voDy3LrRKs { display:none; }
 }@media only screen and (max-width: 763px) { #tbNdqmz95vXDpJFCOmHH4aPgdTrR5N1v { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FS5hTFMyJxrWTCnKTlJx5E3OFWe60T91 { display:block; }
 }@media only screen and (max-width: 763px) { #tUek37yaKic5p1mV8ZbvyWhbuD2MHHU4 { top:0.625rem;left:29.4375rem;width:17rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytyTtLexGJF6BazipdNdzAT46qoUqkp { top:3.1875rem;left:18rem;width:29.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbziicx7cJ2hEazDsT958JDWKFhOcvuW { top:2.75rem;left:19.8125rem;width:27.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpRsrKcmnDynI6sON3eATauSuqpzNEm { top:5.375rem;left:34.375rem;width:8.625rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad9qVX2iL6g07gmmhRutavlIwE9p5iOv { top:6.875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDBBhaB6RCnTXB3UTpOAwWqlEWSvc8Im { top:9.8125rem;left:29.375rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU { display:block; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PND4Pda2EWiKzLpv0pRSETu9JALI6lfh { top:0.875rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .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; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .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; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #z7d5iDxeT9dzSFqngsngQVIQtKGT2C64 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #MVJcUwECUClBnQiZZHrUiA1ef6R7TyVI {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #xgygJU5xqZB0W2slV0EREmw65NiCTDQr {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #HJJPrSrBTT7fdGTIDTTrlDDPw3bc0yxM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #Ex9IS7GkOlCRptnHTBsC6IcvTP8aPUZ0 {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #w3ztfRhSAZutD2SV81chKIsi3G1smSVT {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #CTWTFGTKh4ozEbGtkNotU6xi1DDpPGaU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #mEyASGhF328COqCpAD9xP2BXfMZaPMQT {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #Mouf848ntWpgTH15xKaRZ4L7qZGXc45E {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #k8yI0TwKggzv7CwAXJ3fB8TncFgWSALH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #gQ58v29vwTXHrDcDnDQ7ioiTsmipcC13 {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #t2U5wE5foFeFMcTzzxqZis0B1s4wVXbh {  }
 }@media only screen and (max-width: 763px) { #VEXwbinlSvtTskHKwZWfdGFRBCzA0F1w { top:9.4375rem;left:0rem;width:18.875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7Vr8qvPKbscQX8xVTb3JOZxstUsHE { display:none; }
 }@media only screen and (max-width: 763px) { #rP7oqGc9I96cS8k7ZebWISw57geDQNib { top:19.25rem;left:0rem;width:20rem;height:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQlA7mV0RUb0I3UpVsTuRKZRNOBt24VC { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFhLvC2hJc2r2N8CQkSTI3QZMgklZVfB { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTSc5w2iuh2yBlUuP0prIT6qk1SKS26 { top:0.9375rem;left:29.4375rem;width:17rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1oClRMpJETuwWROFtae9hnMuMWTbuXm { top:3.9375rem;left:22.375rem;width:25.375rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waVZF19QUAEdnx87mKGNdnFdPakFZ62M { top:3.25rem;left:20.875rem;width:26.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpO5NTIKOQJMle5HKHuVOgVOxgaBPNwT { top:6.875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB2bzcyUmfWwZOUTC4pdoqfibJcKRgCX { top:9.8125rem;left:29.375rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC { display:block; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz9T4ucBqerXFgbc0dyxUFp3URCnhc68 { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKvuw9h0SelpZqBW0VZ0nbfvTr6R4xeg { top:5.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .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; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .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; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #fIRTORAsi0naePORGkguLietPy7GuN29 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #etRkDOA4RcXm0wmyW86nIosAH6Oei13m {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #vFrKODRHVCTfXWO3qUQ8BdVf2WDTBdiq {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #L3K97RPrJcr8zafRrX4rkZtv2I1w3xEo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #DwUAOxSTtV3Tn2f9Tsdrvp6qRdTFV727 {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #yWJZfOBqfCpbDuB3TeqB5I6PevErmech {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #RbzydAfvfZkeTA4MRn77xT5WTCuEHRGb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #KR4bMxtQvbGwe4oTEVWroESVLuWGW3EP {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #ZXzQJFx31GbmWOKcHQTIb0w6smhiTskR {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #gfv0kVTkdlCeJHs5ZmCD7MxzTcf15zgE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #KaAPFA6DfgkNhwcuUyar8mcTmvsBl6N4 {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #XvTswSkLQCAbvfb70Z6IMLHrAhPPy6P1 {  }
 }@media only screen and (max-width: 763px) { #NfuTNcw8R33mzcT4x3xSx12XfFRhBuNc { top:19.75rem;left:12.3125rem;width:23.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6TFk0NUG1FzhSxdyRqXUE0fOyEz31qT { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX3Gp9OmCuePAAl4KbvwLGcWllK1WoJV { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPCHHE3Fz6G796Vi6E7NuitfWOiEZHOz { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tg6O4qRuuAy7y7hsfaA4cAIvxbhCl6DB { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN5Hm4X4nTxcusSTzD02y6BC6TrWnM4e { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZPi9BunTnP764EoVTFTO764K7pZkaok { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #erMNxp3wZpDFlV6BXNJNUciwAVuiGd4t { top:11.5625rem;left:3.0625rem;width:13.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2Mmiy9zLCGrkhhDsEQrIfzKTuqn4D8 { top:11.5625rem;left:17.25rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FGaPg1ocBTB6Nos8sInF4Ax648KUA8 { top:11.5625rem;left:31.25rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6urpcDKua23yEq5EwkEBNZTRf5IfXQD { top:19.375rem;left:13.15625rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 { display:block; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #po4MU8LTXtqv5gQHVEmosMT1fTT4cPOH { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avL4NppovPTa6uOMMFzW8Iqpa2QvIIqT { top:5.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .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; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .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; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #Eq4Hx5Oi34Jt7vF1TU6qWkQTAt0CKgM4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #qcilTKORaPfdxkhQC1VyqaqnzXKR9eHN {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #SfW1Iy1lREqTMFmPIZEdsquOOCgIiyBc {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #zTahZTbP01xhKt1VlAkxonVIAByLFL3U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #SlteTKFSUMA8m3ChscBH5gw5fQ234BMk {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #Pp2oddRdyhUasQ4QENtpinsotStvMnID {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #grDoKEORNuEnzlPcgkCbxZXnouq9nWPB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #KpydWq33NM7wy8PsACCiy27VTDmS8mFX {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #DFs5nZmb5gn0g22lMTlTHJJz011SXwyZ {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #PfzXS2RTCIXUGC5at1ZLdUduRyPub4nT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #y5FVsKSeyeRvTrsgQT4n8GRNCuVTwHBC {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #hIR7qBQ4m4iZ9z2T0W99557Py9B5607f {  }
 }@media only screen and (max-width: 763px) { #hqs3gOp7sxyviPbu7bRT5KFnsodKHzQp { top:19.75rem;left:12.3125rem;width:23.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxyxi3dRHOIvDU9cC1OMO4R33WX9V3Ha { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXeRyZuwulnnuUi572A7yrew80Be00Fu { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCaQibMZIsRcCkqvuwZFudp82ATStUsH { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzTZMu6iGOXsxCtrPOpOXA1iatPZm80T { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2GR0ZWJniP1OT4huD6y3ygQf7HLrnZJ { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdEoCwvN9CkIhtoJEdZaQpGxwuPEodkI { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7TEuVxZxbGbh7RpQ2e2byTqVi6aRJDR { top:11.6875rem;left:1.3125rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAs1L7Wo0xCtN9d9TBMxFAT83WmPikcC { top:11.6875rem;left:17.0625rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyDWPtQMEDQLvEmUNIRBHNvoBDS6GRQz { top:11.6875rem;left:32.875rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlwRwJWUciHKHk05Av5SkPGMKUBbkbSw { top:19.375rem;left:13.15625rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U { display:block; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBn2UDftNZqnA4fi5SduSAXAUmgvXmVN { top:5.1875rem;left:0rem;width:8.25rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe { width:4.875rem;height:5.4375rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #MovJn3hvJgiCpb19bgrdMDzxXcBzu3Qe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #kJdA5dPyEvUQuM4b3K2p25MnGBeLpVRd {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #V5HPS4hKpJ5Nnp4uXui3afibOepozMUA {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #hcEmkmiGw0fOlohTAPJKFTJJ9dB5G6TF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #di0zKmTIFu6A2benxr9abSAAA8MOg30x {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #xoSX0XZiGq5e3ETuSzqf0L1JqqKLVP9w {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #ab9rw25094Ggyu0gJaLyJN6vaTV0AvsC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #bZDzixtV9LwPNuK6v2HtcDaaETNwTCwA {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #GyRxGDsUyv8QX5esI8191nBJGVwMOioq {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #T3JKWU40PohWFu6aVFco33osQSOLyzJR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #F3KVdqRNTzdONcX2V0ZkUZUQHMqOnqgM {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #ePXkpGxD3KNBpdJiUTQo1yzycN3RZb8V {  }
 }@media only screen and (max-width: 763px) { #rDQXpM3UfxOUx1vkPNypXzXDNTex61tU { top:9.125rem;left:0rem;width:21.75rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1U2uTVtNMisoX3N9scnmQy2LydfODM1 { display:none; }
 }@media only screen and (max-width: 763px) { #px2AEnQcPdT6W5ywF5fC0ivaB0mDVk0k { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fu9d7k9pGXUi9yO89Hq4N3r7PTMHkeap { display:block; }
 }@media only screen and (max-width: 763px) { #lAGF0loBOHQCz6cdrFqsdavGTJLtvxSs { top:1.4375rem;left:0rem;width:17rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhmSpJgh6s8KpO0kI5S2vgVhe7QtRdTc { top:2.5rem;left:18rem;width:29.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD5MBTF3o48ThUL9COIT6Vaf3iGvVvor { top:1.5rem;left:20.875rem;width:26.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCRxyHsOneJK9HGlmTxuRzf1NC35ecUX { top:6rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1xcaLkpGoKy4tH9cUMZnhnV8N9sMNF7 { top:9.0625rem;left:29.6875rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoWSHPBmCcfnw6ZBlcyvfKSTTPf4tqJT { top:5.1875rem;left:9.6875rem;width:10.4375rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca7IpRODbIDTeQ0ZBgSRKIHOweqHE7Fu { top:4.0625rem;left:0rem;width:25.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoA219NxS7L77nlcFF8xkMzzasCqwEfo { display:block; }#DoA219NxS7L77nlcFF8xkMzzasCqwEfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiixhvWW4bo37AREkCJLcTcx2iO0e5V6 { top:0.6875rem;left:1.6875rem;width:23.125rem;height:9.4738048002069rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAzmUWyFHosIhd1RBSsGmgwXXhJqZQ6T { top:11.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCA67rD9KvmQ23qPCbZK1N4kBGMNJJfb { top:4.5625rem;left:0rem;width:5.625rem;height:5.5636636986467rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzrRD3n6iOpbR3HTVZ1xzU8XSF8c5iDi { top:15.875rem;left:0rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbXwUi90Qh9oHR3MvpZVzfE5fS68EuhI { top:16.25rem;left:0rem;width:13.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZP1cz2KrsnSmTkZ3hKxv2ggdrVUbTM { top:16.25rem;left:16.75rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgHqrt6c9N3RpicPRJLnELG9KnhvZtah { top:15.875rem;left:15.5rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vri2ivnJNN4ohcuUgS5yM43awx53qFDF { top:2.875rem;left:27.6875rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyiN9fVUOrr0B0va00egiLUzhpIW7Oms { top:5.625rem;left:24.6875rem;width:23.0625rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCwx9mHMwNfbS6gZF8uI7VMcL3RHMVwV { top:29.8125rem;left:15.1875rem;width:17.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCFVTiF6aEdVcUriEN7MxnQhartNbOy { top:20.1875rem;left:17.6865234375rem;width:13.25rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5pK2IKFUWaQ0TyzaUnJ57CkFphssMQC { top:31.8125rem;left:15.875rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GipX82eubHlALORFXMhpy1Nqg2p0MQtx { top:34.4375rem;left:10.09375rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZh0t95MdTrMDplbDvphAM9r00wL9pmb { top:35.5625rem;left:32.9375rem;width:14.8125rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW64UidGgDR0FA8y5elQ8DaHTym71LKM { top:61.3125rem;left:0rem;width:19.9375rem;height:4rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmGfbc6NcRVTTtn6Ce4T4lIZkJ81cT78 { top:40.375rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9hFqE8mi9WpItba9sT7poXSI9Z9IRTG { top:20.1875rem;left:0rem;width:16.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRQiTyLZu0Snrx3V8TC4brbyFLtdFPh { width:14.8125rem;height:4rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIGquKDBJepHsEm8JosrRPMJrMzog0TX { top:15.875rem;left:30.8125rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbfe20oJEyJVdn3kzOhd3T6Oy30FrEDd { top:16.1875rem;left:33.3125rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ98sJEgQDqTsMFehKPBELBvTD0n0m9N { top:29.8125rem;left:34.875rem;width:12.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPJqx10yaKJ286hsBwaWo22WmlachTFN { top:21.6875rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN95tPVEZOHZAMM39HJg26qQtVZyoHmr { top:20.1875rem;left:37.875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGynsMpEgGouxE0CarzELavUsCgTpLAa { top:20.9375rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .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; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .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; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #FDsJs0CqfuFcbklz8VZ7iB6v5CF9TTiL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #tbMaTqtR9Ouw53IONm79WT8ikaXswRot {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #UFkbmHLBqMzCfJ2MLoaOwvC7V1wRzWRO {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #sUGzcJQbfacBrZrf3HzQQZm9hqCnA1R9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #os4BkFqJoSCC6gd5nNh8XJgcJJDpz976 {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #TvoBmR301C5kITSNGn3JST5ikvpt1Pg0 {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #rqV0ZKoFBMUKZ5qMpA4iEy6oLH6SroJo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #T3qC6GsiGfDEJmVH7CCLU9OJR60TB0iH {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #Tl7cRCrUGmFC0HbacMKfSVtHTi9qBKcu {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #yRpfl867mM9mig7GdPw9rEiAAzHIT5r2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #KN22MzK8JUHLCC7eDkBnOc0ow8Td9SDL {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #yflVJypKbgCZx0XqbBRqMSiMnKkQe4pT {  }
 }@media only screen and (max-width: 763px) { #NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 { display:block; }#NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZHMbhfgVFnR6O8WEGCsK7RyUrmD4kuZ { top:0.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .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; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .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; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #FVF2FhuTmvnw0J1TDRVslKaw0zoAJHD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #r8kFkx4UWCDV08cTpGKObTAkF4XfCg1E {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #t5JiZlT0AS3Cowoy9J4zaONq4IWL3TMS {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #EwgWCGiyHTcL3BppTiMuIAqyT57m9V50 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #NAF6r2BGybQhv4Qgqve0TNSScuxfolCT {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #ZnuVgsyb7afTk1JbNysyfJSrTQSwmUvH {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #CAl5rFbvdhXwiXdi6i3reGrZvsTnD6AK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #wwOznO1HpyIvSQLT8yXBGe0hxCzW5A12 {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #spDdvuR4VWc3l6vGipXM6VqyhHQDTZvX {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #abhOxFR7KrM9gBHDPkaKLTUlXLd97SNM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #ZIZP8T31WTr4tWtTzhf2AdpX5ASOhJkC {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #LfgwTbkx197OphySW5mNKyw4WB600dip {  }
 }@media only screen and (max-width: 763px) { #SrSmQtJd1P35eJooNf3RxXB8ia55Zkoi { top:2.125rem;left:26.25rem;width:21.5rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaecDwLVMI8iItrQFrPSTTV7saMuhqOi { top:9.625rem;left:1rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvsFDnPzMQc7rFJF4Q3yuenHqgDUmvSB { top:7.1875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2tF2ovxycsMeEwozL1G10OSzqSHJFgX { display:none; }
 }@media only screen and (max-width: 763px) { #i3Rt2mqoNRTVB2btOkT5ebwSx5ylGKpW { top:19rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLRJCTAwSE7EhVWfBrKZ0zwM70f1gF6I { top:9.875rem;left:30rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Iso13EvcIz32RO1XSIfg9VmpyxqA0T { top:1.0625rem;left:22.75rem;width:25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPHS0kfTrhG2IKMIQxtI4A9lNJATTnNK { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s94qvoGO1On9oTufBJLUIoTIMUelKVEK { display:block; }
 }@media only screen and (max-width: 763px) { #RPZruWnd6VmUPDXlpDMfS5Z6UJt28sfW { top:5.5rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFnpkVb7zqidRbD5HTQxTvOQcS7U2f2M { top:2.875rem;left:0rem;width:8.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 { display:block; }#NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbmcm4HBrE2vA752JSDO5klXAxoCTkFw { top:8.375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfKe2sA432UFFNOw1fRxvtqubOGT1MWU { top:0.9375rem;left:6.9375rem;width:33.9375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f { display:block; }#CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRaLPN8MkmQGH5c2d1WcvTEzzcmAPT5K { top:0rem;left:1.3125rem;width:45.125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3JGC6MJ27ZtlmqEzNO25Nsdsb9i9sEn { top:17.0625rem;left:0rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPlfpic2OBFocRctI8Tsh34r4wNfAho0 { top:17.0625rem;left:16.875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OruDItDdc9oqfZnBPLWZ4SPqriVV0k3x { top:17.0625rem;left:33.75rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuOlH2EmPQrG9SIeIs3x0F4cyQroX0wb { top:21.8125rem;left:8.875rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpS12pFm69nkTmoJLMJtebHa9vzK6p5 { width:4.6875rem;height:3.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKdZkmWfmfdfBVZU6BbSPVTmw9rV9t6 { display:block; }
 }@media only screen and (max-width: 763px) { #RSrTK9iRVac33OC4rseUUOuWULP9eLwT { width:4.6875rem;height:3.125rem;top:15.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8heo7qokz5IuxgMc2GE3LBbM5XMKi6Z { display:block; }
 }@media only screen and (max-width: 763px) { #fcRfKnNum5B5eDM0Eab4dol22TleuPRW { width:4.6875rem;height:3.125rem;top:15.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9lyB8Pyhzt0fGUPsbGR3Ws9PQXB40te { display:block; }
 }@media only screen and (max-width: 763px) { #P1taAIJEIX4iHulAQpmTOlKZBaCX9SBB { top:18.8125rem;left:0.375rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4Ucq06Do03ELuTTGlpnBxnko69HoHIh { top:27.6875rem;left:2.8125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtQhT76e2iP9XnOTgSDaFbwi4WQlgVW { top:25.8125rem;left:0rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuiEKc69KqkRn2ndeb7OnJLhp8RU9VhT { top:23.75rem;left:2.8125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ubuGTVREktS3GbNrksyXNA2nZJVeS2 { top:21.8125rem;left:0rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEiliCIlG1BDiSNUD4DbIkSpg9P9mND { top:18.8125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIEVFo4FwxrAOIsNlF3uIhhprO3iPkwO { top:18.8125rem;left:34.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp03g8c72Q2XCpFTsphyZKhrTgxKyy13 { top:15.6875rem;left:17.625rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGG2BpaDS8zDuO9B8THHzI0bJKwJ83TM { top:21.5625rem;left:31.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igIJZ6GPEwPQGxxe5aJSHM7ILh3PMUU8 { top:32rem;left:9.1875rem;width:29.3125rem;height:1.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec { display:block; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myLktuxUmAQwA3NUXRzSOkLJwFbezXfP { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rybQzuB3kwVS2gsmJZlwhIiyQA7rpGAy { top:3rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaBP68cxpDEMl8VRZJWUxIMOoEhnyma { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6neMglDPltOgpkx1o6W0paW5HLrwUyv { top:7.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOHR1GIBsVTyDHCUlCtIWQA3Aymq0eOg { top:39.6875rem;left:2.1875rem;width:41.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVeKoht96dGgmLthcAq2EvlPF1zsdPD { top:45.4375rem;left:5.25rem;width:37.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3PzVpAOQVHM2h6ObaUFVTSTQRf4gqs { top:42.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb8QXk3sl7UaEXL6tyTb0GpiefT0QApp { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr54668W7ACrUBrv1VtMPXfBBKoqnxE0 { top:11.0625rem;left:5.81103515625rem;width:36.0625rem;height:27.202699230793rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVT9whKAB99qgwrQyKKfwcoMreXP5dr { width:12.3125rem;height:3.4375rem;top:47.5rem;left:17.68896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3QTTlZvskUlf3vZ6mron1vS0xCSEzvT { display:block; }
 }@media only screen and (max-width: 763px) { #phm3KOzoglhIUTfxprMIEtLsyhpxse3r { display:block; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXEWrTJuQfSZRdBtOPtPTPhAGBFfTP6T { top:2.5rem;left:24.4375rem;width:23.1875rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC5yyJuK1irf1Fl7n1uz1dikCIp41UJR { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIM6b6UF7Haa03XQB6f8uOQT9lnT2uVs { top:27.3125rem;left:5.3125rem;width:11.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcbR0pJsfGAOxzlfhTOV2ONl6rePcNH3 { top:23.875rem;left:0rem;width:30.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QITJidsynQ5zdtT8mh6BXCDloedwIeRi { top:13.6875rem;left:0rem;width:32.5rem;height:8.624875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve6JxTwpbfbpoTNldyOIiieb881Rwd2A { top:4.3125rem;left:28.6875rem;width:19.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWvQKCfMkBiVRdOtdWOABfp0TWsaKWMW { top:4.3125rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9y2O8AJsDSv30R01lGtFlBmCs42yuyT { top:7.625rem;left:0rem;width:31.4375rem;height:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-button { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L  { width:18.5rem;height:auto;top:8.3125rem;left:26.75rem; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L {display:block;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L { width:18.5rem;height:auto;top:8.3125rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #m0l7u6qVwSBdcqJ6iACCgddbHrmPoTTJ {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #CxtIkUxMzp9umV13vRDi9i0a8ogm65IX { display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #qc2853o2ALmaIltpkICJ6PywiMob54zc {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #ThJh5P0IelZDTFNKwVJxgeunS4p9uiVG {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #h1XCLM5k01aQ2neR1aS1xassNHIgl4Td { display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #TBbmAU77m4daLs2QqmnBQ6yZXgrZ1aDa {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #e3GztqHhoWqaJfhJF9k0L4lSCplVof8a {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #pbvm1rLmoKK1uPLTGbQOCPiU5l31v8ES { display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #hdH0X03ckhkpXi8yP54BfowFRX56HnwD {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #EHAv7J52FCMUMeLkCVWzpFr3xuNw3WDX {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #DZvLTZzIr1SgD8seSWF8Jy4VRedrvB1i {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #WA0KWyn0rXRd8omA7g3ygU6Ab8Q12xyG {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #cnscAHTmR78TFs1mw2OZ2WkTWrRCJuiV {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #ooOrEIt9T7A7ABnpBmSsLTaB1aKbo6Aq {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #tcSN91c07vS29vgsJLP7ANA1TtS7p2rX {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #UkiqBQksZxFCwQoCBEUbbVXAsLCtq57L {  }
 }@media only screen and (max-width: 763px) { #CBTA5Hc6Bt6L1Qebv4n07Jt2MkIpiOAS { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x3xl3PsIqeq18LrHmcn8t2pSfJoLycyA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g6GMKEtoiRZ5bs2DRVylGG8VVFey52ne {  }
 }@media only screen and (max-width: 763px) { #SGUUBT57H1gMbgahrOTtp965XeU3ZeWN { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mMDcO3D1zQhzxW8ecMBfRNwH2TzPvfEA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yK4fKvWMmSyGMQWnoV6yGCLfTyhh9y9v {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gQJOJc9WdCQAt0s5Ay2PbexZE9MOTgxz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PbTS0NhrOeJoge6arrropTgDB1zTy3Tx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EfZTaNpeWIeovMiha7vCoAAazhcE0QsF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VGqMRa8VbkJSTgs8ENczLxaJqhqtvonB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nXDyez97q8BPuSxzG1tAAtQfxSPyWkJe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CTXof5J6g9PcWpNXAPwxhrH0E4TAzXTa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tNv8IUMBukWvJeTb9zxkTSAgt8Uavsat {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MEwc9w6sGs6dPQzzClWAeguXo5kytBs6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #romxqTiqRtwQ80MRf7FZWXfGlRyFNR7A {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FbPu4IzFkiKo57LpfiuuXTFtyuQ21OXV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HwIRoMskWUBgsAJohZrrwHDgBlkQ9708 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yUcUnL5T4Rg9c75bAoxilqonxZBgqpF0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vwhAJJi6bWdDBcXM7uRfwacmQzw7T3Oo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvGnEMG4bXFg9O9FRvLoctWhAZyrGgiD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i0DTsoWgFfSpuxD0fRnhr1VGW1pHkZ1F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nB7QH1gyClTip4LLQsxWOuTxqoXc8tm5 {  }
 }@media only screen and (max-width: 763px) { #JHJMM4hvaNdQ92m21FO5boNoCDNS73Js { display:block; }
 }@media only screen and (max-width: 763px) { #n2oGQP7bd6k0cdndQCMNo464kkO3OxwD { display:block; }
 }@media only screen and (max-width: 763px) { #XJN5byGWsrkntQdmXEvxy5oxvQvaRoHs { display:block; }
 }@media only screen and (max-width: 763px) { #IFIZwZTtU9FqrJHrIQxLLsTpgwBoa2QG { display:block; }
 }@media only screen and (max-width: 763px) { #DDKAxCoI8fpnIysNWuVIV0wnSTTvOHQd { display:block; }
 }@media only screen and (max-width: 763px) { #XLAm5xIXLV2orJcIqq8oFmSo5kcOkQK3 { display:block; }
 }@media only screen and (max-width: 763px) { #TJZUZCdTZI1TcETK5CMHEu316gJ0nMZB { top:33rem;left:0rem;width:29.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIRdseRkpOiAKG9cvOJochqh7cW6T5Ma { top:21.25rem;left:0rem;width:31.4375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zet1CKE4hlonmNXA0un9yUAh10usRT0r { top:25.0625rem;left:3.375rem;width:13.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNORUXz6RnQc0WAuFDJWtla15dA7CPSx { top:27.875rem;left:4.5625rem;width:11.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIIQ2zqOxKzEabG0REwyF8pu5Ps6Mnx { top:25.75rem;left:3.5rem;width:14.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXRAC6GtbzkCapM2VJanWy5UaLwVnO9N { top:29.5rem;left:0rem;width:30.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 { display:block; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJdpcPt1CDZD0AFEJERZ8rxdZ6ROGq3N { top:3.1875rem;left:20.625rem;width:27rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWTDSctWe2hF7OhkpmhVeaoyV58WbNaI { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kham7cMktndHtLMsmH3PoKKpklct1wTh { top:9.0625rem;left:0rem;width:30.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdPvNoTLrHwMcXzUnCcV0JKkmcetLsr { top:11.9375rem;left:3.4375rem;width:11.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1aSNrf0M1NAhi036TGOLKg5KxiCAr0T { top:6.5rem;left:0rem;width:31.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNuztqsQKnpIa8sBMaafTncoyWpliy89 { top:5.1875rem;left:22.6875rem;width:25.0625rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCF8zwFcMLsp5DpAimtfAHiU95ToXot4 { top:26.6875rem;left:0rem;width:7.5rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR2ziyk5D5SxS6lv9bOe1ZC6gUAkbTVf { top:24.9375rem;left:0rem;width:6.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLi0pWOLLkgrQu7TKTXIb7VFfMzAIav { top:3.25rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwxWlei50XeKX8zm0pNXfGvDLDpE5Z55 { top:30.5rem;left:0rem;width:27.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HyCkCOg8lNcbCclBvVw1Nmf8Pw3V34 { top:31.125rem;left:0rem;width:29.75rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIDNOwhBnvSkifHNoOOIWBfg4Q9FsU58 { top:17.25rem;left:2.125rem;width:21.375rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI  { width:20.4375rem;height:auto;top:11.25rem;left:24.8125rem; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI {display:block;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI { width:20.4375rem;height:auto;top:11.25rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Bpiw1wl7E9cRysK8VdOP9oz3WZowlPiv {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #BekW7JQrcgxc8TxEhwsJh5N2NqHC1qhD { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #xdrJzUIafUyApeQJIsPFE0UmAE3S1lnr {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #OPE0c9gMXwtDnA3xe8Qtn5dPTDgUBUC9 {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Nov3Ml4pTnZhl9EvxWMHXdlt5FGkc6zI { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #GKxtw75vU0hSntLOCNeWPWiFFKyowQRa {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Mezzhu9cUQndiamDbwfrhSkxUW4p2gsI {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #tNJ4cPUiae9iUktJkOvDVomIgU4B2HJF { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #o041gBLcwkkDAILRfMcG6uXg4CnwsIeN {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #k3RMHg7EWyTppvhXwgfqQChtnQtovRzT {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #H8BsOVXiVefpA2RFWa9yUd2yEHUsletl {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #ZyTHmkgWBanCTsQWOe52OP48JK9em7I9 {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #AbLBXbt7A79yNKEPAdrZKckJ3wbpLC8e {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #TS1JVn3CwKmoMHQ5F6XnFKegT8WVqgfx {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #eT37KK2GZ4X5pTVgPENHQhJ9vE18lJBs {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #HRignhdMp7QqDZ0EG4cidmyC37pAuzZ3 {  }
 }@media only screen and (max-width: 763px) { #anlXvkBIOe3DkKvKyKEkkKRnkRAmrxkn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XhUtiL9RMCwPoqfHkFoCHIcZw5vJGpbe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A8wqS9wPK2hSLvXFOVTiFHufFcvKBXzu {  }
 }@media only screen and (max-width: 763px) { #Jrugw8LH1kLTaGk4eq761Sf3AfZNxR3O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P4JSucHIi54Nx1TgdMpvAvHPqe1rP229 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VMm6xtbsRzpTKXTk3CTyt6nxMUNeAgI9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BBuTG5kk8znKPaBJITlufu6sTrTKtu9m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ncEcZV6LdwUzviiggEqXK5QCVb3WMnrk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNtiO0Jgso4iKtTJJkNvrxHf7Ze9T6nn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fD5H9cs2b9gJcfQxi5F5C7wGVXE69k86 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QcTTWxl39JRKrJSsTufhqn2n3hfT6VVu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eiavM3nb79rB6fxN37nT4O3GoQVAU101 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U4T6VSIB98O4S0A2bZSpegart8wvSTeA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rsJ6I6fc9fZSn38sW95WAAUrousSsHAb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x8u3JbJGOp5H5ZHOfaIr8ZshSN3B6Dpp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uoUPswsdQtzR9NBVF2O7fWp94w8rXo4V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M0MEiXTGAT8AmBFdtn8HQGT8HD4eF9Ie {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZICHQeSiNMpy5I4XPXFTq5rupHlEtOnS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LNb8w2lbDGf4xJcU7pgovshi7hvN8v7Z {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Qy7QOiaHLTeL1rTirS7bkGG08ht9PCOl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g8NZo8SOoSldpuQ2v7SmXbhGs4ET7JXp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #z64Wy3FQln4dydDFhUv2q95eiUEmNC7s {  }
 }@media only screen and (max-width: 763px) { #JsFCc7MWfL1oh4vZyU4tBffuoTDqVmqa { display:block; }
 }@media only screen and (max-width: 763px) { #ccEKA6biESVSnpQmCeBhT0hBrSua2bto { display:block; }
 }@media only screen and (max-width: 763px) { #FrWdJVDez8NiuBhiO6A8klTMiRTfhdJn { display:block; }
 }@media only screen and (max-width: 763px) { #MumU4r6ETdktCNytFek41OpbhdA7kgal { display:block; }
 }@media only screen and (max-width: 763px) { #kiTugc4yWGhoUTU6okpfyicymTmITQZb { display:block; }
 }@media only screen and (max-width: 763px) { #nhs3kXHg9tsnML4L2fBDifudL5UNxJio { display:block; }
 }@media only screen and (max-width: 763px) { #pz2Mu7bJSu3ZZe6WnFpciM6qBDtcOSWT { top:13.8125rem;left:0rem;width:31.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT896xouVi6MJP8ZtkCVchxag9LEAdDS { display:block; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5T8CqMcVbSGec2MvFiMBuigqlu8ftgL { top:0.75rem;left:0rem;width:47.75rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnZZwyRi3JLISmZxy5JBfsiVPignnny2 { top:47.0625rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNTU676ciVDaHO60MzvdxGXBXcewILlQ { top:44.875rem;left:12.15625rem;width:23.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIqJcCDquN0Vh4D0ihdyVmCfytsEKBb { top:41.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4X7soPkibTpsokqoAKGGnIw37TzybR { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkDA7LKgaSldb9BeaRBaCqr2f1sfweW { top:38.375rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPlS8RHIqIGH43drGawSMb1ywzoAQc4 { top:12.75rem;left:13.875rem;width:16.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUaihnlv4UG2vXM7kedekrRSaVuqOa4V { top:8.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRE6OffwTcTru3EGogGJTwie2T9Anr8 { top:28.0625rem;left:0rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqIm4kVA25FmQkK5c23yF0DKPgz5BP6X { top:28.0625rem;left:29.4375rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCkWVZl3bKDtdks0fc67iTnaJcahM9p { top:33.375rem;left:0rem;width:17.5rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTtflSuzynICIix72rrxJBuzn2x6Zwk { top:28.0625rem;left:14.65625rem;width:17.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDdbnqGDtyScsP4GsTpMNPgcAc952fp { top:12.875rem;left:29.4375rem;width:17.6875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTD0MidyuvDl4wSfBdLlDnIb19IIq9BM { top:24.1875rem;left:0.8125rem;width:25.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2gqGk68doudoOV2Rc1BZSyWRhCa1nUt { top:12.75rem;left:0rem;width:14.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuNHcrJJFweNbsODV6bl5JXyGTCpJSXd { top:25.625rem;left:1.5rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkNGP0QGUcpnJh8kHfI3DnHPMJ4KdfVa { top:24.125rem;left:30.75rem;width:17rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6xWeNqVmTiWt7XhqImekraaNqa8BxbR { top:39.9375rem;left:15.375rem;width:17rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaCT928Riyor9El9SC9BDldG0ocevm0L { width:12.3125rem;height:3.4375rem;top:50.75rem;left:17.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6dlbuSQTddwhWhIw7FA7vP13o9T6y7 { display:block; }
 }@media only screen and (max-width: 763px) { #GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 { display:block; }#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnosCQT3oZfXP5900iMsQZd83rPoeQcp { top:48.875rem;left:9.75rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHo1MSboddWoWvVOBW4mdIXdJhPAdNGc { top:50.6875rem;left:10.375rem;width:27.75rem;height:3.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynJU1VcNd2fGAzne9gnW46AS5uXGbn9 { top:14.625rem;left:0rem;width:47.25rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN18zn47465KKtZyZTcixGPOEPHGlIcS { top:10.9375rem;left:7.1875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCkd7qtQH4vUoP6keRS5xaNiNyU0km31 { top:10.375rem;left:5.6875rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJaMAuO26z1Otb6PIyIQBTJzt9BP0O0 { top:28.625rem;left:0rem;width:15.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCRJVZbUW23g43GP3xzTQBMo6WURzezB { top:40.9375rem;left:10.5rem;width:27.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfeUVR1ei7T0fDQ8wHVvmealCXaOhs5H { top:28.625rem;left:16.375rem;width:15.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODg0DqfSKkDFBE4R6d6ic4TsClsfeXl2 { top:28.625rem;left:32.1875rem;width:15.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd3TDtJANZg6TlmcQWeRXh43InngXL1F { top:45.125rem;left:10.9375rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQlnvg6GAuTGsfOGMVTxIgZEB92AXK4 { top:44rem;left:10rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5RdrTpZml4kdbGqHEuResvK27xCHTHR { top:37.8125rem;left:9.875rem;width:28.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazbEAkoJBnp4rAyPDmILwxoyMTZpv9R { top:15.875rem;left:0.3125rem;width:11.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6F1k4DVSexT74bw1Gy7JXDmpWRByv8L { top:15.875rem;left:14.9375rem;width:12.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbV17f9TQAsCNOl9ZNWbOz3wy7dqhTrl { top:15.875rem;left:31.75rem;width:14.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT8GneeBlaOymLuhHM9iinvXuRt0ncvZ { top:25.875rem;left:3.0625rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUTaxua2wiU1VtiGKK5UawWOXR66HUuZ { top:24.5rem;left:2.375rem;width:25.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5vpxNl94KzNilbLtyonmFPps4h9tPNX { top:24.625rem;left:30.6875rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqJavwswLzDKKwHh3rUd2t5CQrJfcbqk { top:16.625rem;left:27.6875rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rErzpx3tc1tTfoR3IKvcChti8Da1wTNS { top:16.625rem;left:11.0625rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Kv7Qg7v3a4pLdomEF22sZCm3JTU35g { top:3.875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7M1P8lHmR0zgaLHvHwhVKFmmW7h2uIT { top:4.1875rem;left:10.1875rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cMrHvLcewPySrfMoOLGgQW4kIKaRun { display:block; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdCOqTGkS049Zsfc0ypIhSvxqqVJSmqL { top:1.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgSmZ7LHVNivtABZ03wEDNxofvwMJmx { top:60.5rem;left:9.9375rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXaUrRkrXL0i6IDheN2h1wsfox6h5iLw { top:62.3125rem;left:10.5625rem;width:27.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhhgcTmVUffuvrvuGQEOg6tSpwNlQ1W { top:37.625rem;left:4.125rem;width:27.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLzKvIUIOdbqLexmCoQf1n39NXhHI1tA { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afb4XAiqqZT6vpVr8iIKWlkTXOswl1VU { top:19.75rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFb5TwXPxaFBl0A3LIkPNCIA4hRFxGPS { top:38.5625rem;left:5.1875rem;width:12.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAOHyKIO5L3zWszvDchG5atWHd8ObOIA { top:41.4375rem;left:36.3125rem;width:7.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhvObhzKPKvXCQfA1GpS2zdCzM7XQdu4 { top:46.3125rem;left:36.5625rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1mA0wONIs8Adp3dWpSWGF3U4z7HlTHm { top:41.25rem;left:37.1875rem;width:5.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4kveOdTJbvOC3XXQdIvDUHwUrbM42Vy { top:48.0625rem;left:36.9375rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2hoGDLTLWlCzTXSFy1TzFpM7ECBKBFR { top:53rem;left:11.1875rem;width:27.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2kdgS5mwkXV6yduxtGstyOOLmR71lvu { top:39.6875rem;left:18.4375rem;width:12.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9EPfVnQkXTtWWbM9FEs4gg26ZZAN5E6 { top:43.125rem;left:11.125rem;width:11.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoVFWqc2rZLTfe2LyQ6yDFzscGOl03B { top:56.75rem;left:11.125rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNbe4l8pa9XuW3KlqNAeoX4zhpbxoR5x { top:22.3125rem;left:22rem;width:25.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afdF8H5km09QXazcZF8DDaaBIFnJ5BG3 { top:55.625rem;left:10.1875rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4VJiP34e5mkrkC5hJQ7m58yy12PnLNF { top:39.6875rem;left:35.5rem;width:8.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOnN1hu2sGJuv1feNGMlPUW7630Ba58s { top:41.9375rem;left:31.625rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGJnWy6sFTs2nHRuduPFlerm0U1ykv0 { top:50.1875rem;left:4.75rem;width:26.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7QsKQhUvylknlLELnDx8wKRfA92hOn { top:24.5625rem;left:0.0625rem;width:11.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3itpQt6URx11CIWMOTiwTT0mRTuX41 { top:24.5625rem;left:14.6875rem;width:12.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDCblQvPftzt6TAu77urMISL4PO7CleJ { top:24.5625rem;left:31.4990234375rem;width:14.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvD600TL1dGuE3UifnVywIG6op0nm37s { top:34.5625rem;left:2.8125rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiJckO5vuqkMemKiZvq4VosENcBItCbM { top:33.1875rem;left:2.125rem;width:25.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmZivxBF0tqbLkmivpr1HxcI6S3NUQzQ { top:33.3125rem;left:30.43603515625rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQU6xwDZqdUJTR0T0de049iSt2Rqs8id { top:25.3125rem;left:27.4375rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7WnPZJJtmK2ammLDkMsTU3IzzgBJZ6m { top:25.3125rem;left:10.8125rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wse991zoLTQO1PczAXoZ7IfJH1EMt58X { display:block; }#wse991zoLTQO1PczAXoZ7IfJH1EMt58X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTMrOLPdmi5Mm24fadr9owwLV9td3WR9 { top:0.875rem;left:0rem;width:47.75rem;height:62.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7HcBqiJgp1kkLLaSkMg57cOCxrH6nfq { top:60.1875rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7iT26fV4NA4PcWNQ8azJALhsavOGAyV { top:58.0625rem;left:12.1875rem;width:23.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faLCkgkFPGPoc32b0Jx1RQuAOsrTsqBp { top:54.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5vQT5khs2CufuS3f4gISWPy4lurTG7h { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTq6vNTcnpHfLpPM6VssSMW9C4owDCTx { top:37.4375rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noyqfTqgW21sVxU4qxgtZMQzfM5N1Rv5 { top:11.8125rem;left:13.875rem;width:16.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9H2aaHyBz4ZTIGdfFMETDseROL3bu7D { top:8.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6JqOWb9DcTVEBTiIV0BtCHytSObfX5A { top:27.125rem;left:0rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMGBsD25lNT7q5eyEnvJv16Pub52vBCF { top:27.125rem;left:29.4375rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG13LWuPalahnZUD8c6to9AnlxIel0FX { top:33.375rem;left:0rem;width:17.5rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUs9OqNoHEqXal2SJKSMWwWRk5GqtUo2 { top:27.125rem;left:14.65625rem;width:17.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmIocmCaRgXwNQkIaT4alKO7t7hTZATe { top:11.9375rem;left:29.4375rem;width:17.6875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPTAN4eAVTz0K78WO77uoFEKLDFPQ7XS { top:23.25rem;left:0.8125rem;width:25.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP13d5O8Hfp3SA6MwJg9pDMlBDmEDpwL { top:11.8125rem;left:0rem;width:14.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbQ42bJPeXXLwFpLCt64FUw8f8mhmTBC { top:24.6875rem;left:1.5rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poHt1MBTdCCkluTmrJF0NSAwH6tBFQ2n { top:23.1875rem;left:30.75rem;width:17rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2pn5oiDQQIOw1HuQ9H6tOG5t2W2RIsv { top:39rem;left:15.375rem;width:17rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMDnvXI9Irosdp4JrwDKwq8rvgX3t8v { top:41rem;left:0rem;width:17.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQxa2PauiWAcedgrDAHpch9F9nxVerL { top:40.9375rem;left:14.875rem;width:17.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnN11J4Ip93k2kWFraETlosscNGJ9dw { top:41rem;left:29.5625rem;width:17.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4hpDTPaTZUrAH0aHCtPrivPGqu7vw2F { top:51.1875rem;left:4.75rem;width:38.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l20pCOHL9OzJk7gdfIQNxTEwsM2CrHr8 { top:52.6875rem;left:15.375rem;width:17rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU { display:block; }#d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBCtelTsfvhs0VFKuLETa1fqDQgXnVNm { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlv74NoJbgKqybRVX8U4ofXQKQLiELhz { 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) { #AQi7RCRnqXbJT8yW7BIxmsmCxKKSclPF { top:2.3125rem;left:4.84375rem;width:38rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIsbf3w7qssgD4Zi3794TmxM2tdpiZWe { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anltcvu3BTKEieLa75W5ck8W8de17wS2 { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecX2Hwh3vibihp8eVLNbiiBbcUkzD3Jm { top:10.0625rem;left:11.03125rem;width:25.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8llIua8UBJDpKZpkUCsPvDHxs9tl3 { top:29.125rem;left:16.6875rem;width:17.375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WavVkFWr3NauhSG1TWS7642MNOoqR26H { top:15.6875rem;left:2.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsP49Cww8OXheZhTK4DXfORNQwhaxfDp { top:15.625rem;left:19.6875rem;width:25.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTWsgK90cQnspK47nnoBZD8yC7UDkFZ { top:25.375rem;left:3.875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAC7pyGBdZiqXGlrS6v5X9RLWQ45k2q { top:25.75rem;left:4.25rem;width:10rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU76DWxX9CCuIQICBzCbSvlaIhROWkm1 { top:25.375rem;left:24.6875rem;width:15.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn0nwDPdGsNKm6c5T0q68ya1lGllJZNU { top:25.8125rem;left:25.625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJfF7S0QzZ80BcD1HnWbfJuHciOT5Mp { top:12rem;left:14.5625rem;width:10.6875rem;height:7.7681172482367rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXFWV5kCRxQTWCyqUXhesPxWA15Qq5V { top:16.4375rem;left:3.625rem;width:10.6875rem;height:7.7681172482367rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnrkzr4L3xTHhNoEZ0DAflRFFTsnfVHN { top:23.5625rem;left:4.6875rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFPANMxIpCS2q8vETsH2BELLI0R6lb0 { top:16.4375rem;left:21.125rem;width:10.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLib4Fs8LFyknbhh3SX4o6evr32VUNbM { top:30.9375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odxw2aiT46QZTeb9doDgDPzTgAmxpoqB { top:31.5625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffl1FCurWuVk57rsclDRFhCMXSCRV5eT { top:36.4375rem;left:5.75rem;width:36.25rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU7uLO96o8f3q6KoiiIrDcIoHCTezCOz { top:34.75rem;left:5.8125rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STq3cwyFaxgt5znTWrQz7x3laMuhqX5l { top:14.9375rem;left:18.5rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiz3cTnENcuoQzOZJsHTG7BVNykcLtFI { top:1.5625rem;left:11.15673828125rem;width:25.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsedtbhMUmgdTTugSf0dqKEDcIObfm6k { top:13rem;left:1.25rem;width:5.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duZK7bNAMs3S7QKAF4ysfuhSpdOgRE0l { top:14.9375rem;left:2.4375rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJAs6ugVOUtBWeyq1suTa1GTvLU1wR6T { top:16.4375rem;left:32.9375rem;width:10.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNbORxz9hzTcbShgnvona77EPrqGvM2 { top:19.3125rem;left:27.5rem;width:10.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV { display:block; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTt0z8v5zMnH75qzPStos75FKNsixpOG { top:3.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuWAFLLquOuPIOCD4dsoPe7n894Cn3fh { width:12.3125rem;height:3.4375rem;top:76.8125rem;left:17.688804626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVwm5Wx5dN0ckyRPzJUgK50rLTuZlTxS { display:block; }
 }@media only screen and (max-width: 763px) { #dIIIZrKbrGoJZce8qL5naFgsOaAiQ4ZZ { top:52rem;left:0rem;width:23.8125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf11tdfX7xm3sb9STAyEfzA1l0JlUz1d { top:9.625rem;left:23.9375rem;width:23.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfRUy8DDgQ9mzWl1RofLRbhLrlwUXtIl { top:9.5rem;left:0rem;width:23.9375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVw5ZSlIT3mlVTolHQ7ElCtqdahFskPP { top:29.25rem;left:0rem;width:23.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HItXO0Si0lnsXwApAQT07fMB0DZOIOdf { top:29.25rem;left:24.5625rem;width:23.1875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKoumZHeA1WEZlyZuc5TRNfc3fIEIcf { width:9.5625rem;height:2.5625rem;top:23.9375rem;left:33.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsJxTQX0DoDnC3loKCuC168leGddN1HF { display:block; }
 }@media only screen and (max-width: 763px) { #sewOLlgNSfmynbTeais9RleI0ZApqX2P { width:9.5625rem;height:2.5625rem;top:66.5625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtMQw3tEX7mTT67Huwmm7nhvGbmuLIU { display:block; }
 }@media only screen and (max-width: 763px) { #TFgw3K1ZdXZNe7uB7HGOANpilT7bopEJ { width:9.5625rem;height:2.5625rem;top:43.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nORvSTfTOTyMleKd3cfpm7lqw7LuE6G5 { display:block; }
 }@media only screen and (max-width: 763px) { #CXsRzq08I93LXmGQKeWN7RxAwr2iU5MK { width:9.5625rem;height:2.5625rem;top:43.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7OZeQR54kmnJoM8n5Foe1bykMhLZdOK { display:block; }
 }@media only screen and (max-width: 763px) { #tqkWJ6P85bofrodqLMtFIQ7i2pmDqagM { width:9.5625rem;height:2.5625rem;top:23.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb8MfEIwfKXWgWb6ePbegSPNIvoH0CSe { display:block; }
 }@media only screen and (max-width: 763px) { #FwNv6oqoxiDhN47p3vEJ8dcEmRrhJkNV { width:9.5625rem;height:2.5625rem;top:66.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhda4OfOdTHhFgFRbKrtJKldTPtqMfWz { display:block; }
 }@media only screen and (max-width: 763px) { #lmcXbrhf7KCsmNtdsA4oTRxoq65UPsrA { top:71.5625rem;left:8.1455078125rem;width:34.5625rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXkqFCzbW59Rt7OyWmpwq4gvHG22dyZl { top:74.1875rem;left:5.25rem;width:37.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZBN6qrFKa5ErqMi80C3OElWGtvyEtq4 { top:51.8125rem;left:24.25rem;width:23.5rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr { display:block; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPrinNhFtGTqkT7wHnAsGm4dlrzloLqy { width:32rem;height:21.3125rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdTIxlE5eZitrJLC5eBf7TNSg5U7Kd5 { width:23.25rem;height:23.625rem;top:10.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyr3Zv6Ow09R1T8sTGdksa271EflTgVB { top:9.6875rem;left:0rem;width:30.0625rem;height:25.634530017962rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAL9GUTxApvH5NgZ19v08Dc6pga1q3gZ { top:12.125rem;left:27.25rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD1c3tsEJ0i1UidHZ7SZSyJOBolBEFfG { width:21.625rem;height:21.25rem;top:39.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnwsgstKzsgTzWB8l0ftrDboKXUR1VkT { width:47.75rem;height:2.625rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx9R4tiPXGsFfOvHZxcBT7R9kPDkguL9 { width:32rem;height:27.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqSoLUTBukse35G70gDRzGpF1ds6dHC4 { top:40.1875rem;left:0rem;width:30.375rem;height:19.147761505631rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEDVgwrgRbDEl3lKtwN2kqrCxXOCQKm0 { top:40.5625rem;left:28.625rem;width:19.125rem;height:19.063158793748rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp { display:block; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMMsDwwLSpmnXv2rleWbgp76KvBosaMX { top:24.5rem;left:16.4375rem;width:15.0625rem;height:11.203651284933rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekMTu1hxVTDT1niTFndQBbqpgezv2R5c { top:36.125rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7SR1bmZSNc306hbTmeiSIFoDAGb9e0L { width:17.5625rem;height:27.3125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAd5QNCckedLLTPpPxuVfbDeXRMl1bqm { width:17.5rem;height:13rem;top:9.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRWQpS1tSTB9odsFuhxoczKdsEK9Xoi { width:17.5625rem;height:24.1875rem;top:9.375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giePbUQzFq2HouUrpPLBXSq6O1ozcWtp { top:11rem;left:0rem;width:17.0625rem;height:24.348311361969rem;display:block; }
 }@media only screen and (max-width: 763px) { #AglNNQG6x2wM78iFGp1pJAT1sinakP4t { top:10.375rem;left:16.125rem;width:15.6875rem;height:10.8942269154rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggdTBHbHNpgHDeH3NLeMTgCF2PeA1hxm { top:10.375rem;left:32.3125rem;width:15.4375rem;height:21.788024323954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0UX61kVXnbm1sNDK5eGT6Fg4uWFnv2 { width:17.5rem;height:13.125rem;top:23.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8EkQldLnNxBiN7pZlRdqlhqqJTNaySy { width:17.5625rem;height:17.5rem;top:35.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o04loHrMC5W1HDJuOOi0FmZUlgobgsdK { width:36.625rem;height:26.375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX8lZkLtcr4C7ksm0ngiGNylhpBGsd6x { width:17.5625rem;height:21.5625rem;top:54.125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTX9x32JCTaU5wGROzBgwXW4aJR9SmW { top:39.8125rem;left:0rem;width:34.6875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mztmcHnqZcRF89Q5rNH31DQNvVgZ45WL { top:55.125rem;left:32.125rem;width:15.625rem;height:19.6245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Vw9msU3iiTsDXxzCHQHhU55XNIHdis { top:67.6875rem;left:16.4375rem;width:15rem;height:21.722457363376rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk4AEB5bqtmIyaxlzGI3rsRTTWQlNiuR { width:17.5rem;height:23.8125rem;top:66.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mekrIDzxp4T7DIVKubg6Tl34b5V5swzT { width:17.5rem;height:23.1875rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGglfmsRIDgBQuwrrVudUf9xxrNOsWGQ { width:17.5625rem;height:26.0625rem;top:76.75rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USof62O7X9RpARxF4WeyR98bl8ouVlBt { top:79.1875rem;left:32.125rem;width:15.625rem;height:22.284814634049rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxonrgLhTM7GcKaEnkKxTogpeq1aI0ZB { top:67.6875rem;left:0rem;width:15.5rem;height:20.791674699569rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZscVIhuxhqc0vCGe2MbRRz6owabxe7ek { width:35.625rem;height:15.75rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctbfk6mzHhUKhG1w9rCMFqy5Pkngr7uN { top:93.0625rem;left:0rem;width:33.4375rem;height:13.474440987705rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTeqo4A2CTEXuqTtvmAAMTiltiSTos7S { width:47.75rem;height:2.625rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx { display:block; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbzQbadyvNo1JIT2wwxqfXrKdgaJBprv { top:27.125rem;left:26.1875rem;width:16.9375rem;height:15.692081852006rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipXJ8lgUQLDl65QAdSF3R8MhrhUzX8X { width:24.8125rem;height:35.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1VHS1gqGm1sKuzXTWBeNU4ns4XlCakk { top:8.125rem;left:0.125rem;width:22.5rem;height:33.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHCNva3ee7SGiPuEGAnKcNBwzS8qmzC { top:8.125rem;left:26.1875rem;width:20.5rem;height:15.826648287349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1KGyuFwDHhsUf4SeraXnEo9tMGpRgP { width:19.4375rem;height:18.1875rem;top:25.875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eboF5N1mnov1Zeep9dfQhWLHV2yvKpRe { width:22.9375rem;height:18.1875rem;top:6.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fouhQIxgeKhkUTryOwkMDcwzcxwwC3wA { width:47.75rem;height:2.5625rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln4ZR0uz0Gxu1cCT5bqJs3rp1w8khEUs { width:12.3125rem;height:3.4375rem;top:45.875rem;left:17.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoCa2xieRKfTTSEf1Q9LMQfq30iGqWh { display:block; }
 }@media only screen and (max-width: 763px) { #JHbCy0TuosCzzrKOTyN45hDcJngxBsuz { display:block; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgmOZ3PUmaSFwUcToJOppgQphgfCUfnN { top:1.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GbttVCJfSNOoHwJJzAaVcTFpVvDU64 { top:5rem;left:3.0625rem;width:41.5625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roIXJTqshfnfMmm5iHxr7zNehzQzLUAF { display:block; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NobCJppbgNq48SKveZl0kF0VuFNmCRRx { top:4.75rem;left:19.21875rem;width:22rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgslZdObnvlUv2WFQufQOd9cnTxRZZRg { top:3.625rem;left:0rem;width:20rem;height:19.938989433943rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJi4pzPsTNIssoLOq5f4GDEIkVIQSTa { top:9.625rem;left:19.21875rem;width:9.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HComwKxDoMPTVUNfZ5h8uvF1f2CHNGkI { top:17.25rem;left:20.09375rem;width:20.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzgqA7944oekzmZbgi4KtH04T4TnJ8hW { top:4.8125rem;left:20rem;width:26.25rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPmsByFslSTGrPmoQ6mueXIzLXlFr4NH { width:47.75rem;height:25.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvKh24H2T39Risx45Qrxyivqc2ND3opy { display:block; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpK8R7XRbNgw9SHJKmGTGWVHSuV1F6G1 { top:4.75rem;left:0rem;width:26.1875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laPC04Cwb1E7bXOzm1IksWUvuntWaknu { top:6.4375rem;left:1.3125rem;width:26.25rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUZTS94CAMTT1iqgWOgnwkMTJDRNEM4 { top:3.9375rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKP9Vt3mtnKWeXmXfQPKMXVZWyTy5apR { top:9.875rem;left:0.56119918823242rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhd1TP9mhI0SM2IWeUN7m6InQDEMK3uB { top:16.4375rem;left:0.56119918823242rem;width:19.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqGTr39BuWTGBBz3Mty6vOUXUUCv2HT { width:47.75rem;height:23.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o { display:block; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJ2F0ZUuvlRuKxDLBuUB8FGR1rADLwT { top:3.0625rem;left:13.3125rem;width:34.4375rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCweMIHQxeuzWfSn7bK8KM9UazKh4BuZ { width:47.75rem;height:25.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puo2LMgv584nqc3CrqvpSfkPmwtKvluF { top:4.8125rem;left:18.96484375rem;width:26.25rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqy8EICuQL1V2m7MnJhDFxUK26vmv7Jh { top:4.25rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWWqTtKECRJGakF0CsQzSFbMRZkKX6M { top:7.125rem;left:18.1875rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlEIH5q6AAyUhFgPNhAAVqOXh7dczF4 { top:13.75rem;left:18.96484375rem;width:15.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV502wTAvDEXVwUBnBC4AtZmSr8yJV5t { top:19.6875rem;left:18.96484375rem;width:16.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv { display:block; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzHIl642XNo2sS8F6urNBLAJGEcUS8Jo { top:3.3125rem;left:0rem;width:30.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWERmAOsOq2I4yTeCfh0M17vAEADQPnZ { top:6.875rem;left:0rem;width:26.25rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJihwwN6OfeyfPd0HMiAppkTxXUtqx0 { top:2.5625rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdtlJxhUKImuuSQHX3BdPtyCRQTH4nts { top:7.8125rem;left:0rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMcVi2TcduAn2fvvQEbEP589HzyrHKzX { top:15.1875rem;left:0rem;width:19.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9TiveHOemR5xcccAzANmcwL3pHDRdTS { width:47.75rem;height:23.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eftRSx7CPyMBtxLNV7z06qEBC4e4z99I { display:block; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2MJ3zOMftsrLZqFlc8OT1w1Uwk2VqpA { top:3.0625rem;left:13.3125rem;width:34.4375rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbEX9n8tmPRnsZlUBX4CODWP9zHM5qWJ { width:47.75rem;height:25.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFlFqWCOCWuguAO56Uhr4srVI7atMM4t { top:4.8125rem;left:18.96484375rem;width:26.25rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4nJegcqrOFkBSeUROiF3wfBFcAiHUEI { top:4.25rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrkgWcguhDIB6NVh9UR39I8x6tIPZozU { top:7.125rem;left:18.1875rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtNLoxa8FmQP0wm549y0ptn96rLevpcz { top:14.6875rem;left:18.96484375rem;width:20.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAtQkBxJ7WLgAncZ0kDoRRIv7Nt9422D { width:12.3125rem;height:3.4375rem;top:28.1875rem;left:17.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7lRa7V5ydBFVzR44DQwTXPNxlIVzMKy { display:block; }
 }@media only screen and (max-width: 763px) { #vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu { display:block; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evNrMmSPPPVIRTyB3leF4AQ5L5cNWZIi { width:14.5rem;height:1.4375rem;top:17.3125rem;left:0.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PEW8KFBvbNG1dSa1FJk3PeBiyiGsr4 { width:14.4375rem;height:1.4375rem;top:17.3125rem;left:16.562068939209rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkpgP4Xa1WcoNdB6B83OKiM9vL2iC3wG { width:14.4375rem;height:1.4375rem;top:17.3125rem;left:32.43701171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4keRswZiaJqemqHDELxKOVGGz1k5nBc { top:11.5625rem;left:15.875rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0F0ETTOCWTLm8XepyAwR4oSfRzcPUvZ { top:11.5625rem;left:31.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHfSZwT7zMe2byVkRSNQde3Kb0Fui04T { top:11.75rem;left:4.2495403289795rem;width:7.3125rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBBuInIOadC11czH3RTUmTmPaJxW5xU { top:11.5625rem;left:20.124540328979rem;width:7.3125rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUuxQmdgoAILNUgfleUPwR7CGILowQU { top:11.9375rem;left:32.1875rem;width:15.4375rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuBFKl5RSrZUWdEToaCK1XIHhb7oFA38 { top:4.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTIgHaq7l4g1EcmTLvmavocs3ydwNp7 { top:25.0625rem;left:0rem;width:45.375rem;height:26.509835rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMvIpCaFPXlUW98ESHHJmTrbgTa7FxTc { width:13.25rem;height:11.375rem;top:10.375rem;left:1.2816848754882rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtQ8Ez215OHgafQg4G2bgNG7hF8KgGe { width:13.3125rem;height:11.375rem;top:10.375rem;left:17.154518127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtb5Dd6o4TOP8G1EeEn2NeIXEJVtfHz { width:14.875rem;height:11.3125rem;top:10.375rem;left:32.217884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt { display:block; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1fFa8edyHMfIidhrva6uKJqyideevxS { top:25.1875rem;left:21.4375rem;width:26.25rem;height:13.779394997506rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFrJPit8PeP0yxABKlsfTIIdmparMDcJ { width:21.3125rem;height:30.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvCQUsoo9h7FH9KCBrQix8FyhHlnb0SS { top:8.5625rem;left:0rem;width:18.875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6tuPx1fdFh85hRRvG8CWOdgS6wT4hSZ { top:8.5625rem;left:21.6875rem;width:26rem;height:12.719079513761rem;display:block; }
 }@media only screen and (max-width: 763px) { #Are4lneArP2ibWHdUHMAbdwAoZZcFXQO { width:28.75rem;height:15.625rem;top:7.125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #psdmqbwkNDvMkDaEdkQFhAESGTrkcBTe { width:47.75rem;height:2.5625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFMXZisE8bEfraueqNaMFNIHUoRFHPxS { width:28.75rem;height:16.25rem;top:23.9375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe { display:block; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hutOVcmAssrbISDweavLpuiziJATyK2T { width:17.9375rem;height:9.125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAo07kHs1LagL0i1h0waJEKaMVgKNQxa { top:13.1875rem;left:0rem;width:10.75rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmXmTTbkRtKQSshIvZF1M1rq6NKJhQZw { top:13rem;left:18.936851501465rem;width:11.875rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1OIPtw9vHdGHPftVTv4weeDv8ooB8pR { top:13.1875rem;left:16.061416625976rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWJVpO9EPOhptw1LRqwwqqTqkyc5sxh { top:13.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egwTDmUvwVawSSxwQ8k6VEQGTERf3cfJ { top:13.1875rem;left:35.693363189698rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9aCkumsnGeJpm4nZATEZAqa0F9TQoF1 { top:12.9375rem;left:0rem;width:2.1875rem;height:2.2487008399649rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4OmZJIcrXckIUXOUK05et2LAr3WFT4Q { width:17.875rem;height:9.0625rem;top:10.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTyGOGhIIUemTvn7694gSLZ8SsRXREX { width:17.9375rem;height:9.125rem;top:10.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Q8z3iwgilipMVqDTK10M3kRaz6iAmk { top:1.6875rem;left:3.0611972808838rem;width:41.5625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y358gaI6bZg8fuIxy65ycHdntBdyU5cR { width:41.875rem;height:2.5625rem;top:4.875rem;left:2.562068939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt { display:block; }#AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py4GfXMwvldVcfpQnPCk2uMsqaPaAP64 { top:26.4375rem;left:0.40625rem;width:23rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDOchCduzB3kvgcTXpk8fSKdLy3E75lh { width:28.25rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdOHNJzIzJnTUZZ7ocLON6CfexVL15wI { top:10.875rem;left:0.8125rem;width:23.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSiaVaCL5QUQsRaPA1xNW8INPpA0P4f { top:27.875rem;left:25.87548828125rem;width:19.8125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fwJoS2MKkFPORn4ztZ3wBhIOkKsSLy { top:8.0625rem;left:22.875rem;width:24.875rem;height:18.889724919614rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu { display:block; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8UPIcI2vgL3Z30p9LoI5O8eausRUmmH { width:37.0625rem;height:2.8125rem;top:2.375rem;left:5.34375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x73FG1tBJvHbwT68AHE2e4pcfncNWTe9 { top:8rem;left:0rem;width:28.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv5Bdgl4qcE0tcXbMtfNuRHQeytoum0s { top:8rem;left:23.375rem;width:24.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZdo6U80N49KJNuq0fuV59JPinXbmBDg { top:28.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJl6WTdXTv1TlnMIKTnMDxkcWHm9mGR { top:36.5rem;left:0rem;width:23.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCKJRUBC9qL40q4sxs2nCMJhtIRKUVU3 { top:37.625rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH525e0rFVJ9GEpmWt0BBnCLcxvG1Z7x { top:38.5625rem;left:27rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgVOhwgTTiPadCIga5WI2roJfAJv9yp { top:41.3125rem;left:34rem;width:11.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTiWd1dgyyQepEqRl1RO0PTEIab5H1sp { top:44.75rem;left:27.625rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHXkvpJZ7eOxHtf8EiyFK8PSLBPoL5V { top:45.375rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8P4plgl0nbTtboDo09CTbPEOvaBn618 { top:52.5rem;left:0rem;width:23rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp6X4yAO5smuRCbC3fleAEkUD4rMSVci { top:52.5rem;left:24.75rem;width:23rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg { display:block; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaiL3oLfEkZJoSzXl9TpF6FgfdMBISPw { width:39.3125rem;height:2.8125rem;top:2.75rem;left:5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHag3HKEV5eT2ktgzwqTWmaJabvmR2c5 { top:8.6875rem;left:15.5625rem;width:17.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEEMyFLrVxkZ5k3242chqKgf7uV9lQ5K { top:8.6875rem;left:0rem;width:17.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDdhhzRLxZGdxzHASg3W16BmCQSWDouw { top:19rem;left:6.8125rem;width:34.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6IBlWCwGxDPho1EBIEhBEDGCTJlrXxq { top:8.6875rem;left:30.375rem;width:17.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCJTVM8T4k23ET6ko4QyxsJfIouM2SZ { top:25.25rem;left:0.375rem;width:17.6875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuVHHzeuBxxHk87wivirIfZTJrHKMsGS { top:26.5rem;left:26.25rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw4d0yoznk0Q2TX7VNpi8piXA38iX99n { top:29.25rem;left:33.25rem;width:11.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyMcCDBloNXSIpiRuW8aPdUM8cyuWf2Q { top:32.1875rem;left:26.875rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnh9FRVTHrZzu61890FqF6V8S63EuyIH { top:32.8125rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKk9FLgBVo9yl3qipK8vApAlN0XwIV2u { top:25.5625rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkN9sAhs0OFNBkqgS96tfeuqbzoK5ph6 { top:39.5rem;left:0rem;width:24.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be1p1XDrfgnTR3DFOPniLkAXh8J0REMv { top:39.5rem;left:24.75rem;width:23rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUho01bzX6DFBf2DRifLCQaU7xi6WCaE { top:41.625rem;left:0rem;width:27.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvXhsrddEGHoUkToJX4volTd1PgqMvI { top:45.3125rem;left:12.34375rem;width:23.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQS6V6JwWAunk7J3DIZAFSivq0DKXK3J { top:59.4375rem;left:12.34521484375rem;width:23rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqDffONCLCGzTLBCCelrpstByBZd58mb { display:block; }#uqDffONCLCGzTLBCCelrpstByBZd58mb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wOiTK40LIab96LM2lUacZ0zgxehgms { top:3.75rem;left:4.0621757507325rem;width:41.0625rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEwso1vHT2rFJU9zlJaa4f17lFQekJp { top:2.6875rem;left:2.25rem;width:43.25rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTBPNKQBQnCWJD1cOyubJyrt2h7C5e4 { width:40.1875rem;height:1.75rem;top:11.125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQNuBHuQ1aTBaNTMvVmtuEtq7TcEa1X { top:13.9375rem;left:0rem;width:47.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TpFmheIFMScU488T8da85oEzLSz7nv { width:43.8125rem;height:3.4375rem;top:15.125rem;left:2.6868495941162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7el1JD5yw006bFrXhr9nuuarKgPwDWm { width:27.375rem;height:5.0625rem;top:32.0625rem;left:10.905708312988rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ultf8SDOXHgo6T7pe2SIEWA5f6Xg7315 { top:21.625rem;left:1.0619583129882rem;width:17.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUQ6nozGTTZzcoLTBtplKZumyG5JsoyC { width:35.6875rem;height:1.875rem;top:6.875rem;left:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVg7oO7teTEpBB01N6fHlETyES7foLvW { top:3rem;left:0rem;width:17.375rem;height:3.875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywtZ1vRDkkhuHI2vf59AGQlP5pWFhCtx { top:21.625rem;left:28.471355438233rem;width:17.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y09mUFZbJdK7MvsbdVB3U37LDtBG3ua7 { top:19.4375rem;left:15.062068939209rem;width:17.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ { display:block; }#pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRpp2OCxHGcIXm8NkaW7l1sWaweICImp { top:3.8125rem;left:4.0625rem;width:41.125rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6vkZZK1ZT7BbHNRuko5Og1scikB51hx { top:2.75rem;left:1.9375rem;width:43.25rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATy0xThipgXolZzbFdeU0B9a64vAvuTX { width:42.8125rem;height:4.1875rem;top:11.25rem;left:3.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdl3xgBRTOetGJ0RHEIMt0xyHHr45zLk { top:17.375rem;left:17.1875rem;width:30.5625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrTlHpuuKQ7VseW50LronCyGf0BBEbD { width:28.125rem;height:5.125rem;top:18.875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oubak76dz9fRHr6cVOQWSuRp2KMWguOQ { width:27.6875rem;height:5.0625rem;top:27.375rem;left:20.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNZpVW4DQM77q0LbUFWsS34AIdT8h1xu { width:35.6875rem;height:0;top:6.9375rem;left:6.00048828125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Xvv0kIGt6DaO2exBBzEtTxpdTMFdc4 { top:25.875rem;left:25.875rem;width:21.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnDwJQF9pVO4XZJVQ6f1CTqLQvOe3zeT { top:17.9375rem;left:0rem;width:28.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 { display:block; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTe6Oozf9052beTwLvpBWXG0Zvrhm2Hq { width:41rem;height:2.625rem;top:2.3125rem;left:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0IhMDHlK2SmD2qi7kNCXEhRsGn3vce0 { top:7rem;left:0rem;width:33.875rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxkltpicpo6z8vJT21N3z77qeTUFfoTD { top:13.9375rem;left:29.5rem;width:15.8125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAU8QJwr08Du2kpdTgST1wiUEdKK5KpH { top:20.5625rem;left:0rem;width:25.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdEvc3BF6Itu7AoJWmElckMU5CrkbIH9 { top:23.0625rem;left:4.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyncvT4hecimiliCthE2ha67340VHOmk { top:7rem;left:29.6875rem;width:18.0625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7HA4PPpuI4wPzC0KiamgxczNluSu65N { top:25.6875rem;left:13.875rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT { display:block; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAmgeti1s55LxGh4l6lQ4aeoAVrtSFmZ { top:4.125rem;left:1.84375rem;width:45.375rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTz4WKN5U6OF3cpu9XmHoosvqRLSxyRF { top:2rem;left:0rem;width:47.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz8xrNz78aPyylvaZVrL75SUDxpwkVA5 { top:7.8125rem;left:1.6875rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9SgKD6USLvKXW7EuVVamTg2UKPxisNb { top:13.6875rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #belOpWM0TXxtmQSAMiZSkQsmbFa8fxK9 { top:2.3125rem;left:30.25rem;width:8rem;height:5.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZxhEBycfH1eDXGXTORIOZh1DiF6q5lt { top:9.9375rem;left:20.1875rem;width:27.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7BIoCaoPT2BehetMcyed4eTnb905OuN { top:26rem;left:0rem;width:47.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyiut2KXa7lUDNXWV1UEWk2g3UegHSI { top:30.3125rem;left:14.25rem;width:27.9375rem;height:8.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TI24VT8cAUqKHBhPhfNGh34TfdGluK { top:29.4375rem;left:12.9375rem;width:34.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reiwUGTxcaHPTAQqxnTKx2irwq1I6C2e { top:27.8125rem;left:4rem;width:7.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgXbo9ODKvDrdk0NLXBTakmhmU1DBtXG { top:34.3125rem;left:4rem;width:7.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFeSb7XTfrNp5HeyfHGBCgxwL1lPZi2f { top:6.5625rem;left:34.9375rem;width:12.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1kvV8WbPFZ6aVOk0l1FXLemKJ58THrO { top:28.5rem;left:5.125rem;width:5.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJNOKRaRIPLyoJqenyMtc1sJLCaUNV6o { top:34.875rem;left:5.8125rem;width:4.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qe7uOpdSEHiWG29A0dIoD7GyT3ZLKw { top:27.125rem;left:14.25rem;width:27.9375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTUgi0raCJUFQ3GOdTcE2LpReFqEQIL { top:42.0625rem;left:11.9375rem;width:28.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeOqkNbQA4URB0FvJw4wHJV4E4PTyfIR { top:1.625rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiktPXSPEgohOePkz2meo22W47IkkJoa { top:29.375rem;left:2.125rem;width:11.75rem;height:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2bPBQeaasl8uyon98hvNzE5JJyz9Wyd { top:26rem;left:3rem;width:8.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kO1T8R5pGV6lXkInKPawv32FJW6i5Hbg { width:12.3125rem;height:3.4375rem;top:44.5rem;left:19.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGdVe7GXqyZSZJT6Cz2TD5lEbcWJ53z { display:block; }
 }@media only screen and (max-width: 763px) { #TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL { display:block; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p30e8tIrqya03HQNkRxiBxQD8gHssfz3 { top:3.875rem;left:20.5rem;width:27.125rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGAlZO2vC7qTEoMUZBDTVExxTl5HGrD2 { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLmQiVKJTKTLFPKw179mEDkA5Rq0qQRD { top:11.5625rem;left:0rem;width:23.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBS7saQcvFHsufPecat9XmJXLrX0PaRN { top:28.125rem;left:0rem;width:18.25rem;height:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwtTMpO9PvIbOxSzIkc1Gbfc4M6FXTI1 { top:14.3125rem;left:0.3125rem;width:16.875rem;height:12.765409821547rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOKFc9aQ9lW09KLdCqsPHSoF7XRohdMq { top:35.8125rem;left:0rem;width:29.8125rem;height:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff9UFbk4vSr4RFJLOaFD1BPRz9rxnook { width:30.5rem;height:6.25rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JofLLzn2GSyF0WSZzphDGiybHi9Cft6J { top:5.125rem;left:23rem;width:24.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8fE7JutNSs37klEukUJx60zEtT47WQ { top:30.75rem;left:2.8125rem;width:11.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-text {padding-top: 0; padding-bottom: 0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-select {padding-top: 0; padding-bottom: 0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm  { width:20.4375rem;height:auto;top:11.125rem;left:24.8125rem; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm {display:block;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm { width:20.4375rem;height:auto;top:11.125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CkdVTa6g8LmHgD4g1TutdiNBfBZqX39D {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #d7knk9muGUQWUahATJCLXGtRisCZhBDM { display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #FefQmf856rDsuhN8q5IdJoaTmeqDWedX {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #KtzPtckJue9yCc6IQdbxdpn8gdRXp7O4 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #BT06vcN906sa6B7NUwAk0F8KKdPBGOKO { display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #eeQNm2wt3utpv6Q7TikFCNngaGHCtbzw {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #B3dkIrLBKNhaZq4SrVTxo4x2OnHxWpvd {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #GSEfU81DqEXeNKlWI51ERO3kQdB5tn6N { display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #d9gaz1imb5wFtnXQA7Z83BIZPVeN5EwU {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CIpSamXmK933MWmsU4is4vQiVtCAr4M3 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #w59JX1TnnGlvmxOgxmy5E5HZ0zWGwH36 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #eKd4ynCuWtsaVTecL4bLHBqCK5aGq7SC {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CO8xV6eEtbS4O6U1orLmRTMwRKo7QkEZ {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #Dga5Bpo8Ty5szUtsSRTe1Dmtpce9zPA5 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #oQ7Q90uULTxMXqhvS7lIN7gEsmOROiGQ {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #IE67wmhvU5lzPKuFQgQnpf4hblXJdlMQ {  }
 }@media only screen and (max-width: 763px) { #ZHlDElPtgsHpdWT9I8u82xQWGvezXF8f { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G1yVa3E2zk81JTNKkzJyUqD0tf67KNo5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kLIxT1OHZXWnyoKWT3TUgOO4Gbm5HJ7W {  }
 }@media only screen and (max-width: 763px) { #WFQ7VQDwZ7N7Uc44GTfsAt1dreA1zaLB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H89OpkKSir6IHbiq9qkAlGu5IkQTkzVb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KXiBvmbMcTmJcMwd0iVMIUoNND2Cf1AG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xM6WOJMpRMQ4PlbZzi5KPRLc5Vravmff {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H7M80gQ8BieLw7VNol0RgHCx3V8184ex {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQWwF1BEbToJCUt3XnAWvendHck4RvWe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EtVAHAMPZcxO3cVFV6KgosDozN9uE2T5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d1RELtQ0ErD4v2tAl2O4twfAwAeoNtAX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TcsPg1LraegWayrUdEM0kF4wnDS3dVwm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dZDPKIAXiRHx4CG2WWPZepGdrIrHzW2Q {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c4yz0VFGl7xI8vScqXM1vlWmi8QtAzrW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gfh9gpaM3lPaKFUPPnnJmmDi6fVtqG7J {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sGINz27ALTkqwREuhykxaaiHaNdLx1Uk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FHLX1Dhie8QFnsma5pkzxuXfGnBu4t8M {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rpZIZfr34RDfxkhTG5u9AJlzTypWP9cc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I0hcWAJasxOTopDUCEGoiMsQWWMzFamv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #f160C3z9GkzF9Lv2MGw0f782xSKMDp6x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MaU6S353soJtTJEaOS28bfbBmR5xZK92 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aiJpu8R2Az2VENiBfKXiRlirnKUI0OfS {  }
 }@media only screen and (max-width: 763px) { #DqoA41U9CKpyLV82LPLKzDgZ55VZQzys { display:block; }
 }@media only screen and (max-width: 763px) { #Rtu1ARBvwb5sB7FIKdwJBXtL9p9fTfyo { display:block; }
 }@media only screen and (max-width: 763px) { #TDLmLeGabZfaVTTsyM5y9oi53fXwWtDe { display:block; }
 }@media only screen and (max-width: 763px) { #lfT1DGUWr3Bbx6uAIWEwRokqBsT0K9pb { display:block; }
 }@media only screen and (max-width: 763px) { #Oryrr78iQWuCcEvFR8CXJ4ugnK9v6X3O { display:block; }
 }@media only screen and (max-width: 763px) { #lNAqf2a8deLyroehK93G8mTMNXU4yte3 { display:block; }
 }@media only screen and (max-width: 763px) { #vzmbHpWbB0rClbOm2o0otTL37imTh3TN { top:32.75rem;left:0rem;width:23.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg { display:block; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X43Id02rAvd0k6a4hS8oXpsnoEW5EHEo { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3Uf6TCc6N7FBkG7wFIyybmcVMfx1sXi { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQiR3nqTQLvzHt3JB5qnieX7nTgwavtS { top:3.9375rem;left:10.125rem;width:27.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL7eCKilJtELpAqnDR043XgeDlCtPq1s { top:0.75rem;left:9rem;width:29.6875rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRi98FBr55ZnR1u3RremIq2wkzSHQpEZ { width:18.75rem;height:23.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn3TGHmUtdbyTSlvWNwxzeGSdisbUZyG { top:7.5625rem;left:0rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUDgE8cLEW4rt3NtlDB35pm447yIUv6 { width:18.75rem;height:23.125rem;top:6.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5sg4A5WJt3OvGMN6AthQMDDhTwKt0rd { top:5.625rem;left:15.1875rem;width:17.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVAU55yDJSeL7sf0sqIaM8lw0uTveBL4 { top:24rem;left:0rem;width:15.9375rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1aHgtoa3G2sWtMmP5oAboITWreOQgum { top:24.1875rem;left:15.125rem;width:17.8125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIqtTQT1Jw54dGdlGq4DNAt2JCUBTWek { width:18.75rem;height:23.125rem;top:6.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt3NAIxqGJRO7SdOdO6ThefSPogL5uXH { top:24.75rem;left:36.75rem;width:11rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDnhF0TDmV8beo2aivOT4QPca7agNok { top:7.875rem;left:30.875rem;width:16.875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaKzK2aCmlOznbkPdxrDABFGECA8lGTw { width:21.125rem;height:4.125rem;top:33.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7EvFofWrqScGZ8GEgWWBx3WLf7EIwWS { display:block; }
 }@media only screen and (max-width: 763px) { #TWZXZMH8wat2IKmcvb4xbVK8WH05Qdqf { top:8.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd5Kmw3CV2CskzSo4TC3cXWfmVbARbu7 { top:32.75rem;left:5.875rem;width:14rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk0xIWbfiKt2V6CywiOvLTbkogC9TBRX { top:34.5625rem;left:5.3125rem;width:15.125rem;height:2.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFsSzk4uXHLNOOrlrdx2bW6teUSPAa8k { top:30.9375rem;left:22rem;width:20.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIteQHpa8043XfoWNPtuTFh6SR523MyV { top:37.6875rem;left:5.875rem;width:14rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn { display:block; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ir8nePdUNohA2Wa8ChgpdJ4m1iERLTTA { top:3.9375rem;left:0rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFgOzlccSN6QRHWfmNxNoTTTSRv5ZPUB { top:6rem;left:0rem;width:29rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odaq7fWD3aQJqLGxOmZkoEwOFM96CCfe { top:11.3125rem;left:0rem;width:30rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVx4DJ1y4sDSc4EToaas4mdp9ElWblhG { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgaGqGTFfhrRmKp57slSXEKEXL6aNnbf { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulwb2WTSESkASTr9zSmV03Vzhrk2qbxL { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb { display:block; }#W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVbVI26EiRcC8fHHqWhyBsaOQKQOVlg { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMOrbFqSkldrxuP0t3XwWFmQLAAKMLPa { top:10.75rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfQd3c8pMfpOH2dKXdbcQ8wdZUFn8OS { top:10.75rem;left:25.1875rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCmMpvHiebPcccMsmkuQPVHHufDfrenh { top:6.75rem;left:30.75rem;width:17rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7oHw5TA3L2ogIBu1Tfyn1cM0lfZaFbU { top:10.75rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy4wZwBX1pbg8MulqigyeQu7iHdZVHFq { top:6.75rem;left:30.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTrElDOvs04RCU34X9Db3gaH6lWaty3 { top:7.25rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik7gJfCpzdLby4FxnmZ2v9hGShPrLy1n { top:15.1875rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTb2Gc8KfR38eKStMn0B5AIpKHHV4c2C { top:19.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDD3V1gtx5XOG8PaSNvmbdc2fi9iLhrb { top:17.5rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBVpPv3VKSI2qhzOva14OGEJLD2OXEg { top:14.25rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17fCdvNZundcPMH7zTIR6tTpOsswcki { top:14.25rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwp6HtPOrgW0yERtzTxiuhXF3CvaJuPv { top:21.5rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKD2Ag9BUzTcv9qRRZ2P5BOQVg4dkr69 { top:20.5625rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFC5yKnAg5rcbske1xv7RB5s4DIgAnV { top:20.5625rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPfH6ZuqzdESmmqBTSHpazWhOkq5Jh8z { top:25.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB0tt174uvHBkxXbfwkTynaJnTNFKbBo { top:27.8125rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJQPekVNOLBq60mQOeqI0VRaStiFERIX { top:26.875rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkV0Ugigo7PRuUgxVApSuu4goBsgnm8V { top:26.875rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6PruKDH8Dw9rzaJKIfsV3sNMkRTpsg { top:31.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGPwq9xkOMnVLnpWK6UynbhvOABsxlp9 { top:34.3125rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpgiXOHewgH9S8bFkTgWWZlSeAUqdwCt { top:33.375rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6PDMTDZ4WMomSD2Wyey3UFzD3W1lNbB { top:33.375rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxBqkWNzsTWTkK9ZR2Atlhbi7IUN5JxE { top:38.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7tek7V08ihe26FHUfQrg9zwKnDhke6M { top:42.1875rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZHxLFNdkCPWgdk9T3NcqotCFc8Bi2tH { top:41.25rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzUhGi722e7iDe0LP5n5qqVIJ4tJ3Ti { top:41.25rem;left:11.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDAiEqs0lL3Lb25NGzFBtvTDMeJQUgCT { top:41.25rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1Jslv73g3NXJX6gMLnfcOaGowJloSC { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNQvJ2pzOzz1MNfoIZJl3wi0D14ZSwJU { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4cyf63xCIRgrAK18VFSz8ZtpQnGefbx { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXnh3uOHPgsSyryGTvsm5bx53wdOl747 { display:none; }
 }@media only screen and (max-width: 763px) { #fHNQhzMMAqC2KJcGem3L2kt02PSmNUye { display:none; }
 }@media only screen and (max-width: 763px) { #lOcuQhwZKXxCrh2QpZoyULFTK0ZLieEr { display:none; }
 }@media only screen and (max-width: 763px) { #L6118PXNNdUTZgasbIaIt4JAfoi2JGxb { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsfeaDI6lgpKEbO3WdA52SqW2gUdkvkC { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDTETcJT9pmPUgxxsVG5Jetoi7fmVA0z { display:none; }
 }@media only screen and (max-width: 763px) { #UoyLlKGIlXINq3cEADEBthOn5hI6UQ9X { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE7aerOLlM4d3tWbEHvsld28XvrDWtTp { display:none; }
 }@media only screen and (max-width: 763px) { #z9cX3UNzQhtwNl4BaC5X2moaadez5tt2 { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiDdXUUBduwtEubl2WEU0Dm11Eiu7K5T { display:none; }
 }@media only screen and (max-width: 763px) { #hUt9kIrTWhTFhEqcA9EoSRLGcKt2EbTH { display:none; }
 }@media only screen and (max-width: 763px) { #wd8x9062JsQPGAenGVqoQUsbfhK6SRLs { display:none; }
 }@media only screen and (max-width: 763px) { #uAwNtceUlVhrddXpaJKa2PMo7h1DuZ3L { top:18.375rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKXb5K7pNGOKECg9rCsRGMCkvq3DTyXh { display:none; }
 }@media only screen and (max-width: 763px) { #BlUIO1WtAVnlmM0NqlMmFvcPlCkTwxs6 { display:none; }
 }@media only screen and (max-width: 763px) { #bniHM6JppbQ3dmhQMao5sodsCQRHcZ0y { display:none; }
 }@media only screen and (max-width: 763px) { #zLoiBW7fvFbtQ604RnuPDqooSt4PyXSE { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmdsF43Xmu4T7eKULxnT3VTywsZwDzqa { display:none; }
 }@media only screen and (max-width: 763px) { #P2MK6Me73GSqIlzvBvrikL38BU64vAwp { display:none; }
 }@media only screen and (max-width: 763px) { #hr3oqbb5n6FJCppWv9ulb9ytQKq0iue4 { display:none; }
 }@media only screen and (max-width: 763px) { #F6bkSTQXsDbtn2HUOMR7gAFhryPC0amf { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5SefopV2Re1TDLUnTRrV8ma89M0xNbM { display:none; }
 }@media only screen and (max-width: 763px) { #xbUEJ9eBm8n3eTgQvMlXA4nIZg5wXDTT { display:none; }
 }@media only screen and (max-width: 763px) { #UfwJQZAeHDZNS0T97M3XISG3CR1zTi7O { display:none; }
 }@media only screen and (max-width: 763px) { #emEgF3WJNyKR3uMB2AGfqb4XtdKPNCbg { top:6.75rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfd9Lf7ZCaep3eBe4a7NLITovwVztT3y { top:0rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz { display:none; }#UF2rkH9qDZ9AG3OHISIsev7c2ZosQWgz > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#FM1TpnnoGSUg0JITBr5MIKTdbtJDcSlB > .row .container { width:20rem;height:20.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A3LzKbb8LVA3eZVBpL3ya5txIuLAuneC { width:18.6875rem;height:2.11230625rem;top:0.8125rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .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; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK { width:13.25rem;height:3.238125rem;display:flex;top:2.9248046875rem;left:2.7568359375rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #DlAUs9KVw1frvS9da3JWfPV7QQT4w7vk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #gAAqZDKgicfJEdbnTIzPWrEc8A5C1d3r {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #BSCPm3I0TwdHI8ZdTbdT3lfZhzlfog1Z {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #b2K306FM2Zziu4aHnIbkxdAJqztuzIx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #HOhDneqm0G6QNlwPtvt1NqhMTJznmuwR {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #Q6xK5XIQDWoOLvnX8uC3XFpnDG1fEk1g {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #J0OZDt1gaHKG06NJofi14W0CNUFt7vWF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #PhDJtw8wEALKx3S6FWibfhXG5XGhkler {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #dFgAQznRZzk66CGfp8uUTVitzeHG8sTi {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #dCLBQJBpLcEguOD3Wa05tWNUoP4qFBXD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #lSLWPXotVRXESRZwF32sXuNX3OOldgrJ {  }
 }@media only screen and (max-width: 763px) { #BHFOKP6XJX5H4FQQsSpcRp1FLanWI6tK #Q2TrTfJOvunvHHCdT1waSlymfJHBmQtt {  }
 }@media only screen and (max-width: 763px) { #IkamwO8eSWainLmrtJSQNG7yf0c62OSJ { width:20rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM48f2fsSgZN7F7aQ13fQGzGgwF9WTxE { width:20rem;height:0.875rem;top:8.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puaPidf7MeuGw5JtDq5blikO4si7VuPk { width:20rem;height:1.79980625rem;top:15.98095703125rem;left:0rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #oNSVTUEztILKixas8FKBCCoK7Klnta2K { width:20rem;height:0;top:8.03125rem;left:0rem;font-size:0.6875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #JBgdL9ihaZpRREEWGAPQXuIEP3SKwQsA { width:20rem;height:1.625rem;top:13.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xobX8WKzmFyKTB9BsKQCUxd9qfZ2qJRb { width:12.75rem;height:2.625rem;top:12.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4Et7zS3l47PKLztNFU7EaZLrs2yayIf { width:16.625rem;height:0.875rem;top:18.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA64iTbh05mZiF3GGiEedeyVW9lF6id5 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container { background-color: transparent; background-image: none; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container > .video-iframe-container { display: none; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row > .video-iframe-container { display: none; }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .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); }#BA64iTbh05mZiF3GGiEedeyVW9lF6id5 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzpHI5bczFm7v3TPgo2iETTn4gp5rwhS { width:18.6875rem;height:2.11230625rem;top:1.1875rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .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; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq { width:13.25rem;height:3.238125rem;display:flex;top:3.3125rem;left:2.75rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #lCNOTReMWgsqCsE41RVAgTrTdpN18xTk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #VZlRdvkl9xUQTWdWcisTBVObxC83MKqw {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #bdhUws4JXINV3FFJJ3G8oUdSs8xPZWOn {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #HGEsmE6molwTSKK7vssDLSU2usuOises { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #ek6WvTT5hJiifp23MPR6sOgPHeJ7TSyE {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #b6PJugKePkaSpkTTpOUv3XqUASqIxwvI {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #T12T6s91QdEOLwJN9AJtvA6xbRSlVyEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #LPod171e6muzh52sdvrDsPxz7z4RTnxS {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #PDPyH2MSpqCnI2NcfL6eoH8byQRWveSS {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #cAKyNPN3n6XtKU2xrzVlbLssWoxHJ8rG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #LAdaSIQsLLeAaDG4yMMNhZStuJxWb8HA {  }
 }@media only screen and (max-width: 763px) { #X6BTl4ArMG9Pl7fDveJN9B6UfG3oDkGq #VpJfbqdBoHuVkIClD4zrkU6ltrwOMLDg {  }
 }@media only screen and (max-width: 763px) { #dl9EkkZbdJlAxGWfL6X0CECRL0aJvDn7 { width:17.375rem;height:2.4746125rem;top:9.875rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XM4uxEvTJu90TzntAOF5opGRfsTfUG04 { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eh5mWOHS4dJiUyuha5kiFsttqysSSlv6 { width:20rem;height:1.51855625rem;top:15.6875rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #doTs3qHzppGxCFSyqyXnTciTWdoONOQf { top:15.4375rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MQIODs0g2B74BDWKHMdylQ4acnTlPZi8 { width:20rem;height:0.6875rem;top:19.375rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lhSeLVDM1B1xyT0rJKMqDrClHlwVWzrC { width:16.625rem;height:0.87524375rem;top:18.125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNMF78NQcdvgszOsPPoltdS8uIqC0md { width:20rem;height:3.5rem;top:8.9375rem;left:0rem;font-size:1.75rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(33,33,33,0.61);display:block; }
 }@media only screen and (max-width: 763px) { #oL7yJXcbk1WZTzkVDqlxggQxTZlrhEao { width:12.5rem;height:3.125rem;top:21.125rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.0625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #G3kZyCQLLG8Mn12ACZnS3L79ccEZRyVt { display:block; }
 }@media only screen and (max-width: 763px) { #OKtBZlilst4qB0rdgV3MDINZlfU5kVT8 { width:20rem;height:1.25rem;top:13.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNDGTmn9tmJh5kz6ceEwHXCJMe1WPAF { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #U4BtQ2gGlJRM3HWocU33f80LFE22dV5C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #ffc828);background-image: -moz-linear-gradient(180deg, #ffad00, #ffc828);background-image: -ms-linear-gradient(180deg, #ffad00, #ffc828);background-image: -o-linear-gradient(180deg, #ffad00, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #ffad00, #ffc828);background-size:auto !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row .container { border-width: 0; border-radius: 0; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4BtQ2gGlJRM3HWocU33f80LFE22dV5C > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fkrg0CS2ghdQt7UPv5sF1TvFu143NCqQ { width:20rem;height:2.11230625rem;top:1.6875rem;left:0rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .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; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr { width:13.25rem;height:3.238125rem;display:flex;top:3.75rem;left:2.75rem;z-index:14997;background-color:#ffffff;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #WTc9QsIvJkxl9oWdBi27UuA1lMtGNd6t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #UO2uIU8v01qOpstzvdUqkCyoSx4UW6Lh {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #SVJUZ6830tpKtTJ8MXzMmTuQfSG8U6ET {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #hceu2uPyRKJxQIMtqHb1cL16QaAEcc9r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #dA4UHUTHg8R0ZCDFQBJnQx50HZBRDiQz {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #cmTISo0vbZLuUbdkEzxivocLtfmMrOiy {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #XfqvewSDZDkRQMT8hFQFaFH50WP9tV9X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #My96ZsdXISmdnBP2Hz7pUu7zvGrTcyPT {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #Nnmca5xSHSbEwNQieO83gkCMGdpUkztd {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #p2DEhRUsEcLA0mEzLtlcCP2EceHvOx7y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #TJS6CsVJ16yEpclZD3ofATuc9xlQiHaf {  }
 }@media only screen and (max-width: 763px) { #E0lb2dFqBlIVeC0MmnkZkZvmpxVV8fWr #s71u5zqSGK4RRQgMT8fakDoJzP1VRN20 {  }
 }@media only screen and (max-width: 763px) { #IiIbXin6tHFaemhTVLTt1zWOKvBL0xik { width:20rem;height:1rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SieXHqUPcXZ4Bx4hMtdZp6voDy3LrRKs { top:16.9375rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;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:block; }
 }@media only screen and (max-width: 763px) { #tbNdqmz95vXDpJFCOmHH4aPgdTrR5N1v { width:13.75rem;height:3.125rem;top:23.5rem;left:3.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;font-family:kanit;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;display:block; }
 }@media only screen and (max-width: 763px) { #FS5hTFMyJxrWTCnKTlJx5E3OFWe60T91 { display:block; }
 }@media only screen and (max-width: 763px) { #tUek37yaKic5p1mV8ZbvyWhbuD2MHHU4 { width:17rem;height:1.625rem;top:9.75rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytyTtLexGJF6BazipdNdzAT46qoUqkp { width:20rem;height:1.4375rem;top:12.6875rem;left:0rem;font-size:1.4375rem;font-family:kanit;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bbziicx7cJ2hEazDsT958JDWKFhOcvuW { width:19.625rem;height:3.9375rem;top:12.125rem;left:0.1875rem;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:block; }
 }@media only screen and (max-width: 763px) { #KkpRsrKcmnDynI6sON3eATauSuqpzNEm { width:8.625rem;height:0.875rem;top:14.5625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad9qVX2iL6g07gmmhRutavlIwE9p5iOv { width:20rem;height:1.51855625rem;top:17.1875rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #IDBBhaB6RCnTXB3UTpOAwWqlEWSvc8Im { width:16.625rem;height:0.875rem;top:19.3125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #ffc828);background-image: -moz-linear-gradient(180deg, #ffad00, #ffc828);background-image: -ms-linear-gradient(180deg, #ffad00, #ffc828);background-image: -o-linear-gradient(180deg, #ffad00, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #ffad00, #ffc828);background-size:auto !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row .container { border-width: 0; border-radius: 0; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9X3mfnviz9hfOQw05QPGU2ooa1UEyBU > .row .container { width:20rem;height:24.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PND4Pda2EWiKzLpv0pRSETu9JALI6lfh { width:20rem;height:2.11230625rem;top:1.43701171875rem;left:0rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .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; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N { width:13.25rem;height:3.238125rem;display:flex;top:3.4873046875rem;left:2.7568359375rem;z-index:14997;background-color:#ffffff;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #z7d5iDxeT9dzSFqngsngQVIQtKGT2C64 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #MVJcUwECUClBnQiZZHrUiA1ef6R7TyVI {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #xgygJU5xqZB0W2slV0EREmw65NiCTDQr {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #HJJPrSrBTT7fdGTIDTTrlDDPw3bc0yxM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #Ex9IS7GkOlCRptnHTBsC6IcvTP8aPUZ0 {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #w3ztfRhSAZutD2SV81chKIsi3G1smSVT {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #CTWTFGTKh4ozEbGtkNotU6xi1DDpPGaU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #mEyASGhF328COqCpAD9xP2BXfMZaPMQT {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #Mouf848ntWpgTH15xKaRZ4L7qZGXc45E {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #k8yI0TwKggzv7CwAXJ3fB8TncFgWSALH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #gQ58v29vwTXHrDcDnDQ7ioiTsmipcC13 {  }
 }@media only screen and (max-width: 763px) { #QTE8ocfbO7yRXoGhxtBvbObFHpP7PP6N #t2U5wE5foFeFMcTzzxqZis0B1s4wVXbh {  }
 }@media only screen and (max-width: 763px) { #VEXwbinlSvtTskHKwZWfdGFRBCzA0F1w { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Twv7Vr8qvPKbscQX8xVTb3JOZxstUsHE { top:15.8125rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;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:block; }
 }@media only screen and (max-width: 763px) { #rP7oqGc9I96cS8k7ZebWISw57geDQNib { width:20rem;height:1rem;top:8.57421875rem;left:0rem;font-size:1rem;z-index:15015;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TQlA7mV0RUb0I3UpVsTuRKZRNOBt24VC { width:13.75rem;height:3.125rem;top:20rem;left:3.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;font-family:kanit;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;display:block; }
 }@media only screen and (max-width: 763px) { #TFhLvC2hJc2r2N8CQkSTI3QZMgklZVfB { display:block; }
 }@media only screen and (max-width: 763px) { #ZhTSc5w2iuh2yBlUuP0prIT6qk1SKS26 { width:17rem;height:1.625rem;top:10.4375rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1oClRMpJETuwWROFtae9hnMuMWTbuXm { width:20rem;height:1.4375rem;top:13.0625rem;left:0rem;font-size:1.4375rem;font-family:kanit;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #waVZF19QUAEdnx87mKGNdnFdPakFZ62M { width:19rem;height:2.625rem;top:12.4375rem;left:0.5rem;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:block; }
 }@media only screen and (max-width: 763px) { #zpO5NTIKOQJMle5HKHuVOgVOxgaBPNwT { width:20rem;height:1.51855625rem;top:16.0625rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #SB2bzcyUmfWwZOUTC4pdoqfibJcKRgCX { width:16.625rem;height:0.875rem;top:18.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC.adaptive-delivery-prevent-bg, #Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC.lazyload, #Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC.lazyloading { background-image: none; }#Tl5WxnwmJugovx8D3FcXhob1kD1TOwAC > .row .container { width:20rem;height:25.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mz9T4ucBqerXFgbc0dyxUFp3URCnhc68 { width:18.5rem;height:1.94970625rem;top:1.1875rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #yKvuw9h0SelpZqBW0VZ0nbfvTr6R4xeg { width:16.375rem;height:5.17383125rem;top:3.44921875rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin .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; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .widget-text.counter-number { padding-top:0.3375rem;padding-right:0.315625rem;padding-bottom:0.3375rem;padding-left:0.315625rem;width:1.89625rem;min-width:1.89625rem;height:1.811875rem;font-size:1.34875rem;line-height:28.99px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.529375rem;height:0.715625rem;font-size:0.505625rem;line-height:11.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bEI5l2LvSCF47OTgTBE26XVlWhix5zin { display:flex;width:14.125rem;height:3.4125rem;top:20.31201171875rem;left:2.48486328125rem;padding-top:0.421875rem;padding-right:0.451875rem;padding-bottom:0.421875rem;padding-left:0.451875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #fIRTORAsi0naePORGkguLietPy7GuN29 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #etRkDOA4RcXm0wmyW86nIosAH6Oei13m {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #vFrKODRHVCTfXWO3qUQ8BdVf2WDTBdiq {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #L3K97RPrJcr8zafRrX4rkZtv2I1w3xEo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #DwUAOxSTtV3Tn2f9Tsdrvp6qRdTFV727 {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #yWJZfOBqfCpbDuB3TeqB5I6PevErmech {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #RbzydAfvfZkeTA4MRn77xT5WTCuEHRGb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #KR4bMxtQvbGwe4oTEVWroESVLuWGW3EP {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #ZXzQJFx31GbmWOKcHQTIb0w6smhiTskR {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #gfv0kVTkdlCeJHs5ZmCD7MxzTcf15zgE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #KaAPFA6DfgkNhwcuUyar8mcTmvsBl6N4 {  }
 }@media only screen and (max-width: 763px) { #bEI5l2LvSCF47OTgTBE26XVlWhix5zin #XvTswSkLQCAbvfb70Z6IMLHrAhPPy6P1 {  }
 }@media only screen and (max-width: 763px) { #NfuTNcw8R33mzcT4x3xSx12XfFRhBuNc { width:20rem;height:1.4624rem;top:18.7255859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6TFk0NUG1FzhSxdyRqXUE0fOyEz31qT { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #NX3Gp9OmCuePAAl4KbvwLGcWllK1WoJV { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #kPCHHE3Fz6G796Vi6E7NuitfWOiEZHOz { width:9.0625rem;height:1.3125rem;top:17.7431625rem;left:3.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #tg6O4qRuuAy7y7hsfaA4cAIvxbhCl6DB { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #uN5Hm4X4nTxcusSTzD02y6BC6TrWnM4e { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #DZPi9BunTnP764EoVTFTO764K7pZkaok { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #erMNxp3wZpDFlV6BXNJNUciwAVuiGd4t { width:9.375rem;height:4.8125rem;top:9rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2Mmiy9zLCGrkhhDsEQrIfzKTuqn4D8 { width:9.375rem;height:4.875rem;top:12.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FGaPg1ocBTB6Nos8sInF4Ax648KUA8 { width:9.375rem;height:4.875rem;top:9.21875rem;left:9.9375rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #u6urpcDKua23yEq5EwkEBNZTRf5IfXQD { width:20rem;height:2.3125rem;top:25.44287421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3.adaptive-delivery-prevent-bg, #iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3.lazyload, #iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3.lazyloading { background-image: none; }#iVO9lxvekDF1vq5nGSbdZHAIT9dTLNZ3 > .row .container { width:20rem;height:25.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #po4MU8LTXtqv5gQHVEmosMT1fTT4cPOH { width:18.5rem;height:1.94970625rem;top:1.1875rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #avL4NppovPTa6uOMMFzW8Iqpa2QvIIqT { width:16.375rem;height:5.17383125rem;top:3.44921875rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .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; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .widget-text.counter-number { padding-top:0.3375rem;padding-right:0.315625rem;padding-bottom:0.3375rem;padding-left:0.315625rem;width:1.89625rem;min-width:1.89625rem;height:1.811875rem;font-size:1.34875rem;line-height:28.99px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.529375rem;height:0.715625rem;font-size:0.505625rem;line-height:11.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RVzvg02Sof4C1MJdkhTFihSFkqs2zklr { display:flex;width:14.125rem;height:3.4125rem;top:19.93701171875rem;left:2.10986328125rem;padding-top:0.421875rem;padding-right:0.451875rem;padding-bottom:0.421875rem;padding-left:0.451875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #Eq4Hx5Oi34Jt7vF1TU6qWkQTAt0CKgM4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #qcilTKORaPfdxkhQC1VyqaqnzXKR9eHN {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #SfW1Iy1lREqTMFmPIZEdsquOOCgIiyBc {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #zTahZTbP01xhKt1VlAkxonVIAByLFL3U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #SlteTKFSUMA8m3ChscBH5gw5fQ234BMk {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #Pp2oddRdyhUasQ4QENtpinsotStvMnID {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #grDoKEORNuEnzlPcgkCbxZXnouq9nWPB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #KpydWq33NM7wy8PsACCiy27VTDmS8mFX {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #DFs5nZmb5gn0g22lMTlTHJJz011SXwyZ {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #PfzXS2RTCIXUGC5at1ZLdUduRyPub4nT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #y5FVsKSeyeRvTrsgQT4n8GRNCuVTwHBC {  }
 }@media only screen and (max-width: 763px) { #RVzvg02Sof4C1MJdkhTFihSFkqs2zklr #hIR7qBQ4m4iZ9z2T0W99557Py9B5607f {  }
 }@media only screen and (max-width: 763px) { #hqs3gOp7sxyviPbu7bRT5KFnsodKHzQp { width:20rem;height:1.4624rem;top:18.2880859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxyxi3dRHOIvDU9cC1OMO4R33WX9V3Ha { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #HXeRyZuwulnnuUi572A7yrew80Be00Fu { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #gCaQibMZIsRcCkqvuwZFudp82ATStUsH { width:9.0625rem;height:1.3125rem;top:17.7431625rem;left:3.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #PzTZMu6iGOXsxCtrPOpOXA1iatPZm80T { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #A2GR0ZWJniP1OT4huD6y3ygQf7HLrnZJ { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #pdEoCwvN9CkIhtoJEdZaQpGxwuPEodkI { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #P7TEuVxZxbGbh7RpQ2e2byTqVi6aRJDR { width:9.25rem;height:4.8125rem;top:9.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAs1L7Wo0xCtN9d9TBMxFAT83WmPikcC { width:9.375rem;height:4.875rem;top:12.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyDWPtQMEDQLvEmUNIRBHNvoBDS6GRQz { width:9.375rem;height:4.875rem;top:10.0625rem;left:10.25rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #mlwRwJWUciHKHk05Av5SkPGMKUBbkbSw { width:20rem;height:2.3125rem;top:25.44287421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #ffc828);background-image: -moz-linear-gradient(180deg, #ffad00, #ffc828);background-image: -ms-linear-gradient(180deg, #ffad00, #ffc828);background-image: -o-linear-gradient(180deg, #ffad00, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #ffad00, #ffc828);background-size:auto !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row .container { border-width: 0; border-radius: 0; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As9fkMiaGJh1ZLyDLDMSOTXDpDFzF81U > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBn2UDftNZqnA4fi5SduSAXAUmgvXmVN { width:7rem;height:2.11230625rem;top:4.2490234375rem;left:0.8125rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe .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; }
#vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe { width:4.5rem;height:5.0625rem;display:flex;top:3.36181640625rem;left:7.03173828125rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #MovJn3hvJgiCpb19bgrdMDzxXcBzu3Qe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #kJdA5dPyEvUQuM4b3K2p25MnGBeLpVRd {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #V5HPS4hKpJ5Nnp4uXui3afibOepozMUA {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #hcEmkmiGw0fOlohTAPJKFTJJ9dB5G6TF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #di0zKmTIFu6A2benxr9abSAAA8MOg30x {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #xoSX0XZiGq5e3ETuSzqf0L1JqqKLVP9w {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #ab9rw25094Ggyu0gJaLyJN6vaTV0AvsC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #bZDzixtV9LwPNuK6v2HtcDaaETNwTCwA {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #GyRxGDsUyv8QX5esI8191nBJGVwMOioq {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #T3JKWU40PohWFu6aVFco33osQSOLyzJR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #F3KVdqRNTzdONcX2V0ZkUZUQHMqOnqgM {  }
 }@media only screen and (max-width: 763px) { #vJFZkQdnDXnwefIAvczb7GgZJ4FAQnXe #ePXkpGxD3KNBpdJiUTQo1yzycN3RZb8V {  }
 }@media only screen and (max-width: 763px) { #rDQXpM3UfxOUx1vkPNypXzXDNTex61tU { width:20rem;height:0.875rem;top:16.84375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1U2uTVtNMisoX3N9scnmQy2LydfODM1 { top:12.75rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;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:block; }
 }@media only screen and (max-width: 763px) { #px2AEnQcPdT6W5ywF5fC0ivaB0mDVk0k { width:13.75rem;height:3.125rem;top:19.25rem;left:3.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;font-family:kanit;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9d7k9pGXUi9yO89Hq4N3r7PTMHkeap { display:block; }
 }@media only screen and (max-width: 763px) { #lAGF0loBOHQCz6cdrFqsdavGTJLtvxSs { width:17rem;height:1.625rem;top:1.06201171875rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhmSpJgh6s8KpO0kI5S2vgVhe7QtRdTc { width:20rem;height:1.4375rem;top:9.375rem;left:0rem;font-size:1.4375rem;font-family:kanit;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #nD5MBTF3o48ThUL9COIT6Vaf3iGvVvor { width:19rem;height:3.0625rem;top:8.625rem;left:0.5rem;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:block; }
 }@media only screen and (max-width: 763px) { #dCRxyHsOneJK9HGlmTxuRzf1NC35ecUX { width:20rem;height:1.51855625rem;top:13rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #f1xcaLkpGoKy4tH9cUMZnhnV8N9sMNF7 { width:16.625rem;height:0.875rem;top:15.125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoWSHPBmCcfnw6ZBlcyvfKSTTPf4tqJT { width:9.4375rem;height:2.11230625rem;top:4.31103515625rem;left:9.875rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ca7IpRODbIDTeQ0ZBgSRKIHOweqHE7Fu { width:18.6875rem;height:3.9375rem;top:3.14892578125rem;left:0.46875rem;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:block; }
 }@media only screen and (max-width: 763px) { #DoA219NxS7L77nlcFF8xkMzzasCqwEfo { display:none; }#DoA219NxS7L77nlcFF8xkMzzasCqwEfo > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oiixhvWW4bo37AREkCJLcTcx2iO0e5V6 { width:14.4375rem;height:5.875rem;top:0.56103515625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAzmUWyFHosIhd1RBSsGmgwXXhJqZQ6T { width:16.8125rem;height:3.25rem;top:8.125rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCA67rD9KvmQ23qPCbZK1N4kBGMNJJfb { width:2.9370125rem;height:2.8745125rem;top:4.1708984375rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzrRD3n6iOpbR3HTVZ1xzU8XSF8c5iDi { width:13.5rem;height:2.12475625rem;top:16rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbXwUi90Qh9oHR3MvpZVzfE5fS68EuhI { width:8.68725rem;height:1.625rem;top:16.25rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZP1cz2KrsnSmTkZ3hKxv2ggdrVUbTM { width:9.062rem;height:1.625rem;top:32.875rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgHqrt6c9N3RpicPRJLnELG9KnhvZtah { width:14.125rem;height:2.5625rem;top:32.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vri2ivnJNN4ohcuUgS5yM43awx53qFDF { width:18rem;height:0;top:26.917724609375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyiN9fVUOrr0B0va00egiLUzhpIW7Oms { width:13.3745rem;height:2.5996125rem;top:12.29248046875rem;left:3.3115234375rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCwx9mHMwNfbS6gZF8uI7VMcL3RHMVwV { width:14.874rem;height:0;top:74.047119140625rem;left:2.56201171875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqCFVTiF6aEdVcUriEN7MxnQhartNbOy { width:10.75rem;height:6.25rem;top:35.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5pK2IKFUWaQ0TyzaUnJ57CkFphssMQC { width:18.1875rem;height:0;top:75.9462890625rem;left:-0.874755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GipX82eubHlALORFXMhpy1Nqg2p0MQtx { width:19.99875rem;height:0;top:81.021240234375rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #sZh0t95MdTrMDplbDvphAM9r00wL9pmb { width:14.8730625rem;height:1.4624rem;top:42.0625rem;left:2.5625rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dW64UidGgDR0FA8y5elQ8DaHTym71LKM { width:19.9980625rem;height:4rem;top:61.9375rem;left:0.00146484375rem;font-size:1.25rem;color:#ffe98b;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zmGfbc6NcRVTTtn6Ce4T4lIZkJ81cT78 { width:18.1875rem;height:1.05615rem;top:43.75rem;left:0.9375rem;font-size:0.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #F9hFqE8mi9WpItba9sT7poXSI9Z9IRTG { width:14.375rem;height:7.5rem;top:19.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRQiTyLZu0Snrx3V8TC4brbyFLtdFPh { width:17.4375rem;height:4.048825rem;top:27.13916015625rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#ffffff;font-family:sukhumvit;display:block; }
 }@media only screen and (max-width: 763px) { #rIGquKDBJepHsEm8JosrRPMJrMzog0TX { width:14.125rem;height:2.5625rem;top:46.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbfe20oJEyJVdn3kzOhd3T6Oy30FrEDd { width:14.4375rem;height:1.625rem;top:47rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ98sJEgQDqTsMFehKPBELBvTD0n0m9N { width:17.4375rem;height:1.3496125rem;top:59.125rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPJqx10yaKJ286hsBwaWo22WmlachTFN { width:7.0625rem;height:7.0625rem;top:51.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN95tPVEZOHZAMM39HJg26qQtVZyoHmr { width:7.0625rem;height:7.0625rem;top:49.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGynsMpEgGouxE0CarzELavUsCgTpLAa { width:7.0625rem;height:7.0625rem;top:50.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .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; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .widget-text.counter-number { padding-top:0.3425rem;padding-right:0.320625rem;padding-bottom:0.3425rem;padding-left:0.320625rem;width:1.924375rem;min-width:1.924375rem;height:1.83875rem;font-size:1.36875rem;line-height:29.42px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.213125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.566875rem;height:0.72625rem;font-size:0.513125rem;line-height:11.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA { display:flex;width:15.125rem;height:3.5rem;top:65.9375rem;left:1.978515625rem;padding-top:0.428125rem;padding-right:0.458125rem;padding-bottom:0.428125rem;padding-left:0.458125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #FDsJs0CqfuFcbklz8VZ7iB6v5CF9TTiL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #tbMaTqtR9Ouw53IONm79WT8ikaXswRot {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #UFkbmHLBqMzCfJ2MLoaOwvC7V1wRzWRO {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #sUGzcJQbfacBrZrf3HzQQZm9hqCnA1R9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #os4BkFqJoSCC6gd5nNh8XJgcJJDpz976 {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #TvoBmR301C5kITSNGn3JST5ikvpt1Pg0 {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #rqV0ZKoFBMUKZ5qMpA4iEy6oLH6SroJo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #T3qC6GsiGfDEJmVH7CCLU9OJR60TB0iH {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #Tl7cRCrUGmFC0HbacMKfSVtHTi9qBKcu {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #yRpfl867mM9mig7GdPw9rEiAAzHIT5r2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #KN22MzK8JUHLCC7eDkBnOc0ow8Td9SDL {  }
 }@media only screen and (max-width: 763px) { #mfJB5OcAR7cqQK5OGZPGxoIMl8bIRxCA #yflVJypKbgCZx0XqbBRqMSiMnKkQe4pT {  }
 }@media only screen and (max-width: 763px) { #NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#NKzT9geMTK5MKHbNtThQFDPxTx1yEnd4 > .row .container { width:20rem;height:26.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xZHMbhfgVFnR6O8WEGCsK7RyUrmD4kuZ { width:18.6875rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .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; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ { width:13.25rem;height:3.238125rem;display:flex;top:3.375rem;left:2.75rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #FVF2FhuTmvnw0J1TDRVslKaw0zoAJHD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #r8kFkx4UWCDV08cTpGKObTAkF4XfCg1E {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #t5JiZlT0AS3Cowoy9J4zaONq4IWL3TMS {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #EwgWCGiyHTcL3BppTiMuIAqyT57m9V50 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #NAF6r2BGybQhv4Qgqve0TNSScuxfolCT {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #ZnuVgsyb7afTk1JbNysyfJSrTQSwmUvH {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #CAl5rFbvdhXwiXdi6i3reGrZvsTnD6AK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #wwOznO1HpyIvSQLT8yXBGe0hxCzW5A12 {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #spDdvuR4VWc3l6vGipXM6VqyhHQDTZvX {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #abhOxFR7KrM9gBHDPkaKLTUlXLd97SNM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #ZIZP8T31WTr4tWtTzhf2AdpX5ASOhJkC {  }
 }@media only screen and (max-width: 763px) { #um1w0MPxohH8qBBuPLeOD9zL3vRm15HZ #LfgwTbkx197OphySW5mNKyw4WB600dip {  }
 }@media only screen and (max-width: 763px) { #SrSmQtJd1P35eJooNf3RxXB8ia55Zkoi { width:17.375rem;height:2.4746125rem;top:9.9375rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZaecDwLVMI8iItrQFrPSTTV7saMuhqOi { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvsFDnPzMQc7rFJF4Q3yuenHqgDUmvSB { width:20rem;height:1.51855625rem;top:15.75rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #N2tF2ovxycsMeEwozL1G10OSzqSHJFgX { top:15.5rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i3Rt2mqoNRTVB2btOkT5ebwSx5ylGKpW { width:20rem;height:0.6875rem;top:19.4375rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PLRJCTAwSE7EhVWfBrKZ0zwM70f1gF6I { width:16.625rem;height:0.875rem;top:18.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Iso13EvcIz32RO1XSIfg9VmpyxqA0T { width:20rem;height:4.199225rem;top:8.875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EPHS0kfTrhG2IKMIQxtI4A9lNJATTnNK { width:12.5rem;height:3.125rem;top:21.1875rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.0625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #s94qvoGO1On9oTufBJLUIoTIMUelKVEK { display:block; }
 }@media only screen and (max-width: 763px) { #RPZruWnd6VmUPDXlpDMfS5Z6UJt28sfW { width:20rem;height:1.25rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFnpkVb7zqidRbD5HTQxTvOQcS7U2f2M { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 { display:none; }#NiPOIC1lG045Kpp3G1qrid9dCcteKoA3 > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lbmcm4HBrE2vA752JSDO5klXAxoCTkFw { width:20rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfKe2sA432UFFNOw1fRxvtqubOGT1MWU { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f { display:none; }#CTeLwGh2ZgqSld2gKQUTbfcDg5qTNe0f > .row .container { width:20rem;height:56.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iRaLPN8MkmQGH5c2d1WcvTEzzcmAPT5K { width:20rem;height:6.0664819944598rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3JGC6MJ27ZtlmqEzNO25Nsdsb9i9sEn { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPlfpic2OBFocRctI8Tsh34r4wNfAho0 { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OruDItDdc9oqfZnBPLWZ4SPqriVV0k3x { width:16.125rem;height:12.5rem;top:39.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuOlH2EmPQrG9SIeIs3x0F4cyQroX0wb { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpS12pFm69nkTmoJLMJtebHa9vzK6p5 { width:4.375rem;height:2.75rem;top:8.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKdZkmWfmfdfBVZU6BbSPVTmw9rV9t6 { display:block; }
 }@media only screen and (max-width: 763px) { #RSrTK9iRVac33OC4rseUUOuWULP9eLwT { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8heo7qokz5IuxgMc2GE3LBbM5XMKi6Z { display:block; }
 }@media only screen and (max-width: 763px) { #fcRfKnNum5B5eDM0Eab4dol22TleuPRW { width:4.6875rem;height:3.125rem;top:38.482421875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9lyB8Pyhzt0fGUPsbGR3Ws9PQXB40te { display:block; }
 }@media only screen and (max-width: 763px) { #P1taAIJEIX4iHulAQpmTOlKZBaCX9SBB { width:12.5rem;height:2.5996125rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4Ucq06Do03ELuTTGlpnBxnko69HoHIh { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtQhT76e2iP9XnOTgSDaFbwi4WQlgVW { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuiEKc69KqkRn2ndeb7OnJLhp8RU9VhT { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ubuGTVREktS3GbNrksyXNA2nZJVeS2 { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEiliCIlG1BDiSNUD4DbIkSpg9P9mND { width:12.5rem;height:1.29980625rem;top:26.41943359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIEVFo4FwxrAOIsNlF3uIhhprO3iPkwO { width:12.5rem;height:2.5996125rem;top:40.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp03g8c72Q2XCpFTsphyZKhrTgxKyy13 { width:14.0625rem;height:14.0625rem;top:23.31640625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGG2BpaDS8zDuO9B8THHzI0bJKwJ83TM { width:16.0625rem;height:9.875rem;top:43.732421875rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #igIJZ6GPEwPQGxxe5aJSHM7ILh3PMUU8 { width:20rem;height:0.84375rem;top:54.544921875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec.adaptive-delivery-prevent-bg, #XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec.lazyload, #XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec.lazyloading { background-image: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { background-color: transparent; background-image: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container > .video-iframe-container { display: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row > .video-iframe-container { display: none; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .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); }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { border-width: 0; border-radius: 0; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTZ5VgAaa1Z4ToxRZRmQmPuIodvAZ8Ec > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myLktuxUmAQwA3NUXRzSOkLJwFbezXfP { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rybQzuB3kwVS2gsmJZlwhIiyQA7rpGAy { width:19.2485625rem;height:4.54980625rem;top:1.1875rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EsaBP68cxpDEMl8VRZJWUxIMOoEhnyma { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #G6neMglDPltOgpkx1o6W0paW5HLrwUyv { width:17.93619725rem;height:2.92480625rem;top:6.1875rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eOHR1GIBsVTyDHCUlCtIWQA3Aymq0eOg { width:17.87475rem;height:2.92480625rem;top:20.792846679688rem;left:1.0614013671875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MyVeKoht96dGgmLthcAq2EvlPF1zsdPD { width:16.7480625rem;height:0;top:35.125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HR3PzVpAOQVHM2h6ObaUFVTSTQRf4gqs { width:19.2480625rem;height:0;top:32.875rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #hb8QXk3sl7UaEXL6tyTb0GpiefT0QApp { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rr54668W7ACrUBrv1VtMPXfBBKoqnxE0 { width:13.4375rem;height:10.1245rem;top:9.79736328125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVT9whKAB99qgwrQyKKfwcoMreXP5dr { width:12.3125rem;height:3.4375rem;top:24.96728671875rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #w3QTTlZvskUlf3vZ6mron1vS0xCSEzvT { display:block; }
 }@media only screen and (max-width: 763px) { #phm3KOzoglhIUTfxprMIEtLsyhpxse3r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r.adaptive-delivery-prevent-bg, #phm3KOzoglhIUTfxprMIEtLsyhpxse3r.lazyload, #phm3KOzoglhIUTfxprMIEtLsyhpxse3r.lazyloading { background-image: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container { background-color: transparent; background-image: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container > .video-iframe-container { display: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row > .video-iframe-container { display: none; }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .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); }#phm3KOzoglhIUTfxprMIEtLsyhpxse3r > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXEWrTJuQfSZRdBtOPtPTPhAGBFfTP6T { width:19.9375rem;height:31rem;top:22rem;left:0rem;z-index:14977;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VC5yyJuK1irf1Fl7n1uz1dikCIp41UJR { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #cIM6b6UF7Haa03XQB6f8uOQT9lnT2uVs { width:16.7485625rem;height:1.05615rem;top:15.6748046875rem;left:1.62548828125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcbR0pJsfGAOxzlfhTOV2ONl6rePcNH3 { width:20rem;height:1.92480625rem;top:13.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QITJidsynQ5zdtT8mh6BXCDloedwIeRi { width:20rem;height:5.30761875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve6JxTwpbfbpoTNldyOIiieb881Rwd2A { width:17.875rem;height:3.25rem;top:23.3125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff517e;display:block; }
 }@media only screen and (max-width: 763px) { #lWvQKCfMkBiVRdOtdWOABfp0TWsaKWMW { width:20rem;height:1.92480625rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q9y2O8AJsDSv30R01lGtFlBmCs42yuyT { width:20rem;height:2.3369125rem;top:4.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#fdd12d;font-size:0.9375rem;overflow:hidden;height:auto; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L  { width:17.1875rem;height:auto;top:23.4375rem;left:0.1875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L {display:block;}#Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L { width:17.1875rem;height:auto;top:26.5625rem;left:0.1875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #m0l7u6qVwSBdcqJ6iACCgddbHrmPoTTJ {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #CxtIkUxMzp9umV13vRDi9i0a8ogm65IX { display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #qc2853o2ALmaIltpkICJ6PywiMob54zc {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #ThJh5P0IelZDTFNKwVJxgeunS4p9uiVG {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #h1XCLM5k01aQ2neR1aS1xassNHIgl4Td { display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #TBbmAU77m4daLs2QqmnBQ6yZXgrZ1aDa {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #e3GztqHhoWqaJfhJF9k0L4lSCplVof8a {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #pbvm1rLmoKK1uPLTGbQOCPiU5l31v8ES { display:block; }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #hdH0X03ckhkpXi8yP54BfowFRX56HnwD {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #EHAv7J52FCMUMeLkCVWzpFr3xuNw3WDX {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #DZvLTZzIr1SgD8seSWF8Jy4VRedrvB1i {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #WA0KWyn0rXRd8omA7g3ygU6Ab8Q12xyG {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #cnscAHTmR78TFs1mw2OZ2WkTWrRCJuiV {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #ooOrEIt9T7A7ABnpBmSsLTaB1aKbo6Aq {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #tcSN91c07vS29vgsJLP7ANA1TtS7p2rX {  }
 }@media only screen and (max-width: 763px) { #Zl93hKtxZTxJRLVGIg02JAVeg6MqUt9L #UkiqBQksZxFCwQoCBEUbbVXAsLCtq57L {  }
 }@media only screen and (max-width: 763px) { #CBTA5Hc6Bt6L1Qebv4n07Jt2MkIpiOAS { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x3xl3PsIqeq18LrHmcn8t2pSfJoLycyA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g6GMKEtoiRZ5bs2DRVylGG8VVFey52ne {  }
 }@media only screen and (max-width: 763px) { #SGUUBT57H1gMbgahrOTtp965XeU3ZeWN { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mMDcO3D1zQhzxW8ecMBfRNwH2TzPvfEA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yK4fKvWMmSyGMQWnoV6yGCLfTyhh9y9v {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gQJOJc9WdCQAt0s5Ay2PbexZE9MOTgxz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PbTS0NhrOeJoge6arrropTgDB1zTy3Tx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EfZTaNpeWIeovMiha7vCoAAazhcE0QsF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VGqMRa8VbkJSTgs8ENczLxaJqhqtvonB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nXDyez97q8BPuSxzG1tAAtQfxSPyWkJe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CTXof5J6g9PcWpNXAPwxhrH0E4TAzXTa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tNv8IUMBukWvJeTb9zxkTSAgt8Uavsat {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MEwc9w6sGs6dPQzzClWAeguXo5kytBs6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #romxqTiqRtwQ80MRf7FZWXfGlRyFNR7A {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FbPu4IzFkiKo57LpfiuuXTFtyuQ21OXV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HwIRoMskWUBgsAJohZrrwHDgBlkQ9708 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yUcUnL5T4Rg9c75bAoxilqonxZBgqpF0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vwhAJJi6bWdDBcXM7uRfwacmQzw7T3Oo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvGnEMG4bXFg9O9FRvLoctWhAZyrGgiD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i0DTsoWgFfSpuxD0fRnhr1VGW1pHkZ1F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nB7QH1gyClTip4LLQsxWOuTxqoXc8tm5 {  }
 }@media only screen and (max-width: 763px) { #JHJMM4hvaNdQ92m21FO5boNoCDNS73Js { display:block; }
 }@media only screen and (max-width: 763px) { #n2oGQP7bd6k0cdndQCMNo464kkO3OxwD { display:block; }
 }@media only screen and (max-width: 763px) { #XJN5byGWsrkntQdmXEvxy5oxvQvaRoHs { display:block; }
 }@media only screen and (max-width: 763px) { #IFIZwZTtU9FqrJHrIQxLLsTpgwBoa2QG { display:block; }
 }@media only screen and (max-width: 763px) { #DDKAxCoI8fpnIysNWuVIV0wnSTTvOHQd { display:block; }
 }@media only screen and (max-width: 763px) { #XLAm5xIXLV2orJcIqq8oFmSo5kcOkQK3 { display:block; }
 }@media only screen and (max-width: 763px) { #TJZUZCdTZI1TcETK5CMHEu316gJ0nMZB { width:20rem;height:0.962525rem;top:19.477172851562rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #BIRdseRkpOiAKG9cvOJochqh7cW6T5Ma { width:17.25rem;height:0;top:39.25rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #zet1CKE4hlonmNXA0un9yUAh10usRT0r { width:13.75rem;height:4.8125rem;top:25.0625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNORUXz6RnQc0WAuFDJWtla15dA7CPSx { width:11.9375rem;height:auto;top:27.875rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #CMIIQ2zqOxKzEabG0REwyF8pu5Ps6Mnx { width:14.0625rem;height:auto;top:25.75rem;left:2.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #FXRAC6GtbzkCapM2VJanWy5UaLwVnO9N { width:20rem;height:1.375rem;top:17.378784179688rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5.adaptive-delivery-prevent-bg, #RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5.lazyload, #RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5.lazyloading { background-image: none; }#RAkNTTrQaFqkS92hFx6KqQ8h6mgThmz5 > .row .container { width:20rem;height:50.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJdpcPt1CDZD0AFEJERZ8rxdZ6ROGq3N { width:19.9375rem;height:30.8125rem;top:17.4375rem;left:0rem;z-index:14977;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lWTDSctWe2hF7OhkpmhVeaoyV58WbNaI { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Kham7cMktndHtLMsmH3PoKKpklct1wTh { width:16.9375rem;height:1.92480625rem;top:5.25rem;left:1.37451171875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UWdPvNoTLrHwMcXzUnCcV0JKkmcetLsr { width:16.7485625rem;height:1.05615rem;top:7.1744384765625rem;left:1.6253662109375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1aSNrf0M1NAhi036TGOLKg5KxiCAr0T { width:20rem;height:1.168825rem;top:3.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNuztqsQKnpIa8sBMaafTncoyWpliy89 { width:17.937rem;height:3.25rem;top:19.0625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff56aa;display:block; }
 }@media only screen and (max-width: 763px) { #GCF8zwFcMLsp5DpAimtfAHiU95ToXot4 { width:4.5rem;height:2.3369125rem;top:10.8125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR2ziyk5D5SxS6lv9bOe1ZC6gUAkbTVf { width:4.6875rem;height:4.75rem;top:9.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLi0pWOLLkgrQu7TKTXIb7VFfMzAIav { width:20rem;height:1.92480625rem;top:0.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qwxWlei50XeKX8zm0pNXfGvDLDpE5Z55 { width:18.1875rem;height:3.5625rem;top:12.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HyCkCOg8lNcbCclBvVw1Nmf8Pw3V34 { width:13.1875rem;height:1.949225rem;top:13.0625rem;left:5.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BIDNOwhBnvSkifHNoOOIWBfg4Q9FsU58 { width:15.4365806875rem;height:12.5rem;top:63.447841644288rem;left:2.8722425699234rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0.25rem;margin-bottom:0.25rem;margin-left:0.25rem;font-size:1.5625rem;overflow:hidden;height:3.4375rem; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.0625rem;overflow:hidden;height:auto; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI  { width:17.5rem;height:auto;top:20.8125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI {display:block;}#ZtLrsnATAabskkQeTTuH47FyzNF3IEmI { width:17.5rem;height:auto;top:21.9375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Bpiw1wl7E9cRysK8VdOP9oz3WZowlPiv {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #BekW7JQrcgxc8TxEhwsJh5N2NqHC1qhD { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #xdrJzUIafUyApeQJIsPFE0UmAE3S1lnr {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #OPE0c9gMXwtDnA3xe8Qtn5dPTDgUBUC9 {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Nov3Ml4pTnZhl9EvxWMHXdlt5FGkc6zI { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #GKxtw75vU0hSntLOCNeWPWiFFKyowQRa {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #Mezzhu9cUQndiamDbwfrhSkxUW4p2gsI {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #tNJ4cPUiae9iUktJkOvDVomIgU4B2HJF { display:block; }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #o041gBLcwkkDAILRfMcG6uXg4CnwsIeN {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #k3RMHg7EWyTppvhXwgfqQChtnQtovRzT {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #H8BsOVXiVefpA2RFWa9yUd2yEHUsletl {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #ZyTHmkgWBanCTsQWOe52OP48JK9em7I9 {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #AbLBXbt7A79yNKEPAdrZKckJ3wbpLC8e {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #TS1JVn3CwKmoMHQ5F6XnFKegT8WVqgfx {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #eT37KK2GZ4X5pTVgPENHQhJ9vE18lJBs {  }
 }@media only screen and (max-width: 763px) { #ZtLrsnATAabskkQeTTuH47FyzNF3IEmI #HRignhdMp7QqDZ0EG4cidmyC37pAuzZ3 {  }
 }@media only screen and (max-width: 763px) { #anlXvkBIOe3DkKvKyKEkkKRnkRAmrxkn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XhUtiL9RMCwPoqfHkFoCHIcZw5vJGpbe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #A8wqS9wPK2hSLvXFOVTiFHufFcvKBXzu {  }
 }@media only screen and (max-width: 763px) { #Jrugw8LH1kLTaGk4eq761Sf3AfZNxR3O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P4JSucHIi54Nx1TgdMpvAvHPqe1rP229 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VMm6xtbsRzpTKXTk3CTyt6nxMUNeAgI9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BBuTG5kk8znKPaBJITlufu6sTrTKtu9m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ncEcZV6LdwUzviiggEqXK5QCVb3WMnrk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNtiO0Jgso4iKtTJJkNvrxHf7Ze9T6nn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fD5H9cs2b9gJcfQxi5F5C7wGVXE69k86 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QcTTWxl39JRKrJSsTufhqn2n3hfT6VVu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eiavM3nb79rB6fxN37nT4O3GoQVAU101 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U4T6VSIB98O4S0A2bZSpegart8wvSTeA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rsJ6I6fc9fZSn38sW95WAAUrousSsHAb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x8u3JbJGOp5H5ZHOfaIr8ZshSN3B6Dpp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uoUPswsdQtzR9NBVF2O7fWp94w8rXo4V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M0MEiXTGAT8AmBFdtn8HQGT8HD4eF9Ie {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZICHQeSiNMpy5I4XPXFTq5rupHlEtOnS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LNb8w2lbDGf4xJcU7pgovshi7hvN8v7Z {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Qy7QOiaHLTeL1rTirS7bkGG08ht9PCOl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g8NZo8SOoSldpuQ2v7SmXbhGs4ET7JXp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #z64Wy3FQln4dydDFhUv2q95eiUEmNC7s {  }
 }@media only screen and (max-width: 763px) { #JsFCc7MWfL1oh4vZyU4tBffuoTDqVmqa { display:block; }
 }@media only screen and (max-width: 763px) { #ccEKA6biESVSnpQmCeBhT0hBrSua2bto { display:block; }
 }@media only screen and (max-width: 763px) { #FrWdJVDez8NiuBhiO6A8klTMiRTfhdJn { display:block; }
 }@media only screen and (max-width: 763px) { #MumU4r6ETdktCNytFek41OpbhdA7kgal { display:block; }
 }@media only screen and (max-width: 763px) { #kiTugc4yWGhoUTU6okpfyicymTmITQZb { display:block; }
 }@media only screen and (max-width: 763px) { #nhs3kXHg9tsnML4L2fBDifudL5UNxJio { display:block; }
 }@media only screen and (max-width: 763px) { #pz2Mu7bJSu3ZZe6WnFpciM6qBDtcOSWT { width:20rem;height:1.168825rem;top:8.4942626953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vT896xouVi6MJP8ZtkCVchxag9LEAdDS { display:block; }#vT896xouVi6MJP8ZtkCVchxag9LEAdDS > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5T8CqMcVbSGec2MvFiMBuigqlu8ftgL { width:20rem;height:60.625rem;top:1.06201171875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #DnZZwyRi3JLISmZxy5JBfsiVPignnny2 { width:20rem;height:1.21875rem;top:59.625rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uNTU676ciVDaHO60MzvdxGXBXcewILlQ { width:20rem;height:1.3125rem;top:58.1875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JbIqJcCDquN0Vh4D0ihdyVmCfytsEKBb { width:20rem;height:1.96875rem;top:56.375rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oT4X7soPkibTpsokqoAKGGnIw37TzybR { width:19.375rem;height:3.5625rem;top:1.99951171875rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkDA7LKgaSldb9BeaRBaCqr2f1sfweW { width:14.875rem;height:2.3994125rem;top:51.625rem;left:2.5625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sCPlS8RHIqIGH43drGawSMb1ywzoAQc4 { width:12rem;height:8rem;top:9.875rem;left:0.8125rem;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) { #VUaihnlv4UG2vXM7kedekrRSaVuqOa4V { width:20rem;height:1.31286875rem;top:6.125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RyRE6OffwTcTru3EGogGJTwie2T9Anr8 { width:10.8125rem;height:5.5625rem;top:38.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqIm4kVA25FmQkK5c23yF0DKPgz5BP6X { width:10.6875rem;height:5.5rem;top:41.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCkWVZl3bKDtdks0fc67iTnaJcahM9p { width:17.5rem;height:0;top:77.7500038147rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlTtflSuzynICIix72rrxJBuzn2x6Zwk { width:10.5625rem;height:5.4375rem;top:45rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDdbnqGDtyScsP4GsTpMNPgcAc952fp { width:17.5625rem;height:10.0625rem;top:23.93701171875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTD0MidyuvDl4wSfBdLlDnIb19IIq9BM { width:17rem;height:2.25rem;top:18.43701171875rem;left:1.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z2gqGk68doudoOV2Rc1BZSyWRhCa1nUt { width:10.5625rem;height:8rem;top:8.375rem;left:8.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #LuNHcrJJFweNbsODV6bl5JXyGTCpJSXd { width:20rem;height:1.6875rem;top:20.99951171875rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xkNGP0QGUcpnJh8kHfI3DnHPMJ4KdfVa { width:17rem;height:2.25rem;top:34.99951171875rem;left:1.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t6xWeNqVmTiWt7XhqImekraaNqa8BxbR { width:17rem;height:1.40625rem;top:53.9375rem;left:1.5rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AaCT928Riyor9El9SC9BDldG0ocevm0L { width:12.3125rem;height:3.4375rem;top:62.93701171875rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kT6dlbuSQTddwhWhIw7FA7vP13o9T6y7 { display:block; }
 }@media only screen and (max-width: 763px) { #GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5.adaptive-delivery-prevent-bg, #GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5.lazyload, #GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5.lazyloading { background-image: none; }#GIW0yoXF8cCIOf4Nolva3G2TqiSJLia5 > .row .container { width:20rem;height:64.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnosCQT3oZfXP5900iMsQZd83rPoeQcp { width:11.7495rem;height:1.21875rem;top:59.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHo1MSboddWoWvVOBW4mdIXdJhPAdNGc { width:20rem;height:2.53125rem;top:60.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynJU1VcNd2fGAzne9gnW46AS5uXGbn9 { width:19.875rem;height:12.3125rem;top:10.5rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #cN18zn47465KKtZyZTcixGPOEPHGlIcS { width:19.3125rem;height:1.13720625rem;top:8.125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCkd7qtQH4vUoP6keRS5xaNiNyU0km31 { width:20rem;height:2.25rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJaMAuO26z1Otb6PIyIQBTJzt9BP0O0 { width:9.875rem;height:5.125rem;top:11.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCRJVZbUW23g43GP3xzTQBMo6WURzezB { width:20rem;height:1.29980625rem;top:53.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfeUVR1ei7T0fDQ8wHVvmealCXaOhs5H { width:10rem;height:5.1875rem;top:12.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODg0DqfSKkDFBE4R6d6ic4TsClsfeXl2 { width:9.9375rem;height:5.1875rem;top:15.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd3TDtJANZg6TlmcQWeRXh43InngXL1F { width:18.125rem;height:1.4624rem;top:56.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQlnvg6GAuTGsfOGMVTxIgZEB92AXK4 { width:19.75rem;height:2.4375rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5RdrTpZml4kdbGqHEuResvK27xCHTHR { width:20rem;height:0.89355625rem;top:21.3125rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uazbEAkoJBnp4rAyPDmILwxoyMTZpv9R { width:9.75rem;height:7.375rem;top:26.1875rem;left:0.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #m6F1k4DVSexT74bw1Gy7JXDmpWRByv8L { width:10.6875rem;height:7rem;top:27rem;left:9.0625rem;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) { #LbV17f9TQAsCNOl9ZNWbOz3wy7dqhTrl { width:14.75rem;height:8.5rem;top:41.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT8GneeBlaOymLuhHM9iinvXuRt0ncvZ { width:20rem;height:1.6875rem;top:36.8125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tUTaxua2wiU1VtiGKK5UawWOXR66HUuZ { width:15.125rem;height:2.0996125rem;top:34.375rem;left:2.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V5vpxNl94KzNilbLtyonmFPps4h9tPNX { width:17rem;height:2.0996125rem;top:50.625rem;left:1.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KqJavwswLzDKKwHh3rUd2t5CQrJfcbqk { width:4.1875rem;height:4.0625rem;top:22.1875rem;left:7.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rErzpx3tc1tTfoR3IKvcChti8Da1wTNS { width:4.1875rem;height:4.0625rem;top:37.5625rem;left:7.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Kv7Qg7v3a4pLdomEF22sZCm3JTU35g { width:20rem;height:3.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7M1P8lHmR0zgaLHvHwhVKFmmW7h2uIT { width:20rem;height:2.84375rem;top:3.5625rem;left:0rem;font-size:2.1875rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #G7cMrHvLcewPySrfMoOLGgQW4kIKaRun { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun.adaptive-delivery-prevent-bg, #G7cMrHvLcewPySrfMoOLGgQW4kIKaRun.lazyload, #G7cMrHvLcewPySrfMoOLGgQW4kIKaRun.lazyloading { background-image: none; }#G7cMrHvLcewPySrfMoOLGgQW4kIKaRun > .row .container { width:20rem;height:78.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WdCOqTGkS049Zsfc0ypIhSvxqqVJSmqL { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgSmZ7LHVNivtABZ03wEDNxofvwMJmx { width:11.7495rem;height:1.21875rem;top:74.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXaUrRkrXL0i6IDheN2h1wsfox6h5iLw { width:20rem;height:2.25rem;top:75.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhhgcTmVUffuvrvuGQEOg6tSpwNlQ1W { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #kLzKvIUIOdbqLexmCoQf1n39NXhHI1tA { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afb4XAiqqZT6vpVr8iIKWlkTXOswl1VU { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFb5TwXPxaFBl0A3LIkPNCIA4hRFxGPS { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAOHyKIO5L3zWszvDchG5atWHd8ObOIA { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhvObhzKPKvXCQfA1GpS2zdCzM7XQdu4 { width:9.124rem;height:1.29980625rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l1mA0wONIs8Adp3dWpSWGF3U4z7HlTHm { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4kveOdTJbvOC3XXQdIvDUHwUrbM42Vy { width:7.6235625rem;height:1.625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2hoGDLTLWlCzTXSFy1TzFpM7ECBKBFR { width:20rem;height:1.29980625rem;top:68.3876953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2kdgS5mwkXV6yduxtGstyOOLmR71lvu { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9EPfVnQkXTtWWbM9FEs4gg26ZZAN5E6 { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoVFWqc2rZLTfe2LyQ6yDFzscGOl03B { width:18.125rem;height:1.4624rem;top:71.3125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNbe4l8pa9XuW3KlqNAeoX4zhpbxoR5x { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #afdF8H5km09QXazcZF8DDaaBIFnJ5BG3 { width:19.75rem;height:2.4375rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4VJiP34e5mkrkC5hJQ7m58yy12PnLNF { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #LOnN1hu2sGJuv1feNGMlPUW7630Ba58s { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGJnWy6sFTs2nHRuduPFlerm0U1ykv0 { width:20rem;height:0.89355625rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vz7QsKQhUvylknlLELnDx8wKRfA92hOn { width:9.75rem;height:7.375rem;top:40.7998046875rem;left:0.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3itpQt6URx11CIWMOTiwTT0mRTuX41 { width:10.6875rem;height:7rem;top:41.66162109375rem;left:9.0410447761194rem;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) { #uDCblQvPftzt6TAu77urMISL4PO7CleJ { width:14.75rem;height:8.5rem;top:56.2373046875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvD600TL1dGuE3UifnVywIG6op0nm37s { width:20rem;height:1.6875rem;top:51.4375rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KiJckO5vuqkMemKiZvq4VosENcBItCbM { width:15.125rem;height:2.0996125rem;top:49rem;left:2.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FmZivxBF0tqbLkmivpr1HxcI6S3NUQzQ { width:17rem;height:2.0996125rem;top:65.26123046875rem;left:1.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CQU6xwDZqdUJTR0T0de049iSt2Rqs8id { width:4.1875rem;height:4.0625rem;top:36.84912109375rem;left:7.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7WnPZJJtmK2ammLDkMsTU3IzzgBJZ6m { width:4.1875rem;height:4.0625rem;top:52.1748046875rem;left:7.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wse991zoLTQO1PczAXoZ7IfJH1EMt58X { display:none; }#wse991zoLTQO1PczAXoZ7IfJH1EMt58X > .row .container { width:20rem;height:75.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTMrOLPdmi5Mm24fadr9owwLV9td3WR9 { width:20rem;height:73.0625rem;top:1.06201171875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #q7HcBqiJgp1kkLLaSkMg57cOCxrH6nfq { width:20rem;height:1.21875rem;top:71.875rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V7iT26fV4NA4PcWNQ8azJALhsavOGAyV { width:20rem;height:1.3125rem;top:70.4375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #faLCkgkFPGPoc32b0Jx1RQuAOsrTsqBp { width:20rem;height:1.96875rem;top:68.625rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k5vQT5khs2CufuS3f4gISWPy4lurTG7h { width:19.375rem;height:3.5625rem;top:1.99951171875rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dTq6vNTcnpHfLpPM6VssSMW9C4owDCTx { width:19.3125rem;height:1.125rem;top:48.6875rem;left:0.375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #noyqfTqgW21sVxU4qxgtZMQzfM5N1Rv5 { width:12rem;height:8rem;top:9.875rem;left:0.8125rem;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) { #x9H2aaHyBz4ZTIGdfFMETDseROL3bu7D { width:20rem;height:1.31286875rem;top:6.125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I6JqOWb9DcTVEBTiIV0BtCHytSObfX5A { width:10.4375rem;height:5.375rem;top:35.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMGBsD25lNT7q5eyEnvJv16Pub52vBCF { width:11.0625rem;height:5.6875rem;top:38.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG13LWuPalahnZUD8c6to9AnlxIel0FX { width:17.5rem;height:0;top:77.7500038147rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUs9OqNoHEqXal2SJKSMWwWRk5GqtUo2 { width:10.8125rem;height:5.5625rem;top:41.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmIocmCaRgXwNQkIaT4alKO7t7hTZATe { width:14.5625rem;height:8.25rem;top:23.56201171875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPTAN4eAVTz0K78WO77uoFEKLDFPQ7XS { width:17rem;height:2.25rem;top:18.43701171875rem;left:1.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yP13d5O8Hfp3SA6MwJg9pDMlBDmEDpwL { width:10.5625rem;height:8rem;top:8.375rem;left:8.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #tbQ42bJPeXXLwFpLCt64FUw8f8mhmTBC { width:20rem;height:1.6875rem;top:20.99951171875rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #poHt1MBTdCCkluTmrJF0NSAwH6tBFQ2n { width:17rem;height:2.0996125rem;top:32.74951171875rem;left:1.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w2pn5oiDQQIOw1HuQ9H6tOG5t2W2RIsv { width:17rem;height:1.03125rem;top:49.8125rem;left:1.5rem;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #paMDnvXI9Irosdp4JrwDKwq8rvgX3t8v { width:10.4375rem;height:5.25rem;top:51.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQxa2PauiWAcedgrDAHpch9F9nxVerL { width:10.4375rem;height:5.25rem;top:54.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnN11J4Ip93k2kWFraETlosscNGJ9dw { width:10.4375rem;height:5.25rem;top:57.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4hpDTPaTZUrAH0aHCtPrivPGqu7vw2F { width:15.1875rem;height:2.4375rem;top:64.375rem;left:2.4375rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l20pCOHL9OzJk7gdfIQNxTEwsM2CrHr8 { width:17rem;height:1.125rem;top:66.8125rem;left:1.5rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU { display:none; }#d1Fp0PkiATQKsLtfFwh3lLlp7kRbTLGU > .row .container { width:20rem;height:57rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EBCtelTsfvhs0VFKuLETa1fqDQgXnVNm { width:11.9375rem;height:2.5rem;top:8.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlv74NoJbgKqybRVX8U4ofXQKQLiELhz { width:12.5rem;height:1.54345625rem;top:9.3125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQi7RCRnqXbJT8yW7BIxmsmCxKKSclPF { width:20rem;height:3.25rem;top:3.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIsbf3w7qssgD4Zi3794TmxM2tdpiZWe { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Anltcvu3BTKEieLa75W5ck8W8de17wS2 { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecX2Hwh3vibihp8eVLNbiiBbcUkzD3Jm { width:20rem;height:1.86865rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8llIua8UBJDpKZpkUCsPvDHxs9tl3 { width:13.5610625rem;height:1.13720625rem;top:41.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WavVkFWr3NauhSG1TWS7642MNOoqR26H { width:12.5rem;height:11.875rem;top:13.25rem;left:3.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SsP49Cww8OXheZhTK4DXfORNQwhaxfDp { width:19.75rem;height:12.5rem;top:27.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTWsgK90cQnspK47nnoBZD8yC7UDkFZ { width:10.499875rem;height:2.1875rem;top:22.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAC7pyGBdZiqXGlrS6v5X9RLWQ45k2q { width:10rem;height:1.625rem;top:22.5rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU76DWxX9CCuIQICBzCbSvlaIhROWkm1 { width:14.375rem;height:2.1875rem;top:37.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn0nwDPdGsNKm6c5T0q68ya1lGllJZNU { width:13.5625rem;height:1.625rem;top:38.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJfF7S0QzZ80BcD1HnWbfJuHciOT5Mp { width:9.0625rem;height:6.5625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXFWV5kCRxQTWCyqUXhesPxWA15Qq5V { width:8.8125rem;height:6.375rem;top:14rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnrkzr4L3xTHhNoEZ0DAflRFFTsnfVHN { width:9.124rem;height:1.29980625rem;top:20.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFPANMxIpCS2q8vETsH2BELLI0R6lb0 { width:9.375rem;height:4.8125rem;top:28.5625rem;left:1.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLib4Fs8LFyknbhh3SX4o6evr32VUNbM { width:19.874875rem;height:3.99963125rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odxw2aiT46QZTeb9doDgDPzTgAmxpoqB { width:20rem;height:2.5996125rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffl1FCurWuVk57rsclDRFhCMXSCRV5eT { width:20rem;height:5.0625rem;top:50.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU7uLO96o8f3q6KoiiIrDcIoHCTezCOz { width:11.8115rem;height:1.21875rem;top:48.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STq3cwyFaxgt5znTWrQz7x3laMuhqX5l { width:2.5625rem;height:1.625rem;top:13.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiz3cTnENcuoQzOZJsHTG7BVNykcLtFI { width:20rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsedtbhMUmgdTTugSf0dqKEDcIObfm6k { width:3.9375rem;height:4.0625rem;top:25.25rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #duZK7bNAMs3S7QKAF4ysfuhSpdOgRE0l { width:2.5rem;height:1.5rem;top:26.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJAs6ugVOUtBWeyq1suTa1GTvLU1wR6T { width:9.375rem;height:4.8125rem;top:28.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNbORxz9hzTcbShgnvona77EPrqGvM2 { width:9.375rem;height:4.8125rem;top:32.28125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV { display:block; }#S0d4LMd8CAz36Esb9T2SyK4xTD0D9xzV > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTt0z8v5zMnH75qzPStos75FKNsixpOG { width:20rem;height:1.9249125rem;top:2.1640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QuWAFLLquOuPIOCD4dsoPe7n894Cn3fh { width:12.0625rem;height:3.1875rem;top:93.83203125rem;left:3.96875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #JVwm5Wx5dN0ckyRPzJUgK50rLTuZlTxS { display:block; }
 }@media only screen and (max-width: 763px) { #dIIIZrKbrGoJZce8qL5naFgsOaAiQ4ZZ { width:17.5rem;height:9rem;top:62.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf11tdfX7xm3sb9STAyEfzA1l0JlUz1d { width:18.25rem;height:9rem;top:19.72135925293rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfRUy8DDgQ9mzWl1RofLRbhLrlwUXtIl { width:17.75rem;height:9.0625rem;top:6.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVw5ZSlIT3mlVTolHQ7ElCtqdahFskPP { width:18.5625rem;height:9.6875rem;top:33.165367126465rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HItXO0Si0lnsXwApAQT07fMB0DZOIOdf { width:18rem;height:9.1875rem;top:47.134124755859rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKoumZHeA1WEZlyZuc5TRNfc3fIEIcf { width:5rem;height:1.9375rem;top:29.352867126465rem;left:7.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ZsJxTQX0DoDnC3loKCuC168leGddN1HF { display:block; }
 }@media only screen and (max-width: 763px) { #sewOLlgNSfmynbTeais9RleI0ZApqX2P { width:5.4375rem;height:1.9375rem;top:86.582038879394rem;left:7.28125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ThtMQw3tEX7mTT67Huwmm7nhvGbmuLIU { display:block; }
 }@media only screen and (max-width: 763px) { #TFgw3K1ZdXZNe7uB7HGOANpilT7bopEJ { width:5rem;height:2rem;top:43.375rem;left:7.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #nORvSTfTOTyMleKd3cfpm7lqw7LuE6G5 { display:block; }
 }@media only screen and (max-width: 763px) { #CXsRzq08I93LXmGQKeWN7RxAwr2iU5MK { width:4.9375rem;height:1.9375rem;top:58.040374755859rem;left:7.53125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #I7OZeQR54kmnJoM8n5Foe1bykMhLZdOK { display:block; }
 }@media only screen and (max-width: 763px) { #tqkWJ6P85bofrodqLMtFIQ7i2pmDqagM { width:5.1875rem;height:1.75rem;top:16.18620300293rem;left:7.40625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kb8MfEIwfKXWgWb6ePbegSPNIvoH0CSe { display:block; }
 }@media only screen and (max-width: 763px) { #FwNv6oqoxiDhN47p3vEJ8dcEmRrhJkNV { width:5.25rem;height:1.8125rem;top:72.958343505863rem;left:7.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Mhda4OfOdTHhFgFRbKrtJKldTPtqMfWz { display:block; }
 }@media only screen and (max-width: 763px) { #lmcXbrhf7KCsmNtdsA4oTRxoq65UPsrA { width:20rem;height:1.71875rem;top:90.145835876462rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.26);color:#ff3c3e;display:block; }
 }@media only screen and (max-width: 763px) { #dXkqFCzbW59Rt7OyWmpwq4gvHG22dyZl { width:20rem;height:1.29980625rem;top:91.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZBN6qrFKa5ErqMi80C3OElWGtvyEtq4 { width:17.8125rem;height:8.9375rem;top:76.5517578125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr.adaptive-delivery-prevent-bg, #UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr.lazyload, #UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr.lazyloading { background-image: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container { background-color: transparent; background-image: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container > .video-iframe-container { display: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row > .video-iframe-container { display: none; }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .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); }#UeP5uVGqWht0U9xHoMM6hAbZ3ahNsvfr > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPrinNhFtGTqkT7wHnAsGm4dlrzloLqy { width:9.9375rem;height:7.9375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdTIxlE5eZitrJLC5eBf7TNSg5U7Kd5 { width:7.6875rem;height:7.4375rem;top:16.5rem;left:12.175644231712rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyr3Zv6Ow09R1T8sTGdksa271EflTgVB { width:7.5rem;height:6.4375rem;top:8.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAL9GUTxApvH5NgZ19v08Dc6pga1q3gZ { width:6.6875rem;height:6.6875rem;top:7.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD1c3tsEJ0i1UidHZ7SZSyJOBolBEFfG { width:8.25rem;height:8.25rem;top:7.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnwsgstKzsgTzWB8l0ftrDboKXUR1VkT { width:14.936rem;height:4.54980625rem;top:1.3433132171631rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cx9R4tiPXGsFfOvHZxcBT7R9kPDkguL9 { width:10.0625rem;height:6.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqSoLUTBukse35G70gDRzGpF1ds6dHC4 { width:9.1875rem;height:5.5625rem;top:17.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEDVgwrgRbDEl3lKtwN2kqrCxXOCQKm0 { width:6.1875rem;height:6.1875rem;top:17.1875rem;left:12.958333375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp.adaptive-delivery-prevent-bg, #JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp.lazyload, #JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp.lazyloading { background-image: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container { background-color: transparent; background-image: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container > .video-iframe-container { display: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row > .video-iframe-container { display: none; }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .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); }#JLgFIrmxL4yy36iTTQ1nA6Gugu04tsDp > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMMsDwwLSpmnXv2rleWbgp76KvBosaMX { width:9.0625rem;height:6.8125rem;top:15.66667175293rem;left:1.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #ekMTu1hxVTDT1niTFndQBbqpgezv2R5c { width:7.1875rem;height:7.3125rem;top:15.458343505859rem;left:11.770833969116rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7SR1bmZSNc306hbTmeiSIFoDAGb9e0L { width:18.4375rem;height:53.75rem;top:6.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAd5QNCckedLLTPpPxuVfbDeXRMl1bqm { width:17.625rem;height:12.625rem;top:30.0625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #coRWQpS1tSTB9odsFuhxoczKdsEK9Xoi { width:17.6248125rem;height:25.061875rem;top:196.872838974rem;left:1.1870660185814rem;display:none; }
 }@media only screen and (max-width: 763px) { #giePbUQzFq2HouUrpPLBXSq6O1ozcWtp { width:5.8125rem;height:8.25rem;top:6.4583435058594rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AglNNQG6x2wM78iFGp1pJAT1sinakP4t { width:10.6875rem;height:7.3125rem;top:7.4375rem;left:8.2708339691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggdTBHbHNpgHDeH3NLeMTgCF2PeA1hxm { width:8.5625rem;height:12.4375rem;top:23.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0UX61kVXnbm1sNDK5eGT6Fg4uWFnv2 { width:17.625rem;height:13.875rem;top:43.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8EkQldLnNxBiN7pZlRdqlhqqJTNaySy { width:17.625rem;height:18rem;top:58.625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o04loHrMC5W1HDJuOOi0FmZUlgobgsdK { width:17.625rem;height:24.1875rem;top:77.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IX8lZkLtcr4C7ksm0ngiGNylhpBGsd6x { width:17.625rem;height:12.875rem;top:102.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqTX9x32JCTaU5wGROzBgwXW4aJR9SmW { width:9.5625rem;height:6.6875rem;top:36.41667175293rem;left:1.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #mztmcHnqZcRF89Q5rNH31DQNvVgZ45WL { width:9rem;height:11.4375rem;top:47.72917175293rem;left:1.9375rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Vw9msU3iiTsDXxzCHQHhU55XNIHdis { width:7.5rem;height:10.9375rem;top:34.770843505859rem;left:11.75rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk4AEB5bqtmIyaxlzGI3rsRTTWQlNiuR { width:17.5625rem;height:23.875rem;top:140.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mekrIDzxp4T7DIVKubg6Tl34b5V5swzT { width:17.5625rem;height:23.0625rem;top:116.6875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGglfmsRIDgBQuwrrVudUf9xxrNOsWGQ { width:17.625rem;height:21.3125rem;top:174.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #USof62O7X9RpARxF4WeyR98bl8ouVlBt { width:7.8125rem;height:11.6875rem;top:47.5625rem;left:11.5625rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxonrgLhTM7GcKaEnkKxTogpeq1aI0ZB { width:8rem;height:10.8125rem;top:23.625rem;left:11.25rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZscVIhuxhqc0vCGe2MbRRz6owabxe7ek { width:17.9375rem;height:8.0625rem;top:165.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctbfk6mzHhUKhG1w9rCMFqy5Pkngr7uN { width:9.4375rem;height:3.4375rem;top:43.477874755859rem;left:1.8125rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTeqo4A2CTEXuqTtvmAAMTiltiSTos7S { width:14.936rem;height:4.54980625rem;top:1.3433132171631rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx.adaptive-delivery-prevent-bg, #zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx.lazyload, #zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx.lazyloading { background-image: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container { background-color: transparent; background-image: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container > .video-iframe-container { display: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row > .video-iframe-container { display: none; }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .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); }#zQ1IF1eB6AGZgccN2wrPOCsaJpFg5Zyx > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbzQbadyvNo1JIT2wwxqfXrKdgaJBprv { width:8.6875rem;height:8.0625rem;top:14.395843505859rem;left:9.4270839691163rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CipXJ8lgUQLDl65QAdSF3R8MhrhUzX8X { width:17.625rem;height:18.8125rem;top:4.875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1VHS1gqGm1sKuzXTWBeNU4ns4XlCakk { width:7.4375rem;height:11.4375rem;top:8.625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHCNva3ee7SGiPuEGAnKcNBwzS8qmzC { width:8.9375rem;height:6.8125rem;top:5.7916870117188rem;left:9.3020839691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1KGyuFwDHhsUf4SeraXnEo9tMGpRgP { width:17.5rem;height:16.3125rem;top:49.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eboF5N1mnov1Zeep9dfQhWLHV2yvKpRe { width:17.625rem;height:14rem;top:34rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fouhQIxgeKhkUTryOwkMDcwzcxwwC3wA { width:17.7473965rem;height:4.19921875rem;top:0.46875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ln4ZR0uz0Gxu1cCT5bqJs3rp1w8khEUs { width:12.3125rem;height:3.4375rem;top:24.9375rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #SLoCa2xieRKfTTSEf1Q9LMQfq30iGqWh { display:block; }
 }@media only screen and (max-width: 763px) { #JHbCy0TuosCzzrKOTyN45hDcJngxBsuz { display:block; }#JHbCy0TuosCzzrKOTyN45hDcJngxBsuz > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgmOZ3PUmaSFwUcToJOppgQphgfCUfnN { width:20rem;height:1.9249125rem;top:0.89581298828125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o8GbttVCJfSNOoHwJJzAaVcTFpVvDU64 { width:20rem;height:2.0625rem;top:3.42578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roIXJTqshfnfMmm5iHxr7zNehzQzLUAF { display:block; }#roIXJTqshfnfMmm5iHxr7zNehzQzLUAF > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NobCJppbgNq48SKveZl0kF0VuFNmCRRx { width:10.5625rem;height:1.2999125rem;top:2.625rem;left:9.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgslZdObnvlUv2WFQufQOd9cnTxRZZRg { width:8.5rem;height:8.5rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJi4pzPsTNIssoLOq5f4GDEIkVIQSTa { width:6.8125rem;height:1.4375rem;top:5.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HComwKxDoMPTVUNfZ5h8uvF1f2CHNGkI { width:12.3125rem;height:2.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzgqA7944oekzmZbgi4KtH04T4TnJ8hW { width:9.25rem;height:9.746125rem;top:2.375rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPmsByFslSTGrPmoQ6mueXIzLXlFr4NH { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvKh24H2T39Risx45Qrxyivqc2ND3opy { display:block; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy { background-color: transparent; background-image: none; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container > .video-iframe-container { display: none; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row > .video-iframe-container { display: none; }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .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); }#mvKh24H2T39Risx45Qrxyivqc2ND3opy > .row .container { width:20rem;height:15.3125rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpK8R7XRbNgw9SHJKmGTGWVHSuV1F6G1 { width:11.5rem;height:1.2999125rem;top:2.5rem;left:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laPC04Cwb1E7bXOzm1IksWUvuntWaknu { width:8.8125rem;height:8.7715125rem;top:2.45703125rem;left:9.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUZTS94CAMTT1iqgWOgnwkMTJDRNEM4 { width:8.1875rem;height:8.1875rem;top:1.8541870117188rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKP9Vt3mtnKWeXmXfQPKMXVZWyTy5apR { width:6.6875rem;height:1.5rem;top:4.8645935058594rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhd1TP9mhI0SM2IWeUN7m6InQDEMK3uB { width:9.6875rem;height:2.5625rem;top:11.123718261719rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLqGTr39BuWTGBBz3Mty6vOUXUUCv2HT { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o { display:block; }#LEEwkkJ3AOkzlBIk4eunPy9z2DziFD7o > .row .container { width:20rem;height:14.89453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJ2F0ZUuvlRuKxDLBuUB8FGR1rADLwT { width:18.6875rem;height:1.2999125rem;top:0.99871826171875rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCweMIHQxeuzWfSn7bK8KM9UazKh4BuZ { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #puo2LMgv584nqc3CrqvpSfkPmwtKvluF { width:11rem;height:11.6953375rem;top:3.20703125rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqy8EICuQL1V2m7MnJhDFxUK26vmv7Jh { width:7.4375rem;height:7.4375rem;top:3.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWWqTtKECRJGakF0CsQzSFbMRZkKX6M { width:6.25rem;height:1.4375rem;top:4.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlEIH5q6AAyUhFgPNhAAVqOXh7dczF4 { width:9.1875rem;height:2.4375rem;top:11.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV502wTAvDEXVwUBnBC4AtZmSr8yJV5t { width:9.4375rem;height:2.3125rem;top:11.666687011719rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv { display:block; }#gu4slB1A7t73NIJK2TKxt7VLdIuTGsqv > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzHIl642XNo2sS8F6urNBLAJGEcUS8Jo { width:14.43619825rem;height:1.2999125rem;top:1.2487182617188rem;left:2.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWERmAOsOq2I4yTeCfh0M17vAEADQPnZ { width:7.0625rem;height:5.847675rem;top:4.26953125rem;left:9.7513027191163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJihwwN6OfeyfPd0HMiAppkTxXUtqx0 { width:6.5rem;height:6.5rem;top:2.9778747558594rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdtlJxhUKImuuSQHX3BdPtyCRQTH4nts { width:6.8125rem;height:1.3125rem;top:5.0299682617188rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMcVi2TcduAn2fvvQEbEP589HzyrHKzX { width:9.25rem;height:2.3125rem;top:10.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9TiveHOemR5xcccAzANmcwL3pHDRdTS { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eftRSx7CPyMBtxLNV7z06qEBC4e4z99I { display:block; }#eftRSx7CPyMBtxLNV7z06qEBC4e4z99I > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2MJ3zOMftsrLZqFlc8OT1w1Uwk2VqpA { width:18.6875rem;height:1.2999125rem;top:0.99871826171875rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbEX9n8tmPRnsZlUBX4CODWP9zHM5qWJ { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFlFqWCOCWuguAO56Uhr4srVI7atMM4t { width:10.6875rem;height:10.72073125rem;top:1.6341247558594rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4nJegcqrOFkBSeUROiF3wfBFcAiHUEI { width:7.4375rem;height:7.4375rem;top:3.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrkgWcguhDIB6NVh9UR39I8x6tIPZozU { width:6.25rem;height:1.4375rem;top:3.3333435058594rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtNLoxa8FmQP0wm549y0ptn96rLevpcz { width:9.1875rem;height:2rem;top:8.8541870117188rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAtQkBxJ7WLgAncZ0kDoRRIv7Nt9422D { width:12.3125rem;height:3.4375rem;top:13.6044765625rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #l7lRa7V5ydBFVzR44DQwTXPNxlIVzMKy { display:block; }
 }@media only screen and (max-width: 763px) { #vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu { display:block; }#vDOSJG3lsRgAUZiCh51dnkOKG6w8adEu > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evNrMmSPPPVIRTyB3leF4AQ5L5cNWZIi { width:5.3125rem;height:0.8125rem;top:9.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4PEW8KFBvbNG1dSa1FJk3PeBiyiGsr4 { width:3.6875rem;height:0.8125rem;top:9.375rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkpgP4Xa1WcoNdB6B83OKiM9vL2iC3wG { width:5.9375rem;height:0.8125rem;top:9rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4keRswZiaJqemqHDELxKOVGGz1k5nBc { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0F0ETTOCWTLm8XepyAwR4oSfRzcPUvZ { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHfSZwT7zMe2byVkRSNQde3Kb0Fui04T { width:4.75rem;height:2.0625rem;top:6.8125rem;left:0.875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CSBBuInIOadC11czH3RTUmTmPaJxW5xU { width:3.6875rem;height:2.0625rem;top:6.9375rem;left:7.40625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XGUuxQmdgoAILNUgfleUPwR7CGILowQU { width:5.4375rem;height:1.71875rem;top:7.4375rem;left:13.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GuBFKl5RSrZUWdEToaCK1XIHhb7oFA38 { width:15.999375rem;height:3.8496125rem;top:1.1458131996915rem;left:1.9997830986977rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wbTIgHaq7l4g1EcmTLvmavocs3ydwNp7 { width:13rem;height:7.4375rem;top:12.61328125rem;left:3rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DMvIpCaFPXlUW98ESHHJmTrbgTa7FxTc { width:5.1875rem;height:4.4375rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtQ8Ez215OHgafQg4G2bgNG7hF8KgGe { width:5.1875rem;height:4.5625rem;top:6.3333435058594rem;left:6.5716152191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtb5Dd6o4TOP8G1EeEn2NeIXEJVtfHz { width:6.0625rem;height:4.4375rem;top:6.375rem;left:12.90234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt.adaptive-delivery-prevent-bg, #qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt.lazyload, #qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt.lazyloading { background-image: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container { background-color: transparent; background-image: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container > .video-iframe-container { display: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row > .video-iframe-container { display: none; }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .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); }#qn0BlIZQguLC85ZimlqTU1LrN7bC0zFt > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1fFa8edyHMfIidhrva6uKJqyideevxS { width:11.9375rem;height:6.1875rem;top:31.3125rem;left:4.03125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #BFrJPit8PeP0yxABKlsfTIIdmparMDcJ { width:17.625rem;height:36rem;top:3.4791564941406rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvCQUsoo9h7FH9KCBrQix8FyhHlnb0SS { width:12.3125rem;height:18.4375rem;top:4.58203125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6tuPx1fdFh85hRRvG8CWOdgS6wT4hSZ { width:12rem;height:5.6875rem;top:24.791687011719rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Are4lneArP2ibWHdUHMAbdwAoZZcFXQO { width:17.625rem;height:9.375rem;top:35.9375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #psdmqbwkNDvMkDaEdkQFhAESGTrkcBTe { width:18rem;height:1.5rem;top:1.2421875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eFMXZisE8bEfraueqNaMFNIHUoRFHPxS { width:17.625rem;height:10.4375rem;top:46.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe.adaptive-delivery-prevent-bg, #o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe.lazyload, #o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe.lazyloading { background-image: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container { background-color: transparent; background-image: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container > .video-iframe-container { display: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row > .video-iframe-container { display: none; }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .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); }#o0zJ6TW78EgPROlam2TlVKxM3t7WLMBe > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hutOVcmAssrbISDweavLpuiziJATyK2T { width:17.9375rem;height:3.5625rem;top:6.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAo07kHs1LagL0i1h0waJEKaMVgKNQxa { width:12.5625rem;height:1.625rem;top:7.40625rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmXmTTbkRtKQSshIvZF1M1rq6NKJhQZw { width:13.311625rem;height:1.625rem;top:12.8125rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1OIPtw9vHdGHPftVTv4weeDv8ooB8pR { width:1.875rem;height:1.8125rem;top:7.3125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWJVpO9EPOhptw1LRqwwqqTqkyc5sxh { width:10.1875rem;height:2.4375rem;top:17.4375rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egwTDmUvwVawSSxwQ8k6VEQGTERf3cfJ { width:1.875rem;height:1.8125rem;top:17.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9aCkumsnGeJpm4nZATEZAqa0F9TQoF1 { width:1.875rem;height:1.8125rem;top:12.802093505859rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4OmZJIcrXckIUXOUK05et2LAr3WFT4Q { width:17.9375rem;height:4.125rem;top:11.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTyGOGhIIUemTvn7694gSLZ8SsRXREX { width:17.9375rem;height:4.1875rem;top:16.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Q8z3iwgilipMVqDTK10M3kRaz6iAmk { width:17.625rem;height:1.71875rem;top:1.375rem;left:1.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y358gaI6bZg8fuIxy65ycHdntBdyU5cR { width:16.12369725rem;height:1.29980625rem;top:4.05859375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#4e4b89;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt { display:none; }#AQ637EgqmX0mLtsl0h0Z4DbekUTVMCzt > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Py4GfXMwvldVcfpQnPCk2uMsqaPaAP64 { width:17.5rem;height:2.4375rem;top:16.625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDOchCduzB3kvgcTXpk8fSKdLy3E75lh { width:19.124375rem;height:1.94986875rem;top:2.2493495941162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2f2c64;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OdOHNJzIzJnTUZZ7ocLON6CfexVL15wI { width:18.875rem;height:11.0625rem;top:5.3103303909302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHSiaVaCL5QUQsRaPA1xNW8INPpA0P4f { width:19.81119725rem;height:2.4375rem;top:34.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fwJoS2MKkFPORn4ztZ3wBhIOkKsSLy { width:17.56119725rem;height:13.24869825rem;top:20.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu.adaptive-delivery-prevent-bg, #FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu.lazyload, #FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu.lazyloading { background-image: none; }#FdwcRPaI1aTuwzOGeczG79RxhHJTTgpu > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O8UPIcI2vgL3Z30p9LoI5O8eausRUmmH { width:19.875rem;height:1.94970625rem;top:2.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2f2c64;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.26);display:block; }
 }@media only screen and (max-width: 763px) { #x73FG1tBJvHbwT68AHE2e4pcfncNWTe9 { width:13.5rem;height:8.875rem;top:6.1875rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #nv5Bdgl4qcE0tcXbMtfNuRHQeytoum0s { width:10rem;height:7.5rem;top:9.4375rem;left:10rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #JZdo6U80N49KJNuq0fuV59JPinXbmBDg { width:19.8110625rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJl6WTdXTv1TlnMIKTnMDxkcWHm9mGR { width:15.5625rem;height:9rem;top:24.56005859375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCKJRUBC9qL40q4sxs2nCMJhtIRKUVU3 { width:8.5625rem;height:3.6875rem;top:44.5625rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uH525e0rFVJ9GEpmWt0BBnCLcxvG1Z7x { width:8.5625rem;height:3.6875rem;top:38.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgVOhwgTTiPadCIga5WI2roJfAJv9yp { width:8.625rem;height:3.8125rem;top:38.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTiWd1dgyyQepEqRl1RO0PTEIab5H1sp { width:8.5625rem;height:3.625rem;top:41.6875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHXkvpJZ7eOxHtf8EiyFK8PSLBPoL5V { width:8.4375rem;height:3.625rem;top:44.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8P4plgl0nbTtboDo09CTbPEOvaBn618 { width:17.5rem;height:2.4375rem;top:34.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp6X4yAO5smuRCbC3fleAEkUD4rMSVci { width:20rem;height:2.4375rem;top:49.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg.adaptive-delivery-prevent-bg, #UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg.lazyload, #UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg.lazyloading { background-image: none; }#UG5RQi7XJG1f8J9Fkc9uy4DHZwJm60Zg > .row .container { width:20rem;height:66.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NaiL3oLfEkZJoSzXl9TpF6FgfdMBISPw { width:19.8125rem;height:1.94970625rem;top:2.3115234375rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2f2c64;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lHag3HKEV5eT2ktgzwqTWmaJabvmR2c5 { width:10.5rem;height:5.5rem;top:5.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEEMyFLrVxkZ5k3242chqKgf7uV9lQ5K { width:10.625rem;height:5.4375rem;top:7.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDdhhzRLxZGdxzHASg3W16BmCQSWDouw { width:17.5rem;height:4.875rem;top:17.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6IBlWCwGxDPho1EBIEhBEDGCTJlrXxq { width:10.5rem;height:5.5rem;top:11.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCJTVM8T4k23ET6ko4QyxsJfIouM2SZ { width:11.375rem;height:8.5rem;top:23.25rem;left:4.3125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #KuVHHzeuBxxHk87wivirIfZTJrHKMsGS { width:8.5625rem;height:3.6875rem;top:37.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw4d0yoznk0Q2TX7VNpi8piXA38iX99n { width:8.625rem;height:3.8125rem;top:37.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyMcCDBloNXSIpiRuW8aPdUM8cyuWf2Q { width:8.5625rem;height:3.625rem;top:40.875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnh9FRVTHrZzu61890FqF6V8S63EuyIH { width:8.4375rem;height:3.625rem;top:43.78125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKk9FLgBVo9yl3qipK8vApAlN0XwIV2u { width:8.5625rem;height:3.6875rem;top:43.75rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LkN9sAhs0OFNBkqgS96tfeuqbzoK5ph6 { width:19.8110625rem;height:1.21875rem;top:32.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be1p1XDrfgnTR3DFOPniLkAXh8J0REMv { width:20rem;height:2.4375rem;top:48.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUho01bzX6DFBf2DRifLCQaU7xi6WCaE { width:14.75rem;height:2.92383125rem;top:33.78125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvXhsrddEGHoUkToJX4volTd1PgqMvI { width:17.375rem;height:10.0625rem;top:52.02734375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQS6V6JwWAunk7J3DIZAFSivq0DKXK3J { width:20rem;height:2.4375rem;top:62.77734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqDffONCLCGzTLBCCelrpstByBZd58mb { display:none; }#uqDffONCLCGzTLBCCelrpstByBZd58mb > .row .container { width:20rem;height:39.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O1wOiTK40LIab96LM2lUacZ0zgxehgms { width:17.375rem;height:0;top:1.875rem;left:1.71875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoEwso1vHT2rFJU9zlJaa4f17lFQekJp { width:19.375rem;height:4.125rem;top:2.5625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTBPNKQBQnCWJD1cOyubJyrt2h7C5e4 { width:15.625rem;height:2.69921875rem;top:7.9375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wWQNuBHuQ1aTBaNTMvVmtuEtq7TcEa1X { width:20rem;height:25.3125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TpFmheIFMScU488T8da85oEzLSz7nv { width:17.6860625rem;height:3.59911875rem;top:12.273220837116rem;left:1.1566841602326rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #Z7el1JD5yw006bFrXhr9nuuarKgPwDWm { width:17.5613125rem;height:5.2807625rem;top:30.374893844127rem;left:1.2190756797791rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ultf8SDOXHgo6T7pe2SIEWA5f6Xg7315 { width:10.75rem;height:5.1875rem;top:16.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUQ6nozGTTZzcoLTBtplKZumyG5JsoyC { width:18.3125rem;height:0;top:7.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zVg7oO7teTEpBB01N6fHlETyES7foLvW { width:17.375rem;height:3.875rem;top:3rem;left:1.3125rem;font-size:1.9375rem;z-index:15004;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ywtZ1vRDkkhuHI2vf59AGQlP5pWFhCtx { width:12.125rem;height:5.75rem;top:19.748046875rem;left:7.2490234375rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #y09mUFZbJdK7MvsbdVB3U37LDtBG3ua7 { width:10.7498125rem;height:5.12478125rem;top:24.5615234375rem;left:1.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ { display:none; }#pCTyq9qPkqumr2KGsCzEyVQq6dVSVsfZ > .row .container { width:20rem;height:44.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cRpp2OCxHGcIXm8NkaW7l1sWaweICImp { width:17.375rem;height:4.6494125rem;top:2.625rem;left:1.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6vkZZK1ZT7BbHNRuko5Og1scikB51hx { width:19.375rem;height:5.625rem;top:1.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATy0xThipgXolZzbFdeU0B9a64vAvuTX { width:20rem;height:2.25rem;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sdl3xgBRTOetGJ0RHEIMt0xyHHr45zLk { width:20rem;height:14.75rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrTlHpuuKQ7VseW50LronCyGf0BBEbD { width:17.6860625rem;height:3.59911875rem;top:29.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #Oubak76dz9fRHr6cVOQWSuRp2KMWguOQ { width:17.5610625rem;height:5.2807625rem;top:36.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pNZpVW4DQM77q0LbUFWsS34AIdT8h1xu { width:18.3125rem;height:1.875rem;top:8.875rem;left:0.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #r2Xvv0kIGt6DaO2exBBzEtTxpdTMFdc4 { width:18.125rem;height:0.125rem;top:34.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnDwJQF9pVO4XZJVQ6f1CTqLQvOe3zeT { height:11.1738125rem;width:20rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455.adaptive-delivery-prevent-bg, #FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455.lazyload, #FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455.lazyloading { background-image: none; }#FHOgEIxFNsOl2RKOF7aFtKv1cWAyL455 > .row .container { width:20rem;height:37.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTe6Oozf9052beTwLvpBWXG0Zvrhm2Hq { width:19.125rem;height:3.8994125rem;top:1.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2f279d;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #U0IhMDHlK2SmD2qi7kNCXEhRsGn3vce0 { width:20rem;height:9.84375rem;top:16.80859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #Pxkltpicpo6z8vJT21N3z77qeTUFfoTD { width:11.4375rem;height:7.4375rem;top:6.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAU8QJwr08Du2kpdTgST1wiUEdKK5KpH { width:20rem;height:4.0625rem;top:28.02734375rem;left:0rem;font-size:1.5625rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #aba9a9;display:block; }
 }@media only screen and (max-width: 763px) { #kdEvc3BF6Itu7AoJWmElckMU5CrkbIH9 { width:12.5rem;height:1.29980625rem;top:32.6396484375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyncvT4hecimiliCthE2ha67340VHOmk { width:12.1875rem;height:6.0625rem;top:9.5625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #f7HA4PPpuI4wPzC0KiamgxczNluSu65N { width:20rem;height:1.29980625rem;top:35.1894546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT.adaptive-delivery-prevent-bg, #nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT.lazyload, #nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT.lazyloading { background-image: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container { background-color: transparent; background-image: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container > .video-iframe-container { display: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row > .video-iframe-container { display: none; }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .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); }#nS11fJ5QfkC2gAJvS2K4KVpJCH6d3QWT > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAmgeti1s55LxGh4l6lQ4aeoAVrtSFmZ { width:20rem;height:0;top:2.16552734375rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fTz4WKN5U6OF3cpu9XmHoosvqRLSxyRF { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oz8xrNz78aPyylvaZVrL75SUDxpwkVA5 { width:5.8125rem;height:5.8125rem;top:12.111328125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #p9SgKD6USLvKXW7EuVVamTg2UKPxisNb { width:5.4375rem;height:5.4375rem;top:12.146484375rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #belOpWM0TXxtmQSAMiZSkQsmbFa8fxK9 { width:5.1875rem;height:2.75rem;top:3.15625rem;left:5rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZxhEBycfH1eDXGXTORIOZh1DiF6q5lt { width:15.8125rem;height:8.25rem;top:8.51416015625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7BIoCaoPT2BehetMcyed4eTnb905OuN { width:19.625rem;height:14.3125rem;top:17.923828125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gAyiut2KXa7lUDNXWV1UEWk2g3UegHSI { width:19.5625rem;height:7.2168125rem;top:24.318359375rem;left:0.4375rem;font-size:0.6875rem;line-height:2.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6TI24VT8cAUqKHBhPhfNGh34TfdGluK { width:20rem;height:9.1875rem;top:23.23974609375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #reiwUGTxcaHPTAQqxnTKx2irwq1I6C2e { width:5.8125rem;height:1.6875rem;top:20.583984375rem;left:3.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UgXbo9ODKvDrdk0NLXBTakmhmU1DBtXG { width:4.9375rem;height:1.6875rem;top:20.583984375rem;left:10.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uFeSb7XTfrNp5HeyfHGBCgxwL1lPZi2f { width:12.8125rem;height:0.89355625rem;top:6.396484375rem;left:3.59375rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1kvV8WbPFZ6aVOk0l1FXLemKJ58THrO { width:11.75rem;height:0;top:21.583984375rem;left:2.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJNOKRaRIPLyoJqenyMtc1sJLCaUNV6o { width:4.3125rem;height:0;top:32.20751953125rem;left:4.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6qe7uOpdSEHiWG29A0dIoD7GyT3ZLKw { width:20rem;height:0.82470625rem;top:18.865234375rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prTUgi0raCJUFQ3GOdTcE2LpReFqEQIL { width:20rem;height:0;top:39.333984375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeOqkNbQA4URB0FvJw4wHJV4E4PTyfIR { width:20rem;height:4.0625rem;top:1.630859375rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;text-shadow:0.125rem 0.1875rem 0.0625rem #000000;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CiktPXSPEgohOePkz2meo22W47IkkJoa { width:6.375rem;height:0.97473125rem;top:20.93994140625rem;left:2.78125rem;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #M2bPBQeaasl8uyon98hvNzE5JJyz9Wyd { width:3.6875rem;height:0.97473125rem;top:20.93994140625rem;left:11.5rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #kO1T8R5pGV6lXkInKPawv32FJW6i5Hbg { width:12.3125rem;height:3.4375rem;top:33.861328125rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #qFGdVe7GXqyZSZJT6Cz2TD5lEbcWJ53z { display:block; }
 }@media only screen and (max-width: 763px) { #TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL.adaptive-delivery-prevent-bg, #TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL.lazyload, #TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL.lazyloading { background-image: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container { background-color: transparent; background-image: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container > .video-iframe-container { display: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row > .video-iframe-container { display: none; }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .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); }#TA3bvRa2ZLIA5d8VZDKQ0f0QvumboprL > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p30e8tIrqya03HQNkRxiBxQD8gHssfz3 { width:19.9375rem;height:31rem;top:18.5rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #XGAlZO2vC7qTEoMUZBDTVExxTl5HGrD2 { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #mLmQiVKJTKTLFPKw179mEDkA5Rq0qQRD { width:17.62369725rem;height:1.21875rem;top:5.5286560058594rem;left:1.1861979961395rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBS7saQcvFHsufPecat9XmJXLrX0PaRN { width:9.4375rem;height:4.26171875rem;top:8.6875rem;left:10.1875rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OwtTMpO9PvIbOxSzIkc1Gbfc4M6FXTI1 { width:8.25rem;height:6.25rem;top:8.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOKFc9aQ9lW09KLdCqsPHSoF7XRohdMq { width:20rem;height:1.0996125rem;top:16.62451171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #ff9UFbk4vSr4RFJLOaFD1BPRz9rxnook { width:20rem;height:3.8994125rem;top:1.0299377441406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JofLLzn2GSyF0WSZzphDGiybHi9Cft6J { width:16.8125rem;height:2.61230625rem;top:20.25rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SA8fE7JutNSs37klEukUJx60zEtT47WQ { width:8.6875rem;height:0.8125rem;top:13.25rem;left:10.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-text {padding-top: 0; padding-bottom: 0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-select {padding-top: 0; padding-bottom: 0;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.0625rem;overflow:hidden;height:auto; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm  { width:17.5rem;height:auto;top:22.8125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm {display:block;}#ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm { width:17.5rem;height:auto;top:22.8125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CkdVTa6g8LmHgD4g1TutdiNBfBZqX39D {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #d7knk9muGUQWUahATJCLXGtRisCZhBDM { display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #FefQmf856rDsuhN8q5IdJoaTmeqDWedX {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #KtzPtckJue9yCc6IQdbxdpn8gdRXp7O4 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #BT06vcN906sa6B7NUwAk0F8KKdPBGOKO { display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #eeQNm2wt3utpv6Q7TikFCNngaGHCtbzw {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #B3dkIrLBKNhaZq4SrVTxo4x2OnHxWpvd {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #GSEfU81DqEXeNKlWI51ERO3kQdB5tn6N { display:block; }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #d9gaz1imb5wFtnXQA7Z83BIZPVeN5EwU {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CIpSamXmK933MWmsU4is4vQiVtCAr4M3 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #w59JX1TnnGlvmxOgxmy5E5HZ0zWGwH36 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #eKd4ynCuWtsaVTecL4bLHBqCK5aGq7SC {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #CO8xV6eEtbS4O6U1orLmRTMwRKo7QkEZ {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #Dga5Bpo8Ty5szUtsSRTe1Dmtpce9zPA5 {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #oQ7Q90uULTxMXqhvS7lIN7gEsmOROiGQ {  }
 }@media only screen and (max-width: 763px) { #ar3sS5dIxuTTKhxylM2Sfl0QoBsNG4Jm #IE67wmhvU5lzPKuFQgQnpf4hblXJdlMQ {  }
 }@media only screen and (max-width: 763px) { #ZHlDElPtgsHpdWT9I8u82xQWGvezXF8f { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G1yVa3E2zk81JTNKkzJyUqD0tf67KNo5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kLIxT1OHZXWnyoKWT3TUgOO4Gbm5HJ7W {  }
 }@media only screen and (max-width: 763px) { #WFQ7VQDwZ7N7Uc44GTfsAt1dreA1zaLB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H89OpkKSir6IHbiq9qkAlGu5IkQTkzVb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KXiBvmbMcTmJcMwd0iVMIUoNND2Cf1AG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xM6WOJMpRMQ4PlbZzi5KPRLc5Vravmff {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #H7M80gQ8BieLw7VNol0RgHCx3V8184ex {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LQWwF1BEbToJCUt3XnAWvendHck4RvWe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EtVAHAMPZcxO3cVFV6KgosDozN9uE2T5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d1RELtQ0ErD4v2tAl2O4twfAwAeoNtAX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TcsPg1LraegWayrUdEM0kF4wnDS3dVwm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dZDPKIAXiRHx4CG2WWPZepGdrIrHzW2Q {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c4yz0VFGl7xI8vScqXM1vlWmi8QtAzrW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gfh9gpaM3lPaKFUPPnnJmmDi6fVtqG7J {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sGINz27ALTkqwREuhykxaaiHaNdLx1Uk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FHLX1Dhie8QFnsma5pkzxuXfGnBu4t8M {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rpZIZfr34RDfxkhTG5u9AJlzTypWP9cc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I0hcWAJasxOTopDUCEGoiMsQWWMzFamv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #f160C3z9GkzF9Lv2MGw0f782xSKMDp6x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MaU6S353soJtTJEaOS28bfbBmR5xZK92 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aiJpu8R2Az2VENiBfKXiRlirnKUI0OfS {  }
 }@media only screen and (max-width: 763px) { #DqoA41U9CKpyLV82LPLKzDgZ55VZQzys { display:block; }
 }@media only screen and (max-width: 763px) { #Rtu1ARBvwb5sB7FIKdwJBXtL9p9fTfyo { display:block; }
 }@media only screen and (max-width: 763px) { #TDLmLeGabZfaVTTsyM5y9oi53fXwWtDe { display:block; }
 }@media only screen and (max-width: 763px) { #lfT1DGUWr3Bbx6uAIWEwRokqBsT0K9pb { display:block; }
 }@media only screen and (max-width: 763px) { #Oryrr78iQWuCcEvFR8CXJ4ugnK9v6X3O { display:block; }
 }@media only screen and (max-width: 763px) { #lNAqf2a8deLyroehK93G8mTMNXU4yte3 { display:block; }
 }@media only screen and (max-width: 763px) { #vzmbHpWbB0rClbOm2o0otTL37imTh3TN { width:20rem;height:1.21875rem;top:14.939697265625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg { background-color:#ffb500;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { background-color: transparent; background-image: none; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container > .video-iframe-container { display: none; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row > .video-iframe-container { display: none; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .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); }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { border-width: 0; border-radius: 0; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uc8Uu83GKBlGzVD8c14F5hAUeBBdvubg > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X43Id02rAvd0k6a4hS8oXpsnoEW5EHEo { width:17.625rem;height:11.4375rem;top:70.6875rem;left:1.125rem;z-index:15002;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #t3Uf6TCc6N7FBkG7wFIyybmcVMfx1sXi { width:17.625rem;height:11.4375rem;top:57.8125rem;left:1.1875rem;z-index:15003;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #rQiR3nqTQLvzHt3JB5qnieX7nTgwavtS { width:20rem;height:1.13769375rem;top:3.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #rL7eCKilJtELpAqnDR043XgeDlCtPq1s { width:20rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zRi98FBr55ZnR1u3RremIq2wkzSHQpEZ { width:18.875rem;height:5.3125rem;top:5.3125rem;left:0.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Qn3TGHmUtdbyTSlvWNwxzeGSdisbUZyG { width:5rem;height:5rem;top:5.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUDgE8cLEW4rt3NtlDB35pm447yIUv6 { width:18.875rem;height:5.3125rem;top:11.25rem;left:0.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C5sg4A5WJt3OvGMN6AthQMDDhTwKt0rd { width:5rem;height:5.5625rem;top:11.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVAU55yDJSeL7sf0sqIaM8lw0uTveBL4 { width:11rem;height:2.2744125rem;top:6.8125rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1aHgtoa3G2sWtMmP5oAboITWreOQgum { width:8.8125rem;height:1.7504875rem;top:13.0625rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIqtTQT1Jw54dGdlGq4DNAt2JCUBTWek { width:18.875rem;height:5.3125rem;top:17.125rem;left:0.625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mt3NAIxqGJRO7SdOdO6ThefSPogL5uXH { width:8.8125rem;height:1.13769375rem;top:19.1875rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSDnhF0TDmV8beo2aivOT4QPca7agNok { width:5rem;height:5.5625rem;top:17rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaKzK2aCmlOznbkPdxrDABFGECA8lGTw { width:16.8125rem;height:4.125rem;top:27.5625rem;left:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -moz-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -ms-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -o-linear-gradient(72deg, #9031ff, #ff00b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9031ff', endColorstr='#ff00b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9031ff', endColorstr='#ff00b5' );";background-image: linear-gradient(72deg, #9031ff, #ff00b5);background-size:auto !important;font-size:1.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #p7EvFofWrqScGZ8GEgWWBx3WLf7EIwWS { display:block; }
 }@media only screen and (max-width: 763px) { #TWZXZMH8wat2IKmcvb4xbVK8WH05Qdqf { width:1.375rem;height:1.375rem;top:14.84375rem;left:9.3125rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #Vd5Kmw3CV2CskzSo4TC3cXWfmVbARbu7 { width:14rem;height:1.5rem;top:23.8125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zk0xIWbfiKt2V6CywiOvLTbkogC9TBRX { width:15.125rem;height:2.3999rem;top:26.5625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFsSzk4uXHLNOOrlrdx2bW6teUSPAa8k { width:20rem;height:10.125rem;top:32.811525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIteQHpa8043XfoWNPtuTFh6SR523MyV { width:14rem;height:1.3496125rem;top:30.2119125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn { display:block; }#Nb4hxGOPeZaONp0TX5ids7b1E63bd2mn > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ir8nePdUNohA2Wa8ChgpdJ4m1iERLTTA { width:8.4375rem;height:1.25rem;top:2.1875rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFgOzlccSN6QRHWfmNxNoTTTSRv5ZPUB { width:19.0625rem;height:1.9494625rem;top:4.1875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #odaq7fWD3aQJqLGxOmZkoEwOFM96CCfe { width:18rem;height:2.4375rem;top:7.4375009536744rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVx4DJ1y4sDSc4EToaas4mdp9ElWblhG { width:20rem;height:0.8125rem;top:19.786712646484rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgaGqGTFfhrRmKp57slSXEKEXL6aNnbf { width:14.9375rem;height:1.949225rem;top:16.349212646484rem;left:2.5000001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulwb2WTSESkASTr9zSmV03Vzhrk2qbxL { width:5.6875rem;height:5.6875rem;top:10.536712646484rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb { background-color:transparent;background-image:none;display:none; }#W9rwt3kShvsTa0JA814TIhG4Z2KPe1pb > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ItVbVI26EiRcC8fHHqWhyBsaOQKQOVlg { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #eMOrbFqSkldrxuP0t3XwWFmQLAAKMLPa { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHfQd3c8pMfpOH2dKXdbcQ8wdZUFn8OS { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCmMpvHiebPcccMsmkuQPVHHufDfrenh { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7oHw5TA3L2ogIBu1Tfyn1cM0lfZaFbU { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy4wZwBX1pbg8MulqigyeQu7iHdZVHFq { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCTrElDOvs04RCU34X9Db3gaH6lWaty3 { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ik7gJfCpzdLby4FxnmZ2v9hGShPrLy1n { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTb2Gc8KfR38eKStMn0B5AIpKHHV4c2C { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDD3V1gtx5XOG8PaSNvmbdc2fi9iLhrb { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaBVpPv3VKSI2qhzOva14OGEJLD2OXEg { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V17fCdvNZundcPMH7zTIR6tTpOsswcki { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwp6HtPOrgW0yERtzTxiuhXF3CvaJuPv { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKD2Ag9BUzTcv9qRRZ2P5BOQVg4dkr69 { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiFC5yKnAg5rcbske1xv7RB5s4DIgAnV { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPfH6ZuqzdESmmqBTSHpazWhOkq5Jh8z { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tB0tt174uvHBkxXbfwkTynaJnTNFKbBo { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJQPekVNOLBq60mQOeqI0VRaStiFERIX { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkV0Ugigo7PRuUgxVApSuu4goBsgnm8V { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL6PruKDH8Dw9rzaJKIfsV3sNMkRTpsg { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGPwq9xkOMnVLnpWK6UynbhvOABsxlp9 { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpgiXOHewgH9S8bFkTgWWZlSeAUqdwCt { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6PDMTDZ4WMomSD2Wyey3UFzD3W1lNbB { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxBqkWNzsTWTkK9ZR2Atlhbi7IUN5JxE { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7tek7V08ihe26FHUfQrg9zwKnDhke6M { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZHxLFNdkCPWgdk9T3NcqotCFc8Bi2tH { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuzUhGi722e7iDe0LP5n5qqVIJ4tJ3Ti { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDAiEqs0lL3Lb25NGzFBtvTDMeJQUgCT { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT1Jslv73g3NXJX6gMLnfcOaGowJloSC { top:12.9375rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNQvJ2pzOzz1MNfoIZJl3wi0D14ZSwJU { top:10.75rem;left:0.625rem;width:7.93725rem;height:0.9746125rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #D4cyf63xCIRgrAK18VFSz8ZtpQnGefbx { top:10.75rem;left:9.5625rem;width:3.25rem;height:0.9746125rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #FXnh3uOHPgsSyryGTvsm5bx53wdOl747 { display:flex;top:13.4375rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #fHNQhzMMAqC2KJcGem3L2kt02PSmNUye { top:8.0625rem;left:13.5625rem;width:6.4375rem;height:24.6875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lOcuQhwZKXxCrh2QpZoyULFTK0ZLieEr { top:8.0625rem;left:13.5rem;width:6.5rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -o-linear-gradient(180deg, #ffe7b2, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe7b2, #facc6c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L6118PXNNdUTZgasbIaIt4JAfoi2JGxb { top:8.4375rem;left:15.3125rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsfeaDI6lgpKEbO3WdA52SqW2gUdkvkC { top:10.75rem;left:14.625rem;width:4.375rem;height:0.9746125rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nDTETcJT9pmPUgxxsVG5Jetoi7fmVA0z { display:flex;top:13.1875rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #UoyLlKGIlXINq3cEADEBthOn5hI6UQ9X { top:15.6875rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;display:block; }
 }@media only screen and (max-width: 763px) { #ZE7aerOLlM4d3tWbEHvsld28XvrDWtTp { top:18.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #z9cX3UNzQhtwNl4BaC5X2moaadez5tt2 { top:20.6875rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDdXUUBduwtEubl2WEU0Dm11Eiu7K5T { display:flex;top:19.625rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #hUt9kIrTWhTFhEqcA9EoSRLGcKt2EbTH { display:flex;top:19.625rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #wd8x9062JsQPGAenGVqoQUsbfhK6SRLs { top:23.1875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #uAwNtceUlVhrddXpaJKa2PMo7h1DuZ3L { top:24.75rem;left:0.5625rem;width:7.93725rem;height:1.625rem;z-index:15031;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXb5K7pNGOKECg9rCsRGMCkvq3DTyXh { display:flex;top:24.75rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #BlUIO1WtAVnlmM0NqlMmFvcPlCkTwxs6 { display:flex;top:24.5rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #bniHM6JppbQ3dmhQMao5sodsCQRHcZ0y { top:27.8125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #zLoiBW7fvFbtQ604RnuPDqooSt4PyXSE { top:28.9375rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmdsF43Xmu4T7eKULxnT3VTywsZwDzqa { display:flex;top:29.4375rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #P2MK6Me73GSqIlzvBvrikL38BU64vAwp { display:flex;top:29.1875rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #hr3oqbb5n6FJCppWv9ulb9ytQKq0iue4 { top:32.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #F6bkSTQXsDbtn2HUOMR7gAFhryPC0amf { top:35.6875rem;left:0.5625rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SefopV2Re1TDLUnTRrV8ma89M0xNbM { display:flex;top:34.8125rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #xbUEJ9eBm8n3eTgQvMlXA4nIZg5wXDTT { display:flex;top:34.8125rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #UfwJQZAeHDZNS0T97M3XISG3CR1zTi7O { display:flex;top:35.4375rem;left:17.375rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #emEgF3WJNyKR3uMB2AGfqb4XtdKPNCbg { width:20rem;height:29.6875rem;top:8.4375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jfd9Lf7ZCaep3eBe4a7NLITovwVztT3y { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }