.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { position:relative;z-index:auto;display:block; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { background-color: transparent; background-image: none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container > .video-iframe-container { display: none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row > .video-iframe-container { display: none; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .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); }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { border-width: 0; border-radius: 0; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container > .video-iframe-container {  }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#yciiFLU3bMGarddO7nhGBNTMqDB1CCzk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81225625rem;width:17.24975rem;top:1.156005859375rem;left:1.099853515625rem;overflow:hidden;display:block; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .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; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#040303;padding-top:0.435rem;padding-right:0.424375rem;padding-bottom:0.435rem;padding-left:0.424375rem;display:block;align-items:center;width:2.540625rem;min-width:2.540625rem;height:2.333125rem;position:relative;font-family:sarabun;font-size:1.74rem;font-weight:700;line-height:37.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.271875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.391875rem;height:0.920625rem;position:relative;font-family:sarabun;font-size:0.651875rem;font-weight:700;line-height:14.73px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:17.56225rem;height:4.39453125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.645751953125rem;left:54.6630859375rem;z-index:100001; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #QTaChXXntCu9qgdTTgqsVAAMFhZkpVDk { display:flex;position:relative;top:0rem;left:0rem; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #IDJ0Ina4hsN2RorvthhkLeMGT1lQFmIS { width:auto; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #uJyUADWMqWS5ZRWlIV2VuV4ttffAxdiv {  }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #a8RTEQsasTuMI8xNpcimRKqKBq2iF9QE { display:flex;position:relative;top:0rem;left:0rem; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #FWQplskOuN6xtTqGzvcTzDVyAEb60cnp {  }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #nUfhvpTV2MXxJGiRz1Pz03Jwx7O5UT3J {  }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #SZJHHz9TwJOM18ZGTKSc1wQqTU2ExoeA { display:flex;position:relative;top:0rem;left:0rem; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #ybOLlW5pBSIsVvJSLUhD4hr8Gk3RTBX4 {  }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #SIzcmOAyowQAdrDJBwD8QfIUWlv5VxXt {  }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #FcSmw9Q7iN81d3m8yRFRwGIdPniuMIha { display:flex;position:relative;top:0rem;left:0rem; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #nXfgCWc4nGiTToIB2qCmKGPT9v7LpWFF {  }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #T08s61aadFkiJ7do1iyZBnkznl4a22LC {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c3b6ec4-2c81-4c8b-b824-a2ea1842c05c/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#IROXyObc7s12Hz4f5teEEy6PXozHc63L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.5rem;width:57.125rem;top:5.6857647895813rem;left:-9.1059036254881rem;overflow:hidden;display:block; }
#B7aohLcBTFuDd8f9QSDbhzElyGyWvZZ3 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:35.6875rem;top:13.901911258698rem;left:1.6134986877441rem;display:block; }
#rA8JCsDHrUl10Ry5AbPlE3vFBxPtxTHh { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.25rem;width:35.6875rem;top:12.060547351837rem;left:1.6134986877441rem;display:block; }
#MPJ2PGhglcqiGlrfoe9BFsIe9PV2ikNW { color:#ffffff;display:block;width:3.5620125rem;position:absolute;font-family:arial;font-size:10.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.4375rem;left:55.8125rem;height:13.4873125rem;display:block; }
#ACh3VeeKzL1xSFQSvwKOaa3X6LS4tNvI { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.4375rem;left:61rem;height:3.0058625rem;display:block; }
#emNI5fQ7iBOCm3hKAfmqTLCTVkhf6oFh { color:#ffffff;display:block;width:19.7485625rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.4375rem;left:44.875rem;height:3.0058625rem;display:block; }
#NQ6whTJtormyXtmZgd2pvIPvUbOQxgvD { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem #000000;top:19.69970703125rem;left:42.56103515625rem;height:10.72265rem;text-align:center;text-align-last:center;display:block; }
#AWXUn9K3BHKTwZAmex731JZKyXJVxUUa { color:#ffffff;display:block;width:31.3110625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:28.592529296875rem;left:43.24951171875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#m98O2EJGbvc3lzUPNkpNl1HAvtM91KTq { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:33.5625rem;left:42.5625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ErS2fDBmWzR2z29NMAse7TGCEHTF8tWJ { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37425rem;height:3.49975625rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:38.4375rem;left:52rem;display:block; }
#SIMzSGlUVDt6ioofPsat2QuKe3PhLOtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { background-color: transparent; background-image: none; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container > .video-iframe-container { display: none; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row > .video-iframe-container { display: none; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .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); }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { border-width: 0; border-radius: 0; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row > .video-iframe-container {  }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#wLSpEn26E079b8VbokJx8RRr9JGRN2Ir { color:#9b54ea;display:block;width:16.6858125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:9.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qxt8tJBr58WRTlZr9gxezaz1f7aR80dl { color:#9b54ea;display:block;width:17.3730625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:32.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#eI1mGDWmJvk036unHtT5iFST2RZiUhDQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:10.7495rem;top:2.3125rem;left:24rem;overflow:hidden;display:block; }
#v9HIMOy6utFwB1kP9JREUvIAbECzQ9mF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:10.686875rem;top:2.340491771698rem;left:49.998914718628rem;overflow:hidden;display:block; }
#zMENva2eAOTedG0q0AO8d3A5ZuUMEmgH { color:#9b54ea;display:block;width:13.811875rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.429904460907rem;left:60.685766220093rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#iTtqJNfpsHR4lnW706spbV5BXXtArNHn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:15.75rem;display:none; }
#I0hk6B5I2x8Vr2M6i9gblS950uoVU0Jq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:10.8105625rem;top:0.31250190734863rem;left:0rem;overflow:hidden;display:block; }
#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b54ea;background-image:none;position:relative;display:block; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { background-color: transparent; background-image: none; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container > .video-iframe-container { display: none; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row > .video-iframe-container { display: none; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .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); }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { border-width: 0; border-radius: 0; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row > .video-iframe-container {  }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f501cbe4-84a3-4655-8dfc-213856cf39bc/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je.adaptive-delivery-prevent-bg, #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je.lazyload, #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je.lazyloading { background-image: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { background-color: transparent; background-image: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .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); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { border-width: 0; border-radius: 0; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container {  }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#RdvxnUdwGLOoq4XN5SbchRuiyzXaw39l { color:#ffffff;display:block;width:54.43575rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.3318138122559rem;left:12.154947280884rem;height:4.14388125rem;font-style:normal;display:block; }
#LKKDPc60arknQBiSlJJGGsT10J2L7aTH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1873125rem;width:15.7498125rem;top:5.7541236877441rem;left:6.4409713745119rem;overflow:hidden;display:block; }
#D8LG9BpKfsixlPszLlWtM9NtIsVRsIoZ { color:#9b54ea;display:block;width:2.24975625rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:10.25rem;left:24.4375rem;height:5.19921875rem;display:block; }
#Ulzp4fmTAEH1rdiA5DJmws5dObEAMHGI { color:#9b54ea;display:block;width:46.124125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:26.9375rem;height:3.25rem;font-style:normal;display:block; }
#VdVAFwmaTqbEmozrTBo2LacrDTfm39B8 { color:#9b54ea;display:block;width:47.1875rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:22.0625rem;left:7.875rem;height:4.0625rem;font-style:normal;display:block; }
#lO6ArJPLZBRemv0f61MlKZhpyFRzGUos { color:#9b54ea;display:block;width:3.24978125rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.0625rem;height:5.19921875rem;display:block; }
#UpbMF5iCTxX9OymcCUDEAUKQmCvsAaPA { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.4375rem;width:43.6875rem;top:31.625rem;left:24.75rem;display:none; }
#K1a8cXFDT8rxL29PxBTOFRUxFxE5is8w { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:prompt;font-size:2rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:32.625rem;left:31.625rem;height:0;font-style:normal;display:none; }
#d9zGpHiCDUonSt3yXCAdl6sHTSLe4opQ { color:#ffffff;display:block;width:2.24975625rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:31.25rem;left:26.375rem;height:0;display:none; }
#tAaUvHVVMontd5UrOPVxiIoRJ2LiJKp4 { color:#9b54ea;display:block;width:35.374375rem;position:absolute;font-family:prompt;font-size:3.125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:32.125rem;left:28.75rem;height:4.0625rem;font-style:normal;display:block; }
#yxm7BV4pimqtWsdb612aMTETAOlDDPM1 { color:#9b54ea;display:block;width:4.31206875rem;position:absolute;font-family:prompt;font-size:4rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:31.25rem;left:24.4375rem;height:5.19921875rem;display:block; }
#ZZ942hZGP0lq6Mwo75yvF0lTDyoJSSTI { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.811rem;width:13.125rem;top:17.81033039093rem;left:58.543838500976rem;overflow:hidden;display:block; }
#k06cafUEkPHF0v7ahmG2GIoaQLFTE3pz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.124rem;width:13.49975rem;top:26.448974609375rem;left:8.623046875rem;overflow:hidden;display:block; }
#JXkfvVf0prHR6cRfgL6Lf4nTstl5nzGK { color:#ffffff;display:block;width:63.4375rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:41.375rem;left:6.6875rem;height:4.14388125rem;font-style:italic;display:block; }
#H8MKrtdxm8cgd6o5OW6qUx5yidAouOne { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:69.6875rem;top:40.437283992767rem;left:2.4991340637207rem;display:block; }
#imwLLXyrow6VpFfAnCGkloyOr6aGna50 { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:52.0625rem;top:1.1870660781861rem;left:11.59375rem;display:block; }
#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f501cbe4-84a3-4655-8dfc-213856cf39bc/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh.adaptive-delivery-prevent-bg, #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh.lazyload, #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh.lazyloading { background-image: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { background-color: transparent; background-image: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .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); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { border-width: 0; border-radius: 0; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container {  }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#GtVTVUp5C2BHFSHZAAdfEakTr5hpFDPc { color:#9b54ea;display:block;width:37.9980625rem;position:absolute;font-family:prompt;font-size:3.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:2.1918430328369rem;left:18.375652313233rem;height:4.3869375rem;font-style:italic;display:block; }
#dC9nLqBD9cIIfH62BPIGxGSGEEOOO6Gy { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:20.3125rem;width:18.75rem;top:8.875rem;left:3.4375rem;display:block; }
#Dnslw7ZBc1F8SbppTZHfV14qKzCB35mQ { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:20.3125rem;width:18.75rem;top:8.875rem;left:28.5rem;display:block; }
#AIv3tmpchJn5rGHK70k9hHn7Bxa3WTaE { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:20.3125rem;width:18.75rem;top:8.875rem;left:52.75rem;display:block; }
#TIrex2QTUhNu67gRO8KLM1LCNnfrrwHp { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:20.3125rem;width:18.75rem;top:31.75rem;left:16.125rem;display:block; }
#GAv2Hh9SwgiHZm3FHaGCOSKwgDUzxRQP { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:20.3125rem;width:18.75rem;top:31.75rem;left:41rem;display:block; }
#HbAHkxMTsGWD17UA1HAfNbMSVcHZLCnh { color:#9c51d3;display:block;width:18.6870625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:26.1875rem;left:3.625rem;height:1.40625rem;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; }
#xUdoucZlRMvvmchG72mRV98Q8iWioFWT { color:#9c51d3;display:block;width:15.999375rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.9375rem;height:3.8984375rem;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; }
#nc42mJxgSNoqriJvagE36BxU7k998kE6 { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:24.875rem;left:29.6875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTI3kfXrlyIngn9uuZmiqqnysOQ5iOAD { color:#9c51d3;display:block;width:15.999375rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:22.5625rem;left:29.4375rem;height:1.94921875rem;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; }
#wWJ9wF4bAbIz0iTnTNSscxJso6u2UJqO { color:#9c51d3;display:block;width:17.6248125rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:22.5rem;left:53.3125rem;height:1.94921875rem;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; }
#VbvJABeRg7523IutdA4VSBzuUsmrnwoR { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:24.875rem;left:54rem;height:1.40625rem;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; }
#fNSbewKwMPcbxzwcpF4JsgCPt9I1aecm { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:49.125rem;left:17.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gcqcAG5aox9duB77eMN6qyIHJFkfBTeZ { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:44.625rem;left:16.75rem;height:3.8984375rem;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; }
#EsvHzJQvHGo9s1vpbapKIwN46WD8Tpmz { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:48.25rem;left:42.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQ6dkOkrRtHTGAcL9z8Lv4fDFKyXqkTX { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:44.625rem;left:41.625rem;height:1.94921875rem;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; }
#FTFUbMIT3FnhArMV7wTvTKyAsKVcTbUH { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:10.686875rem;top:36.1875rem;left:45rem;overflow:hidden;display:block; }
#hqh8zUQmpnTT00O2FTAfCKTNn9QnVieE { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:13.1875rem;top:12.5625rem;left:6.75rem;overflow:hidden;display:block; }
#CVR5v8Ung7rWV8bU00faGI8WzoMKTXk5 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5620625rem;width:11.749125rem;top:10.1875rem;left:32rem;overflow:hidden;display:block; }
#nmMGQAPia5qrPAlu0OTGJF3LASToCiTy { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9373125rem;width:14.249125rem;top:8.875rem;left:55.6875rem;overflow:hidden;display:block; }
#WrAnnAlIguLErQfoEhGe49hqH6ZBVxbS { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:13.875rem;top:32rem;left:19.125rem;overflow:hidden;display:block; }
#M39zr5uKuzEgWMDHn9h7yrG8Jac4bkiv { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1245625rem;height:3.49935rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:54.977215290069rem;left:28.937717437744rem;display:block; }
#Er3Jv2KcxuT46TVsLQByfmNuhy5NkOtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f501cbe4-84a3-4655-8dfc-213856cf39bc/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E.adaptive-delivery-prevent-bg, #gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E.lazyload, #gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E.lazyloading { background-image: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container { background-color: transparent; background-image: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container > .video-iframe-container { display: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row > .video-iframe-container { display: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .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); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container { border-width: 0; border-radius: 0; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row > .video-iframe-container {  }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#gWoB0P6TZmElZLbxymUTs09xo9lFIHGe { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:65.25rem;top:1.625rem;left:3.875rem;display:block; }
#A0GSqhymRSstWwtvJXb0W3EVnfd0ZekS { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.7690963745117rem;left:24.21875rem;height:4.14388125rem;font-style:italic;display:block; }
#Riw83eMpzzUPoCv3erXlL5Co7P0SaVru { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:29.484375rem;left:5.96875rem;height:4.21875rem;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; }
#tECx79778CclkpRwgwR1BTiiGlQCpoMf { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:26.6875rem;left:5.96875rem;height:1.94921875rem;font-style:italic;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; }
#yflFBTZTcNBXyM8wDhTqMmCxvVPugT8m { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:26.6875rem;left:29.875rem;height:1.94921875rem;font-style:italic;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; }
#OaKOitD8dVCVAcr1K6O6Wm4ZAoZ3mTAV { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.5625rem;left:53.9375rem;height:1.94921875rem;font-style:italic;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; }
#TQbsgi2LoOHIrFycXN5GaIRig6Zf5XW8 { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:29.484375rem;left:29.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fz63GxfGw0qFb6ArE13Vav7qyR9FmhF6 { color:#9c51d3;display:block;width:18.624rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:29.484375rem;left:53.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dDPmtbZc6mGMIqndzE9UT7uo3vvnzP5G { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:25.625rem;width:18.75rem;top:10.1875rem;left:5.5rem;display:block; }
#Qbccbl4z3XTGlralg21HJ6Q7FzIRANZv { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:25.5rem;width:18.75rem;top:10.1875rem;left:29.1875rem;display:block; }
#LpIGD4iyvTQdaszMo7sDEd61eLw46hBE { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:25.375rem;width:18.75rem;top:10.1875rem;left:53.3125rem;display:block; }
#C6fiDfEf73AtqMZZ8Aufubttco11X3k5 { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c36ecf16-bee2-4a30-a179-a42975015754/simonn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.0625rem;width:12.5rem;top:11.4677734375rem;left:32.375rem;display:block; }#C6fiDfEf73AtqMZZ8Aufubttco11X3k5.adaptive-delivery-prevent-bg, #C6fiDfEf73AtqMZZ8Aufubttco11X3k5.lazyload, #C6fiDfEf73AtqMZZ8Aufubttco11X3k5.lazyloading { background-image: none; }
#SlHI1eDVECPL64yhGEJvSXeISoa7FkIf { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fefc09c0-ac5d-4b74-97d1-ab9a19aa67ca/sunn.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:12.5625rem;top:11.4365234375rem;left:56.625rem;display:block; }#SlHI1eDVECPL64yhGEJvSXeISoa7FkIf.adaptive-delivery-prevent-bg, #SlHI1eDVECPL64yhGEJvSXeISoa7FkIf.lazyload, #SlHI1eDVECPL64yhGEJvSXeISoa7FkIf.lazyloading { background-image: none; }
#xv7SvUKJ7QvMyuPfBhBsaxh0MgbE0z1R { position:absolute;display:block;z-index:100031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f612766-a597-4e12-9256-dc7d12d57464/ployyy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.1875rem;width:12.625rem;top:11.4052734375rem;left:7.9375rem;display:block; }#xv7SvUKJ7QvMyuPfBhBsaxh0MgbE0z1R.adaptive-delivery-prevent-bg, #xv7SvUKJ7QvMyuPfBhBsaxh0MgbE0z1R.lazyload, #xv7SvUKJ7QvMyuPfBhBsaxh0MgbE0z1R.lazyloading { background-image: none; }
#kk67QEWVN4XnPAarfluLPLTaPtPm4H73 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:25.625rem;width:18.75rem;top:38.625rem;left:5.5rem;display:block; }
#MNVvmr6yvJJUNhRitThTD5vyaTJwU6WZ { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:25.5rem;width:18.75rem;top:38.625rem;left:29.1875rem;display:block; }
#WTfzCu9oWNqtOnTvTQCen96IfVMEy5Py { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:55.125rem;left:6rem;height:1.94921875rem;font-style:italic;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; }
#vbbK9Pgp5Rii7zGdcEJ2HrsSSQGNisCO { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:55.125rem;left:29.875rem;height:1.94921875rem;font-style:italic;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; }
#qDJAXSQU4TlaGXK3bVBDaFC9be7t6TtX { color:#9c51d3;display:block;width:16.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100026;line-height:1.5;letter-spacing:0;top:57.9375rem;left:6rem;height:4.21875rem;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; }
#ZhLWPbDCzkdTArvrkwTMO6otNfhQBfTw { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.5;letter-spacing:0;top:57.9375rem;left:29.875rem;height:4.21875rem;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; }
#e6sIntxV5rXd1Ky3OO2xRyPGgTmCxPB8 { color:#9c51d3;display:block;width:18.624rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:57.9375rem;left:53.4375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iqLUWATavxsz7RiD4wp28BOwzqcGuZRm { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.68) ;height:25.375rem;width:18.75rem;top:38.625rem;left:53.3125rem;display:block; }
#qAiyOIR2aQll8aR4ScvZE6wmMTe1EaLN { color:#9c51d3;display:block;width:17.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:55rem;left:54.5625rem;height:1.94921875rem;font-style:italic;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; }
#kEUwIxCENdWUBwgzdqFoKgmLsSSb6W8y { position:absolute;display:block;z-index:100040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76664fe7-b4d2-4514-8d52-b2fc10cd373f/pondd.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:12.5625rem;top:40.625rem;left:7.96875rem;display:block; }#kEUwIxCENdWUBwgzdqFoKgmLsSSb6W8y.adaptive-delivery-prevent-bg, #kEUwIxCENdWUBwgzdqFoKgmLsSSb6W8y.lazyload, #kEUwIxCENdWUBwgzdqFoKgmLsSSb6W8y.lazyloading { background-image: none; }
#udpeGUgCQInld7FowATgCxJAU92r0UMN { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/abba4e7d-8f65-4292-ab44-e9021e23b608/ttt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:12.5625rem;top:39.8134765625rem;left:32.375rem;display:block; }#udpeGUgCQInld7FowATgCxJAU92r0UMN.adaptive-delivery-prevent-bg, #udpeGUgCQInld7FowATgCxJAU92r0UMN.lazyload, #udpeGUgCQInld7FowATgCxJAU92r0UMN.lazyloading { background-image: none; }
#M1TGxu7TKM3PkQS47MA7OHAHV3ZNstTm { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94a966f9-363e-40fd-b785-070594df3890/nutt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:12.8125rem;top:39.71875rem;left:56.375rem;display:block; }#M1TGxu7TKM3PkQS47MA7OHAHV3ZNstTm.adaptive-delivery-prevent-bg, #M1TGxu7TKM3PkQS47MA7OHAHV3ZNstTm.lazyload, #M1TGxu7TKM3PkQS47MA7OHAHV3ZNstTm.lazyloading { background-image: none; }
#V4s6UceGGmekeibGx4P8dWnL30KXtPVP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f501cbe4-84a3-4655-8dfc-213856cf39bc/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP.adaptive-delivery-prevent-bg, #V4s6UceGGmekeibGx4P8dWnL30KXtPVP.lazyload, #V4s6UceGGmekeibGx4P8dWnL30KXtPVP.lazyloading { background-image: none; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container { background-color: transparent; background-image: none; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container > .video-iframe-container { display: none; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row > .video-iframe-container { display: none; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .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); }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container { border-width: 0; border-radius: 0; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row > .video-iframe-container {  }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#fq8e67k6n489ci7GDDZDy5rhg8iDgE80 { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.2699661254883rem;left:26.873916625976rem;height:4.14388125rem;font-style:italic;display:block; }
#R011UMGwNWtZxDGhTFm1HPNUHTRPhNzK { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:27.25rem;top:1.1241312026977rem;left:23.186634063721rem;display:block; }
#MNhGrnxpsEd64LVA6qruDfQyLRK8iu5X { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.5625rem;width:20.9375rem;top:14.125rem;left:5.9375rem;display:block; }
#h12PRmHEf1XAD3VRfWPW0FU5CaNdhOBU { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:16.625rem;left:7.75rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7sWG8Iga2VIr5aqXvHPTJRncTpX6EpQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#bc002d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:25.4375rem;left:8.78125rem;display:block; }
#yZyNo7bxBxTnAiWoJ41Vn7fWXEGqF9e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ork6gTuP8bRmtEAleUirik3Fn7TphRKu { color:#ffeb00;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:21.5rem;left:10.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#BTS9TrBFVLePJzOJ5WXZRnSukAnJ9qA4 { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:33.818359375rem;left:2.34375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szakd1Ko8Ukd5bodZFi86QbSD9Cb07Gi { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(top, #5a2da0, #da19a3);background-image: -moz-linear-gradient(top, #5a2da0, #da19a3);background-image: -ms-linear-gradient(top, #5a2da0, #da19a3);background-image: -o-linear-gradient(top, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(to bottom, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.625rem;width:20.9375rem;top:13.9375rem;left:47.375rem;display:block; }
#cwwudtAadpCltv8arvqdA8XHZahZQ0lL { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100057;line-height:1.3;letter-spacing:0;top:16.5rem;left:49.1875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sM5Pa5lXthUCToUMIPRpCfxC2g59FakB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#bc002d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.4375rem;left:50.4365234375rem;display:block; }
#WvlxQBP2WN2HZKcTdTnosB7PFfFvUAgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nI8cFiKg2BDmZ3NxQ77oE4n3sslRX0ol { color:#ffeb00;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:21.375rem;left:51.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EgG1n38OON0kBCmpngg5VUCqtZRCHn2T { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.999rem;width:28.999rem;top:6.2626953125rem;left:1.9052734375rem;overflow:hidden;display:block; }
#ECxOmhLc1JM8DBJcxSpr1IaMdBS8DTkh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9375rem;width:28.9375rem;top:7.46875rem;left:42rem;overflow:hidden;display:block; }
#Tr4t9bFnmNsTDgym3hIhkcRPIvA4ECom { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:28.4375rem;left:2.3125rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UUKAMGHLwkIupfoKTtWU5WgrSwRHZQen { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:33.818359375rem;left:43.78125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giJ8mTV8U0eySdTP4JDJAMuO1dkMuiHc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:39.8876953125rem;left:7.5rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqsaflWzGtaJn6HAyGmNuezxlAg62vVB { color:#ffeb00;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:23.375rem;left:51.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rwnD6nUxDzttT4KgLCNzUXrCFhPeqLMz { color:#ffeb00;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:23.375rem;left:10.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Gg8mGhIp2LZWA6Jes3d27WNVXKlfoDp4 { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1230625rem;height:3.499025rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:30.0625rem;left:7.84375rem;display:block; }
#mR6cFc6GN5rz8AM3hTMUVvPcJAAAa3W3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u3dXDcXxGPTrDHNioND2pRmk73WFZ3Lb { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1230625rem;height:3.499025rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:30.0625rem;left:49.28125rem;display:block; }
#SO2g44nJ7WwvbBF6Q6Vl9BNUXcQ266GU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iZASMPuiph8JVzRHvUsyHqnxT9okGwMs { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:35.57421875rem;left:43.78125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hd6NqK3ATQNM83BF6VuD3N0PriG98lEg { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:35.57421875rem;left:2.34375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tELptOSDd4CUZ6Ki9UN0fnowZH3tGEio { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:31.57421875rem;left:2.34375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c3b6ec4-2c81-4c8b-b824-a2ea1842c05c/10.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu.adaptive-delivery-prevent-bg, #MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu.lazyload, #MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu.lazyloading { background-image: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container { background-color: transparent; background-image: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container > .video-iframe-container { display: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row > .video-iframe-container { display: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .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); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container { border-width: 0; border-radius: 0; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row > .video-iframe-container {  }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn.adaptive-delivery-prevent-bg, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn.lazyload, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn.lazyloading { background-image: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { background-color: transparent; background-image: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .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); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { border-width: 0; border-radius: 0; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container {  }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { background-color: transparent; background-image: none; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container > .video-iframe-container { display: none; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row > .video-iframe-container { display: none; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .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); }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { border-width: 0; border-radius: 0; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row > .video-iframe-container {  }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { font-size:0.875rem;font-family:prompt;height:16.0625rem;width:75rem;position:relative;display:block; }#qDVpGtLQTWKk23aMzyMVeMbiiEKVOh8l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:3.75rem;overflow:hidden;display:block; }
#B8T5elgQvrFn7PNJgxMITbpiN0SPJPCU { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:2.599825rem;display:block; }
#QmH4yR3GW0yvM1wnbefMkClCXXmLRTLK { color:#9b9b9b;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#gVqywTiGbKEqB77EJ71rSR4WJ6Db7BKq { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#TGDumrP52hHxAEcBERPO0Q9z2mCuMHR7 { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.599825rem;text-align:right;text-align-last:right;display:block; }
#wTghbnpfGRUV5JeEFfqZH8V1PcpRqTvV { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#vgxWTO1AL0Z8TxXIZZAPHqCfrHGHJTJh { position:absolute;display:block;z-index:100008;height:5.9375rem;width:10.625rem;top:10.125rem;left:45.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { display:block; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yciiFLU3bMGarddO7nhGBNTMqDB1CCzk { top:1.125rem;left:0rem;width:17.1875rem;height:3.798498778062rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .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; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .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; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #QTaChXXntCu9qgdTTgqsVAAMFhZkpVDk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #IDJ0Ina4hsN2RorvthhkLeMGT1lQFmIS {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #uJyUADWMqWS5ZRWlIV2VuV4ttffAxdiv {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #a8RTEQsasTuMI8xNpcimRKqKBq2iF9QE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #FWQplskOuN6xtTqGzvcTzDVyAEb60cnp {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #nUfhvpTV2MXxJGiRz1Pz03Jwx7O5UT3J {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #SZJHHz9TwJOM18ZGTKSc1wQqTU2ExoeA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #ybOLlW5pBSIsVvJSLUhD4hr8Gk3RTBX4 {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #SIzcmOAyowQAdrDJBwD8QfIUWlv5VxXt {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #FcSmw9Q7iN81d3m8yRFRwGIdPniuMIha { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #nXfgCWc4nGiTToIB2qCmKGPT9v7LpWFF {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #T08s61aadFkiJ7do1iyZBnkznl4a22LC {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IROXyObc7s12Hz4f5teEEy6PXozHc63L { top:5.625rem;left:0rem;width:47.75rem;height:34.689177871166rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7aohLcBTFuDd8f9QSDbhzElyGyWvZZ3 { top:13.875rem;left:0rem;width:35.6875rem;height:19.561967591376rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA8JCsDHrUl10Ry5AbPlE3vFBxPtxTHh { top:12rem;left:0rem;width:35.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJ2PGhglcqiGlrfoe9BFsIe9PV2ikNW { top:7.4375rem;left:42.1875rem;width:3.5rem;height:13.4375rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACh3VeeKzL1xSFQSvwKOaa3X6LS4tNvI { top:13.4375rem;left:37.25rem;width:10.5rem;height:0;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNI5fQ7iBOCm3hKAfmqTLCTVkhf6oFh { top:13.4375rem;left:28.0625rem;width:19.6875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6whTJtormyXtmZgd2pvIPvUbOQxgvD { top:19.6875rem;left:16.4375rem;width:31.3125rem;height:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWXUn9K3BHKTwZAmex731JZKyXJVxUUa { top:28.5625rem;left:16.5rem;width:31.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98O2EJGbvc3lzUPNkpNl1HAvtM91KTq { top:33.5rem;left:18.0625rem;width:29.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErS2fDBmWzR2z29NMAse7TGCEHTF8tWJ { width:12.3125rem;height:3.4375rem;top:38.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIMzSGlUVDt6ioofPsat2QuKe3PhLOtU { display:block; }
 }@media only screen and (max-width: 763px) { #UcGGMn70H272N6tlXWWTirJZ5AlHRaNx { display:block; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLSpEn26E079b8VbokJx8RRr9JGRN2Ir { top:3.125rem;left:0rem;width:16.625rem;height:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt8tJBr58WRTlZr9gxezaz1f7aR80dl { top:3.1875rem;left:14.4375rem;width:17.3125rem;height:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1mGDWmJvk036unHtT5iFST2RZiUhDQ { top:2.3125rem;left:5.1875rem;width:10.6875rem;height:6.5253702616106rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9HIMOy6utFwB1kP9JREUvIAbECzQ9mF { top:2.3125rem;left:21.0625rem;width:10.625rem;height:6.52450435698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMENva2eAOTedG0q0AO8d3A5ZuUMEmgH { top:3.375rem;left:33.875rem;width:13.75rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtqJNfpsHR4lnW706spbV5BXXtArNHn { width:15.75rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0hk6B5I2x8Vr2M6i9gblS950uoVU0Jq { top:0.3125rem;left:0rem;width:10.75rem;height:9.6332290757306rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF { display:block; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je { display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvxnUdwGLOoq4XN5SbchRuiyzXaw39l { top:2.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKKDPc60arknQBiSlJJGGsT10J2L7aTH { top:5.75rem;left:0rem;width:15.6875rem;height:14.131181869229rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8LG9BpKfsixlPszLlWtM9NtIsVRsIoZ { top:10.25rem;left:10.8125rem;width:2.1875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulzp4fmTAEH1rdiA5DJmws5dObEAMHGI { top:11.125rem;left:1.6875rem;width:46.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVAFwmaTqbEmozrTBo2LacrDTfm39B8 { top:22.0625rem;left:0rem;width:47.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO6ArJPLZBRemv0f61MlKZhpyFRzGUos { top:21.125rem;left:0rem;width:3.1875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpbMF5iCTxX9OymcCUDEAUKQmCvsAaPA { top:31.625rem;left:4.125rem;width:43.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1a8cXFDT8rxL29PxBTOFRUxFxE5is8w { top:32.625rem;left:12.4375rem;width:35.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9zGpHiCDUonSt3yXCAdl6sHTSLe4opQ { top:31.25rem;left:12.75rem;width:2.1875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAaUvHVVMontd5UrOPVxiIoRJ2LiJKp4 { top:32.0625rem;left:12.4375rem;width:35.3125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxm7BV4pimqtWsdb612aMTETAOlDDPM1 { top:31.25rem;left:10.8125rem;width:4.25rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ942hZGP0lq6Mwo75yvF0lTDyoJSSTI { top:17.75rem;left:34.625rem;width:13.125rem;height:11.811rem;display:block; }
 }@media only screen and (max-width: 763px) { #k06cafUEkPHF0v7ahmG2GIoaQLFTE3pz { top:26.4375rem;left:0rem;width:13.4375rem;height:12.06809385359rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXkfvVf0prHR6cRfgL6Lf4nTstl5nzGK { top:41.375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8MKrtdxm8cgd6o5OW6qUx5yidAouOne { top:40.375rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwLLXyrow6VpFfAnCGkloyOr6aGna50 { top:1.125rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh { display:block; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtVTVUp5C2BHFSHZAAdfEakTr5hpFDPc { top:2.1875rem;left:4.7506523132324rem;width:37.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC9nLqBD9cIIfH62BPIGxGSGEEOOO6Gy { top:8.875rem;left:0rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnslw7ZBc1F8SbppTZHfV14qKzCB35mQ { top:8.875rem;left:14.875rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIv3tmpchJn5rGHK70k9hHn7Bxa3WTaE { top:8.875rem;left:29rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrex2QTUhNu67gRO8KLM1LCNnfrrwHp { top:31.75rem;left:2.5rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2Hh9SwgiHZm3FHaGCOSKwgDUzxRQP { top:31.75rem;left:27.375rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAHkxMTsGWD17UA1HAfNbMSVcHZLCnh { top:26.1875rem;left:0rem;width:18.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUdoucZlRMvvmchG72mRV98Q8iWioFWT { top:22.1875rem;left:0rem;width:15.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc42mJxgSNoqriJvagE36BxU7k998kE6 { top:24.8125rem;left:16.062501907349rem;width:16.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTI3kfXrlyIngn9uuZmiqqnysOQ5iOAD { top:22.5625rem;left:15.8125rem;width:15.9375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWJ9wF4bAbIz0iTnTNSscxJso6u2UJqO { top:22.5rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbvJABeRg7523IutdA4VSBzuUsmrnwoR { top:24.875rem;left:31.1875rem;width:16.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNSbewKwMPcbxzwcpF4JsgCPt9I1aecm { top:49.0625rem;left:3.5624980926514rem;width:16.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqcAG5aox9duB77eMN6qyIHJFkfBTeZ { top:44.5625rem;left:3.1241321563721rem;width:17.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsvHzJQvHGo9s1vpbapKIwN46WD8Tpmz { top:48.1875rem;left:28.436632156372rem;width:16.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ6dkOkrRtHTGAcL9z8Lv4fDFKyXqkTX { top:44.625rem;left:28rem;width:17.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTFUbMIT3FnhArMV7wTvTKyAsKVcTbUH { top:36.1875rem;left:31.375rem;width:10.625rem;height:6.52450435698rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh8zUQmpnTT00O2FTAfCKTNn9QnVieE { top:12.5625rem;left:0rem;width:13.125rem;height:8.0868761552681rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVR5v8Ung7rWV8bU00faGI8WzoMKTXk5 { top:10.1875rem;left:18.375rem;width:11.6875rem;height:10.50655693226rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMGQAPia5qrPAlu0OTGJF3LASToCiTy { top:8.875rem;left:33.5625rem;width:14.1875rem;height:12.882321445021rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAnnAlIguLErQfoEhGe49hqH6ZBVxbS { top:32rem;left:5.5rem;width:13.8125rem;height:12.816555516516rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39zr5uKuzEgWMDHn9h7yrG8Jac4bkiv { width:17.0625rem;height:3.4375rem;top:54.9375rem;left:15.312717437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3Jv2KcxuT46TVsLQByfmNuhy5NkOtN { display:block; }
 }@media only screen and (max-width: 763px) { #gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E { display:block; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWoB0P6TZmElZLbxymUTs09xo9lFIHGe { top:1.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0GSqhymRSstWwtvJXb0W3EVnfd0ZekS { top:2.75rem;left:10.59375rem;width:26.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Riw83eMpzzUPoCv3erXlL5Co7P0SaVru { top:29.4375rem;left:0rem;width:16.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tECx79778CclkpRwgwR1BTiiGlQCpoMf { top:26.6875rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflFBTZTcNBXyM8wDhTqMmCxvVPugT8m { top:26.6875rem;left:16.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaKOitD8dVCVAcr1K6O6Wm4ZAoZ3mTAV { top:26.5625rem;left:30.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbsgi2LoOHIrFycXN5GaIRig6Zf5XW8 { top:29.4375rem;left:16.25rem;width:17.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz63GxfGw0qFb6ArE13Vav7qyR9FmhF6 { top:29.4375rem;left:29.1875rem;width:18.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDPmtbZc6mGMIqndzE9UT7uo3vvnzP5G { top:10.1875rem;left:0rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbccbl4z3XTGlralg21HJ6Q7FzIRANZv { top:10.1875rem;left:15.5625rem;width:18.75rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpIGD4iyvTQdaszMo7sDEd61eLw46hBE { top:10.1875rem;left:29rem;width:18.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6fiDfEf73AtqMZZ8Aufubttco11X3k5 { top:11.4375rem;left:18.75rem;width:12.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlHI1eDVECPL64yhGEJvSXeISoa7FkIf { top:11.375rem;left:35.1875rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv7SvUKJ7QvMyuPfBhBsaxh0MgbE0z1R { top:11.375rem;left:0rem;width:12.625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk67QEWVN4XnPAarfluLPLTaPtPm4H73 { top:38.625rem;left:0rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVvmr6yvJJUNhRitThTD5vyaTJwU6WZ { top:38.625rem;left:15.5625rem;width:18.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfzCu9oWNqtOnTvTQCen96IfVMEy5Py { top:55.125rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbbK9Pgp5Rii7zGdcEJ2HrsSSQGNisCO { top:55.125rem;left:16.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJAXSQU4TlaGXK3bVBDaFC9be7t6TtX { top:57.9375rem;left:0rem;width:16.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLWPbDCzkdTArvrkwTMO6otNfhQBfTw { top:57.9375rem;left:16.25rem;width:17.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6sIntxV5rXd1Ky3OO2xRyPGgTmCxPB8 { top:57.9375rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLUWATavxsz7RiD4wp28BOwzqcGuZRm { top:38.625rem;left:29rem;width:18.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiyOIR2aQll8aR4ScvZE6wmMTe1EaLN { top:55rem;left:30.25rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEUwIxCENdWUBwgzdqFoKgmLsSSb6W8y { top:40.625rem;left:0rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udpeGUgCQInld7FowATgCxJAU92r0UMN { top:39.8125rem;left:18.75rem;width:12.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TGxu7TKM3PkQS47MA7OHAHV3ZNstTm { top:39.6875rem;left:34.9375rem;width:12.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4s6UceGGmekeibGx4P8dWnL30KXtPVP { display:block; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq8e67k6n489ci7GDDZDy5rhg8iDgE80 { top:2.25rem;left:13.248916625976rem;width:26.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R011UMGwNWtZxDGhTFm1HPNUHTRPhNzK { top:1.0625rem;left:0.875rem;width:27.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNhGrnxpsEd64LVA6qruDfQyLRK8iu5X { top:14.125rem;left:0rem;width:20.9375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h12PRmHEf1XAD3VRfWPW0FU5CaNdhOBU { top:16.625rem;left:0rem;width:17.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sWG8Iga2VIr5aqXvHPTJRncTpX6EpQ { width:15.25rem;height:3.875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZyNo7bxBxTnAiWoJ41Vn7fWXEGqF9e6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ork6gTuP8bRmtEAleUirik3Fn7TphRKu { top:21.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTS9TrBFVLePJzOJ5WXZRnSukAnJ9qA4 { top:33.8125rem;left:0rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szakd1Ko8Ukd5bodZFi86QbSD9Cb07Gi { top:13.9375rem;left:26.8125rem;width:20.9375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwudtAadpCltv8arvqdA8XHZahZQ0lL { top:16.5rem;left:30rem;width:17.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM5Pa5lXthUCToUMIPRpCfxC2g59FakB { width:15.25rem;height:3.875rem;top:25.4375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvlxQBP2WN2HZKcTdTnosB7PFfFvUAgQ { display:block; }
 }@media only screen and (max-width: 763px) { #nI8cFiKg2BDmZ3NxQ77oE4n3sslRX0ol { top:21.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgG1n38OON0kBCmpngg5VUCqtZRCHn2T { top:6.25rem;left:0rem;width:28.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECxOmhLc1JM8DBJcxSpr1IaMdBS8DTkh { top:7.4375rem;left:18.8125rem;width:28.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4t9bFnmNsTDgym3hIhkcRPIvA4ECom { top:28.4375rem;left:0rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUKAMGHLwkIupfoKTtWU5WgrSwRHZQen { top:33.8125rem;left:19.625rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJ8mTV8U0eySdTP4JDJAMuO1dkMuiHc { top:39.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqsaflWzGtaJn6HAyGmNuezxlAg62vVB { top:23.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwnD6nUxDzttT4KgLCNzUXrCFhPeqLMz { top:23.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8mGhIp2LZWA6Jes3d27WNVXKlfoDp4 { width:17.0625rem;height:3.4375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR6cFc6GN5rz8AM3hTMUVvPcJAAAa3W3 { display:block; }
 }@media only screen and (max-width: 763px) { #u3dXDcXxGPTrDHNioND2pRmk73WFZ3Lb { width:17.0625rem;height:3.4375rem;top:30.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO2g44nJ7WwvbBF6Q6Vl9BNUXcQ266GU { display:block; }
 }@media only screen and (max-width: 763px) { #iZASMPuiph8JVzRHvUsyHqnxT9okGwMs { top:35.5625rem;left:19.625rem;width:28.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6NqK3ATQNM83BF6VuD3N0PriG98lEg { top:35.5625rem;left:0rem;width:28.125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELptOSDd4CUZ6Ki9UN0fnowZH3tGEio { top:31.5625rem;left:0rem;width:28.125rem;height:2.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu { display:block; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW { display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDVpGtLQTWKk23aMzyMVeMbiiEKVOh8l { top:3.875rem;left:0rem;width:6.75rem;height:1.3749594854889rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8T5elgQvrFn7PNJgxMITbpiN0SPJPCU { top:5.9375rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmH4yR3GW0yvM1wnbefMkClCXXmLRTLK { top:11.3125rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVqywTiGbKEqB77EJ71rSR4WJ6Db7BKq { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDumrP52hHxAEcBERPO0Q9z2mCuMHR7 { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTghbnpfGRUV5JeEFfqZH8V1PcpRqTvV { top:3.875rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxWTO1AL0Z8TxXIZZAPHqCfrHGHJTJh { top:10.0625rem;left:24.625rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #usTRyr50vZc2oblbhZ7qOt64IqnUbRqW { position:relative;z-index:auto;display:block; }#usTRyr50vZc2oblbhZ7qOt64IqnUbRqW > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yciiFLU3bMGarddO7nhGBNTMqDB1CCzk { width:8.49975rem;height:1.811525rem;top:0.7177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .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; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .widget-text.counter-number { padding-top:0.226875rem;padding-right:0.208125rem;padding-bottom:0.226875rem;padding-left:0.208125rem;width:1.24625rem;min-width:1.24625rem;height:1.220625rem;font-size:0.90875rem;line-height:19.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.141875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.66125rem;height:0.4825rem;font-size:0.340625rem;line-height:7.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s { display:flex;width:9.9365rem;height:2.24975625rem;top:0.498046875rem;left:10.0634765625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #QTaChXXntCu9qgdTTgqsVAAMFhZkpVDk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #IDJ0Ina4hsN2RorvthhkLeMGT1lQFmIS {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #uJyUADWMqWS5ZRWlIV2VuV4ttffAxdiv {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #a8RTEQsasTuMI8xNpcimRKqKBq2iF9QE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #FWQplskOuN6xtTqGzvcTzDVyAEb60cnp {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #nUfhvpTV2MXxJGiRz1Pz03Jwx7O5UT3J {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #SZJHHz9TwJOM18ZGTKSc1wQqTU2ExoeA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #ybOLlW5pBSIsVvJSLUhD4hr8Gk3RTBX4 {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #SIzcmOAyowQAdrDJBwD8QfIUWlv5VxXt {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #FcSmw9Q7iN81d3m8yRFRwGIdPniuMIha { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #nXfgCWc4nGiTToIB2qCmKGPT9v7LpWFF {  }
 }@media only screen and (max-width: 763px) { #ElxTmN3NvI0STWhBb3zFDn1aIQW3l81s #T08s61aadFkiJ7do1iyZBnkznl4a22LC {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc840c4f-9480-4c76-9ccc-76fd2c0b57f5/01.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IROXyObc7s12Hz4f5teEEy6PXozHc63L { width:20rem;height:14.43725rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7aohLcBTFuDd8f9QSDbhzElyGyWvZZ3 { height:6.75rem;width:12.5rem;top:11.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA8JCsDHrUl10Ry5AbPlE3vFBxPtxTHh { width:12.4375rem;height:7.6875rem;top:11.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJ2PGhglcqiGlrfoe9BFsIe9PV2ikNW { width:3.49975625rem;height:5.11840625rem;top:2.6875rem;left:9rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACh3VeeKzL1xSFQSvwKOaa3X6LS4tNvI { width:9.75rem;height:2.5996125rem;top:7.125rem;left:5.8740234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNI5fQ7iBOCm3hKAfmqTLCTVkhf6oFh { width:10.5rem;height:2.5996125rem;top:1.4375rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ6whTJtormyXtmZgd2pvIPvUbOQxgvD { width:18.31175rem;height:6.5rem;top:21.673583984375rem;left:0.843505859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWXUn9K3BHKTwZAmex731JZKyXJVxUUa { width:20rem;height:1.05590625rem;top:27.19482421875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98O2EJGbvc3lzUPNkpNl1HAvtM91KTq { width:19.3115rem;height:3.16731875rem;top:29.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErS2fDBmWzR2z29NMAse7TGCEHTF8tWJ { width:12.18797625rem;height:3.31347625rem;top:34.5rem;left:3.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #SIMzSGlUVDt6ioofPsat2QuKe3PhLOtU { display:block; }
 }@media only screen and (max-width: 763px) { #UcGGMn70H272N6tlXWWTirJZ5AlHRaNx { display:block; }#UcGGMn70H272N6tlXWWTirJZ5AlHRaNx > .row .container { width:20rem;height:34.5371125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLSpEn26E079b8VbokJx8RRr9JGRN2Ir { width:16.6235625rem;height:1.7068125rem;top:9.1875rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt8tJBr58WRTlZr9gxezaz1f7aR80dl { width:17.3108125rem;height:1.7068125rem;top:20.5rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1mGDWmJvk036unHtT5iFST2RZiUhDQ { width:10.68725rem;height:6.5246875rem;top:12.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9HIMOy6utFwB1kP9JREUvIAbECzQ9mF { width:9.12475rem;height:5.561525rem;top:24.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMENva2eAOTedG0q0AO8d3A5ZuUMEmgH { width:19.4995rem;height:3.4121125rem;top:31.125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTtqJNfpsHR4lnW706spbV5BXXtArNHn { top:0rem;left:4.875rem;width:10.18675rem;height:9.187rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I0hk6B5I2x8Vr2M6i9gblS950uoVU0Jq { width:10.75rem;height:9.6332290757306rem;top:84.625244140625rem;left:3.812255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF { display:block; }#tiuasgITuTNeqdlA7eNAhr8QZoPvuNtF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPynZtKelDHCQ7SDFzznhFHqEqkl00Je { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { background-color: transparent; background-image: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container { display: none; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .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); }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { border-width: 0; border-radius: 0; }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row > .video-iframe-container {  }#hPynZtKelDHCQ7SDFzznhFHqEqkl00Je > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvxnUdwGLOoq4XN5SbchRuiyzXaw39l { width:17.874rem;height:3.57421875rem;top:2.1123046875rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKKDPc60arknQBiSlJJGGsT10J2L7aTH { width:7.6248125rem;height:6.875rem;top:21.252175331116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8LG9BpKfsixlPszLlWtM9NtIsVRsIoZ { width:2.1875rem;height:0;top:19.9375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ulzp4fmTAEH1rdiA5DJmws5dObEAMHGI { width:10.125rem;height:4.38574375rem;top:8.8125rem;left:7.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdVAFwmaTqbEmozrTBo2LacrDTfm39B8 { width:10.5625rem;height:2.923825rem;top:16.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lO6ArJPLZBRemv0f61MlKZhpyFRzGUos { width:2.1875rem;height:0;top:42.017590234375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpbMF5iCTxX9OymcCUDEAUKQmCvsAaPA { width:20rem;height:4.375rem;top:73.494396484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1a8cXFDT8rxL29PxBTOFRUxFxE5is8w { width:20rem;height:0;top:74.494396484375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9zGpHiCDUonSt3yXCAdl6sHTSLe4opQ { width:2.1875rem;height:0;top:86.565796484375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAaUvHVVMontd5UrOPVxiIoRJ2LiJKp4 { width:9.561625rem;height:2.923825rem;top:23.595053672791rem;left:8.8433163762094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxm7BV4pimqtWsdb612aMTETAOlDDPM1 { width:2.1875rem;height:0;top:54.993494987488rem;left:8.9062502980231rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ942hZGP0lq6Mwo75yvF0lTDyoJSSTI { width:7.061625rem;height:6.3748125rem;top:14.874133110046rem;left:11.944444954395rem;display:block; }
 }@media only screen and (max-width: 763px) { #k06cafUEkPHF0v7ahmG2GIoaQLFTE3pz { width:7.5rem;height:6.6873125rem;top:7.4420566558837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXkfvVf0prHR6cRfgL6Lf4nTstl5nzGK { width:20rem;height:4.548825rem;top:30.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8MKrtdxm8cgd6o5OW6qUx5yidAouOne { width:20rem;height:4.4375rem;top:30.624135255814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwLLXyrow6VpFfAnCGkloyOr6aGna50 { width:20rem;height:4.1875rem;top:1.8062067031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);background-size:auto !important;display:block; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { background-color: transparent; background-image: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row > .video-iframe-container { display: none; }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .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); }#oO4RVTKKRBk2FV2uIXuKwnKAzSOmfcwh > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtVTVUp5C2BHFSHZAAdfEakTr5hpFDPc { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dC9nLqBD9cIIfH62BPIGxGSGEEOOO6Gy { width:7.5rem;height:7.9375rem;top:7.6964035034181rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnslw7ZBc1F8SbppTZHfV14qKzCB35mQ { width:7.4370625rem;height:7.999125rem;top:7.6627607345581rem;left:10.945096313953rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIv3tmpchJn5rGHK70k9hHn7Bxa3WTaE { width:8.0625rem;height:8.625rem;top:18.248699665069rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrex2QTUhNu67gRO8KLM1LCNnfrrwHp { width:7.9373125rem;height:8.5623125rem;top:18.277995109558rem;left:10.693359673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2Hh9SwgiHZm3FHaGCOSKwgDUzxRQP { width:8.2498125rem;height:8.8748125rem;top:29.186199426651rem;left:5.2180994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAHkxMTsGWD17UA1HAfNbMSVcHZLCnh { width:18.624125rem;height:0;top:25.696613623047rem;left:0.68684959411619rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #xUdoucZlRMvvmchG72mRV98Q8iWioFWT { width:7.3123125rem;height:2.2734375rem;top:13.192274093628rem;left:0.71831601858137rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #nc42mJxgSNoqriJvagE36BxU7k998kE6 { width:16.5625rem;height:0;top:46.945519868164rem;left:1.7502174377441rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #zTI3kfXrlyIngn9uuZmiqqnysOQ5iOAD { width:7.3123125rem;height:2.2734375rem;top:13.191190719604rem;left:11.005859673023rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #wWJ9wF4bAbIz0iTnTNSscxJso6u2UJqO { width:7.249375rem;height:2.2734375rem;top:24.855906009674rem;left:0.81228297948838rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #VbvJABeRg7523IutdA4VSBzuUsmrnwoR { width:16.5625rem;height:0;top:37.125rem;left:1.25rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #fNSbewKwMPcbxzwcpF4JsgCPt9I1aecm { width:16.5625rem;height:0;top:49rem;left:2.3125rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #gcqcAG5aox9duB77eMN6qyIHJFkfBTeZ { width:8.2498125rem;height:2.2734375rem;top:24.918404102326rem;left:10.537109673023rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #EsvHzJQvHGo9s1vpbapKIwN46WD8Tpmz { width:16.5625rem;height:0;top:47.8125rem;left:1.0625rem;font-size:0.875rem;color:#9c51d3;display:none; }
 }@media only screen and (max-width: 763px) { #zQ6dkOkrRtHTGAcL9z8Lv4fDFKyXqkTX { width:7.1875rem;height:1.13671875rem;top:35.499132394791rem;left:5.2180994153022rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #FTFUbMIT3FnhArMV7wTvTKyAsKVcTbUH { width:6.3748125rem;height:3.81185rem;top:30.998264551162rem;left:6.1555994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh8zUQmpnTT00O2FTAfCKTNn9QnVieE { width:6.25rem;height:3.81185rem;top:8.8194451332094rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVR5v8Ung7rWV8bU00faGI8WzoMKTXk5 { width:4.49978125rem;height:4.0625rem;top:8.6935768127444rem;left:12.412109673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMGQAPia5qrPAlu0OTGJF3LASToCiTy { width:6.875rem;height:6.25rem;top:18.248699665069rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAnnAlIguLErQfoEhGe49hqH6ZBVxbS { width:4.87413125rem;height:4.49978125rem;top:19.122179508209rem;left:12.224393188953rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39zr5uKuzEgWMDHn9h7yrG8Jac4bkiv { width:16.93705875rem;height:3.31293375rem;top:40.562067270279rem;left:0.62500005960463rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #Er3Jv2KcxuT46TVsLQByfmNuhy5NkOtN { display:block; }
 }@media only screen and (max-width: 763px) { #gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f501cbe4-84a3-4655-8dfc-213856cf39bc/4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E.adaptive-delivery-prevent-bg, #gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E.lazyload, #gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E.lazyloading { background-image: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container { background-color: transparent; background-image: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container > .video-iframe-container { display: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row > .video-iframe-container { display: none; }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .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); }#gGTl7BgqwdEuoDB5HiJ0iwMe9PHaqv0E > .row .container { width:20rem;height:158.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWoB0P6TZmElZLbxymUTs09xo9lFIHGe { width:17.8125rem;height:3.875rem;top:1.25rem;left:1.1317887894249rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0GSqhymRSstWwtvJXb0W3EVnfd0ZekS { width:16.124125rem;height:2.5996125rem;top:2.0746536254883rem;left:1.9368491768837rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Riw83eMpzzUPoCv3erXlL5Co7P0SaVru { width:17.374rem;height:3.9375rem;top:23.0224609375rem;left:1.3115234375rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #tECx79778CclkpRwgwR1BTiiGlQCpoMf { width:13.8125rem;height:1.4619125rem;top:21.5615234375rem;left:3.09375rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #yflFBTZTcNBXyM8wDhTqMmCxvVPugT8m { width:17.5rem;height:1.462675rem;top:45.3125rem;left:1.25rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #OaKOitD8dVCVAcr1K6O6Wm4ZAoZ3mTAV { width:17.5rem;height:1.4619125rem;top:69.25rem;left:1.25rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #TQbsgi2LoOHIrFycXN5GaIRig6Zf5XW8 { width:17.5rem;height:3.9375rem;top:46.75rem;left:1.6875rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #fz63GxfGw0qFb6ArE13Vav7qyR9FmhF6 { width:18.625rem;height:3.9375rem;top:71.3994140625rem;left:0.6875rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #dDPmtbZc6mGMIqndzE9UT7uo3vvnzP5G { width:18.75rem;height:22.6875rem;top:6.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbccbl4z3XTGlralg21HJ6Q7FzIRANZv { width:18.75rem;height:21.4375rem;top:30.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpIGD4iyvTQdaszMo7sDEd61eLw46hBE { width:18.75rem;height:21.5rem;top:54.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6fiDfEf73AtqMZZ8Aufubttco11X3k5 { width:12.5rem;height:13.0625rem;top:31.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlHI1eDVECPL64yhGEJvSXeISoa7FkIf { width:12.5625rem;height:13.125rem;top:55.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv7SvUKJ7QvMyuPfBhBsaxh0MgbE0z1R { width:12.625rem;height:13.1875rem;top:7.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk67QEWVN4XnPAarfluLPLTaPtPm4H73 { width:18.75rem;height:25.625rem;top:77.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVvmr6yvJJUNhRitThTD5vyaTJwU6WZ { width:18.75rem;height:25.5rem;top:104.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfzCu9oWNqtOnTvTQCen96IfVMEy5Py { width:17.5rem;height:1.4619125rem;top:93.9375rem;left:1.125rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #vbbK9Pgp5Rii7zGdcEJ2HrsSSQGNisCO { width:17.5rem;height:1.4619125rem;top:121.1875rem;left:1.3125rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #qDJAXSQU4TlaGXK3bVBDaFC9be7t6TtX { width:16.5625rem;height:2.625rem;top:96.75rem;left:1.125rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLWPbDCzkdTArvrkwTMO6otNfhQBfTw { width:17.5rem;height:3.9375rem;top:124rem;left:1.3125rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #e6sIntxV5rXd1Ky3OO2xRyPGgTmCxPB8 { width:18.5625rem;height:2.625rem;top:151.125rem;left:0.75rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #iqLUWATavxsz7RiD4wp28BOwzqcGuZRm { width:18.75rem;height:25.375rem;top:131.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiyOIR2aQll8aR4ScvZE6wmMTe1EaLN { width:17.5rem;height:1.4619125rem;top:148.1875rem;left:1.875rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #kEUwIxCENdWUBwgzdqFoKgmLsSSb6W8y { width:12.5625rem;height:13.125rem;top:79.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udpeGUgCQInld7FowATgCxJAU92r0UMN { width:12.5625rem;height:13.125rem;top:105.8759765625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TGxu7TKM3PkQS47MA7OHAHV3ZNstTm { width:12.8125rem;height:13.375rem;top:132.90625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4s6UceGGmekeibGx4P8dWnL30KXtPVP { display:block; }#V4s6UceGGmekeibGx4P8dWnL30KXtPVP > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq8e67k6n489ci7GDDZDy5rhg8iDgE80 { width:13.4375rem;height:2.5996125rem;top:1.5744361877441rem;left:3.2812502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R011UMGwNWtZxDGhTFm1HPNUHTRPhNzK { width:20rem;height:3.25rem;top:1.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNhGrnxpsEd64LVA6qruDfQyLRK8iu5X { width:11.3125rem;height:13.375rem;top:5.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h12PRmHEf1XAD3VRfWPW0FU5CaNdhOBU { width:17.6855625rem;height:2.923825rem;top:6.375rem;left:1.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #w7sWG8Iga2VIr5aqXvHPTJRncTpX6EpQ { width:8.936625rem;height:2.1875rem;top:13rem;left:5.5rem;color:#bc002d;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yZyNo7bxBxTnAiWoJ41Vn7fWXEGqF9e6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ork6gTuP8bRmtEAleUirik3Fn7TphRKu { width:12.5rem;height:1.29980625rem;top:9.875rem;left:3.75rem;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #BTS9TrBFVLePJzOJ5WXZRnSukAnJ9qA4 { width:20rem;height:0.9746125rem;top:16rem;left:0rem;font-size:0.75rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #szakd1Ko8Ukd5bodZFi86QbSD9Cb07Gi { width:11.3125rem;height:13.5625rem;top:24.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwudtAadpCltv8arvqdA8XHZahZQ0lL { width:10.2495625rem;height:2.923825rem;top:25.375rem;left:4.875rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:100060;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #sM5Pa5lXthUCToUMIPRpCfxC2g59FakB { width:8.4375rem;height:2.061525rem;top:32.5rem;left:5.8125rem;color:#bc002d;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WvlxQBP2WN2HZKcTdTnosB7PFfFvUAgQ { display:block; }
 }@media only screen and (max-width: 763px) { #nI8cFiKg2BDmZ3NxQ77oE4n3sslRX0ol { width:12.5rem;height:1.29980625rem;top:28.875rem;left:3.75rem;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #EgG1n38OON0kBCmpngg5VUCqtZRCHn2T { width:20rem;height:20rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECxOmhLc1JM8DBJcxSpr1IaMdBS8DTkh { width:20rem;height:20rem;top:5.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr4t9bFnmNsTDgym3hIhkcRPIvA4ECom { width:20rem;height:0.9746125rem;top:35.25rem;left:0rem;font-size:0.75rem;color:#4d4d4d;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #UUKAMGHLwkIupfoKTtWU5WgrSwRHZQen { width:20rem;height:0.9746125rem;top:40.7490234375rem;left:0rem;font-size:0.75rem;color:#4d4d4d;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #giJ8mTV8U0eySdTP4JDJAMuO1dkMuiHc { width:20rem;height:2.5996125rem;top:41.7236328125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MqsaflWzGtaJn6HAyGmNuezxlAg62vVB { width:12.5rem;height:1.29980625rem;top:30.75rem;left:3.75rem;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #rwnD6nUxDzttT4KgLCNzUXrCFhPeqLMz { width:12.5rem;height:1.29980625rem;top:11.5rem;left:3.75rem;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8mGhIp2LZWA6Jes3d27WNVXKlfoDp4 { width:17.0625rem;height:3.4375rem;top:20.248046875rem;left:1.46875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #mR6cFc6GN5rz8AM3hTMUVvPcJAAAa3W3 { display:block; }
 }@media only screen and (max-width: 763px) { #u3dXDcXxGPTrDHNioND2pRmk73WFZ3Lb { width:17.0625rem;height:3.4375rem;top:38.9111328125rem;left:1.46875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #SO2g44nJ7WwvbBF6Q6Vl9BNUXcQ266GU { display:block; }
 }@media only screen and (max-width: 763px) { #iZASMPuiph8JVzRHvUsyHqnxT9okGwMs { width:20rem;height:1.949225rem;top:1.25rem;left:0rem;font-size:0.75rem;color:#4d4d4d;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6NqK3ATQNM83BF6VuD3N0PriG98lEg { width:20rem;height:1.625rem;top:36.3125rem;left:0rem;font-size:0.625rem;color:#4d4d4d;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #tELptOSDd4CUZ6Ki9UN0fnowZH3tGEio { width:20rem;height:1.625rem;top:17.224609375rem;left:0rem;font-size:0.625rem;color:#4d4d4d;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f17b05ae-a16b-43bc-800e-0474e14dde64/581000201.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu.adaptive-delivery-prevent-bg, #MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu.lazyload, #MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu.lazyloading { background-image: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container { background-color: transparent; background-image: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container > .video-iframe-container { display: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row > .video-iframe-container { display: none; }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .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); }#MTKXyo0cTOuwi08g1wCcWQvgl84xpTGu > .row .container { width:20rem;height:135rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn { background-color: transparent; background-image: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row > .video-iframe-container { display: none; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .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); }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container { width:20rem;height:6.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container.adaptive-delivery-prevent-bg, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container.lazyload, #uBEJv1W4DueoTAhEpyqGqpCD2ERBbsDn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW { display:block; }#P6Ze1vJ4kDitOnZJAmynGpTWcCZWWtuW > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDVpGtLQTWKk23aMzyMVeMbiiEKVOh8l { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8T5elgQvrFn7PNJgxMITbpiN0SPJPCU { width:19.0625rem;height:3.8997375rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #QmH4yR3GW0yvM1wnbefMkClCXXmLRTLK { width:20rem;height:2.92383125rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #gVqywTiGbKEqB77EJ71rSR4WJ6Db7BKq { width:20rem;height:0.9746125rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #TGDumrP52hHxAEcBERPO0Q9z2mCuMHR7 { width:11.1875rem;height:2.2734375rem;top:19.875rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #wTghbnpfGRUV5JeEFfqZH8V1PcpRqTvV { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxWTO1AL0Z8TxXIZZAPHqCfrHGHJTJh { width:10.625rem;height:5.9375rem;top:10.0625rem;left:4.6875rem;z-index:99999;display:none; }
 }