.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#172128;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); }#MVs1scQJCvekPPGRc1gweL0IRzslptmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container { background-color: transparent; background-image: none; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container > .video-iframe-container { display: none; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row > .video-iframe-container { display: none; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .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); }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container { border-width: 0; border-radius: 0; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#dltq5NFPwoqx8MS38WZztGAwPATC6vCR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:41.125rem;display:block; }
#itkVgO4Q32Vc2vdFfsQdhwGM6ifWPyGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2ON6vLF5JCSlQ1og1Axy0iG6dCexR3P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:47.375rem;display:block; }
#sx8GzLq6n2un5fcGfz2KnU1rRCN9SffO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1hMN2CF2RM7piLWFvKo8bb7EsBlvwAZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:62.5rem;display:block; }
#TOCJyp7PyTEWn4VGTO7wV5tsyaPciWIv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8D9HvezT1pW6kPIt5rNcCTibFkMWxaS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:54.75rem;display:block; }
#XA0ZabSOKOHnAZGut6yAQwsizwlqy6ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I6kyFq1mVGDkebkikNClqD1SrTAKlbCD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#XTulRpcxGQQfipa3sAaa9TQekQm8fliy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#STqGynX2oo3M7uE0sJQLizf3B9FhE8iT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KsPa7qx2O3C8EOmlZTNkgh6kth5Os47c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:68.75rem;display:block; }
#JuDiCuKSR5woPB8AFv2qpUki4xLS1O9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/6a61efca-232c-421d-b7e5-ab94eebf95a1/BG_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#xpfJqKlNMkzJF3c2B7CQFKSrRS3oJ341 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27rem;left:12.9375rem;display:none; }
#JR1nUC0ssJVneSGyxZwCRCWbE7QUDaDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cw5ezVHlXFs7oNX6Qkkn4nrcpDbFPb5r { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.447265625rem;left:0rem;height:1.29980625rem;font-style:normal;display:none; }
#J1C62ta64P44lJhxQagT7CWTamaZLSbe { color:rgba(255,255,255,0.7);display:block;width:32.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.0380859375rem;left:0rem;height:3.1484375rem;font-style:normal;display:block; }
#SFCsiIF2LQg10MK03sHJotufWofOZE4s { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:27.875rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#th5HoyybX9IGnoZp0c3MABTquNzIqpl4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27rem;left:24.5rem;display:none; }
#cT5zJGLEeabQAuJ090i1WLoKSUDhV3p8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxEfcn4rmnyVn2RPPX4Vs0MFUeqX8PrE { background-color:#ffcb1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#172128;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27rem;left:1.0625rem;display:none; }
#m1TkliP3dW2u9PQ9yDcAA9wIf4HlqXS4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dydwN5GQ4naGWFo2mo2UJG0IHaTD027q { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#e13dWA9DhDBz5rw4yyOKqUm9aAXB6IGP { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#HT10A0DblWNyCtXzrUOzH9TtWGlF3Ddo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMtPgQ7DdOpPtSGWLh1V6KuXtet9FKPC { background-color:rgba(255,126,5,0.2);background-image:none;border-top:0.0625rem solid #ff7e05;border-left:0.0625rem solid #ff7e05;border-right:0.0625rem solid #ff7e05;border-bottom:0.0625rem solid #ff7e05;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.375rem;left:13.125rem;display:block; }
#L4VLrqRAbXZZdZIrStm1NqmGQOytsxaW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXFq6mvnFulTtB2AyM15IgSBG2QPiTnf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:34.4375rem;top:5.2841796875rem;left:40.3232421875rem;overflow:hidden;display:block; }
#nmqXEHJuFkbHosQcG9CZht8c5nMM9ruC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.1875rem;top:28.5rem;left:39.15625rem;overflow:hidden;display:block; }
#EaNBv7tbIDD4WZ3mOTM7Ng7z1K0zl0Ae { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.5rem;top:28.75rem;left:44.8125rem;overflow:hidden;display:block; }
#PJr4CEnQAu1ZG0T6nwJOydQ5wn2CebXd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.875rem;top:28.75rem;left:50.625rem;overflow:hidden;display:block; }
#JsEeKeMFTpCuA0CSSe0qWyHKICuRx8MQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.75rem;top:28.125rem;left:56.1669921875rem;overflow:hidden;display:block; }
#I05oz5BHcrdi5qecFAauGi9bT7V9DpOB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:34rem;left:51.9375rem;overflow:hidden;display:block; }
#sfUXL0UUBnVdw5xAkTBO886TenT7c6vL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.0625rem;top:34.1875rem;left:60rem;overflow:hidden;display:block; }
#R5MhUlqQW3H50DTTIgb3d0WuHZJCiMT9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.5rem;top:34.8125rem;left:38.3125rem;overflow:hidden;display:block; }
#JFLBr0RnsgLpeTzZSJ269d2uMlEcdPR8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.75rem;top:35rem;left:45.25rem;overflow:hidden;display:block; }
#c3htKzN4IMZ580q36Q0nLeCT6X3gHyWE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.75rem;top:35rem;left:64.5625rem;overflow:hidden;display:block; }
#mtq7ygvOg82QaMOT2kuXQKTVK0eTGWA5 { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.3095703125rem;left:0rem;height:1.4624rem;font-style:normal;display:none; }
#NC3Uh5odo4Ocgp8dGo8IOQh5OW9651dm { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.375rem;top:38.796875rem;left:11.0625rem;overflow:hidden;display:block; }
#tTC30zxQdhEzeyiQh6D6TMpJAJZMaQMt { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D99yEPKoMRcHkwBmqfUzTDAMfqiWEIaI { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:39.20703125rem;left:16.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ldpvgA3ntPI531QAXf6KD4d5cgwTBqBM { color:#ffffff;display:block;width:23rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:40.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNPsbTgHWpvnwB24IlfaPEKL4p75cdL5 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.447265625rem;left:0rem;height:1.29980625rem;font-style:normal;display:none; }
#x66IbQGzzA4UJyTxD0Dz4i0VwmCNTIIt { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.7744140625rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#p7F99DVhCSh13ba5wcU8imyHkxqA722b { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.0625rem;top:29.25rem;left:64.5625rem;overflow:hidden;display:block; }
#gpgmBfE4LPMID5NBG97eBfJsOGTDZUoo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:28.375rem;left:60.46875rem;overflow:hidden;display:block; }
#E2eCLdvPdHSFh5p25EbcbPQIW8qH8RSz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.125rem;top:33.875rem;left:55.3125rem;overflow:hidden;display:block; }
#P1zaZSXwEdwz2FQ1Z5OvsqHXUqlqwiyl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.125rem;top:34rem;left:71.375rem;overflow:hidden;display:block; }
#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 { background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/6a61efca-232c-421d-b7e5-ab94eebf95a1/BG_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4.adaptive-delivery-prevent-bg, #mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4.lazyload, #mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4.lazyloading { background-image: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container { background-color: transparent; background-image: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container > .video-iframe-container { display: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row > .video-iframe-container { display: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .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); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container { border-width: 0; border-radius: 0; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#zqTcoKXFg5HaiMzCDiM2vIWwqQhqKIpN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27rem;left:12.9375rem;display:none; }
#ZQS32VXOIOqlT7nLEaKRQHW5lxIT3TFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4acD3Z2tDAekSdvafR4cWq5N4qMCJf4 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.447265625rem;left:0rem;height:1.29980625rem;font-style:normal;display:none; }
#uAi3Tg576dqMa1PIlP7pTR3aJu19A2QJ { color:rgba(255,255,255,0.7);display:block;width:32.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.0380859375rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#I7MGrfGiemIDAdU6fh3z73WaEfyuThCq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:35.625rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
#vTpim4kHaKg28D7HrDPRnJ2JS3THfBeo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27rem;left:24.5rem;display:none; }
#KHcCSKyabt8IGu5L4fOnP3RoyRbDaoJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmlVU2TLC4Eb3roqNUmGLK8oSAV4mhk3 { background-color:#ffcb1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#172128;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27rem;left:1.0625rem;display:none; }
#BaVsuiIKeFhn3dIItVBHHWoTCIHZpmo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQRySkTxkJASXGieGke4r8fPwoARqmkd { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#CP03LvrhFUnuC19hgT1gTI5IKTZnUq2q { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#Z5f9lEfbeDG95JrFUiTHSBiSsJaOWxda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTUfIQb9yMACAW7UJNw7WMaJeB9drZiP { background-color:rgba(255,126,5,0.2);background-image:none;border-top:0.0625rem solid #ff7e05;border-left:0.0625rem solid #ff7e05;border-right:0.0625rem solid #ff7e05;border-bottom:0.0625rem solid #ff7e05;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.375rem;left:13.125rem;display:block; }
#IUKzRUqSIDa250SS1QlHIif1h3R7MdPU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLF9TDeuH5S1U6EX9eWQqf4uvszJPpSl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:34.4375rem;top:5.2841796875rem;left:40.3232421875rem;overflow:hidden;display:block; }
#IQuyAmA2otiHdAXkV3R2MDf0lytT2CqM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.1875rem;top:28.5rem;left:39.15625rem;overflow:hidden;display:block; }
#alw8k7oaoop8L2A2I7l8O85ofi6pZQvI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.5rem;top:28.75rem;left:44.8125rem;overflow:hidden;display:block; }
#KR2gt2ZTWQAeBzJzMLZTwidbytmwb975 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.875rem;top:28.75rem;left:50.625rem;overflow:hidden;display:block; }
#FAvipDzGvuyoVkhfsVOTLpMhUIK0bipO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.75rem;top:28.125rem;left:56.1669921875rem;overflow:hidden;display:block; }
#XFd7SIxxuw0M5CzcBcZEW6SMfbw0uMK4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:34rem;left:51.9375rem;overflow:hidden;display:block; }
#BGVdUhRtLy1PvroCiwthXeiK4JnhAxll { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.0625rem;top:34.1875rem;left:60rem;overflow:hidden;display:block; }
#iveX6ZNDBAy8AqReymLMhbafdMZQzoiT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.5rem;top:34.8125rem;left:38.3125rem;overflow:hidden;display:block; }
#gRlVAFqFcmo42M0bvorVazg6hVmMMmW0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.75rem;top:35rem;left:45.25rem;overflow:hidden;display:block; }
#GTTlxVyvH83B8wWx7gS3uFxNlFKrzA3f { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.75rem;top:35rem;left:64.5625rem;overflow:hidden;display:block; }
#DewwIsaKAiKV4WHNTwoQoX3WTQmpDiNF { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.3095703125rem;left:0rem;height:1.4624rem;font-style:normal;display:none; }
#J3EeSMscKaxNkRTM36xvp6vpgTVKsT25 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.375rem;top:38.796875rem;left:11.0625rem;overflow:hidden;display:block; }
#J4dpudDJdgaKnoSigXBRidtSpPgRQ5To { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOT9fBrGCO575eZAZJvTkHTEbUUyl8FD { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:39.20703125rem;left:16.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ltNLGO3BZuBt7PaglXAVXRO76mqbsChf { color:#ffffff;display:block;width:23rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:40.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UO7uGxzTnSIG4d7KRxNk5AQuPW4D6i3n { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.447265625rem;left:0rem;height:1.29980625rem;font-style:normal;display:none; }
#l5IKGieh1qdSphmpDn9ob57rMxhTEcuv { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.7744140625rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#AZUyworQJXrruzaygNZusQ37GCSQHHHN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.0625rem;top:29.25rem;left:64.5625rem;overflow:hidden;display:block; }
#WBCCccb0R4zuPZ3mLpThwbHKB7O2n3rJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.125rem;top:28.375rem;left:60.46875rem;overflow:hidden;display:block; }
#ty0CWFnF8rwtQ3rK9KTAUDwN823kIFoa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.125rem;top:33.875rem;left:55.3125rem;overflow:hidden;display:block; }
#fvHHT4pWz5i9vZ7tGmziEx79CL2t6hHl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.125rem;top:34rem;left:71.375rem;overflow:hidden;display:block; }
#O2pMaWyVAew28yTD9G91bqSoK84I5TdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/3365528b-bc41-4e1f-866e-926e1196913c/BG_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH.adaptive-delivery-prevent-bg, #O2pMaWyVAew28yTD9G91bqSoK84I5TdH.lazyload, #O2pMaWyVAew28yTD9G91bqSoK84I5TdH.lazyloading { background-image: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { background-color: transparent; background-image: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container > .video-iframe-container { display: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container { display: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .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); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { border-width: 0; border-radius: 0; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#JFW97TLVaLLyFwEvKBu0ZdtqVu1ShbEE { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:4.3125rem;left:39.75rem;height:7.87109375rem;font-style:normal;display:block; }
#yoVF2eyq3u0FnL8xR0G3cPVSiW6DOA8D { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.6875rem;left:39.75rem;height:6.296875rem;font-style:normal;display:block; }
#Jpr8QJCupC6JhbhV54NikxHcCzAV8SJu { color:#ff7e05;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.34375rem;left:0rem;height:10.5629875rem;font-style:normal;display:block; }
#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/f0ecbc71-a880-4b81-8b19-b7a3932a0069/Frame8368.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V.adaptive-delivery-prevent-bg, #TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V.lazyload, #TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V.lazyloading { background-image: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container { background-color: transparent; background-image: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container > .video-iframe-container { display: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row > .video-iframe-container { display: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .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); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container { border-width: 0; border-radius: 0; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container { font-size:0.875rem;font-family:arial;height:133.375rem;width:75rem;position:relative;display:block; }#BITNVba6KfiTGLVnopvV3DZfszUF7FDp { background-color:#ffcb1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#172128;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:51.0625rem;left:27.4375rem;display:none; }
#NGyIfoSOrI39mKLHbB6RQqHb8LuFkJBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBtfOC0MN0xOweksSSurWpHZbwef9STL { position:absolute;display:block;z-index:15002;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.6875rem;width:26.25rem;top:44.5625rem;left:10.3125rem;display:block; }
#v8n8Cmx2gdDMDWTsVQXTq6StQs7psN9o { color:#ff7e05;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:52.0625rem;left:12.1875rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7wQPUDQILUr0T2544ZnczPmhcKC5G41 { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:59.3125rem;left:12.1875rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DK7agANCdyMalB0MCrGCgvuwnWWygD0x { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:51.0625rem;left:39.5625rem;display:none; }
#gVICplH9tg6rwktxivyO5tvps13CZazl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dk6CXgnzL6CR3HSoKxD9s6LuAXfnRT19 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:46.1875rem;left:12.1875rem;overflow:hidden;display:block; }
#SJZDWrsTmr9ok4abLH6chTw1PKwPvOmD { position:absolute;display:block;z-index:15003;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.625rem;width:26.25rem;top:44.5625rem;left:38.4375rem;display:block; }
#GbaHyo6Grf7e9darofP4sI6nJ1y2ihdF { color:#2ddf93;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:52.0625rem;left:40.3125rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2FiR6lTUhzODrTUToRzldcra1AD4ZPi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.5625rem;top:46.75rem;left:40.3125rem;overflow:hidden;display:block; }
#SLUSOfazIIyJZm7aA2DUdzagV5LF73Ra { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:59.3125rem;left:40.25rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TcR0qxuzdHATD8wXQcOWTNhpfyDCJCZ1 { position:absolute;display:block;z-index:15056;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:77.3125rem;left:12.125rem;display:block; }
#yNCCxIX3EldEQiqt0bWZDFwwMQwMsC1C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.375rem;top:72.3125rem;left:16.125rem;overflow:hidden;display:block; }
#f4HugTvU3ZVrvu9wuCIAF6Mt2X3pQun3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.8125rem;top:72.3125rem;left:21.0625rem;overflow:hidden;display:block; }
#HVZvWERZsM0tpC8LXXirSA3vnRtpBdpq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:72.3125rem;left:25.9375rem;overflow:hidden;display:block; }
#IrTaXob3b7tm8PlcSvourEe7kxJ5TJz5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.0625rem;top:72.1875rem;left:30.5625rem;overflow:hidden;display:block; }
#hf0c4XpFGDLHfQiSzCnnP4Zv2thIzKXH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.5rem;top:72.375rem;left:12.1875rem;overflow:hidden;display:block; }
#HQ1EwHzJTg4qZ7NpR52SEMqScT3nz238 { position:absolute;display:block;z-index:15063;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:77.3125rem;left:40.3125rem;display:block; }
#gzwrhcTIQ4bpTccEQ6t3toDZxyO3AAXp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.375rem;top:72.25rem;left:40.25rem;overflow:hidden;display:block; }
#T89VwovGGsPIrIw9WP94b1aSFQch3Mpp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.8125rem;top:72.3125rem;left:45.1875rem;overflow:hidden;display:block; }
#yLH9eB0Ov8HwGTmVbpgSpAfZRaH8tBk6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:72.75rem;left:50.5625rem;overflow:hidden;display:block; }
#BZTryNUO9NP2oo0pbBXqbnAThLzb5ldp { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4rem;top:88.9375rem;left:12.125rem;overflow:hidden;display:block; }
#rBZs3t4ccF6JAeVPdh7md0E2MD2KQ1BH { color:#3dc3b6;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:94.375rem;left:12.125rem;height:8.3994375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ShFGBT3dD25pozh8JTxvZMidfKWdXdAs { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:104.5rem;left:12.125rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uraJhGm5RzEZcunNFmomUnguya7IJGAN { position:absolute;display:block;z-index:15072;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:122.9375rem;left:12.125rem;display:block; }
#GGCATc1TzgVinrK0KwfvKtNbo8fJRDTp { position:absolute;display:block;z-index:15029;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:43.9375rem;width:26.25rem;top:86.875rem;left:38.375rem;display:block; }
#iPmqwBxtH1iKnxyFLtBmvAM55t9A92fR { position:absolute;display:block;z-index:15083;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:122.9375rem;left:40.25rem;display:block; }
#wDJkJpI6PCQIPu5MDcWTyqwL7MGRErhx { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:104.5rem;left:40.25rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FVm2nlWLy5ChdlrT6D33xNmI2GSAT1bT { color:#9758ff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:94.375rem;left:40.25rem;height:8.3994375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hkJ3Ax0fsF5GV5VVTq7uQFNyhlnfn1os { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.0625rem;top:89.4375rem;left:40.1875rem;overflow:hidden;display:block; }
#EbQ7pTLtgH238fgcIsKg2sbIehJdI4eR { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6rem;top:119.4375rem;left:12.125rem;overflow:hidden;display:block; }
#U8zvu6HbzQ61C1WWTMfGm0hfOs8yXTzz { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6.25rem;top:119.5rem;left:19.75rem;overflow:hidden;display:block; }
#eur45gDxTWPKcXNMal86OtOuX3mL7M3o { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.125rem;top:118.625rem;left:40.25rem;overflow:hidden;display:block; }
#rvbpCADVtJJa1CXNLwK4EK0wfJ1I0z0L { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.375rem;top:118.3125rem;left:49rem;overflow:hidden;display:block; }
#nTnreyd5Iuim49Lb78KdmFBBMsrq53hz { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:118.125rem;left:45.4375rem;overflow:hidden;display:block; }
#Tg1FkxH08CC8SCA9BksAqlwcMhbfyPB3 { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:124.9375rem;left:12.125rem;display:block; }
#qgfTAqTfJDldVMAddkmZbCanE6RK3N33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T12lvHyOl8oAf8B7i3LyUTCpeHISLwqb { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:124.9375rem;left:40.25rem;display:block; }
#oN5kaVM3wll25kVEIZnVsoMcHcK4L1C0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmOmw8liPNWTaxmZ9xQcbysbE7SUCaqF { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:79.625rem;left:12.1875rem;display:block; }
#rZZOPTZh6mVfQr6MQXNZ1o6cc3vUh5zw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmOdxHg9MpaWC25Qw4UhnQxrUlwOqDKA { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:79.625rem;left:40.3125rem;display:block; }
#CnfoyPBUZQqyi3p9c0diFElrAsP36xTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmMdyIBsatubcV7OHkWkqRIQNNflqRf3 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.0625rem;top:118.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#oTlvuNf7uTO5biJDcsmubEAlprbIfLSn { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.125rem;top:119.375rem;left:54rem;overflow:hidden;display:block; }
#Tmcsugv19CvG71uMknvzaDTkexwTf0sH { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.125rem;top:118.625rem;left:59.9375rem;overflow:hidden;display:block; }
#dTznTOdXFwPJv4RRQt3GWcVgOLuJUNyu { position:absolute;display:block;z-index:15030;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:43.8125rem;width:26.25rem;top:86.875rem;left:10.3125rem;display:block; }
#MGeBiIr4lQ3gGX2tPtkR7mChs2ToR9Sb { color:#ff7e05;display:block;width:42.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:14.5625rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EJKnd96ow7m1vfqbG6ABfR2HS47iJipA { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.375rem;left:12.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w577KHsxyMtl4tUw6z6yERAZ86zgPXmq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.3125rem;width:40rem;top:19.1875rem;left:17.5rem;display:block; }
#sEvfA2yCXMdxrTPuCAfM3Bnk59ZS12MS { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:79.6875rem;left:24.9375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CGH9180BLWVM0T13d4Xn1SOM6IFoGCIM { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:79.6875rem;left:52.9375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M8xbsL8E6Q6pluZ7ctmTOvgKgl6AaSal { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:125rem;left:24.9375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZFV00LlX8MQTiWE5XBurnloPKgvRyq9i { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:125rem;left:52.9375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tudmHa8iHiH4gcwyFPmRya1kOQe1ft3c { box-sizing:content-box;height:40.9375rem;width:26.4375rem;position:absolute;display:block;z-index:15107;background-color:rgba(7,14,19,0.8);background-image:none;top:44.5rem;left:10.28125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eMpu6ck1mAJRx7457mwSSJSZbk5RGy3b { box-sizing:content-box;height:40.9375rem;width:26.4375rem;position:absolute;display:block;z-index:15108;background-color:rgba(7,14,19,0.8);background-image:none;top:44.5rem;left:38.40625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xP6R6rAEGqeSR3c6JnRMZt7qQd8TaGFI { box-sizing:content-box;height:44rem;width:26.4375rem;position:absolute;display:block;z-index:15109;background-color:rgba(7,14,19,0.8);background-image:none;top:86.875rem;left:10.28125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/c8f69996-eedf-46c8-80b7-068dfe07d359/Frame8368.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb.adaptive-delivery-prevent-bg, #mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb.lazyload, #mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb.lazyloading { background-image: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container { background-color: transparent; background-image: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container > .video-iframe-container { display: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row > .video-iframe-container { display: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .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); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container { border-width: 0; border-radius: 0; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#FQKf7TGMvexQrPy7zpAlUNIwL4OgMJlG { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5625rem;left:13.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTp4crL7wEORw3Adu5T6Fz4IyVl31OkD { color:#ff7e05;display:block;width:42.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:17.5rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVk9RDXH6GTHrT1sK02gczmuUzovEWvi { background-color:rgba(255,126,5,0.2);background-image:none;border-top:0.0625rem solid #ff7e05;border-left:0.0625rem solid #ff7e05;border-right:0.0625rem solid #ff7e05;border-bottom:0.0625rem solid #ff7e05;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:51.125rem;left:38.9375rem;display:block; }
#wIVLcHZThef0KVzZNVDTfbK7iCp4bCtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTBL06XAeyL7KATEuPzLKWCkNm5sa1sH { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:51.125rem;left:25.8125rem;display:block; }
#sz2qO0dsv4DDEW20O62zMRTTUOdP4sqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtu0whL1vm1x3y79IaUtROvXUl0uPX0m { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:44.3125rem;left:20.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHB424lbUebX6RMeK5XfI6Fq1FQ006at { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.375rem;top:43.875rem;left:32.625rem;overflow:hidden;display:block; }
#DKf924oEQJtTDmCM7WUzRxeCLpl4GhtD { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:44.1875rem;left:38.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2kJ6gPPQHoOyiaGezCmITtseEtT458c { color:#ffffff;display:block;width:22.999rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:46rem;left:27.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXhbipk3sfVZVGzrl0z1TsdWMo5VfDmC { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:29.125rem;top:13.25rem;left:8.25rem;overflow:hidden;display:block; }
#puWsBDSx9yonm4nI5wTVvE2psvZSRr5b { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:29.125rem;top:13.25rem;left:39.8125rem;overflow:hidden;display:block; }
#dkLvA3vQcTlyyLJKxI1hVmrUpkEUaip0 { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:29.125rem;top:25.6875rem;left:8.25rem;overflow:hidden;display:block; }
#SfgKblX0s53q7qKboxz7PsiFgDlEmRwM { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:29.125rem;top:25.6875rem;left:39.8125rem;overflow:hidden;display:block; }
#R44oiBbUsTuGMABi1rV0SM0MF2WzpZu2 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:38.625rem;left:26.125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dSvtqbrwiWhtbT1MLfffhPbOq00c9P2K { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:38.625rem;left:38.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zkoOM6MpwKqTzkGwVGvt8xTe4IydAw5d { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:38.3125rem;left:23.6875rem;overflow:hidden;display:block; }
#gzsM1CPuUQPtJI5DTnoAmfg3KBdTsHoN { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.1875rem;top:38.4375rem;left:36.5rem;overflow:hidden;display:block; }
#xhTJtvoyZPCXREvBALqITLIZ7HfT51CN { box-sizing:content-box;height:10.5625rem;width:29.1875rem;position:absolute;display:block;z-index:15106;background-color:rgba(7,14,19,0.8);background-image:none;top:13.24951171875rem;left:8.234375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#xsXVQnVztw2XOsffZJkk39THq5O83KPN { box-sizing:content-box;height:10.56225rem;width:29.187rem;position:absolute;display:block;z-index:15107;background-color:rgba(7,14,19,0.8);background-image:none;top:25.68603515625rem;left:8.217041015625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#D2SnkunoiATimBq6UOV89h9uCQ81UFI3 { box-sizing:content-box;height:10.5615rem;width:29.18625rem;position:absolute;display:block;z-index:15108;background-color:rgba(7,14,19,0.8);background-image:none;top:13.248779296875rem;left:39.78076171875rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#T5lz97iUTxQxzXdZvFMJVSXV4qV1yQX6 { box-sizing:content-box;height:10.5625rem;width:29.1875rem;position:absolute;display:block;z-index:15106;background-color:rgba(7,14,19,0.8);background-image:none;top:13.24951171875rem;left:8.234375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#dAf8rEkdZVKAkIu1hO1XqmVpwA61nHQP { box-sizing:content-box;height:10.5625rem;width:29.1875rem;position:absolute;display:block;z-index:15106;background-color:rgba(7,14,19,0.8);background-image:none;top:13.24951171875rem;left:8.234375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/eda32ef2-98a7-4d45-9fcb-c5cd09d9df74/BG_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4.adaptive-delivery-prevent-bg, #BVrSekZpQHtTJAw60zrS9RalVB0sWQx4.lazyload, #BVrSekZpQHtTJAw60zrS9RalVB0sWQx4.lazyloading { background-image: none; }#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 > .row .container { border-width: 0; border-radius: 0; }#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 > .row .container { font-size:0.875rem;font-family:arial;height:141.875rem;width:75rem;position:relative;display:none; }#Kfwxm6Ax8B6Pv2Tci0dhNTgvN0SUf8ex { background-color:#ffcb1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#172128;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:51.0625rem;left:27.4375rem;display:none; }
#bwB9QorxDTuIWEeT4z8zeQ5PzSJpiTRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ia5zOpaUEmKid2I0twcN0yyFXsO4O1xl { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.9375rem;left:13.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaoTr4UhuIFSbNrqaJRG73ctRetBIPOa { position:absolute;display:block;z-index:15002;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:50.1875rem;width:26.25rem;top:14.6875rem;left:10.3125rem;display:block; }
#uxRvw1nWDfaRzmLabM6MpOTQTS9eC1BF { color:#ee6722;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:22.1875rem;left:12.1875rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ea6Fn4mrWs6EBZcB2VWbmu4b3xlIqIao { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29.4375rem;left:12.1875rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yfKyMDzsbf9v8K991eA0TmfI39kJbnta { color:#ff7e05;display:block;width:42.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:15.625rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC3CcVZbUPdA8sms36ioAOeXl4GU2zss { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:51.0625rem;left:39.5625rem;display:none; }
#EL1e5B8DTNSDDuKJc0Mg09UiJGNll5mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtVSiR0FNPqPbtkTsEc7vJPrHd3rBxCM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:16.3125rem;left:12.1875rem;overflow:hidden;display:block; }
#XKI2ySaPAfbPfBT5enbUDdBwh4ffKgSo { position:absolute;display:block;z-index:15003;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:50rem;width:26.25rem;top:14.6875rem;left:38.4375rem;display:block; }
#AmyBGEP2eABzIDXlUc9il2n6MfkUCm2S { color:#2ddf93;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:22.1875rem;left:40.3125rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpdBR0KAfCLWXJyTfJCcisdSA1sDWPPq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.5625rem;top:16.875rem;left:40.3125rem;overflow:hidden;display:block; }
#C1ReU6ka6c6hq4T5hcVEgGq5IwACdQgD { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:29.4375rem;left:40.25rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dBgmRuw9GqcnXzqRqNfSXc0TNAv3TdSL { position:absolute;display:block;z-index:15056;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:50.75rem;left:12.1875rem;display:block; }
#cNNiek22WPdvGyN3AhU8eooglZLrWZQI { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:52.3125rem;left:14.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AJoqNkQnINUgwRMuKrfg2CrPFLnMfm5E { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:54.3125rem;left:14.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gOzPPUJecX8Sf4mikvU4yRNZPVw5AMw9 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:56.3125rem;left:14.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i1KUEQ5dKgMWD9PKLw9bgsZoCwfd4igo { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.125rem;top:52.3125rem;left:12.1875rem;overflow:hidden;display:block; }
#HymqAldFTNVBfET9WWL3XGttklPaufq3 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:54.3125rem;left:12.125rem;overflow:hidden;display:block; }
#HKxas56GmzvCRFVPkpREE4TsJoEEkXPv { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.9375rem;top:56.3125rem;left:12.3125rem;overflow:hidden;display:block; }
#yZLFJHXuHGfQ374aLrwsskia0ZcSwDsZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.375rem;top:42.4375rem;left:16.125rem;overflow:hidden;display:block; }
#vU4ptSbfX7HAUN05Xuwux3SVfT2Adg8g { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.8125rem;top:42.4375rem;left:21.0625rem;overflow:hidden;display:block; }
#iVSvVragaIkXz4EhRmBeQeEqk615I2vZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:46.375rem;left:12.1875rem;overflow:hidden;display:block; }
#mayK3zoRG94xyTRJVGcTl06Ld4VgNsy6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.0625rem;top:46.25rem;left:16.8125rem;overflow:hidden;display:block; }
#VpdAsOrzTEcm1NzpMZlq57ifrNTH5K0W { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.5rem;top:42.5rem;left:12.1875rem;overflow:hidden;display:block; }
#pqSFoVJyXSrcRKaOWSLaTvyp7bp4N84Z { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.9375rem;top:56.3125rem;left:40.5rem;overflow:hidden;display:block; }
#Pf0GJ0x5WeFkNU2953nOlDkSBhT6xifx { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:56.3125rem;left:42.8125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vtyCh6gtKN4xRZWhnEymyz06PmyZzPFl { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:54.3125rem;left:40.3125rem;overflow:hidden;display:block; }
#PIZNl9f1TIsO16IpHgfS8pgXtIMR2Egm { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:54.3125rem;left:42.8125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OZPKfD1HavFLXbp7mUwRirptMvN4lOQq { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.125rem;top:52.3125rem;left:40.375rem;overflow:hidden;display:block; }
#rLV1ss9zi6BEEcqyahllbm1ZzyDPqTTD { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:52.3125rem;left:42.8125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fNEuhz4vvvv1NQr4DDeKO379uDBDXfeN { position:absolute;display:block;z-index:15063;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:50.75rem;left:40.375rem;display:block; }
#Hcl45yEN53UbOkhWIL50WU16ZRpq8U7C { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.375rem;top:42.375rem;left:40.25rem;overflow:hidden;display:block; }
#x4UUUOKvwXKh4TewpuGlAybCPKt4K9dF { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.8125rem;top:42.4375rem;left:45.1875rem;overflow:hidden;display:block; }
#RfQOxIkgpMcy8Qodv7EfqakT6T8lewSH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:42.875rem;left:50.5625rem;overflow:hidden;display:block; }
#TPEsUQ66vlrzmShz1fSE1bHv7FcUE5sq { position:absolute;display:block;z-index:15018;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:58.8125rem;width:26.25rem;top:67.4375rem;left:10.3125rem;display:block; }
#hxfFLEEZ4HwZTvqI6VRFh2F0uoNLCZac { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.0625rem;top:69.5rem;left:12.1875rem;overflow:hidden;display:block; }
#SxmgWcTupT0A8Vr9iphZuEoDVVaG0zkC { color:#3dc3b6;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:74.9375rem;left:12.1875rem;height:8.3994375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bfkmFaGxBnw0qVixgwbAhS2TlIR2V1aO { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:85.0625rem;left:12.1875rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VSvcGxuyOVoThXCfynvtNzxgkAPTTS5l { position:absolute;display:block;z-index:15072;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:103.5rem;left:12.1875rem;display:block; }
#LKmppQCQ9zm3EA66s2rVIa4GJV17riOZ { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:105.0625rem;left:14.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p2UVRFcEtKiSPmOTDk9gTPDRUmvCephv { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.125rem;top:105.0625rem;left:12.1875rem;overflow:hidden;display:block; }
#FcIMJxIk8SJDEZMo3EXBaLfkoQ4uayTe { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:107.0625rem;left:14.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XbQpHlxTgDn7pZTqLoIOC4OBmLRb1TGB { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:107.0625rem;left:12.125rem;overflow:hidden;display:block; }
#M0LIKg5ACIp3xpr4RUT91WqAWZM4gseN { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:109.0625rem;left:14.625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BwGHzh5otCL5NZp1NDUdrzgH69wDoKmr { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.9375rem;top:109.0625rem;left:12.3125rem;overflow:hidden;display:block; }
#I1w3VrN9NayJRse7KTDiNtz011NzMHJe { position:absolute;display:block;z-index:15029;background-color:#161431;background-image:none;border-top:0.0625rem solid #565d9e;border-left:0.0625rem solid #565d9e;border-right:0.0625rem solid #565d9e;border-bottom:0.0625rem solid #565d9e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:58.9375rem;width:26.25rem;top:67.4375rem;left:38.4375rem;display:block; }
#VGFENRIn1TXyWvShVNPby7lF8c7vnJto { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:107.0625rem;left:42.75rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QCcvySIbKoBAHBZU27CU4A3tFkfVyXcG { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:109.0625rem;left:42.75rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NpDE2yTJd6yw7x9CSaSCZc3pltVODyA0 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:105.0625rem;left:42.75rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EHUUSmTdEvDHTN63M2JrTBBVUTbMd9sX { position:absolute;display:block;z-index:15083;background-color:#565d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:22.625rem;top:103.5rem;left:40.3125rem;display:block; }
#TwzfnT4ytbyRvNT9cuLgHUatiBI7X2BM { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.125rem;top:105.0625rem;left:40.3125rem;overflow:hidden;display:block; }
#JTN26GT8DTdfWRpZkNf6Cys3nWcTUJ48 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:107.0625rem;left:40.25rem;overflow:hidden;display:block; }
#MddcAM24X3Iw77TDBCa6hTJriToK7dp8 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.9375rem;top:109.0625rem;left:40.4375rem;overflow:hidden;display:block; }
#CeMCWKyBLzWNQOgs60he4z7r1ppdUUBz { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:85.0625rem;left:40.3125rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dHpfTmf7LfL44A7K9dKNOspHKxT9VTLJ { color:#9758ff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:74.9375rem;left:40.3125rem;height:8.3994375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mqw1epwpoGTiG2cSbZZpIJVJHnmEw6ci { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.0625rem;top:70rem;left:40.25rem;overflow:hidden;display:block; }
#dCrhw42hQEPCG282EnKlHtflKdH3lq4e { background-color:rgba(163,168,225,0.2);background-image:none;border-top:0.0625rem solid #a3a8e1;border-left:0.0625rem solid #a3a8e1;border-right:0.0625rem solid #a3a8e1;border-bottom:0.0625rem solid #a3a8e1;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:136.625rem;left:31.25rem;display:block; }
#kUmJJHduGzeUZCdB38ZHASt1qINMSxOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVv3vduKyucyu7AW0fArlRX8sLXKoBEt { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6rem;top:100rem;left:12.1875rem;overflow:hidden;display:block; }
#U7B1UWbGK52PRwPEqrk3P6WxTneenrTn { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6.25rem;top:100.0625rem;left:19.8125rem;overflow:hidden;display:block; }
#I9yiM1khrBy59DyapE8lH1a301C6oqhy { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.125rem;top:99.1875rem;left:40.3125rem;overflow:hidden;display:block; }
#oRlSAezN8JoZTizTEmh1fEiBnuFvcDTb { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.375rem;top:98.875rem;left:49.0625rem;overflow:hidden;display:block; }
#ByS78dsWXC5mbI1ld8ZOMRqd15bbDMK9 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:98.6875rem;left:45.5rem;overflow:hidden;display:block; }
#DyZrLbML572O0lrNcdrKodTd7I2gNJJT { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:121.0625rem;left:12.1875rem;display:block; }
#blBTOHpsdCTd60RA2gThc80vfL5Hu1TQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z79gwdF9gvDGeOCJZ7ykmJcIkJSlLbrh { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:121.0625rem;left:40.3125rem;display:block; }
#fA5VStGKXLWJ3nvvmcxFSclEWCcA3gpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piPTR0RhOM3oqSyQNOTWQCFT2FTKVvX3 { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:59.5625rem;left:12.625rem;display:block; }
#L1z8NN7VpfLd0l2A2MJNxua20ynDUxhi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkG5f0f5gor6pEpIqNNTDxO9uyoERVCV { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:59.5625rem;left:40.3125rem;display:block; }
#sTxiugmQJHxveKh3gIu1wcMtADVnfVrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAUOQVpyiFoSNAocThBCgZBiQRK79o3d { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.0625rem;top:99.25rem;left:27.875rem;overflow:hidden;display:block; }
#WXnSiIGwGyqWN5AMgzJ5zKUZ3HohSrNs { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.125rem;top:99.9375rem;left:54.0625rem;overflow:hidden;display:block; }
#uIuMUbCeWcRSLpFv4cE1nI6aTqT7w6EZ { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.125rem;top:99.125rem;left:60.5rem;overflow:hidden;display:block; }
#aaVCxEobCHU7tEBvyk5LduKEnkHZI9WZ { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.375rem;top:48.5625rem;left:22.5rem;overflow:hidden;display:block; }
#ZnSXCUqGtsZAWABeyLcVw89VQc06vHmT { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.375rem;top:48.5rem;left:51.125rem;overflow:hidden;display:block; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .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; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.55875rem;padding-right:0.494375rem;padding-bottom:0.55875rem;padding-left:0.494375rem;display:block;align-items:center;width:2.9675rem;min-width:2.9675rem;height:3.0025rem;position:relative;font-family:"ibm plex sans thai";font-size:2.234375rem;font-weight:700;line-height:48.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.349375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.956875rem;height:1.186875rem;position:relative;font-family:"ibm plex sans thai";font-size:0.838125rem;font-weight:700;line-height:18.99px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.8125rem;height:5.65625rem;padding-top:1.0475rem;padding-right:1.06rem;padding-bottom:1.0475rem;padding-left:1.06rem;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:111.9375rem;left:10.6875rem;z-index:15098; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #hhgAG7bELMmh5RzvxrlbV70u5TfqMirL { display:flex;position:relative;top:0rem;left:0rem; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #Zzv1Acxi2xZbpmuxKfdZu5o9ltsLrack { width:auto; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #XFG807Gu7BLzaO6TmhotFDh0JtynLsNS {  }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #cSTn8gdJ7BBI0Z7VbWCiwa9DxUGvSsV9 { display:flex;position:relative;top:0rem;left:0rem; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #qPXumTGf546bKDdamuvK135TR7Xxxhvu {  }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #WOsJtdbCfA5Ila5zFTFdnmIiVC1XMsSM {  }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #xOndubZloNVwvIzfBla4nBC7WGMo2QP9 { display:flex;position:relative;top:0rem;left:0rem; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #pIiWmSR4CckT8Je9eLMApnyqEsR5T7qz {  }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #PtFil5wnxnHkryI0TIRvPqad1m7IaKpK {  }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #nJL29lTkPxhmvKDKTOxrDBPJZea75R55 { display:flex;position:relative;top:0rem;left:0rem; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #GWRURV2quExMAMsOmKroM0m8ZAbR3iJX {  }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #xOIhBrIl1z6Kexx8fKv6keFAK1QQvo8T {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .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; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.55875rem;padding-right:0.494375rem;padding-bottom:0.55875rem;padding-left:0.494375rem;display:block;align-items:center;width:2.9675rem;min-width:2.9675rem;height:3.0025rem;position:relative;font-family:"ibm plex sans thai";font-size:2.234375rem;font-weight:700;line-height:48.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.349375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.956875rem;height:1.186875rem;position:relative;font-family:"ibm plex sans thai";font-size:0.838125rem;font-weight:700;line-height:18.99px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.8125rem;height:5.65625rem;padding-top:1.0475rem;padding-right:1.06rem;padding-bottom:1.0475rem;padding-left:1.06rem;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:111.9375rem;left:38.625rem;z-index:15099; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #kGf0R329Od3B5oOgZN9MKA2H2BuAhOwm { display:flex;position:relative;top:0rem;left:0rem; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #HDdzTgRRrGvWbhItE9bXRSzHosFCv2aE { width:auto; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #r09BV9A1kI2fHhBXbNAesIV9auP2fHT6 {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #ZWW8pkt9UXIhL9bRk17u3tXgq5NLnn8G { display:flex;position:relative;top:0rem;left:0rem; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #bGt0xkI5mJbeMPsHOssyTMwMcnCncC3B {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #eAciaSTQGbM4WnxdrxMx8SVKTCDmvkmL {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #gnB6H7hW2oy1lqdLWi1PMWlbRwDHKfV0 { display:flex;position:relative;top:0rem;left:0rem; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #xvX6UKN6knOVu99m6DKMaRZKcqKUcu4v {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #U9yZN9USiM8LcgmnhGz3fXHTHTGtd0Eq {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #bzGJNhOxPXyoCshtybVGh4kS03NMqQSF { display:flex;position:relative;top:0rem;left:0rem; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #N0C4I04c9rWL9bFtBI7J2pe28UEkJeTS {  }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S #yemsrzh6LnoM5vZXcZlSONEmkecGRp2v {  }
#kKMlfolG6WQVsRQVgSKkKsXLnn2n1HOV { color:#ff7e05;display:block;width:44.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:128.00000572204rem;left:15.1875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GBG6ZAUqd3kN3eC4JiTziWPRsfnA0ikR { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:132.11783981323rem;left:16.40625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvoN5qQewwintqo3IATvI4Todrsc4gsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/97df632c-f2d2-4363-a8c9-5a6046ad4e45/bggg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF.adaptive-delivery-prevent-bg, #QvoN5qQewwintqo3IATvI4Todrsc4gsF.lazyload, #QvoN5qQewwintqo3IATvI4Todrsc4gsF.lazyloading { background-image: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container { background-color: transparent; background-image: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container > .video-iframe-container { display: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row > .video-iframe-container { display: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .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); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container { border-width: 0; border-radius: 0; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#aWIcLHmUIcnkEPUtTR7OaV2Apn7lfqCx { color:#ff7e05;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0625rem;left:32.8125rem;height:3.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sap1fpQuZEln9l3icLDzoq1n4Dp4ICRX { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.5rem;left:32.8125rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc { color:rgba(255,255,255,0.7);display:block;width:31.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.1875rem;left:32.8125rem;height:6.9375rem;font-style:normal;display:block; }#ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc li:before{  }
#nuEdS0yDrVUXDrwkirDIh7vPyH0JTnAO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:22.75rem;top:2.8125rem;left:7.25rem;overflow:hidden;display:block; }
#cnBT69Jv4L2VniRPlcZOBlXwDMPmFvB3 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:32.8125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262b5b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container { background-color: transparent; background-image: none; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container > .video-iframe-container { display: none; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row > .video-iframe-container { display: none; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .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); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container { border-width: 0; border-radius: 0; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#yxkdG49AOTnD9aO1t7VfeRiCdnXlTfST { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:15.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i9wNlkKFt1OBTWBKyaVasnO0ihETqkOd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.375rem;width:16.625rem;top:25.75rem;left:3.3125rem;display:block; }
#SCJt3nMlxxWqq9waT9V7FTHfRCMiwu88 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.375rem;width:16.625rem;top:25.75rem;left:20.5625rem;display:block; }
#v99I7mNc13deJqWinELqwDwZpP8lK7WQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.375rem;width:16.625rem;top:25.75rem;left:37.8125rem;display:block; }
#OPrHVPbeavqThL1n2t1rOlddrakvShEG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.375rem;width:16.625rem;top:25.75rem;left:55.0625rem;display:block; }
#f8M8c6EAfrCGAToVi5ak8vdFlVVgDtai { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19rem;width:34rem;top:5.4375rem;left:3.3125rem;display:block; }
#thMrgS98uiFRmQlu4TAh8nPDJQrvD3Hh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.75rem;width:34rem;top:5.5625rem;left:37.8125rem;display:block; }
#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/296e5b01-c058-4968-8747-7a107a60caa6/Frame8369.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.adaptive-delivery-prevent-bg, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyload, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyloading { background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { background-color: transparent; background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .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); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { border-width: 0; border-radius: 0; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { font-size:0.875rem;font-family:arial;height:97.3125rem;width:75rem;position:relative;display:block; }#acy3rcXRA3niiVmCLOPxOgDIfEeMeBXu { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToCzPvcPvQ3kRvX25fxKKN7AtvThACZL { color:#ff7e05;display:block;width:49.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:12.59375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJ8LBCgS8lUOutSsWXFvlBVBzTNWeMCR { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:39.1875rem;left:10.1875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GwW8DHvlHKwJK25W1g9DrUA1PP96Zkuo { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:39.1875rem;left:48.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u5IU3MVod7NrbHv9qQmbBXJ8sXT1Tqrw { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:49.5625rem;left:6.8125rem;height:7.7988125rem;font-style:normal;display:block; }
#lWR58x4aWl1c8wefo4wP469CkOoqXrO1 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:51.1875rem;left:43.875rem;height:4.5rem;font-style:normal;display:block; }
#wUV6nX82cgoKUbJRtgctkH7qBSlH9r3R { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:62.25rem;left:6.8125rem;height:7.7988125rem;font-style:normal;display:block; }
#n4PiHfvGvTUfmWerr04bcb1BGHcOBzTg { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:63.125rem;left:43.875rem;height:6rem;font-style:normal;display:block; }
#VVIRzKyL3SThwo3ugS9VLShPlvzTtBHP { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:74.9375rem;left:7.0625rem;height:7.7988125rem;font-style:normal;display:block; }
#ld2TvVIDsqydSOI6UfwHK2GJNtnEgelL { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:74.5625rem;left:43.875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTPx3rTObLi2uofwhBdHfx9JFecLQJzx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:51rem;left:0rem;overflow:hidden;display:block; }
#USX324T5uUUvOkNi0EK5f2KNHC865VOT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:63.6875rem;left:0rem;overflow:hidden;display:block; }
#B99yBJy0dm60BWU9bxTPTWJJE1RQ3kRn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:76.4375rem;left:0rem;overflow:hidden;display:block; }
#nHAf28PWnbP11onI7s6gf9hBqduwKeEX { background-color:#ffcb1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#172128;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:103.8125rem;left:25.6875rem;display:none; }
#hFD8GVnBVHBqNGNNeIqD6i39oFJrrOH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShR2C46HkDEcIUzCpFdwLAEcLTEibtn4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:103.8125rem;left:39.0625rem;display:none; }
#OmxK3O337gkcQ08MfAssXI7aKwGwE7FP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVVcJq5cbMARRGCRnTEXZLQWFxSXFiP6 { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:89rem;left:31.25rem;display:block; }
#JA9iZ5hh0szJy7JU7A5edrbDZI2JTOni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:76.9375rem;left:44.625rem;height:6.1875rem;font-style:normal;display:block; }#chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ li:before{  }
#J8uslllzvUVd67C7hpELsHzbTBoFc488 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:39.1875rem;left:29.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnOA5ECct1wiPZPSHx3MrrgDD68oPllg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:16.25rem;top:14.5rem;left:29.375rem;overflow:hidden;display:block; }
#w6rbXcud1rMlgdTB5aKFA58qX497W1QK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:16.25rem;top:14.5rem;left:10.125rem;overflow:hidden;display:block; }
#HOB4zuJvkH5dNt0J7kLQIVvssR6laW61 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:16.25rem;top:14.5rem;left:48.6875rem;overflow:hidden;display:block; }
#LHzdFbrZHzg9dxek0pX015SW53a3pQHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container { background-color: transparent; background-image: none; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container > .video-iframe-container { display: none; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row > .video-iframe-container { display: none; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .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); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container { border-width: 0; border-radius: 0; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container { font-size:0.875rem;font-family:arial;height:80.6875rem;width:75rem;position:relative;display:block; }#xT727rbgoLumRU9mssJsNWLgAnq6aC0d { background-color:#ffcb1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#172128;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:141.1875rem;left:26.8125rem;display:none; }
#Ed0BvHz5hTc1N8S9MVpUwl4KT9oa2qLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2PaEkn90Uo4pd4865swkbaMkAs3sJw3 { color:#ff7e05;display:block;width:33rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:21rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiFIhJEhRpb6Tp2zrArb1IrdHTAST7mX { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:12.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JK2WhrsFrF6ytkbTqkr34xtXR0wgIZtT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -moz-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -ms-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-image: -o-linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1953be69', endColorstr='#193f928d' );";background-image: linear-gradient(90deg, rgba(83,190,105,0.1), rgba(63,146,141,0.1));background-size:auto !important;border-top:0.0625rem solid #53be69;border-left:0.0625rem solid #53be69;border-right:0.0625rem solid #53be69;border-bottom:0.0625rem solid #53be69;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:141.1875rem;left:39.6875rem;display:none; }
#TFIqONyqQ2x27UrXOeKDVuk1BmqZNOnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Of9TFcf1FmeO0Kfml6eDCc65DT9u15Uk { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c5390, #202660);background-image: -moz-linear-gradient(180deg, #4c5390, #202660);background-image: -ms-linear-gradient(180deg, #4c5390, #202660);background-image: -o-linear-gradient(180deg, #4c5390, #202660);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );";background-image: linear-gradient(180deg, #4c5390, #202660);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 2.1875rem 3.75rem rgba(0,0,0,0.3) ;height:29.6875rem;width:23.125rem;top:15rem;left:13.125rem;display:block; }
#rcO57eqp31BGfgTT0JyC2DkgDx5U6KE8 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27rem;left:14.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KEvsn20GNLSLBcgTQcTEkJpVIszC5IwJ { color:rgba(255,255,255,0.7);display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:35.125rem;left:14.6875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dG59mmEtglA0cUXgP3vhXvTBXITExhQI { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:29.875rem;left:14.6875rem;height:3.2504875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JsWVubDwT8FzDVIx4xHdGLuyWwFN0V67 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:7.6875rem;top:16.5625rem;left:20.875rem;overflow:hidden;display:block; }
#LJmQw3CwlQ6h4tOWNLqaNpzEe7iQoSRS { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c5390, #202660);background-image: -moz-linear-gradient(180deg, #4c5390, #202660);background-image: -ms-linear-gradient(180deg, #4c5390, #202660);background-image: -o-linear-gradient(180deg, #4c5390, #202660);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );";background-image: linear-gradient(180deg, #4c5390, #202660);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 2.1875rem 3.75rem rgba(0,0,0,0.3) ;height:29.6875rem;width:23.125rem;top:15rem;left:38.75rem;display:block; }
#QnGlTxRmZe9NLzQLeH2ulKgHceWBtx8Z { color:rgba(255,255,255,0.7);display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:35.125rem;left:40.3125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PcBTcd9FLLASHyCdDNyZBybhqspeQ75E { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:29.875rem;left:40.3125rem;height:3.2504875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#orVowSw4xHKk0GJXHxkFTyxwKZtshTmS { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27rem;left:40.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SgIBMen78ikaB0kxac6hXW34mGqaNJ2B { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:7.6875rem;top:16.5625rem;left:46.4375rem;overflow:hidden;display:block; }
#dDSvXfPDT6rCPynWInMcPMSdNAfuXyXQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c5390, #202660);background-image: -moz-linear-gradient(180deg, #4c5390, #202660);background-image: -ms-linear-gradient(180deg, #4c5390, #202660);background-image: -o-linear-gradient(180deg, #4c5390, #202660);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );";background-image: linear-gradient(180deg, #4c5390, #202660);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 2.1875rem 3.75rem rgba(0,0,0,0.3) ;height:29.6875rem;width:23.125rem;top:47.1875rem;left:13.125rem;display:block; }
#HGUqeXo3hLHA5Xb5yid5hNUCBOTJOAtV { color:rgba(255,255,255,0.7);display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:67.3125rem;left:14.6875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lRc6sHnN9re5Kqdvx1bK6xmc5nGKwQkf { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:59.1875rem;left:14.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zrmUoCxul81qvGMt8EyUwgKUpnBrRhHu { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:62.0625rem;left:14.6875rem;height:3.2504875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NquRubTtTQFmXxqsfJBszD4OIqQSp4ZW { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:7.6875rem;top:48.75rem;left:20.875rem;overflow:hidden;display:block; }
#l7XTWNEQl14LKqSGWsBHnwMNxMwaA8Jx { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c5390, #202660);background-image: -moz-linear-gradient(180deg, #4c5390, #202660);background-image: -ms-linear-gradient(180deg, #4c5390, #202660);background-image: -o-linear-gradient(180deg, #4c5390, #202660);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5390', endColorstr='#202660' );";background-image: linear-gradient(180deg, #4c5390, #202660);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 2.1875rem 3.75rem rgba(0,0,0,0.3) ;height:29.6875rem;width:23.125rem;top:47.1875rem;left:38.75rem;display:block; }
#Be1xJLONyCnuffhBPdtOz2mHEaL0IPmF { color:rgba(255,255,255,0.7);display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:67.3125rem;left:40.3125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qyap35HboRmFOk20kfvrEwOfBMIyrAtA { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:62.0625rem;left:40.3125rem;height:3.2504875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iWqfxKZgJ6fEJ0QPyLMKCJfnfnCQzdcX { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:59.1875rem;left:40.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9Nzu7UN1hFluTc7lZLOcAzZaRtfdcoa { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:7.6875rem;top:48.75rem;left:46.5rem;overflow:hidden;display:block; }
#TQx1BNcTtK163IU97LmvazByPq4KCZMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/3365528b-bc41-4e1f-866e-926e1196913c/BG_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ.adaptive-delivery-prevent-bg, #TQx1BNcTtK163IU97LmvazByPq4KCZMJ.lazyload, #TQx1BNcTtK163IU97LmvazByPq4KCZMJ.lazyloading { background-image: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container { background-color: transparent; background-image: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container > .video-iframe-container { display: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row > .video-iframe-container { display: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .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); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container { border-width: 0; border-radius: 0; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#SkqMBR6TWRew8fgMAAodpBQMJryzqTFg { color:#ff7e05;display:block;width:36.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:5.75rem;height:3.8999rem;font-style:normal;display:block; }
#rNpT9tOf5h6EIZ0mRtsevPhm3MdeewzN { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.125rem;left:5.75rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gavRODV4K9tBVO9zWcMqlhg0QIg1cEXe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:24.75rem;top:3.625rem;left:44.5625rem;overflow:hidden;display:block; }
#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container { background-color: transparent; background-image: none; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container > .video-iframe-container { display: none; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row > .video-iframe-container { display: none; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .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); }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container { border-width: 0; border-radius: 0; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container { font-size:0.875rem;font-family:arial;height:90.375rem;width:75rem;position:relative;display:block; }#tJiGyDITc8OxlnBvqGpG7RxmlWWZfnTx { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.5078125rem;left:10.09375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UopfhoH4JMQ3RSMdOri2nnytRogrdwNa { color:#ff7e05;display:block;width:44.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0078125rem;left:15.46875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wp9MQ6ULsdEbopJK1lIXCqOJOE00mZHz { color:#ff7e05;display:block;width:57.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.40625rem;left:8.96875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsAECMoqEdv18hAmuCs5lbyzGXA1qegy { position:absolute;display:block;z-index:15001;background-color:#161431;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:21.9375rem;top:1.375rem;left:26.53125rem;display:block; }
#v6FNaVW0XDdfun9t8oeZm5iDVrhImlRP { color:#ff7e05;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:23.3125rem;left:16.625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEmIXFZUJ5qCBxJgTVLwG2fasnPaw3a5 { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:31.8125rem;left:30.0625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFqFd2tfA25TZLH72JiUoOAudMdE1Pek { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:30.5625rem;left:20.125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#al6D42JmZrgP57c19NacW70xyGltaghc { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:34.25rem;left:16.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZJICB1tSVpTFUkKbiaKh8D5U1esiMa4 { background-color:rgba(255,126,5,0.2);background-image:none;border-top:0.0625rem solid #ff7e05;border-left:0.0625rem solid #ff7e05;border-right:0.0625rem solid #ff7e05;border-bottom:0.0625rem solid #ff7e05;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:80.5rem;left:37.8125rem;display:block; }
#mysDyWOH34XV56NRwTrLEi8uTr4x3JGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zw26bnNWzu6IqQa8qlm7Uyy4bT0Tdne9 { background-color:#ff7e05;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:80.5rem;left:24.75rem;display:block; }
#oThisFx1GnD1hPTUPsNFz6tzE7dSEc7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTbPwJ18sqKZ5NkrnXk42GVclxyQg6QR { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.6875rem;width:20.9375rem;top:17.9375rem;left:15.5rem;overflow:hidden;display:block; }
#drfkgkT26W03TBGR1myLCG5oodHFI7nb { position:absolute;display:block;z-index:15051;background-color:#4d5391;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.25rem;width:20.9375rem;top:29.5625rem;left:15.5rem;display:block; }
#wxXcVgHQUTQCRJMVEiFWEXNUx0covhQW { position:absolute;display:block;z-index:15055;background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:19.1875rem;left:22.8125rem;display:block; }
#ZXJT5zBHaSCh8BJOOHJ6BP5aRIhTR8E6 { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:19.75rem;left:23.3125rem;height:0.97485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdLSFRZJXVWaqwBTsrblTLf3E5btAuHf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.75rem;width:20.9375rem;top:17.875rem;left:38.5625rem;overflow:hidden;display:block; }
#kwebPKoXkptkwq6haTouPwc8RRUAfLM5 { position:absolute;display:block;z-index:15059;background-color:#4d5391;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.25rem;width:20.9375rem;top:29.5625rem;left:38.5625rem;display:block; }
#nX91KTIra8vI8WpaZ2TTFoKrqrguoi6d { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:19.75rem;left:46.375rem;height:0.97485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SgTLeTsvQxpRxKdGKhx2ZxTbwT2skfTg { position:absolute;display:block;z-index:15063;background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:19.1875rem;left:45.8125rem;display:block; }
#FgPlkDPK82H4RRQ4HJBIR4o4lkaHef8Q { color:#00cf83;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:23.3125rem;left:39.625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oLyuRr2yeNBNHktuFWXDPbX5heptbhTB { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:30.5625rem;left:43.125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v4zXe42CPb6pCBwkTLelqIvqMz24AKzs { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:31.8125rem;left:53.0625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXk3pVmnlDTUkmbrKiCCn0cOrpGt4mil { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15061;line-height:1.5;letter-spacing:0;top:34.25rem;left:39.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JL1pvXeb7mBf8V02n4UPhGO1hhATopSr { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.6875rem;width:20.9375rem;top:39.75rem;left:15.5625rem;overflow:hidden;display:block; }
#Co8KFwqJ34lISCoO8A2xWWZ5cORtWoSe { position:absolute;display:block;z-index:15059;background-color:#4d5391;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.25rem;width:20.9375rem;top:51.375rem;left:15.5625rem;display:block; }
#BxJ5i0DzTQF39amk6LF5lGXR9Rg2RrEt { position:absolute;display:block;z-index:15063;background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:41rem;left:22.875rem;display:block; }
#bS2VpOsySX6pgHmTLUcfc6p5Ik0hD02T { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:41.5625rem;left:23.375rem;height:0.97485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwx5gqSmZsLTg1DF1ag0BZV8UnCQd4J4 { color:#00c4ba;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:44rem;left:16.6875rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3zhq1ySb64STSyRfoy2bW3MEJ4D6WxH { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:52.375rem;left:20.1875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0pTBviQJJbILXihUdcwdtnE0vso9WUt { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:53.625rem;left:30.125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yf7iZwTf7JyVS4ZWobrIoPrrQT6qFdMS { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15061;line-height:1.5;letter-spacing:0;top:56.0625rem;left:16.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mG8oHINiLzTq4JdP3oI1BORMwTVfzNoO { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.75rem;width:20.9375rem;top:39.75rem;left:38.5625rem;overflow:hidden;display:block; }
#COh7T3txyLVWlHkoJ9k1SJvV0layHx1O { position:absolute;display:block;z-index:15067;background-color:#4d5391;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.25rem;width:20.9375rem;top:51.4375rem;left:38.5625rem;display:block; }
#XuTc4QLVnGqmw7RHIxItRGEWuufB7Ctn { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:41.625rem;left:46.375rem;height:0.97485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CxXtLg0LtHeg4JQAgJCQrS7aWRK6rM3J { position:absolute;display:block;z-index:15071;background-color:rgba(255,255,255,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2rem;width:6.25rem;top:41.0625rem;left:45.875rem;display:block; }
#qvHEPDGffnLG2CLOIXGsnIFds2PTkazK { color:#bb66ed;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:44.0625rem;left:39.6875rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZB9EhhbMkPpT77lgxGBxNTPElUygPvdD { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:52.4375rem;left:43.1875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtGSOIQG4MMIVdvQg2wOBAaqkTTtPlBX { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:53.6875rem;left:53.125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t9p3pdOXBw7hX1Mr1u1TE6XK8ydRW6Of { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:56.125rem;left:39.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzXHJ6GTF5TrWySx7ITZGHS35lEea6Iv { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:72.5625rem;left:36.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sThlRwkgWscpievu1ZHpIU33JXqoS3CU { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.375rem;top:72.0625rem;left:31.3125rem;overflow:hidden;display:block; }
#TNKmesrrkKTEXOc7v1VfArbNswzfAFqi { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:72.5625rem;left:19.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T43TJvbHrLPDgfF70XzAmgotFEeZgtVa { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:74.125rem;left:26rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6sgBiL7cxO77JrJtzI3fuMTq8tKRiTh { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:44rem;top:60.4375rem;left:15.34375rem;overflow:hidden;display:block; }
#LTSQ2bWwrZ4i9rVFFv4es5GpZVVbsanO { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:65.25rem;left:23.1875rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ASxmqQRzXPT2BJJ4iTrLcCGMEsLLINRp { box-sizing:content-box;height:0.125rem;width:5rem;position:absolute;display:block;z-index:15085;background-color:#ff0c28;background-image:none;top:35.061849594116rem;left:25.791667938233rem;display:block; }
#m2pAmzRZqgK5GA5rqmQefy4Kx9NxXUvx { box-sizing:content-box;height:0.125rem;width:5rem;position:absolute;display:block;z-index:15086;background-color:#ff0c28;background-image:none;top:35.061849594116rem;left:48.873046875rem;display:block; }
#KQs8Ltzi2ivBWgBVdCDyLEyqypyV5UeN { box-sizing:content-box;height:0.125rem;width:5rem;position:absolute;display:block;z-index:15086;background-color:#ff0c28;background-image:none;top:56.875rem;left:25.854167938233rem;display:block; }
#TE2XDeWMMCoWLmywywlN00AMAKVSA46F { box-sizing:content-box;height:0.125rem;width:5rem;position:absolute;display:block;z-index:15087;background-color:#ff0c28;background-image:none;top:56.9375rem;left:48.85417175293rem;display:block; }
#vDnfcAWcLimWAKm3J17KKNm4oqzp5t7n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:74.9375rem;display:none; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .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; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.305rem;padding-right:0.25625rem;padding-bottom:0.305rem;padding-left:0.25625rem;display:block;align-items:center;width:1.5375rem;min-width:1.5375rem;height:1.640625rem;position:relative;font-family:"open sans";font-size:1.221875rem;font-weight:700;line-height:26.25px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.190625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.051875rem;height:0.6475rem;position:relative;font-family:"open sans";font-size:0.4575rem;font-weight:400;line-height:10.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:12.1875rem;height:3.08875rem;padding-top:0.309375rem;padding-right:0.299375rem;padding-bottom:0.309375rem;padding-left:0.299375rem;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:64.847659969119rem;left:43.392119575958rem;z-index:15088; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #lq8KwxRUxZT9sAwbALX7uKb2fN11fASN { display:flex;position:relative;top:0rem;left:0rem; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #SVEFKtQSTxTusUR3DpGD9MsSiVeypgZf { width:auto; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #KwwT4VclsdoEpStPIJcWGFR6ThUr6sEu {  }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #sRfX285i1W1qz3QuyEqafbODTQscz6hs { display:flex;position:relative;top:0rem;left:0rem; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #HUqg60GOZTrUM9BQqo43ekJMO8qffg1s {  }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #QbVLaOfqgQqINrWeCxGQsAuelX87GExc {  }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #MsCS5wWJT4e0PL7RwaTT50SFB8pRZsuF { display:flex;position:relative;top:0rem;left:0rem; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #CAdJZosNH2iF1GZgNRid5AQo2m3ig2KV {  }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #zJLoi7mEssUnWocNveuTwJMKSNtnHlpb {  }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #OWaMSNHH5qNtfuvsAZc9yaChUpV7dcGr { display:flex;position:relative;top:0rem;left:0rem; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #yNV8MdpPV3vTirHn2uzaiZ9y4EsKUtxH {  }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #D18Ebq9Bnb3uKkgTEC3ynTBLSzDwDg02 {  }
#FsRMpp658TKMmZTCC1vxrSs0EHCKrlQd { box-sizing:content-box;height:19.875rem;width:21.0625rem;position:absolute;display:block;z-index:15110;background-color:rgba(7,14,19,0.8);background-image:none;top:17.9375rem;left:15.46875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vk2G1u4RdpVUPevLC4BOrCuZfgTR7dGn { box-sizing:content-box;height:20rem;width:21rem;position:absolute;display:block;z-index:15111;background-color:rgba(7,14,19,0.8);background-image:none;top:17.875rem;left:38.53125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#D08F2vzqT53l8ZecqJE4TPVOPPIrFkBl { box-sizing:content-box;height:19.9375rem;width:21.0625rem;position:absolute;display:block;z-index:15112;background-color:rgba(7,14,19,0.8);background-image:none;top:39.75rem;left:15.46875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/1703975d-aa92-4da4-8278-795bc9d976e4/Frame8368.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl.adaptive-delivery-prevent-bg, #SRm76dUcGNo0JiGckh7KanuoOFF3DeSl.lazyload, #SRm76dUcGNo0JiGckh7KanuoOFF3DeSl.lazyloading { background-image: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container { background-color: transparent; background-image: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container > .video-iframe-container { display: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row > .video-iframe-container { display: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .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); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container { border-width: 0; border-radius: 0; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#gqw6nBhSTrdXUlTd8uN9x3XTBaz5XXOm { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:39.625rem;left:41.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFLBpPCet8zlDNpUT00TRDm0CArpSZSD { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:40.125rem;left:50.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yA8dosbX5FMt6CRW3MxwlcqmNyF4eDaH { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:30.4375rem;top:4.875rem;left:22.28125rem;overflow:hidden;display:block; }
#eNXrcUtwFlR9VIQZP1rmlgy8eRMQTDIa { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:31.25rem;top:21.6875rem;left:4.875rem;overflow:hidden;display:block; }
#hcpBMLyb7HDrlaU0sniaxdd2lQ9tJLbC { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:23.125rem;left:35.25rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTZfETrbWVJ5kv5KfTDW2UdOHxVSFSvE { color:#ff7e05;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:27.625rem;left:35.25rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbxJUMV2eyLpHGdicC3UaQwOAQdDGvlf { color:rgba(255,255,255,0.7);display:block;width:12.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:40.75rem;left:52.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ktQRdlCFxVA1R8r5Tgi8TAKEKb8Kxe3I { background-color:rgba(255,126,5,0.2);background-image:none;border-top:0.0625rem solid #ff7e05;border-left:0.0625rem solid #ff7e05;border-right:0.0625rem solid #ff7e05;border-bottom:0.0625rem solid #ff7e05;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.1875rem;left:47.125rem;display:block; }
#zE5UnkzkwydS2eNv7EJUahxWh6ArKLsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ft3AcuhpayvNf2aeALz9BZq6gcJTyMXS { color:#ff7e05;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:34.71875rem;left:35.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oeczB2bhc6Zcb4VT5zBTPEiPzoboMpuE { box-sizing:content-box;height:0.1875rem;width:13.75rem;position:absolute;display:block;z-index:15040;background-color:#ff0000;background-image:none;top:41.53125rem;left:52.34375rem;display:block; }
#vN48mXWBCrLPAq797TVhvlNddgfrIA1n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container { background-color: transparent; background-image: none; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container > .video-iframe-container { display: none; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row > .video-iframe-container { display: none; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .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); }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container { border-width: 0; border-radius: 0; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#yFNsa1H1ORaQVsQzsT4o8UOMw7TUzb7h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:11.25rem;left:5.25rem;overflow:hidden;display:block; }
#aPdTC6Km229U3fX6bm0MiKhkedVvZDi0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:11.25rem;left:21.6875rem;overflow:hidden;display:block; }
#NGUImiON3usfUA6rZ9xn7eW36PCq8lbL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:11.25rem;left:54.5625rem;overflow:hidden;display:block; }
#f8opiOWWZT4PlFniTqQ8GtAZzhHrian0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:11.25rem;left:38.125rem;overflow:hidden;display:block; }
#CIPrmtJcncSvMUFGnNACoyaH0ULqn7Da { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:22.6875rem;left:5.25rem;overflow:hidden;display:block; }
#pGWiDwqCxV62TDT7THsAf9fhWuA6678I { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:22.6875rem;left:21.6875rem;overflow:hidden;display:block; }
#lNrtiF5aeVEuccMEg0q5aZlAuc70UD1X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.1875rem;top:22.6875rem;left:38.125rem;overflow:hidden;display:block; }
#NdOch2eXJnSiKUfmkTz81IbT864Xtpgr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:22.6875rem;left:54.625rem;overflow:hidden;display:block; }
#a5iZ0Uq2ST0BTriEWiIGALCgTGoCu2xx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:34.125rem;left:5.25rem;overflow:hidden;display:block; }
#scuEhPdLXwDJJMVxzUVHIbT8w98sE2Za { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:34.125rem;left:21.6875rem;overflow:hidden;display:block; }
#NczUL07CChahRUZh4QQVtdKXQlSHeuhl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:34.125rem;left:38.125rem;overflow:hidden;display:block; }
#LXAyS5nMSApHT5kTfTAHNMtepUhMumLJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:34.125rem;left:54.625rem;overflow:hidden;display:block; }
#GRgmlEB3rsTeXxPTv87Uq2Ut0lIoEuPN { color:#ff7e05;display:block;width:41.625rem;position:absolute;font-family:anuphan;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:0.9375rem;left:16.6875rem;height:7.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/8fbca395-5cdb-4c90-b022-49881e9c2116/BG_8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4.adaptive-delivery-prevent-bg, #vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4.lazyload, #vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4.lazyloading { background-image: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container { background-color: transparent; background-image: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container > .video-iframe-container { display: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row > .video-iframe-container { display: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .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); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container { border-width: 0; border-radius: 0; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#dFddduSNl93DNVdlbH8auCds3A1VQwhm { color:#ff7e05;display:block;width:33rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:21rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0cR2GCrtflTBXTw2KkewFxGS9hMFWXH { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:12.5625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biM2cgut9oEF9gd9ZHF42chbqbSyCby8 { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.1875rem;left:12.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fynn6cN2AADnW41ix6M5d3APInRZ6Thi { color:rgba(255,255,255,0.7);display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:12.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVEHsilhinEMS4kN0BopG2DzCOdrQhVP { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:25.625rem;left:12.5625rem;height:2.00024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { background-color: transparent; background-image: none; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container > .video-iframe-container { display: none; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row > .video-iframe-container { display: none; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .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); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { border-width: 0; border-radius: 0; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#ZFT9wFAzqlWAWf86ttyMwafZOCvDJGxz { color:#a6a6a6;display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#vmbgR9qB78cQHAmT0qE99TRwSbZJr3ZT { color:#a6a6a6;display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#iu4SwIq8fOSP8O8PxSMr9t5IMnz5KBIf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#NaPeI5G9HEeRPgNmiqmCMCM0dNRU0MLg { color:#a6a6a6;display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#Mzcp4aTepI02dGDhBPgzQfLhToWwPgnJ { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#WEaq5oWQ4gOidpHLyHquzwfzeHyTWOBB { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#mNlmsys59KKhRkLA4HeH5HlJyS9dP5rv { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#KkR5uugrrzhO6ZGceTuBA1ycNISZRxsZ { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#RifzzhiHNpKHvckmVNHApihudUdFGv81 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.65625rem;left:59.65625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MVs1scQJCvekPPGRc1gweL0IRzslptmh { display:block; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dltq5NFPwoqx8MS38WZztGAwPATC6vCR { width:6.25rem;height:2.25rem;top:1.1875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #itkVgO4Q32Vc2vdFfsQdhwGM6ifWPyGo { display:block; }
 }@media only screen and (max-width: 763px) { #M2ON6vLF5JCSlQ1og1Axy0iG6dCexR3P { width:7.375rem;height:2.25rem;top:1.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx8GzLq6n2un5fcGfz2KnU1rRCN9SffO { display:block; }
 }@media only screen and (max-width: 763px) { #b1hMN2CF2RM7piLWFvKo8bb7EsBlvwAZ { width:6.25rem;height:2.25rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCJyp7PyTEWn4VGTO7wV5tsyaPciWIv { display:block; }
 }@media only screen and (max-width: 763px) { #z8D9HvezT1pW6kPIt5rNcCTibFkMWxaS { width:7.8125rem;height:2.25rem;top:1.1875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0ZabSOKOHnAZGut6yAQwsizwlqy6ez { display:block; }
 }@media only screen and (max-width: 763px) { #I6kyFq1mVGDkebkikNClqD1SrTAKlbCD { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTulRpcxGQQfipa3sAaa9TQekQm8fliy { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqGynX2oo3M7uE0sJQLizf3B9FhE8iT { display:block; }
 }@media only screen and (max-width: 763px) { #KsPa7qx2O3C8EOmlZTNkgh6kth5Os47c { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDiCuKSR5woPB8AFv2qpUki4xLS1O9T { display:block; }
 }@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) { #xpfJqKlNMkzJF3c2B7CQFKSrRS3oJ341 { width:10rem;height:3.125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR1nUC0ssJVneSGyxZwCRCWbE7QUDaDb { display:block; }
 }@media only screen and (max-width: 763px) { #cw5ezVHlXFs7oNX6Qkkn4nrcpDbFPb5r { top:16.3125rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1C62ta64P44lJhxQagT7CWTamaZLSbe { top:25rem;left:0rem;width:32.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFCsiIF2LQg10MK03sHJotufWofOZE4s { top:3.375rem;left:0rem;width:27.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #th5HoyybX9IGnoZp0c3MABTquNzIqpl4 { width:9.625rem;height:3.125rem;top:27rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5zJGLEeabQAuJ090i1WLoKSUDhV3p8 { display:block; }
 }@media only screen and (max-width: 763px) { #gxEfcn4rmnyVn2RPPX4Vs0MFUeqX8PrE { width:10rem;height:3.125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TkliP3dW2u9PQ9yDcAA9wIf4HlqXS4 { display:block; }
 }@media only screen and (max-width: 763px) { #dydwN5GQ4naGWFo2mo2UJG0IHaTD027q { top:18.4375rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13dWA9DhDBz5rw4yyOKqUm9aAXB6IGP { width:12.5rem;height:3.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT10A0DblWNyCtXzrUOzH9TtWGlF3Ddo { display:block; }
 }@media only screen and (max-width: 763px) { #EMtPgQ7DdOpPtSGWLh1V6KuXtet9FKPC { width:12.5rem;height:3.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4VLrqRAbXZZdZIrStm1NqmGQOytsxaW { display:block; }
 }@media only screen and (max-width: 763px) { #xXFq6mvnFulTtB2AyM15IgSBG2QPiTnf { top:5.25rem;left:13.3125rem;width:34.4375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmqXEHJuFkbHosQcG9CZht8c5nMM9ruC { top:28.5rem;left:25.53125rem;width:4.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaNBv7tbIDD4WZ3mOTM7Ng7z1K0zl0Ae { top:28.75rem;left:31.1875rem;width:4.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJr4CEnQAu1ZG0T6nwJOydQ5wn2CebXd { top:28.75rem;left:37rem;width:3.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsEeKeMFTpCuA0CSSe0qWyHKICuRx8MQ { top:28.125rem;left:42.5419921875rem;width:2.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05oz5BHcrdi5qecFAauGi9bT7V9DpOB { top:34rem;left:38.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfUXL0UUBnVdw5xAkTBO886TenT7c6vL { top:34.1875rem;left:43.6875rem;width:4.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5MhUlqQW3H50DTTIgb3d0WuHZJCiMT9 { top:34.8125rem;left:24.6875rem;width:6.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLBr0RnsgLpeTzZSJ269d2uMlEcdPR8 { top:35rem;left:31.625rem;width:5.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3htKzN4IMZ580q36Q0nLeCT6X3gHyWE { top:35rem;left:42rem;width:5.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtq7ygvOg82QaMOT2kuXQKTVK0eTGWA5 { top:25.25rem;left:0rem;width:33rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC3Uh5odo4Ocgp8dGo8IOQh5OW9651dm { top:38.75rem;left:0rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTC30zxQdhEzeyiQh6D6TMpJAJZMaQMt { top:39.125rem;left:0rem;width:10.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D99yEPKoMRcHkwBmqfUzTDAMfqiWEIaI { top:39.1875rem;left:2.9375rem;width:18.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldpvgA3ntPI531QAXf6KD4d5cgwTBqBM { top:40.5rem;left:0rem;width:23rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNPsbTgHWpvnwB24IlfaPEKL4p75cdL5 { top:17.4375rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x66IbQGzzA4UJyTxD0Dz4i0VwmCNTIIt { top:20.75rem;left:0rem;width:28.625rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7F99DVhCSh13ba5wcU8imyHkxqA722b { top:29.25rem;left:39.6875rem;width:8.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpgmBfE4LPMID5NBG97eBfJsOGTDZUoo { top:28.375rem;left:44.625rem;width:3.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2eCLdvPdHSFh5p25EbcbPQIW8qH8RSz { top:33.875rem;left:41.6875rem;width:4.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1zaZSXwEdwz2FQ1Z5OvsqHXUqlqwiyl { top:34rem;left:45.625rem;width:2.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 { display:block; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqTcoKXFg5HaiMzCDiM2vIWwqQhqKIpN { width:10rem;height:3.125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQS32VXOIOqlT7nLEaKRQHW5lxIT3TFB { display:block; }
 }@media only screen and (max-width: 763px) { #o4acD3Z2tDAekSdvafR4cWq5N4qMCJf4 { top:16.3125rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAi3Tg576dqMa1PIlP7pTR3aJu19A2QJ { top:25rem;left:0rem;width:32.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MGrfGiemIDAdU6fh3z73WaEfyuThCq { top:7.625rem;left:0rem;width:35.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTpim4kHaKg28D7HrDPRnJ2JS3THfBeo { width:9.625rem;height:3.125rem;top:27rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHcCSKyabt8IGu5L4fOnP3RoyRbDaoJC { display:block; }
 }@media only screen and (max-width: 763px) { #cmlVU2TLC4Eb3roqNUmGLK8oSAV4mhk3 { width:10rem;height:3.125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVsuiIKeFhn3dIItVBHHWoTCIHZpmo0 { display:block; }
 }@media only screen and (max-width: 763px) { #dQRySkTxkJASXGieGke4r8fPwoARqmkd { top:18.4375rem;left:0rem;width:23.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP03LvrhFUnuC19hgT1gTI5IKTZnUq2q { width:12.5rem;height:3.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5f9lEfbeDG95JrFUiTHSBiSsJaOWxda { display:block; }
 }@media only screen and (max-width: 763px) { #CTUfIQb9yMACAW7UJNw7WMaJeB9drZiP { width:12.5rem;height:3.125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUKzRUqSIDa250SS1QlHIif1h3R7MdPU { display:block; }
 }@media only screen and (max-width: 763px) { #fLF9TDeuH5S1U6EX9eWQqf4uvszJPpSl { top:5.25rem;left:13.3125rem;width:34.4375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQuyAmA2otiHdAXkV3R2MDf0lytT2CqM { top:28.5rem;left:25.53125rem;width:4.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alw8k7oaoop8L2A2I7l8O85ofi6pZQvI { top:28.75rem;left:31.1875rem;width:4.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR2gt2ZTWQAeBzJzMLZTwidbytmwb975 { top:28.75rem;left:37rem;width:3.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAvipDzGvuyoVkhfsVOTLpMhUIK0bipO { top:28.125rem;left:42.5419921875rem;width:2.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFd7SIxxuw0M5CzcBcZEW6SMfbw0uMK4 { top:34rem;left:38.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGVdUhRtLy1PvroCiwthXeiK4JnhAxll { top:34.1875rem;left:43.6875rem;width:4.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iveX6ZNDBAy8AqReymLMhbafdMZQzoiT { top:34.8125rem;left:24.6875rem;width:6.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRlVAFqFcmo42M0bvorVazg6hVmMMmW0 { top:35rem;left:31.625rem;width:5.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTlxVyvH83B8wWx7gS3uFxNlFKrzA3f { top:35rem;left:42rem;width:5.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DewwIsaKAiKV4WHNTwoQoX3WTQmpDiNF { top:25.25rem;left:0rem;width:33rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3EeSMscKaxNkRTM36xvp6vpgTVKsT25 { top:38.75rem;left:0rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dpudDJdgaKnoSigXBRidtSpPgRQ5To { top:39.125rem;left:0rem;width:10.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOT9fBrGCO575eZAZJvTkHTEbUUyl8FD { top:39.1875rem;left:2.9375rem;width:18.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltNLGO3BZuBt7PaglXAVXRO76mqbsChf { top:40.5rem;left:0rem;width:23rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO7uGxzTnSIG4d7KRxNk5AQuPW4D6i3n { top:17.4375rem;left:0rem;width:17.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5IKGieh1qdSphmpDn9ob57rMxhTEcuv { top:20.75rem;left:0rem;width:28.625rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUyworQJXrruzaygNZusQ37GCSQHHHN { top:29.25rem;left:39.6875rem;width:8.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBCCccb0R4zuPZ3mLpThwbHKB7O2n3rJ { top:28.375rem;left:44.625rem;width:3.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty0CWFnF8rwtQ3rK9KTAUDwN823kIFoa { top:33.875rem;left:41.6875rem;width:4.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvHHT4pWz5i9vZ7tGmziEx79CL2t6hHl { top:34rem;left:45.625rem;width:2.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pMaWyVAew28yTD9G91bqSoK84I5TdH { display:block; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFW97TLVaLLyFwEvKBu0ZdtqVu1ShbEE { top:4.3125rem;left:12.5rem;width:35.25rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoVF2eyq3u0FnL8xR0G3cPVSiW6DOA8D { top:14.6875rem;left:12.5rem;width:35.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpr8QJCupC6JhbhV54NikxHcCzAV8SJu { top:7.3125rem;left:0rem;width:26rem;height:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V { display:block; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BITNVba6KfiTGLVnopvV3DZfszUF7FDp { width:10rem;height:3.125rem;top:51.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyIfoSOrI39mKLHbB6RQqHb8LuFkJBI { display:block; }
 }@media only screen and (max-width: 763px) { #GBtfOC0MN0xOweksSSurWpHZbwef9STL { top:44.5625rem;left:0rem;width:26.25rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8n8Cmx2gdDMDWTsVQXTq6StQs7psN9o { top:52.0625rem;left:0rem;width:20.375rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7wQPUDQILUr0T2544ZnczPmhcKC5G41 { top:59.3125rem;left:0rem;width:23.1875rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK7agANCdyMalB0MCrGCgvuwnWWygD0x { width:10rem;height:3.125rem;top:51.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVICplH9tg6rwktxivyO5tvps13CZazl { display:block; }
 }@media only screen and (max-width: 763px) { #dk6CXgnzL6CR3HSoKxD9s6LuAXfnRT19 { top:46.1875rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZDWrsTmr9ok4abLH6chTw1PKwPvOmD { top:44.5625rem;left:21.375rem;width:26.25rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbaHyo6Grf7e9darofP4sI6nJ1y2ihdF { top:52.0625rem;left:26.6875rem;width:13.0625rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FiR6lTUhzODrTUToRzldcra1AD4ZPi { top:46.75rem;left:26.6875rem;width:3.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLUSOfazIIyJZm7aA2DUdzagV5LF73Ra { top:59.3125rem;left:24.5625rem;width:23.1875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcR0qxuzdHATD8wXQcOWTNhpfyDCJCZ1 { top:77.3125rem;left:0rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNCCxIX3EldEQiqt0bWZDFwwMQwMsC1C { top:72.3125rem;left:2.5rem;width:3.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4HugTvU3ZVrvu9wuCIAF6Mt2X3pQun3 { top:72.3125rem;left:7.4375rem;width:3.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVZvWERZsM0tpC8LXXirSA3vnRtpBdpq { top:72.3125rem;left:12.3125rem;width:3.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrTaXob3b7tm8PlcSvourEe7kxJ5TJz5 { top:72.1875rem;left:16.9375rem;width:3.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf0c4XpFGDLHfQiSzCnnP4Zv2thIzKXH { top:72.375rem;left:0rem;width:2.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1EwHzJTg4qZ7NpR52SEMqScT3nz238 { top:77.3125rem;left:25.125rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzwrhcTIQ4bpTccEQ6t3toDZxyO3AAXp { top:72.25rem;left:26.625rem;width:3.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89VwovGGsPIrIw9WP94b1aSFQch3Mpp { top:72.3125rem;left:31.5625rem;width:3.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLH9eB0Ov8HwGTmVbpgSpAfZRaH8tBk6 { top:72.75rem;left:36.9375rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTryNUO9NP2oo0pbBXqbnAThLzb5ldp { top:88.9375rem;left:0rem;width:4rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZs3t4ccF6JAeVPdh7md0E2MD2KQ1BH { top:94.375rem;left:0rem;width:15.6875rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShFGBT3dD25pozh8JTxvZMidfKWdXdAs { top:104.5rem;left:0rem;width:23.1875rem;height:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uraJhGm5RzEZcunNFmomUnguya7IJGAN { top:122.9375rem;left:0rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCATc1TzgVinrK0KwfvKtNbo8fJRDTp { top:86.875rem;left:21.375rem;width:26.25rem;height:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmqwBxtH1iKnxyFLtBmvAM55t9A92fR { top:122.9375rem;left:25.125rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDJkJpI6PCQIPu5MDcWTyqwL7MGRErhx { top:104.5rem;left:24.5625rem;width:23.1875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVm2nlWLy5ChdlrT6D33xNmI2GSAT1bT { top:94.375rem;left:24.5rem;width:23.25rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkJ3Ax0fsF5GV5VVTq7uQFNyhlnfn1os { top:89.4375rem;left:26.5625rem;width:4.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbQ7pTLtgH238fgcIsKg2sbIehJdI4eR { top:119.4375rem;left:0rem;width:6rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8zvu6HbzQ61C1WWTMfGm0hfOs8yXTzz { top:119.5rem;left:6.125rem;width:6.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eur45gDxTWPKcXNMal86OtOuX3mL7M3o { top:118.625rem;left:26.625rem;width:4.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvbpCADVtJJa1CXNLwK4EK0wfJ1I0z0L { top:118.3125rem;left:35.375rem;width:4.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTnreyd5Iuim49Lb78KdmFBBMsrq53hz { top:118.125rem;left:31.8125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1FkxH08CC8SCA9BksAqlwcMhbfyPB3 { width:10.8125rem;height:3.125rem;top:124.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgfTAqTfJDldVMAddkmZbCanE6RK3N33 { display:block; }
 }@media only screen and (max-width: 763px) { #T12lvHyOl8oAf8B7i3LyUTCpeHISLwqb { width:10.8125rem;height:3.125rem;top:124.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5kaVM3wll25kVEIZnVsoMcHcK4L1C0 { display:block; }
 }@media only screen and (max-width: 763px) { #vmOmw8liPNWTaxmZ9xQcbysbE7SUCaqF { width:10.8125rem;height:3.125rem;top:79.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZOPTZh6mVfQr6MQXNZ1o6cc3vUh5zw { display:block; }
 }@media only screen and (max-width: 763px) { #ZmOdxHg9MpaWC25Qw4UhnQxrUlwOqDKA { width:10.8125rem;height:3.125rem;top:79.625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnfoyPBUZQqyi3p9c0diFElrAsP36xTT { display:block; }
 }@media only screen and (max-width: 763px) { #OmMdyIBsatubcV7OHkWkqRIQNNflqRf3 { top:118.6875rem;left:14.1875rem;width:2.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlvuNf7uTO5biJDcsmubEAlprbIfLSn { top:119.375rem;left:40.375rem;width:5.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmcsugv19CvG71uMknvzaDTkexwTf0sH { top:118.625rem;left:45.625rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTznTOdXFwPJv4RRQt3GWcVgOLuJUNyu { top:86.875rem;left:0rem;width:26.25rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGeBiIr4lQ3gGX2tPtkR7mChs2ToR9Sb { top:2.875rem;left:0.9375rem;width:42.1875rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJKnd96ow7m1vfqbG6ABfR2HS47iJipA { top:11.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w577KHsxyMtl4tUw6z6yERAZ86zgPXmq { top:19.1875rem;left:3.875rem;width:40rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEvfA2yCXMdxrTPuCAfM3Bnk59ZS12MS { top:79.6875rem;left:11.3125rem;width:8.875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGH9180BLWVM0T13d4Xn1SOM6IFoGCIM { top:79.6875rem;left:38.875rem;width:8.875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8xbsL8E6Q6pluZ7ctmTOvgKgl6AaSal { top:125rem;left:11.3125rem;width:9.5625rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFV00LlX8MQTiWE5XBurnloPKgvRyq9i { top:125rem;left:39.3125rem;width:8.1875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tudmHa8iHiH4gcwyFPmRya1kOQe1ft3c { top:44.5rem;left:0rem;width:26.4375rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMpu6ck1mAJRx7457mwSSJSZbk5RGy3b { top:44.5rem;left:21.3125rem;width:26.4375rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP6R6rAEGqeSR3c6JnRMZt7qQd8TaGFI { top:86.875rem;left:0rem;width:26.4375rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb { display:block; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQKf7TGMvexQrPy7zpAlUNIwL4OgMJlG { top:7.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTp4crL7wEORw3Adu5T6Fz4IyVl31OkD { top:3rem;left:3.875rem;width:42.1875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVk9RDXH6GTHrT1sK02gczmuUzovEWvi { width:12.5rem;height:3.125rem;top:51.125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVLcHZThef0KVzZNVDTfbK7iCp4bCtk { display:block; }
 }@media only screen and (max-width: 763px) { #RTBL06XAeyL7KATEuPzLKWCkNm5sa1sH { width:12.5rem;height:3.125rem;top:51.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz2qO0dsv4DDEW20O62zMRTTUOdP4sqv { display:block; }
 }@media only screen and (max-width: 763px) { #dtu0whL1vm1x3y79IaUtROvXUl0uPX0m { top:44.3125rem;left:7.125rem;width:11.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHB424lbUebX6RMeK5XfI6Fq1FQ006at { top:43.875rem;left:19rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKf924oEQJtTDmCM7WUzRxeCLpl4GhtD { top:44.1875rem;left:24.4375rem;width:18.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2kJ6gPPQHoOyiaGezCmITtseEtT458c { top:46rem;left:13.5rem;width:22.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXhbipk3sfVZVGzrl0z1TsdWMo5VfDmC { top:13.25rem;left:0rem;width:29.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puWsBDSx9yonm4nI5wTVvE2psvZSRr5b { top:13.25rem;left:18.625rem;width:29.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLvA3vQcTlyyLJKxI1hVmrUpkEUaip0 { top:25.6875rem;left:0rem;width:29.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfgKblX0s53q7qKboxz7PsiFgDlEmRwM { top:25.6875rem;left:18.625rem;width:29.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44oiBbUsTuGMABi1rV0SM0MF2WzpZu2 { top:38.625rem;left:12.5rem;width:7.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSvtqbrwiWhtbT1MLfffhPbOq00c9P2K { top:38.625rem;left:24.6875rem;width:15.1875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoOM6MpwKqTzkGwVGvt8xTe4IydAw5d { top:38.3125rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzsM1CPuUQPtJI5DTnoAmfg3KBdTsHoN { top:38.4375rem;left:22.875rem;width:1.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTJtvoyZPCXREvBALqITLIZ7HfT51CN { top:13.1875rem;left:0rem;width:29.1875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXVQnVztw2XOsffZJkk39THq5O83KPN { top:25.625rem;left:0rem;width:29.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2SnkunoiATimBq6UOV89h9uCQ81UFI3 { top:13.1875rem;left:18.625rem;width:29.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5lz97iUTxQxzXdZvFMJVSXV4qV1yQX6 { top:13.1875rem;left:0rem;width:29.1875rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAf8rEkdZVKAkIu1hO1XqmVpwA61nHQP { top:13.1875rem;left:0rem;width:29.1875rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 { display:block; }#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kfwxm6Ax8B6Pv2Tci0dhNTgvN0SUf8ex { width:10rem;height:3.125rem;top:51.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwB9QorxDTuIWEeT4z8zeQ5PzSJpiTRX { display:block; }
 }@media only screen and (max-width: 763px) { #ia5zOpaUEmKid2I0twcN0yyFXsO4O1xl { top:9.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaoTr4UhuIFSbNrqaJRG73ctRetBIPOa { top:14.6875rem;left:0rem;width:26.25rem;height:50.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxRvw1nWDfaRzmLabM6MpOTQTS9eC1BF { top:22.1875rem;left:0rem;width:20.375rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6Fn4mrWs6EBZcB2VWbmu4b3xlIqIao { top:29.4375rem;left:0rem;width:23.1875rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKyMDzsbf9v8K991eA0TmfI39kJbnta { top:1.4375rem;left:2rem;width:42.1875rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3CcVZbUPdA8sms36ioAOeXl4GU2zss { width:10rem;height:3.125rem;top:51.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1e5B8DTNSDDuKJc0Mg09UiJGNll5mp { display:block; }
 }@media only screen and (max-width: 763px) { #QtVSiR0FNPqPbtkTsEc7vJPrHd3rBxCM { top:16.3125rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKI2ySaPAfbPfBT5enbUDdBwh4ffKgSo { top:14.6875rem;left:21.375rem;width:26.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmyBGEP2eABzIDXlUc9il2n6MfkUCm2S { top:22.1875rem;left:26.6875rem;width:13.0625rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpdBR0KAfCLWXJyTfJCcisdSA1sDWPPq { top:16.875rem;left:26.6875rem;width:3.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ReU6ka6c6hq4T5hcVEgGq5IwACdQgD { top:29.4375rem;left:24.5625rem;width:23.1875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBgmRuw9GqcnXzqRqNfSXc0TNAv3TdSL { top:50.75rem;left:0rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNNiek22WPdvGyN3AhU8eooglZLrWZQI { top:52.3125rem;left:1rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoqNkQnINUgwRMuKrfg2CrPFLnMfm5E { top:54.3125rem;left:1rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOzPPUJecX8Sf4mikvU4yRNZPVw5AMw9 { top:56.3125rem;left:1rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1KUEQ5dKgMWD9PKLw9bgsZoCwfd4igo { top:52.3125rem;left:0rem;width:1.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymqAldFTNVBfET9WWL3XGttklPaufq3 { top:54.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKxas56GmzvCRFVPkpREE4TsJoEEkXPv { top:56.3125rem;left:0rem;width:0.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLFJHXuHGfQ374aLrwsskia0ZcSwDsZ { top:42.4375rem;left:2.5rem;width:3.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4ptSbfX7HAUN05Xuwux3SVfT2Adg8g { top:42.4375rem;left:7.4375rem;width:3.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVSvVragaIkXz4EhRmBeQeEqk615I2vZ { top:46.375rem;left:0rem;width:3.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mayK3zoRG94xyTRJVGcTl06Ld4VgNsy6 { top:46.25rem;left:3.1875rem;width:2.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpdAsOrzTEcm1NzpMZlq57ifrNTH5K0W { top:42.5rem;left:0rem;width:2.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqSFoVJyXSrcRKaOWSLaTvyp7bp4N84Z { top:56.3125rem;left:26.875rem;width:0.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0GJ0x5WeFkNU2953nOlDkSBhT6xifx { top:56.3125rem;left:28.0625rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtyCh6gtKN4xRZWhnEymyz06PmyZzPFl { top:54.3125rem;left:26.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZNl9f1TIsO16IpHgfS8pgXtIMR2Egm { top:54.3125rem;left:28.0625rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZPKfD1HavFLXbp7mUwRirptMvN4lOQq { top:52.3125rem;left:26.75rem;width:1.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLV1ss9zi6BEEcqyahllbm1ZzyDPqTTD { top:52.3125rem;left:28.0625rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNEuhz4vvvv1NQr4DDeKO379uDBDXfeN { top:50.75rem;left:25.125rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcl45yEN53UbOkhWIL50WU16ZRpq8U7C { top:42.375rem;left:26.625rem;width:3.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4UUUOKvwXKh4TewpuGlAybCPKt4K9dF { top:42.4375rem;left:31.5625rem;width:3.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfQOxIkgpMcy8Qodv7EfqakT6T8lewSH { top:42.875rem;left:36.9375rem;width:5.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPEsUQ66vlrzmShz1fSE1bHv7FcUE5sq { top:67.4375rem;left:0rem;width:26.25rem;height:58.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxfFLEEZ4HwZTvqI6VRFh2F0uoNLCZac { top:69.5rem;left:0rem;width:4.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxmgWcTupT0A8Vr9iphZuEoDVVaG0zkC { top:74.9375rem;left:0rem;width:15.6875rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfkmFaGxBnw0qVixgwbAhS2TlIR2V1aO { top:85.0625rem;left:0rem;width:23.1875rem;height:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvcGxuyOVoThXCfynvtNzxgkAPTTS5l { top:103.5rem;left:0rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKmppQCQ9zm3EA66s2rVIa4GJV17riOZ { top:105.0625rem;left:1rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2UVRFcEtKiSPmOTDk9gTPDRUmvCephv { top:105.0625rem;left:0rem;width:1.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcIMJxIk8SJDEZMo3EXBaLfkoQ4uayTe { top:107.0625rem;left:1rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbQpHlxTgDn7pZTqLoIOC4OBmLRb1TGB { top:107.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LIKg5ACIp3xpr4RUT91WqAWZM4gseN { top:109.0625rem;left:1rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGHzh5otCL5NZp1NDUdrzgH69wDoKmr { top:109.0625rem;left:0rem;width:0.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1w3VrN9NayJRse7KTDiNtz011NzMHJe { top:67.4375rem;left:21.375rem;width:26.25rem;height:58.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFENRIn1TXyWvShVNPby7lF8c7vnJto { top:107.0625rem;left:28.0625rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCcvySIbKoBAHBZU27CU4A3tFkfVyXcG { top:109.0625rem;left:28.0625rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpDE2yTJd6yw7x9CSaSCZc3pltVODyA0 { top:105.0625rem;left:28.0625rem;width:19.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUUSmTdEvDHTN63M2JrTBBVUTbMd9sX { top:103.5rem;left:25.125rem;width:22.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzfnT4ytbyRvNT9cuLgHUatiBI7X2BM { top:105.0625rem;left:26.6875rem;width:1.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTN26GT8DTdfWRpZkNf6Cys3nWcTUJ48 { top:107.0625rem;left:26.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MddcAM24X3Iw77TDBCa6hTJriToK7dp8 { top:109.0625rem;left:26.8125rem;width:0.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMCWKyBLzWNQOgs60he4z7r1ppdUUBz { top:85.0625rem;left:24.5625rem;width:23.1875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHpfTmf7LfL44A7K9dKNOspHKxT9VTLJ { top:74.9375rem;left:24.5rem;width:23.25rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqw1epwpoGTiG2cSbZZpIJVJHnmEw6ci { top:70rem;left:26.625rem;width:4.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrhw42hQEPCG282EnKlHtflKdH3lq4e { width:12.5rem;height:3.125rem;top:136.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmJJHduGzeUZCdB38ZHASt1qINMSxOG { display:block; }
 }@media only screen and (max-width: 763px) { #wVv3vduKyucyu7AW0fArlRX8sLXKoBEt { top:100rem;left:0rem;width:6rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B1UWbGK52PRwPEqrk3P6WxTneenrTn { top:100.0625rem;left:6.1875rem;width:6.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9yiM1khrBy59DyapE8lH1a301C6oqhy { top:99.1875rem;left:26.6875rem;width:4.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRlSAezN8JoZTizTEmh1fEiBnuFvcDTb { top:98.875rem;left:35.4375rem;width:4.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByS78dsWXC5mbI1ld8ZOMRqd15bbDMK9 { top:98.6875rem;left:31.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyZrLbML572O0lrNcdrKodTd7I2gNJJT { width:10.8125rem;height:3.125rem;top:121.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBTOHpsdCTd60RA2gThc80vfL5Hu1TQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z79gwdF9gvDGeOCJZ7ykmJcIkJSlLbrh { width:10.8125rem;height:3.125rem;top:121.0625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA5VStGKXLWJ3nvvmcxFSclEWCcA3gpL { display:block; }
 }@media only screen and (max-width: 763px) { #piPTR0RhOM3oqSyQNOTWQCFT2FTKVvX3 { width:10.8125rem;height:3.125rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1z8NN7VpfLd0l2A2MJNxua20ynDUxhi { display:block; }
 }@media only screen and (max-width: 763px) { #gkG5f0f5gor6pEpIqNNTDxO9uyoERVCV { width:10.8125rem;height:3.125rem;top:59.5625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTxiugmQJHxveKh3gIu1wcMtADVnfVrR { display:block; }
 }@media only screen and (max-width: 763px) { #aAUOQVpyiFoSNAocThBCgZBiQRK79o3d { top:99.25rem;left:14.25rem;width:2.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXnSiIGwGyqWN5AMgzJ5zKUZ3HohSrNs { top:99.9375rem;left:40.4375rem;width:5.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuMUbCeWcRSLpFv4cE1nI6aTqT7w6EZ { top:99.125rem;left:45.625rem;width:2.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVCxEobCHU7tEBvyk5LduKEnkHZI9WZ { top:48.5625rem;left:8.875rem;width:12.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnSXCUqGtsZAWABeyLcVw89VQc06vHmT { top:48.5rem;left:35.375rem;width:12.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .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; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .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; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx { display:flex;width:18rem;height:5.0625rem;top:114.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #hhgAG7bELMmh5RzvxrlbV70u5TfqMirL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #Zzv1Acxi2xZbpmuxKfdZu5o9ltsLrack {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #XFG807Gu7BLzaO6TmhotFDh0JtynLsNS {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #cSTn8gdJ7BBI0Z7VbWCiwa9DxUGvSsV9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #qPXumTGf546bKDdamuvK135TR7Xxxhvu {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #WOsJtdbCfA5Ila5zFTFdnmIiVC1XMsSM {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #xOndubZloNVwvIzfBla4nBC7WGMo2QP9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #pIiWmSR4CckT8Je9eLMApnyqEsR5T7qz {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #PtFil5wnxnHkryI0TIRvPqad1m7IaKpK {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #nJL29lTkPxhmvKDKTOxrDBPJZea75R55 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #GWRURV2quExMAMsOmKroM0m8ZAbR3iJX {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #xOIhBrIl1z6Kexx8fKv6keFAK1QQvo8T {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .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; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .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; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S { display:flex;width:18rem;height:5.0625rem;top:114.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #kGf0R329Od3B5oOgZN9MKA2H2BuAhOwm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #HDdzTgRRrGvWbhItE9bXRSzHosFCv2aE {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #r09BV9A1kI2fHhBXbNAesIV9auP2fHT6 {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #ZWW8pkt9UXIhL9bRk17u3tXgq5NLnn8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #bGt0xkI5mJbeMPsHOssyTMwMcnCncC3B {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #eAciaSTQGbM4WnxdrxMx8SVKTCDmvkmL {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #gnB6H7hW2oy1lqdLWi1PMWlbRwDHKfV0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #xvX6UKN6knOVu99m6DKMaRZKcqKUcu4v {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #U9yZN9USiM8LcgmnhGz3fXHTHTGtd0Eq {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #bzGJNhOxPXyoCshtybVGh4kS03NMqQSF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #N0C4I04c9rWL9bFtBI7J2pe28UEkJeTS {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #yemsrzh6LnoM5vZXcZlSONEmkecGRp2v {  }
 }@media only screen and (max-width: 763px) { #kKMlfolG6WQVsRQVgSKkKsXLnn2n1HOV { top:128rem;left:1.5625rem;width:44.625rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBG6ZAUqd3kN3eC4JiTziWPRsfnA0ikR { top:132.0625rem;left:2.78125rem;width:42.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvoN5qQewwintqo3IATvI4Todrsc4gsF { display:block; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIcLHmUIcnkEPUtTR7OaV2Apn7lfqCx { top:6.0625rem;left:15.875rem;width:31.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sap1fpQuZEln9l3icLDzoq1n4Dp4ICRX { top:15.5rem;left:15.875rem;width:31.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc { top:18.1875rem;left:15.875rem;width:31.875rem;height:6.9375rem;font-size:0.75rem;display:block; }#ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc li:before{  }
 }@media only screen and (max-width: 763px) { #nuEdS0yDrVUXDrwkirDIh7vPyH0JTnAO { top:2.8125rem;left:0rem;width:22.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBT69Jv4L2VniRPlcZOBlXwDMPmFvB3 { top:11rem;left:15.875rem;width:31.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH { display:block; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxkdG49AOTnD9aO1t7VfeRiCdnXlTfST { top:1.625rem;left:1.5625rem;width:44.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9wNlkKFt1OBTWBKyaVasnO0ihETqkOd { top:25.75rem;left:0rem;width:16.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJt3nMlxxWqq9waT9V7FTHfRCMiwu88 { top:25.75rem;left:6.9375rem;width:16.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v99I7mNc13deJqWinELqwDwZpP8lK7WQ { top:25.75rem;left:24.1875rem;width:16.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPrHVPbeavqThL1n2t1rOlddrakvShEG { top:25.75rem;left:31.125rem;width:16.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8M8c6EAfrCGAToVi5ak8vdFlVVgDtai { top:5.4375rem;left:0rem;width:34rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #thMrgS98uiFRmQlu4TAh8nPDJQrvD3Hh { top:5.5625rem;left:13.75rem;width:34rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l { display:block; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acy3rcXRA3niiVmCLOPxOgDIfEeMeBXu { top:4.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToCzPvcPvQ3kRvX25fxKKN7AtvThACZL { top:8.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8LBCgS8lUOutSsWXFvlBVBzTNWeMCR { top:39.1875rem;left:0rem;width:16.125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwW8DHvlHKwJK25W1g9DrUA1PP96Zkuo { top:39.1875rem;left:31.625rem;width:16.125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IU3MVod7NrbHv9qQmbBXJ8sXT1Tqrw { top:49.5625rem;left:0rem;width:28.375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWR58x4aWl1c8wefo4wP469CkOoqXrO1 { top:51.1875rem;left:16.625rem;width:31.125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUV6nX82cgoKUbJRtgctkH7qBSlH9r3R { top:62.25rem;left:0rem;width:28.375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4PiHfvGvTUfmWerr04bcb1BGHcOBzTg { top:63.125rem;left:16.625rem;width:31.125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVIRzKyL3SThwo3ugS9VLShPlvzTtBHP { top:74.9375rem;left:0rem;width:32.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld2TvVIDsqydSOI6UfwHK2GJNtnEgelL { top:74.5625rem;left:16.625rem;width:31.125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTPx3rTObLi2uofwhBdHfx9JFecLQJzx { top:51rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USX324T5uUUvOkNi0EK5f2KNHC865VOT { top:63.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B99yBJy0dm60BWU9bxTPTWJJE1RQ3kRn { top:76.4375rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHAf28PWnbP11onI7s6gf9hBqduwKeEX { width:10rem;height:3.125rem;top:103.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFD8GVnBVHBqNGNNeIqD6i39oFJrrOH5 { display:block; }
 }@media only screen and (max-width: 763px) { #ShR2C46HkDEcIUzCpFdwLAEcLTEibtn4 { width:10rem;height:3.125rem;top:103.8125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmxK3O337gkcQ08MfAssXI7aKwGwE7FP { display:block; }
 }@media only screen and (max-width: 763px) { #RVVcJq5cbMARRGCRnTEXZLQWFxSXFiP6 { width:12.5rem;height:3.125rem;top:89rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA9iZ5hh0szJy7JU7A5edrbDZI2JTOni { display:block; }
 }@media only screen and (max-width: 763px) { #chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ { top:76.9375rem;left:23.0625rem;width:24.6875rem;height:6.1875rem;font-size:0.75rem;display:block; }#chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ li:before{  }
 }@media only screen and (max-width: 763px) { #J8uslllzvUVd67C7hpELsHzbTBoFc488 { top:39.1875rem;left:16.25rem;width:16.125rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnOA5ECct1wiPZPSHx3MrrgDD68oPllg { top:14.5rem;left:15.75rem;width:16.25rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6rbXcud1rMlgdTB5aKFA58qX497W1QK { top:14.5rem;left:0rem;width:16.25rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOB4zuJvkH5dNt0J7kLQIVvssR6laW61 { top:14.5rem;left:31.5rem;width:16.25rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHzdFbrZHzg9dxek0pX015SW53a3pQHP { display:block; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT727rbgoLumRU9mssJsNWLgAnq6aC0d { width:10rem;height:3.125rem;top:141.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed0BvHz5hTc1N8S9MVpUwl4KT9oa2qLI { display:block; }
 }@media only screen and (max-width: 763px) { #a2PaEkn90Uo4pd4865swkbaMkAs3sJw3 { top:3rem;left:7.375rem;width:33rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiFIhJEhRpb6Tp2zrArb1IrdHTAST7mX { top:7.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2WhrsFrF6ytkbTqkr34xtXR0wgIZtT { width:10rem;height:3.125rem;top:141.1875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIqONyqQ2x27UrXOeKDVuk1BmqZNOnc { display:block; }
 }@media only screen and (max-width: 763px) { #Of9TFcf1FmeO0Kfml6eDCc65DT9u15Uk { top:15rem;left:0rem;width:23.125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcO57eqp31BGfgTT0JyC2DkgDx5U6KE8 { top:27rem;left:1.0625rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvsn20GNLSLBcgTQcTEkJpVIszC5IwJ { top:35.125rem;left:1.0625rem;width:20rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG59mmEtglA0cUXgP3vhXvTBXITExhQI { top:29.875rem;left:1.0625rem;width:20rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsWVubDwT8FzDVIx4xHdGLuyWwFN0V67 { top:16.5625rem;left:7.25rem;width:7.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJmQw3CwlQ6h4tOWNLqaNpzEe7iQoSRS { top:15rem;left:24.625rem;width:23.125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnGlTxRmZe9NLzQLeH2ulKgHceWBtx8Z { top:35.125rem;left:26.6875rem;width:20rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcBTcd9FLLASHyCdDNyZBybhqspeQ75E { top:29.875rem;left:26.6875rem;width:20rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVowSw4xHKk0GJXHxkFTyxwKZtshTmS { top:27rem;left:26.6875rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIBMen78ikaB0kxac6hXW34mGqaNJ2B { top:16.5625rem;left:32.8125rem;width:7.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDSvXfPDT6rCPynWInMcPMSdNAfuXyXQ { top:47.1875rem;left:0rem;width:23.125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGUqeXo3hLHA5Xb5yid5hNUCBOTJOAtV { top:67.3125rem;left:1.0625rem;width:20rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRc6sHnN9re5Kqdvx1bK6xmc5nGKwQkf { top:59.1875rem;left:1.0625rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrmUoCxul81qvGMt8EyUwgKUpnBrRhHu { top:62.0625rem;left:1.0625rem;width:20rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NquRubTtTQFmXxqsfJBszD4OIqQSp4ZW { top:48.75rem;left:7.25rem;width:7.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7XTWNEQl14LKqSGWsBHnwMNxMwaA8Jx { top:47.1875rem;left:24.625rem;width:23.125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be1xJLONyCnuffhBPdtOz2mHEaL0IPmF { top:67.3125rem;left:26.6875rem;width:20rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyap35HboRmFOk20kfvrEwOfBMIyrAtA { top:62.0625rem;left:26.6875rem;width:20rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqfxKZgJ6fEJ0QPyLMKCJfnfnCQzdcX { top:59.1875rem;left:26.6875rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Nzu7UN1hFluTc7lZLOcAzZaRtfdcoa { top:48.75rem;left:32.875rem;width:7.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQx1BNcTtK163IU97LmvazByPq4KCZMJ { display:block; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkqMBR6TWRew8fgMAAodpBQMJryzqTFg { top:7.5rem;left:0rem;width:36.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNpT9tOf5h6EIZ0mRtsevPhm3MdeewzN { top:13.125rem;left:0rem;width:30.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gavRODV4K9tBVO9zWcMqlhg0QIg1cEXe { top:3.625rem;left:23rem;width:24.75rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 { display:block; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJiGyDITc8OxlnBvqGpG7RxmlWWZfnTx { top:3.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UopfhoH4JMQ3RSMdOri2nnytRogrdwNa { top:8rem;left:1.84375rem;width:44.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp9MQ6ULsdEbopJK1lIXCqOJOE00mZHz { top:12.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsAECMoqEdv18hAmuCs5lbyzGXA1qegy { top:1.375rem;left:12.90625rem;width:21.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6FNaVW0XDdfun9t8oeZm5iDVrhImlRP { top:23.3125rem;left:3rem;width:18.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmIXFZUJ5qCBxJgTVLwG2fasnPaw3a5 { top:31.8125rem;left:16.4375rem;width:1.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFqFd2tfA25TZLH72JiUoOAudMdE1Pek { top:30.5625rem;left:6.5rem;width:10rem;height:7.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #al6D42JmZrgP57c19NacW70xyGltaghc { top:34.25rem;left:3rem;width:18.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJICB1tSVpTFUkKbiaKh8D5U1esiMa4 { width:12.375rem;height:3rem;top:80.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mysDyWOH34XV56NRwTrLEi8uTr4x3JGQ { display:block; }
 }@media only screen and (max-width: 763px) { #Zw26bnNWzu6IqQa8qlm7Uyy4bT0Tdne9 { width:12.5rem;height:3.125rem;top:80.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThisFx1GnD1hPTUPsNFz6tzE7dSEc7B { display:block; }
 }@media only screen and (max-width: 763px) { #GTbPwJ18sqKZ5NkrnXk42GVclxyQg6QR { top:17.9375rem;left:1.875rem;width:20.9375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drfkgkT26W03TBGR1myLCG5oodHFI7nb { top:29.5625rem;left:1.875rem;width:20.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxXcVgHQUTQCRJMVEiFWEXNUx0covhQW { top:19.1875rem;left:9.1875rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXJT5zBHaSCh8BJOOHJ6BP5aRIhTR8E6 { top:19.75rem;left:9.6875rem;width:5.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdLSFRZJXVWaqwBTsrblTLf3E5btAuHf { top:17.875rem;left:24.9375rem;width:20.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwebPKoXkptkwq6haTouPwc8RRUAfLM5 { top:29.5625rem;left:24.9375rem;width:20.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX91KTIra8vI8WpaZ2TTFoKrqrguoi6d { top:19.75rem;left:32.75rem;width:5.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTLeTsvQxpRxKdGKhx2ZxTbwT2skfTg { top:19.1875rem;left:32.1875rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgPlkDPK82H4RRQ4HJBIR4o4lkaHef8Q { top:23.3125rem;left:26rem;width:18.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLyuRr2yeNBNHktuFWXDPbX5heptbhTB { top:30.5625rem;left:29.5rem;width:10rem;height:7.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4zXe42CPb6pCBwkTLelqIvqMz24AKzs { top:31.8125rem;left:39.4375rem;width:1.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXk3pVmnlDTUkmbrKiCCn0cOrpGt4mil { top:34.25rem;left:26rem;width:18.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL1pvXeb7mBf8V02n4UPhGO1hhATopSr { top:39.75rem;left:1.9375rem;width:20.9375rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co8KFwqJ34lISCoO8A2xWWZ5cORtWoSe { top:51.375rem;left:1.9375rem;width:20.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxJ5i0DzTQF39amk6LF5lGXR9Rg2RrEt { top:41rem;left:9.25rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2VpOsySX6pgHmTLUcfc6p5Ik0hD02T { top:41.5625rem;left:9.75rem;width:5.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwx5gqSmZsLTg1DF1ag0BZV8UnCQd4J4 { top:44rem;left:3.0625rem;width:18.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3zhq1ySb64STSyRfoy2bW3MEJ4D6WxH { top:52.375rem;left:6.5625rem;width:10rem;height:3.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0pTBviQJJbILXihUdcwdtnE0vso9WUt { top:53.625rem;left:16.5rem;width:1.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf7iZwTf7JyVS4ZWobrIoPrrQT6qFdMS { top:56.0625rem;left:3.0625rem;width:18.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG8oHINiLzTq4JdP3oI1BORMwTVfzNoO { top:39.75rem;left:24.9375rem;width:20.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #COh7T3txyLVWlHkoJ9k1SJvV0layHx1O { top:51.4375rem;left:24.9375rem;width:20.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTc4QLVnGqmw7RHIxItRGEWuufB7Ctn { top:41.625rem;left:32.75rem;width:5.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXtLg0LtHeg4JQAgJCQrS7aWRK6rM3J { top:41.0625rem;left:32.25rem;width:6.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHEPDGffnLG2CLOIXGsnIFds2PTkazK { top:44.0625rem;left:26.0625rem;width:18.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9EhhbMkPpT77lgxGBxNTPElUygPvdD { top:52.4375rem;left:29.5625rem;width:10rem;height:3.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGSOIQG4MMIVdvQg2wOBAaqkTTtPlBX { top:53.6875rem;left:39.5rem;width:1.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9p3pdOXBw7hX1Mr1u1TE6XK8ydRW6Of { top:56.125rem;left:26.0625rem;width:18.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXHJ6GTF5TrWySx7ITZGHS35lEea6Iv { top:72.5625rem;left:23.25rem;width:18.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThlRwkgWscpievu1ZHpIU33JXqoS3CU { top:72.0625rem;left:17.6875rem;width:5.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKmesrrkKTEXOc7v1VfArbNswzfAFqi { top:72.5625rem;left:5.875rem;width:11.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43TJvbHrLPDgfF70XzAmgotFEeZgtVa { top:74.125rem;left:12.375rem;width:22.9375rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6sgBiL7cxO77JrJtzI3fuMTq8tKRiTh { top:60.4375rem;left:1.71875rem;width:44rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTSQ2bWwrZ4i9rVFFv4es5GpZVVbsanO { top:65.25rem;left:9.5625rem;width:17.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASxmqQRzXPT2BJJ4iTrLcCGMEsLLINRp { top:35rem;left:12.166667938233rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2pAmzRZqgK5GA5rqmQefy4Kx9NxXUvx { top:35rem;left:35.248046875rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQs8Ltzi2ivBWgBVdCDyLEyqypyV5UeN { top:56.875rem;left:12.229167938233rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2XDeWMMCoWLmywywlN00AMAKVSA46F { top:56.9375rem;left:35.22917175293rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDnfcAWcLimWAKm3J17KKNm4oqzp5t7n { width:47.75rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .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; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .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; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww { display:flex;width:18rem;height:5.0625rem;top:64.6875rem;left:33.025390625rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #lq8KwxRUxZT9sAwbALX7uKb2fN11fASN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #SVEFKtQSTxTusUR3DpGD9MsSiVeypgZf {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #KwwT4VclsdoEpStPIJcWGFR6ThUr6sEu {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #sRfX285i1W1qz3QuyEqafbODTQscz6hs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #HUqg60GOZTrUM9BQqo43ekJMO8qffg1s {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #QbVLaOfqgQqINrWeCxGQsAuelX87GExc {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #MsCS5wWJT4e0PL7RwaTT50SFB8pRZsuF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #CAdJZosNH2iF1GZgNRid5AQo2m3ig2KV {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #zJLoi7mEssUnWocNveuTwJMKSNtnHlpb {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #OWaMSNHH5qNtfuvsAZc9yaChUpV7dcGr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #yNV8MdpPV3vTirHn2uzaiZ9y4EsKUtxH {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #D18Ebq9Bnb3uKkgTEC3ynTBLSzDwDg02 {  }
 }@media only screen and (max-width: 763px) { #FsRMpp658TKMmZTCC1vxrSs0EHCKrlQd { top:17.9375rem;left:1.84375rem;width:21.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk2G1u4RdpVUPevLC4BOrCuZfgTR7dGn { top:17.875rem;left:24.90625rem;width:21rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08F2vzqT53l8ZecqJE4TPVOPPIrFkBl { top:39.75rem;left:1.84375rem;width:21.0625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRm76dUcGNo0JiGckh7KanuoOFF3DeSl { display:block; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqw6nBhSTrdXUlTd8uN9x3XTBaz5XXOm { top:39.625rem;left:27.5625rem;width:9.5rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFLBpPCet8zlDNpUT00TRDm0CArpSZSD { top:40.125rem;left:36.5625rem;width:1.875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA8dosbX5FMt6CRW3MxwlcqmNyF4eDaH { top:4.875rem;left:8.65625rem;width:30.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNXrcUtwFlR9VIQZP1rmlgy8eRMQTDIa { top:21.6875rem;left:0rem;width:31.25rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcpBMLyb7HDrlaU0sniaxdd2lQ9tJLbC { top:23.125rem;left:11.5rem;width:36.25rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZfETrbWVJ5kv5KfTDW2UdOHxVSFSvE { top:27.625rem;left:11.5rem;width:36.25rem;height:6.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbxJUMV2eyLpHGdicC3UaQwOAQdDGvlf { top:40.75rem;left:34.875rem;width:12.875rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQRdlCFxVA1R8r5Tgi8TAKEKb8Kxe3I { width:12.5rem;height:3.125rem;top:43.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5UnkzkwydS2eNv7EJUahxWh6ArKLsw { display:block; }
 }@media only screen and (max-width: 763px) { #Ft3AcuhpayvNf2aeALz9BZq6gcJTyMXS { top:34.6875rem;left:11.5rem;width:36.25rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeczB2bhc6Zcb4VT5zBTPEiPzoboMpuE { top:41.5rem;left:34rem;width:13.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN48mXWBCrLPAq797TVhvlNddgfrIA1n { display:block; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFNsa1H1ORaQVsQzsT4o8UOMw7TUzb7h { top:11.25rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPdTC6Km229U3fX6bm0MiKhkedVvZDi0 { top:11.25rem;left:8.625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUImiON3usfUA6rZ9xn7eW36PCq8lbL { top:11.25rem;left:20.5625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8opiOWWZT4PlFniTqQ8GtAZzhHrian0 { top:11.25rem;left:20.5625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIPrmtJcncSvMUFGnNACoyaH0ULqn7Da { top:22.6875rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGWiDwqCxV62TDT7THsAf9fhWuA6678I { top:22.6875rem;left:8.625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNrtiF5aeVEuccMEg0q5aZlAuc70UD1X { top:22.6875rem;left:20.625rem;width:15.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdOch2eXJnSiKUfmkTz81IbT864Xtpgr { top:22.6875rem;left:20.5625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iZ0Uq2ST0BTriEWiIGALCgTGoCu2xx { top:34.125rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scuEhPdLXwDJJMVxzUVHIbT8w98sE2Za { top:34.125rem;left:8.625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NczUL07CChahRUZh4QQVtdKXQlSHeuhl { top:34.125rem;left:20.5625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXAyS5nMSApHT5kTfTAHNMtepUhMumLJ { top:34.125rem;left:20.5625rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRgmlEB3rsTeXxPTv87Uq2Ut0lIoEuPN { top:0.9375rem;left:0rem;width:41.625rem;height:7.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 { display:block; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFddduSNl93DNVdlbH8auCds3A1VQwhm { top:3.4375rem;left:7.375rem;width:33rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0cR2GCrtflTBXTw2KkewFxGS9hMFWXH { top:8.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biM2cgut9oEF9gd9ZHF42chbqbSyCby8 { top:15.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fynn6cN2AADnW41ix6M5d3APInRZ6Thi { top:21.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVEHsilhinEMS4kN0BopG2DzCOdrQhVP { top:25.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFT9wFAzqlWAWf86ttyMwafZOCvDJGxz { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmbgR9qB78cQHAmT0qE99TRwSbZJr3ZT { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4SwIq8fOSP8O8PxSMr9t5IMnz5KBIf { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaPeI5G9HEeRPgNmiqmCMCM0dNRU0MLg { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzcp4aTepI02dGDhBPgzQfLhToWwPgnJ { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEaq5oWQ4gOidpHLyHquzwfzeHyTWOBB { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlmsys59KKhRkLA4HeH5HlJyS9dP5rv { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR5uugrrzhO6ZGceTuBA1ycNISZRxsZ { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifzzhiHNpKHvckmVNHApihudUdFGv81 { top:4.625rem;left:39.21875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MVs1scQJCvekPPGRc1gweL0IRzslptmh { position:relative;z-index:auto;display:block; }#MVs1scQJCvekPPGRc1gweL0IRzslptmh > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dltq5NFPwoqx8MS38WZztGAwPATC6vCR { width:4.6875rem;height:2.1875rem;top:3.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itkVgO4Q32Vc2vdFfsQdhwGM6ifWPyGo { display:block; }
 }@media only screen and (max-width: 763px) { #M2ON6vLF5JCSlQ1og1Axy0iG6dCexR3P { width:6.25rem;height:2.1875rem;top:3.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx8GzLq6n2un5fcGfz2KnU1rRCN9SffO { display:block; }
 }@media only screen and (max-width: 763px) { #b1hMN2CF2RM7piLWFvKo8bb7EsBlvwAZ { width:6.25rem;height:2.1875rem;top:6.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCJyp7PyTEWn4VGTO7wV5tsyaPciWIv { display:block; }
 }@media only screen and (max-width: 763px) { #z8D9HvezT1pW6kPIt5rNcCTibFkMWxaS { width:6.25rem;height:2.1875rem;top:3.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0ZabSOKOHnAZGut6yAQwsizwlqy6ez { display:block; }
 }@media only screen and (max-width: 763px) { #I6kyFq1mVGDkebkikNClqD1SrTAKlbCD { width:4.9375rem;height:1.625rem;top:1.15625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTulRpcxGQQfipa3sAaa9TQekQm8fliy { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STqGynX2oo3M7uE0sJQLizf3B9FhE8iT { display:block; }
 }@media only screen and (max-width: 763px) { #KsPa7qx2O3C8EOmlZTNkgh6kth5Os47c { width:6.25rem;height:2.1875rem;top:6.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDiCuKSR5woPB8AFv2qpUki4xLS1O9T { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/0d80748a-48bf-467d-8bea-2a226f91ae00/BG_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpfJqKlNMkzJF3c2B7CQFKSrRS3oJ341 { width:9.625rem;height:2.5rem;top:37.21875rem;left:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR1nUC0ssJVneSGyxZwCRCWbE7QUDaDb { display:block; }
 }@media only screen and (max-width: 763px) { #cw5ezVHlXFs7oNX6Qkkn4nrcpDbFPb5r { width:17.75rem;height:1.70605625rem;top:15.849609375rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1C62ta64P44lJhxQagT7CWTamaZLSbe { width:20rem;height:4.21875rem;top:10.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SFCsiIF2LQg10MK03sHJotufWofOZE4s { width:14.6875rem;height:6.25rem;top:2.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th5HoyybX9IGnoZp0c3MABTquNzIqpl4 { width:9.625rem;height:2.4375rem;top:27.875rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT5zJGLEeabQAuJ090i1WLoKSUDhV3p8 { display:block; }
 }@media only screen and (max-width: 763px) { #gxEfcn4rmnyVn2RPPX4Vs0MFUeqX8PrE { width:9.625rem;height:2.5rem;top:33.5322265625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1TkliP3dW2u9PQ9yDcAA9wIf4HlqXS4 { display:block; }
 }@media only screen and (max-width: 763px) { #dydwN5GQ4naGWFo2mo2UJG0IHaTD027q { width:12.625rem;height:2.2744125rem;top:15.7822265625rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e13dWA9DhDBz5rw4yyOKqUm9aAXB6IGP { width:19.9995rem;height:3.1245125rem;top:52.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT10A0DblWNyCtXzrUOzH9TtWGlF3Ddo { display:block; }
 }@media only screen and (max-width: 763px) { #EMtPgQ7DdOpPtSGWLh1V6KuXtet9FKPC { width:20rem;height:3.125rem;top:56.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4VLrqRAbXZZdZIrStm1NqmGQOytsxaW { display:block; }
 }@media only screen and (max-width: 763px) { #xXFq6mvnFulTtB2AyM15IgSBG2QPiTnf { width:19rem;height:13.1875rem;top:20.03125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmqXEHJuFkbHosQcG9CZht8c5nMM9ruC { width:2.375rem;height:2rem;top:34.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaNBv7tbIDD4WZ3mOTM7Ng7z1K0zl0Ae { width:2.75rem;height:2.0625rem;top:34.6875rem;left:5.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PJr4CEnQAu1ZG0T6nwJOydQ5wn2CebXd { width:2.125rem;height:1.8125rem;top:34.875rem;left:9.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JsEeKeMFTpCuA0CSSe0qWyHKICuRx8MQ { width:1.4375rem;height:2.125rem;top:34.75rem;left:12.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I05oz5BHcrdi5qecFAauGi9bT7V9DpOB { width:2rem;height:2rem;top:40.3125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sfUXL0UUBnVdw5xAkTBO886TenT7c6vL { width:3.1875rem;height:1.6875rem;top:40.6875rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R5MhUlqQW3H50DTTIgb3d0WuHZJCiMT9 { width:4.6875rem;height:1.3125rem;top:37.9375rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JFLBr0RnsgLpeTzZSJ269d2uMlEcdPR8 { width:5rem;height:1.25rem;top:37.9375rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c3htKzN4IMZ580q36Q0nLeCT6X3gHyWE { width:5.25rem;height:1.25rem;top:41.0625rem;left:11.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mtq7ygvOg82QaMOT2kuXQKTVK0eTGWA5 { width:20rem;height:auto;top:25.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NC3Uh5odo4Ocgp8dGo8IOQh5OW9651dm { width:4.8125rem;height:1.625rem;top:45.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTC30zxQdhEzeyiQh6D6TMpJAJZMaQMt { width:10.9375rem;height:1.21875rem;top:45.3125rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D99yEPKoMRcHkwBmqfUzTDAMfqiWEIaI { width:20rem;height:1.21875rem;top:46.71875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldpvgA3ntPI531QAXf6KD4d5cgwTBqBM { width:20rem;height:2.5996125rem;top:48.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNPsbTgHWpvnwB24IlfaPEKL4p75cdL5 { width:17.75rem;height:1.29980625rem;top:17.49365234375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #x66IbQGzzA4UJyTxD0Dz4i0VwmCNTIIt { width:20rem;height:auto;top:20.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p7F99DVhCSh13ba5wcU8imyHkxqA722b { width:5.3125rem;height:1.9375rem;top:37.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpgmBfE4LPMID5NBG97eBfJsOGTDZUoo { width:2.25rem;height:2.625rem;top:34.4375rem;left:14.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E2eCLdvPdHSFh5p25EbcbPQIW8qH8RSz { width:3.0625rem;height:2.0625rem;top:40.5rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P1zaZSXwEdwz2FQ1Z5OvsqHXUqlqwiyl { width:1.8125rem;height:2.1875rem;top:40.375rem;left:16.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 { background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/0d80748a-48bf-467d-8bea-2a226f91ae00/BG_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4.adaptive-delivery-prevent-bg, #mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4.lazyload, #mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4.lazyloading { background-image: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container { background-color: transparent; background-image: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container > .video-iframe-container { display: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row > .video-iframe-container { display: none; }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .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); }#mFy6FebTyBRxJRChK2Nxh8JabaNeA8B4 > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqTcoKXFg5HaiMzCDiM2vIWwqQhqKIpN { width:9.625rem;height:2.5rem;top:37.21875rem;left:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQS32VXOIOqlT7nLEaKRQHW5lxIT3TFB { display:block; }
 }@media only screen and (max-width: 763px) { #o4acD3Z2tDAekSdvafR4cWq5N4qMCJf4 { width:17.75rem;height:1.70605625rem;top:15.849609375rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAi3Tg576dqMa1PIlP7pTR3aJu19A2QJ { width:20rem;height:4.21875rem;top:10.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I7MGrfGiemIDAdU6fh3z73WaEfyuThCq { width:14.6875rem;height:2.375rem;top:2.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTpim4kHaKg28D7HrDPRnJ2JS3THfBeo { width:9.625rem;height:2.4375rem;top:27.875rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHcCSKyabt8IGu5L4fOnP3RoyRbDaoJC { display:block; }
 }@media only screen and (max-width: 763px) { #cmlVU2TLC4Eb3roqNUmGLK8oSAV4mhk3 { width:9.625rem;height:2.5rem;top:33.5322265625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaVsuiIKeFhn3dIItVBHHWoTCIHZpmo0 { display:block; }
 }@media only screen and (max-width: 763px) { #dQRySkTxkJASXGieGke4r8fPwoARqmkd { width:12.625rem;height:2.2744125rem;top:15.7822265625rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CP03LvrhFUnuC19hgT1gTI5IKTZnUq2q { width:19.9995rem;height:3.1245125rem;top:52.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5f9lEfbeDG95JrFUiTHSBiSsJaOWxda { display:block; }
 }@media only screen and (max-width: 763px) { #CTUfIQb9yMACAW7UJNw7WMaJeB9drZiP { width:20rem;height:3.125rem;top:56.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUKzRUqSIDa250SS1QlHIif1h3R7MdPU { display:block; }
 }@media only screen and (max-width: 763px) { #fLF9TDeuH5S1U6EX9eWQqf4uvszJPpSl { width:19rem;height:13.1875rem;top:20.03125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQuyAmA2otiHdAXkV3R2MDf0lytT2CqM { width:2.375rem;height:2rem;top:34.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alw8k7oaoop8L2A2I7l8O85ofi6pZQvI { width:2.75rem;height:2.0625rem;top:34.6875rem;left:5.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KR2gt2ZTWQAeBzJzMLZTwidbytmwb975 { width:2.125rem;height:1.8125rem;top:34.875rem;left:9.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FAvipDzGvuyoVkhfsVOTLpMhUIK0bipO { width:1.4375rem;height:2.125rem;top:34.75rem;left:12.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XFd7SIxxuw0M5CzcBcZEW6SMfbw0uMK4 { width:2rem;height:2rem;top:40.3125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BGVdUhRtLy1PvroCiwthXeiK4JnhAxll { width:3.1875rem;height:1.6875rem;top:40.6875rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iveX6ZNDBAy8AqReymLMhbafdMZQzoiT { width:4.6875rem;height:1.3125rem;top:37.9375rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gRlVAFqFcmo42M0bvorVazg6hVmMMmW0 { width:5rem;height:1.25rem;top:37.9375rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTTlxVyvH83B8wWx7gS3uFxNlFKrzA3f { width:5.25rem;height:1.25rem;top:41.0625rem;left:11.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DewwIsaKAiKV4WHNTwoQoX3WTQmpDiNF { width:20rem;height:auto;top:25.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J3EeSMscKaxNkRTM36xvp6vpgTVKsT25 { width:4.8125rem;height:1.625rem;top:45.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dpudDJdgaKnoSigXBRidtSpPgRQ5To { width:10.9375rem;height:1.21875rem;top:45.3125rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOT9fBrGCO575eZAZJvTkHTEbUUyl8FD { width:20rem;height:1.21875rem;top:46.71875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltNLGO3BZuBt7PaglXAVXRO76mqbsChf { width:20rem;height:2.5996125rem;top:48.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UO7uGxzTnSIG4d7KRxNk5AQuPW4D6i3n { width:17.75rem;height:1.29980625rem;top:17.49365234375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #l5IKGieh1qdSphmpDn9ob57rMxhTEcuv { width:20rem;height:auto;top:20.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AZUyworQJXrruzaygNZusQ37GCSQHHHN { width:5.3125rem;height:1.9375rem;top:37.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBCCccb0R4zuPZ3mLpThwbHKB7O2n3rJ { width:2.25rem;height:2.625rem;top:34.4375rem;left:14.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ty0CWFnF8rwtQ3rK9KTAUDwN823kIFoa { width:3.0625rem;height:2.0625rem;top:40.5rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fvHHT4pWz5i9vZ7tGmziEx79CL2t6hHl { width:1.8125rem;height:2.1875rem;top:40.375rem;left:16.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2pMaWyVAew28yTD9G91bqSoK84I5TdH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #262b5b, #404680);background-image: -moz-linear-gradient(180deg, #262b5b, #404680);background-image: -ms-linear-gradient(180deg, #262b5b, #404680);background-image: -o-linear-gradient(180deg, #262b5b, #404680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b5b', endColorstr='#404680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b5b', endColorstr='#404680' );";background-image: linear-gradient(180deg, #262b5b, #404680);background-size:cover !important;display:none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { width:20rem;height:22rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JFW97TLVaLLyFwEvKBu0ZdtqVu1ShbEE { width:14.75rem;height:11.8125rem;top:8.3740234375rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoVF2eyq3u0FnL8xR0G3cPVSiW6DOA8D { width:20rem;height:0;top:20.0966796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jpr8QJCupC6JhbhV54NikxHcCzAV8SJu { width:20rem;height:5.199225rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V { background-color:#161431;background-image:none;display:block; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container { background-color: transparent; background-image: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container > .video-iframe-container { display: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row > .video-iframe-container { display: none; }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .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); }#TQi6g3Lh3mguRw6SS1yQpRo6VpblCH6V > .row .container { width:20rem;height:148.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BITNVba6KfiTGLVnopvV3DZfszUF7FDp { width:9.625rem;height:2.5rem;top:64.5625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGyIfoSOrI39mKLHbB6RQqHb8LuFkJBI { display:block; }
 }@media only screen and (max-width: 763px) { #GBtfOC0MN0xOweksSSurWpHZbwef9STL { width:18.4375rem;height:26.9375rem;top:32.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8n8Cmx2gdDMDWTsVQXTq6StQs7psN9o { width:11.1875rem;height:3.1484375rem;top:33.75rem;left:6.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7wQPUDQILUr0T2544ZnczPmhcKC5G41 { width:16.125rem;height:7.875rem;top:38.375rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DK7agANCdyMalB0MCrGCgvuwnWWygD0x { width:10rem;height:3.125rem;top:68.3125rem;left:5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVICplH9tg6rwktxivyO5tvps13CZazl { display:block; }
 }@media only screen and (max-width: 763px) { #dk6CXgnzL6CR3HSoKxD9s6LuAXfnRT19 { width:3.5rem;height:3.5rem;top:33.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZDWrsTmr9ok4abLH6chTw1PKwPvOmD { width:18.4375rem;height:27rem;top:60.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbaHyo6Grf7e9darofP4sI6nJ1y2ihdF { width:8.25rem;height:3.1484375rem;top:61.9375rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2FiR6lTUhzODrTUToRzldcra1AD4ZPi { width:2.1875rem;height:2.625rem;top:62.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLUSOfazIIyJZm7aA2DUdzagV5LF73Ra { width:16.8125rem;height:7.875rem;top:66.5rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcR0qxuzdHATD8wXQcOWTNhpfyDCJCZ1 { width:16.125rem;height:0.0625rem;top:50.4375rem;left:2rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #yNCCxIX3EldEQiqt0bWZDFwwMQwMsC1C { width:2.1875rem;height:1.875rem;top:46.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4HugTvU3ZVrvu9wuCIAF6Mt2X3pQun3 { width:2.3125rem;height:1.8125rem;top:47rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HVZvWERZsM0tpC8LXXirSA3vnRtpBdpq { width:1.9375rem;height:1.6875rem;top:47.0625rem;left:7.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IrTaXob3b7tm8PlcSvourEe7kxJ5TJz5 { width:1.9375rem;height:2.0625rem;top:46.8125rem;left:10.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hf0c4XpFGDLHfQiSzCnnP4Zv2thIzKXH { width:1.499025rem;height:1.811525rem;top:46.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1EwHzJTg4qZ7NpR52SEMqScT3nz238 { width:16.125rem;height:0.0625rem;top:78.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzwrhcTIQ4bpTccEQ6t3toDZxyO3AAXp { width:2.1875rem;height:1.875rem;top:75.5rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T89VwovGGsPIrIw9WP94b1aSFQch3Mpp { width:2.3125rem;height:1.8125rem;top:75.5rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yLH9eB0Ov8HwGTmVbpgSpAfZRaH8tBk6 { width:4.3125rem;height:1.5rem;top:75.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTryNUO9NP2oo0pbBXqbnAThLzb5ldp { width:2.625rem;height:2.75rem;top:90.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZs3t4ccF6JAeVPdh7md0E2MD2KQ1BH { width:11.8125rem;height:4.72265625rem;top:90rem;left:6.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ShFGBT3dD25pozh8JTxvZMidfKWdXdAs { width:16.9375rem;height:9rem;top:96.125rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uraJhGm5RzEZcunNFmomUnguya7IJGAN { width:16.125rem;height:0.0625rem;top:108.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCATc1TzgVinrK0KwfvKtNbo8fJRDTp { width:18.4375rem;height:29.3125rem;top:118.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmqwBxtH1iKnxyFLtBmvAM55t9A92fR { width:16.125rem;height:0.0625rem;top:138.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDJkJpI6PCQIPu5MDcWTyqwL7MGRErhx { width:16.3125rem;height:7.875rem;top:126rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVm2nlWLy5ChdlrT6D33xNmI2GSAT1bT { width:8.9375rem;height:4.72265625rem;top:119.8125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkJ3Ax0fsF5GV5VVTq7uQFNyhlnfn1os { width:2.8125rem;height:2.1875rem;top:120.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbQ7pTLtgH238fgcIsKg2sbIehJdI4eR { width:4.4375rem;height:1.25rem;top:106.125rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U8zvu6HbzQ61C1WWTMfGm0hfOs8yXTzz { width:5rem;height:1.25rem;top:106.125rem;left:8.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eur45gDxTWPKcXNMal86OtOuX3mL7M3o { width:3.3125rem;height:1.8125rem;top:134.8125rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rvbpCADVtJJa1CXNLwK4EK0wfJ1I0z0L { width:3.25rem;height:2.125rem;top:134.6875rem;left:7.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nTnreyd5Iuim49Lb78KdmFBBMsrq53hz { width:2rem;height:2rem;top:134.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1FkxH08CC8SCA9BksAqlwcMhbfyPB3 { width:14.875rem;height:3.1245125rem;top:113rem;left:2.5625rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #qgfTAqTfJDldVMAddkmZbCanE6RK3N33 { display:block; }
 }@media only screen and (max-width: 763px) { #T12lvHyOl8oAf8B7i3LyUTCpeHISLwqb { width:14.8745rem;height:3.1245125rem;top:143.0625rem;left:2.5625rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #oN5kaVM3wll25kVEIZnVsoMcHcK4L1C0 { display:block; }
 }@media only screen and (max-width: 763px) { #vmOmw8liPNWTaxmZ9xQcbysbE7SUCaqF { width:14.875rem;height:3.1245125rem;top:54.875rem;left:2.5625rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #rZZOPTZh6mVfQr6MQXNZ1o6cc3vUh5zw { display:block; }
 }@media only screen and (max-width: 763px) { #ZmOdxHg9MpaWC25Qw4UhnQxrUlwOqDKA { width:14.875rem;height:3.1245125rem;top:83.1875rem;left:2.5625rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #CnfoyPBUZQqyi3p9c0diFElrAsP36xTT { display:block; }
 }@media only screen and (max-width: 763px) { #OmMdyIBsatubcV7OHkWkqRIQNNflqRf3 { width:2.06176875rem;height:3.125rem;top:105.125rem;left:14.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oTlvuNf7uTO5biJDcsmubEAlprbIfLSn { width:3.875rem;height:0.875rem;top:135.6875rem;left:12rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tmcsugv19CvG71uMknvzaDTkexwTf0sH { width:1.875rem;height:2.311525rem;top:134.75rem;left:16.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dTznTOdXFwPJv4RRQt3GWcVgOLuJUNyu { width:18.4375rem;height:28.375rem;top:88.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGeBiIr4lQ3gGX2tPtkR7mChs2ToR9Sb { width:16.375rem;height:7.7988125rem;top:1.1249957084656rem;left:1.8125000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJKnd96ow7m1vfqbG6ABfR2HS47iJipA { width:19.8125rem;height:5.625rem;top:10.375000476837rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w577KHsxyMtl4tUw6z6yERAZ86zgPXmq { height:11.25rem;width:20rem;top:18.062500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEvfA2yCXMdxrTPuCAfM3Bnk59ZS12MS { width:11.8125rem;height:2.25rem;top:51.4375rem;left:4.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGH9180BLWVM0T13d4Xn1SOM6IFoGCIM { width:10.1875rem;height:2.25rem;top:79.8125rem;left:4.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8xbsL8E6Q6pluZ7ctmTOvgKgl6AaSal { width:9.375rem;height:2.25rem;top:109.8125rem;left:4.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFV00LlX8MQTiWE5XBurnloPKgvRyq9i { width:9.375rem;height:2.25rem;top:139.8125rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tudmHa8iHiH4gcwyFPmRya1kOQe1ft3c { width:18.625rem;height:27.125rem;top:32.28125rem;left:0.65625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMpu6ck1mAJRx7457mwSSJSZbk5RGy3b { width:18.5625rem;height:27.1875rem;top:60.5625rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP6R6rAEGqeSR3c6JnRMZt7qQd8TaGFI { width:18.5625rem;height:28.5625rem;top:88.75rem;left:0.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb { background-color:#161431;background-image:none;display:block; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container { background-color: transparent; background-image: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container > .video-iframe-container { display: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row > .video-iframe-container { display: none; }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .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); }#mKpi0v9WIlXnr14EBF8dD7vzcWIvOhKb > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQKf7TGMvexQrPy7zpAlUNIwL4OgMJlG { width:19.8115rem;height:1.3125rem;top:4.849609375rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTp4crL7wEORw3Adu5T6Fz4IyVl31OkD { width:20rem;height:2.5996125rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVk9RDXH6GTHrT1sK02gczmuUzovEWvi { width:20rem;height:3.125rem;top:51.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVLcHZThef0KVzZNVDTfbK7iCp4bCtk { display:block; }
 }@media only screen and (max-width: 763px) { #RTBL06XAeyL7KATEuPzLKWCkNm5sa1sH { width:20rem;height:3.125rem;top:48rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz2qO0dsv4DDEW20O62zMRTTUOdP4sqv { display:block; }
 }@media only screen and (max-width: 763px) { #dtu0whL1vm1x3y79IaUtROvXUl0uPX0m { width:11.1875rem;height:1.21875rem;top:41.1875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHB424lbUebX6RMeK5XfI6Fq1FQ006at { width:4.5625rem;height:1.625rem;top:40.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKf924oEQJtTDmCM7WUzRxeCLpl4GhtD { width:20rem;height:1.21875rem;top:42.53125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2kJ6gPPQHoOyiaGezCmITtseEtT458c { width:19.999rem;height:2.5996125rem;top:44.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXhbipk3sfVZVGzrl0z1TsdWMo5VfDmC { width:17.3125rem;height:6.25rem;top:7.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puWsBDSx9yonm4nI5wTVvE2psvZSRr5b { width:17.5rem;height:6.3125rem;top:14.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLvA3vQcTlyyLJKxI1hVmrUpkEUaip0 { width:17.5rem;height:6.3125rem;top:21.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfgKblX0s53q7qKboxz7PsiFgDlEmRwM { width:17.5rem;height:6.3125rem;top:28.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44oiBbUsTuGMABi1rV0SM0MF2WzpZu2 { width:6.3125rem;height:1.21875rem;top:36.3125rem;left:4.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dSvtqbrwiWhtbT1MLfffhPbOq00c9P2K { width:12.3125rem;height:1.21875rem;top:37.75rem;left:4.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkoOM6MpwKqTzkGwVGvt8xTe4IydAw5d { width:1.25rem;height:1.25rem;top:36.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzsM1CPuUQPtJI5DTnoAmfg3KBdTsHoN { width:0.8125rem;height:1.25rem;top:37.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTJtvoyZPCXREvBALqITLIZ7HfT51CN { width:17.4375rem;height:6.3125rem;top:7.875rem;left:1.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXVQnVztw2XOsffZJkk39THq5O83KPN { width:20rem;height:10.5rem;top:79.6870125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2SnkunoiATimBq6UOV89h9uCQ81UFI3 { width:20rem;height:10.5rem;top:67.9370125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5lz97iUTxQxzXdZvFMJVSXV4qV1yQX6 { width:17.49975rem;height:6.312rem;top:14.748046875rem;left:1.248046875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #dAf8rEkdZVKAkIu1hO1XqmVpwA61nHQP { width:17.499rem;height:6.31125rem;top:21.686279296875rem;left:1.24951171875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 { background-color:#161431;background-image:none;display:none; }#BVrSekZpQHtTJAw60zrS9RalVB0sWQx4 > .row .container { width:20rem;height:185.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kfwxm6Ax8B6Pv2Tci0dhNTgvN0SUf8ex { width:9.625rem;height:2.5rem;top:64.5625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwB9QorxDTuIWEeT4z8zeQ5PzSJpiTRX { display:block; }
 }@media only screen and (max-width: 763px) { #ia5zOpaUEmKid2I0twcN0yyFXsO4O1xl { width:19.8125rem;height:5.625rem;top:10.6875rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaoTr4UhuIFSbNrqaJRG73ctRetBIPOa { width:18.4375rem;height:28.6875rem;top:18.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxRvw1nWDfaRzmLabM6MpOTQTS9eC1BF { width:11.1875rem;height:3.14995625rem;top:20.125rem;left:6.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6Fn4mrWs6EBZcB2VWbmu4b3xlIqIao { width:16.125rem;height:7.87275rem;top:24.75rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yfKyMDzsbf9v8K991eA0TmfI39kJbnta { width:16.375rem;height:7.797875rem;top:1.5rem;left:1.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fC3CcVZbUPdA8sms36ioAOeXl4GU2zss { width:10rem;height:3.125rem;top:68.3125rem;left:5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL1e5B8DTNSDDuKJc0Mg09UiJGNll5mp { display:block; }
 }@media only screen and (max-width: 763px) { #QtVSiR0FNPqPbtkTsEc7vJPrHd3rBxCM { width:3.5rem;height:3.5rem;top:19.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKI2ySaPAfbPfBT5enbUDdBwh4ffKgSo { width:18.4375rem;height:29.9375rem;top:48.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmyBGEP2eABzIDXlUc9il2n6MfkUCm2S { width:8.25rem;height:3.14995625rem;top:49.75rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UpdBR0KAfCLWXJyTfJCcisdSA1sDWPPq { width:2.1875rem;height:2.625rem;top:50rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ReU6ka6c6hq4T5hcVEgGq5IwACdQgD { width:16.8125rem;height:7.872725rem;top:54.3125rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBgmRuw9GqcnXzqRqNfSXc0TNAv3TdSL { width:16.125rem;height:0.0625rem;top:36.8125rem;left:1.9375001192093rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #cNNiek22WPdvGyN3AhU8eooglZLrWZQI { width:11.5625rem;height:1.125rem;top:38.75rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AJoqNkQnINUgwRMuKrfg2CrPFLnMfm5E { width:11.5625rem;height:1.125rem;top:40.125rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gOzPPUJecX8Sf4mikvU4yRNZPVw5AMw9 { width:11.5625rem;height:1.125rem;top:41.5rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1KUEQ5dKgMWD9PKLw9bgsZoCwfd4igo { width:0.8125rem;height:0.9375rem;top:38.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymqAldFTNVBfET9WWL3XGttklPaufq3 { width:0.9375rem;height:0.9375rem;top:40.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKxas56GmzvCRFVPkpREE4TsJoEEkXPv { width:0.625rem;height:0.9375rem;top:41.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLFJHXuHGfQ374aLrwsskia0ZcSwDsZ { width:2.1875rem;height:1.875rem;top:33.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4ptSbfX7HAUN05Xuwux3SVfT2Adg8g { width:2.3125rem;height:1.8125rem;top:33.375rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iVSvVragaIkXz4EhRmBeQeEqk615I2vZ { width:1.9375rem;height:1.6875rem;top:33.4375rem;left:7.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mayK3zoRG94xyTRJVGcTl06Ld4VgNsy6 { width:1.375rem;height:2.125rem;top:33.25rem;left:10.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VpdAsOrzTEcm1NzpMZlq57ifrNTH5K0W { width:1.5rem;height:1.8125rem;top:33.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqSFoVJyXSrcRKaOWSLaTvyp7bp4N84Z { width:0.625rem;height:0.9375rem;top:71.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0GJ0x5WeFkNU2953nOlDkSBhT6xifx { width:11.5625rem;height:1.125rem;top:71.3125rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vtyCh6gtKN4xRZWhnEymyz06PmyZzPFl { width:0.9375rem;height:0.9375rem;top:70.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZNl9f1TIsO16IpHgfS8pgXtIMR2Egm { width:11.5625rem;height:1.125rem;top:69.875rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OZPKfD1HavFLXbp7mUwRirptMvN4lOQq { width:0.8125rem;height:0.9375rem;top:68.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLV1ss9zi6BEEcqyahllbm1ZzyDPqTTD { width:11.5625rem;height:1.125rem;top:68.5rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNEuhz4vvvv1NQr4DDeKO379uDBDXfeN { width:16.125rem;height:0.0625rem;top:66.479167938231rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcl45yEN53UbOkhWIL50WU16ZRpq8U7C { width:2.1875rem;height:1.875rem;top:63.3125rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x4UUUOKvwXKh4TewpuGlAybCPKt4K9dF { width:2.3125rem;height:1.8125rem;top:63.3125rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RfQOxIkgpMcy8Qodv7EfqakT6T8lewSH { width:4.3125rem;height:1.5rem;top:63.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPEsUQ66vlrzmShz1fSE1bHv7FcUE5sq { width:18.4375rem;height:38.875rem;top:79.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxfFLEEZ4HwZTvqI6VRFh2F0uoNLCZac { width:2.6875rem;height:2.75rem;top:80.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxmgWcTupT0A8Vr9iphZuEoDVVaG0zkC { width:11.8125rem;height:4.7249375rem;top:80.6875rem;left:6.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bfkmFaGxBnw0qVixgwbAhS2TlIR2V1aO { width:16.9375rem;height:8.9974rem;top:86.8125rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSvcGxuyOVoThXCfynvtNzxgkAPTTS5l { width:16.125rem;height:0.0625rem;top:99.4375rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKmppQCQ9zm3EA66s2rVIa4GJV17riOZ { width:11.5625rem;height:1.125rem;top:101.75rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p2UVRFcEtKiSPmOTDk9gTPDRUmvCephv { width:0.8125rem;height:0.9375rem;top:101.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcIMJxIk8SJDEZMo3EXBaLfkoQ4uayTe { width:11.5625rem;height:1.125rem;top:103.125rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XbQpHlxTgDn7pZTqLoIOC4OBmLRb1TGB { width:0.9375rem;height:0.9375rem;top:103.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LIKg5ACIp3xpr4RUT91WqAWZM4gseN { width:11.5625rem;height:1.125rem;top:104.5625rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwGHzh5otCL5NZp1NDUdrzgH69wDoKmr { width:0.625rem;height:0.9375rem;top:104.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1w3VrN9NayJRse7KTDiNtz011NzMHJe { width:18.4375rem;height:39rem;top:119.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFENRIn1TXyWvShVNPby7lF8c7vnJto { width:11.5625rem;height:1.125rem;top:142.4375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QCcvySIbKoBAHBZU27CU4A3tFkfVyXcG { width:11.5625rem;height:1.125rem;top:143.8125rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NpDE2yTJd6yw7x9CSaSCZc3pltVODyA0 { width:11.5625rem;height:1.125rem;top:141.0625rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EHUUSmTdEvDHTN63M2JrTBBVUTbMd9sX { width:16.125rem;height:0.0625rem;top:139.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwzfnT4ytbyRvNT9cuLgHUatiBI7X2BM { width:0.8125rem;height:0.9375rem;top:141.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTN26GT8DTdfWRpZkNf6Cys3nWcTUJ48 { width:0.9375rem;height:0.9375rem;top:142.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MddcAM24X3Iw77TDBCa6hTJriToK7dp8 { width:0.625rem;height:0.9375rem;top:144rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMCWKyBLzWNQOgs60he4z7r1ppdUUBz { width:16.3125rem;height:7.872725rem;top:126.75rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHpfTmf7LfL44A7K9dKNOspHKxT9VTLJ { width:8.9375rem;height:4.7249375rem;top:120.5625rem;left:6.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mqw1epwpoGTiG2cSbZZpIJVJHnmEw6ci { width:2.8125rem;height:2.1875rem;top:121rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrhw42hQEPCG282EnKlHtflKdH3lq4e { width:9.916666625rem;height:3.041666625rem;top:172.62760543823rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmJJHduGzeUZCdB38ZHASt1qINMSxOG { display:block; }
 }@media only screen and (max-width: 763px) { #wVv3vduKyucyu7AW0fArlRX8sLXKoBEt { width:4.4375rem;height:1.25rem;top:96.8125rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7B1UWbGK52PRwPEqrk3P6WxTneenrTn { width:5rem;height:1.25rem;top:96.8125rem;left:7.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I9yiM1khrBy59DyapE8lH1a301C6oqhy { width:3.3125rem;height:1.8125rem;top:135.5625rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oRlSAezN8JoZTizTEmh1fEiBnuFvcDTb { width:3.25rem;height:2.125rem;top:135.4375rem;left:8.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ByS78dsWXC5mbI1ld8ZOMRqd15bbDMK9 { width:2rem;height:2rem;top:135.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyZrLbML572O0lrNcdrKodTd7I2gNJJT { width:10.8125rem;height:3.125rem;top:113.625rem;left:4.59375rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #blBTOHpsdCTd60RA2gThc80vfL5Hu1TQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z79gwdF9gvDGeOCJZ7ykmJcIkJSlLbrh { width:10.8125rem;height:3.125rem;top:153.625rem;left:4.875rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #fA5VStGKXLWJ3nvvmcxFSclEWCcA3gpL { display:block; }
 }@media only screen and (max-width: 763px) { #piPTR0RhOM3oqSyQNOTWQCFT2FTKVvX3 { width:10.8125rem;height:3.125rem;top:43.3125rem;left:4.5rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #L1z8NN7VpfLd0l2A2MJNxua20ynDUxhi { display:block; }
 }@media only screen and (max-width: 763px) { #gkG5f0f5gor6pEpIqNNTDxO9uyoERVCV { width:10.8125rem;height:3.125rem;top:73.4375rem;left:4.5rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #sTxiugmQJHxveKh3gIu1wcMtADVnfVrR { display:block; }
 }@media only screen and (max-width: 763px) { #aAUOQVpyiFoSNAocThBCgZBiQRK79o3d { width:2.0625rem;height:3.125rem;top:95.375rem;left:14.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WXnSiIGwGyqWN5AMgzJ5zKUZ3HohSrNs { width:3.875rem;height:0.875rem;top:136.4375rem;left:12.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uIuMUbCeWcRSLpFv4cE1nI6aTqT7w6EZ { width:1.875rem;height:2.3125rem;top:135.1875rem;left:16.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aaVCxEobCHU7tEBvyk5LduKEnkHZI9WZ { width:6.6875rem;height:3.8125rem;top:37.40625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnSXCUqGtsZAWABeyLcVw89VQc06vHmT { width:7.125rem;height:4rem;top:67.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .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; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .widget-text.counter-number { padding-top:0.460625rem;padding-right:0.406875rem;padding-bottom:0.460625rem;padding-left:0.406875rem;width:2.44125rem;min-width:2.44125rem;height:2.475625rem;font-size:1.841875rem;line-height:39.61px;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; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.288125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.255rem;height:0.97875rem;font-size:0.690625rem;line-height:15.66px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx { display:flex;width:16.75rem;height:4.6875rem;top:106.52978515625rem;left:0.625rem;padding-top:0.965rem;padding-right:0.985625rem;padding-bottom:0.965rem;padding-left:0.985625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #hhgAG7bELMmh5RzvxrlbV70u5TfqMirL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #Zzv1Acxi2xZbpmuxKfdZu5o9ltsLrack {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #XFG807Gu7BLzaO6TmhotFDh0JtynLsNS {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #cSTn8gdJ7BBI0Z7VbWCiwa9DxUGvSsV9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #qPXumTGf546bKDdamuvK135TR7Xxxhvu {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #WOsJtdbCfA5Ila5zFTFdnmIiVC1XMsSM {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #xOndubZloNVwvIzfBla4nBC7WGMo2QP9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #pIiWmSR4CckT8Je9eLMApnyqEsR5T7qz {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #PtFil5wnxnHkryI0TIRvPqad1m7IaKpK {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #nJL29lTkPxhmvKDKTOxrDBPJZea75R55 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #GWRURV2quExMAMsOmKroM0m8ZAbR3iJX {  }
 }@media only screen and (max-width: 763px) { #MW34p6l0VE0FanoaT0nkUl0qSDCkxLQx #xOIhBrIl1z6Kexx8fKv6keFAK1QQvo8T {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S .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; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .widget-text.counter-number { padding-top:0.460625rem;padding-right:0.406875rem;padding-bottom:0.460625rem;padding-left:0.406875rem;width:2.44125rem;min-width:2.44125rem;height:2.475625rem;font-size:1.841875rem;line-height:39.61px;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; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.288125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.255rem;height:0.97875rem;font-size:0.690625rem;line-height:15.66px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pdphUkTys85I4uX5sdoIq4k8UETpTN9S { display:flex;width:16.75rem;height:4.6875rem;top:145.625rem;left:0.875rem;padding-top:0.965rem;padding-right:0.985625rem;padding-bottom:0.965rem;padding-left:0.985625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #kGf0R329Od3B5oOgZN9MKA2H2BuAhOwm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #HDdzTgRRrGvWbhItE9bXRSzHosFCv2aE {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #r09BV9A1kI2fHhBXbNAesIV9auP2fHT6 {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #ZWW8pkt9UXIhL9bRk17u3tXgq5NLnn8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #bGt0xkI5mJbeMPsHOssyTMwMcnCncC3B {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #eAciaSTQGbM4WnxdrxMx8SVKTCDmvkmL {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #gnB6H7hW2oy1lqdLWi1PMWlbRwDHKfV0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #xvX6UKN6knOVu99m6DKMaRZKcqKUcu4v {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #U9yZN9USiM8LcgmnhGz3fXHTHTGtd0Eq {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #bzGJNhOxPXyoCshtybVGh4kS03NMqQSF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #N0C4I04c9rWL9bFtBI7J2pe28UEkJeTS {  }
 }@media only screen and (max-width: 763px) { #pdphUkTys85I4uX5sdoIq4k8UETpTN9S #yemsrzh6LnoM5vZXcZlSONEmkecGRp2v {  }
 }@media only screen and (max-width: 763px) { #kKMlfolG6WQVsRQVgSKkKsXLnn2n1HOV { width:20rem;height:6.17513125rem;top:159.3125rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBG6ZAUqd3kN3eC4JiTziWPRsfnA0ikR { width:20rem;height:5.19856875rem;top:166.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvoN5qQewwintqo3IATvI4Todrsc4gsF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404680, #262b5b);background-image: -moz-linear-gradient(180deg, #404680, #262b5b);background-image: -ms-linear-gradient(180deg, #404680, #262b5b);background-image: -o-linear-gradient(180deg, #404680, #262b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404680', endColorstr='#262b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404680', endColorstr='#262b5b' );";background-image: linear-gradient(180deg, #404680, #262b5b);background-size:cover !important;display:block; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container { background-color: transparent; background-image: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container > .video-iframe-container { display: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row > .video-iframe-container { display: none; }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .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); }#QvoN5qQewwintqo3IATvI4Todrsc4gsF > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIcLHmUIcnkEPUtTR7OaV2Apn7lfqCx { width:20rem;height:2.5996125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sap1fpQuZEln9l3icLDzoq1n4Dp4ICRX { width:16.125rem;height:2.0625rem;top:20.875rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc { width:16.75rem;height:8.8125rem;top:23.5rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#ZUb5fUWqav13QRJThzN7gpVWZLGX61Dc li:before{  }
 }@media only screen and (max-width: 763px) { #nuEdS0yDrVUXDrwkirDIh7vPyH0JTnAO { width:13.25rem;height:13.75rem;top:7.1875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBT69Jv4L2VniRPlcZOBlXwDMPmFvB3 { width:11.25rem;height:2.8125rem;top:4.724609375rem;left:4.375rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #262b5b, #404680);background-image: -moz-linear-gradient(180deg, #262b5b, #404680);background-image: -ms-linear-gradient(180deg, #262b5b, #404680);background-image: -o-linear-gradient(180deg, #262b5b, #404680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b5b', endColorstr='#404680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b5b', endColorstr='#404680' );";background-image: linear-gradient(180deg, #262b5b, #404680);background-size:cover !important;display:block; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container { background-color: transparent; background-image: none; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container > .video-iframe-container { display: none; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row > .video-iframe-container { display: none; }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .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); }#z0FVHB3eT5WVIZhtteCtpM6r3c3mTJsH > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxkdG49AOTnD9aO1t7VfeRiCdnXlTfST { width:20rem;height:1.7871125rem;top:1.9931640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9wNlkKFt1OBTWBKyaVasnO0ihETqkOd { height:11.2221875rem;width:20rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJt3nMlxxWqq9waT9V7FTHfRCMiwu88 { height:11.2216875rem;width:20rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v99I7mNc13deJqWinELqwDwZpP8lK7WQ { height:11.2216875rem;width:20rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPrHVPbeavqThL1n2t1rOlddrakvShEG { height:11.2216875rem;width:20rem;top:63.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8M8c6EAfrCGAToVi5ak8vdFlVVgDtai { height:11.21875rem;width:20rem;top:4.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thMrgS98uiFRmQlu4TAh8nPDJQrvD3Hh { height:11.029411764706rem;width:20rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l { background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/85910c74-f89f-423d-9c42-b9508982df0b/BG_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.adaptive-delivery-prevent-bg, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyload, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyloading { background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { background-color: transparent; background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .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); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { width:20rem;height:139.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acy3rcXRA3niiVmCLOPxOgDIfEeMeBXu { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToCzPvcPvQ3kRvX25fxKKN7AtvThACZL { width:20rem;height:5.19921875rem;top:7.44921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8LBCgS8lUOutSsWXFvlBVBzTNWeMCR { width:16.125rem;height:4.21875rem;top:30.875rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwW8DHvlHKwJK25W1g9DrUA1PP96Zkuo { width:13.25rem;height:4.21875rem;top:76.5625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IU3MVod7NrbHv9qQmbBXJ8sXT1Tqrw { width:13.5rem;height:3.8984375rem;top:84.12890625rem;left:4.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWR58x4aWl1c8wefo4wP469CkOoqXrO1 { width:14.75rem;height:8.4375rem;top:88.65283203125rem;left:4.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUV6nX82cgoKUbJRtgctkH7qBSlH9r3R { width:14.75rem;height:3.8984375rem;top:99.78515625rem;left:4.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4PiHfvGvTUfmWerr04bcb1BGHcOBzTg { width:14.25rem;height:9.84375rem;top:104.30908203125rem;left:4.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVIRzKyL3SThwo3ugS9VLShPlvzTtBHP { width:14.8125rem;height:3.8984375rem;top:116.84033203125rem;left:4.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ld2TvVIDsqydSOI6UfwHK2GJNtnEgelL { width:15.75rem;height:4.21875rem;top:121.328125rem;left:4.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTPx3rTObLi2uofwhBdHfx9JFecLQJzx { width:3.0625rem;height:3.0625rem;top:84.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USX324T5uUUvOkNi0EK5f2KNHC865VOT { width:3.0625rem;height:3.0625rem;top:99.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B99yBJy0dm60BWU9bxTPTWJJE1RQ3kRn { width:3.0625rem;height:3.0625rem;top:116.84033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHAf28PWnbP11onI7s6gf9hBqduwKeEX { width:9.625rem;height:2.5rem;top:170.75rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFD8GVnBVHBqNGNNeIqD6i39oFJrrOH5 { display:block; }
 }@media only screen and (max-width: 763px) { #ShR2C46HkDEcIUzCpFdwLAEcLTEibtn4 { width:10rem;height:3.125rem;top:103.8125rem;left:5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmxK3O337gkcQ08MfAssXI7aKwGwE7FP { display:block; }
 }@media only screen and (max-width: 763px) { #RVVcJq5cbMARRGCRnTEXZLQWFxSXFiP6 { width:20rem;height:3.125rem;top:133.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA9iZ5hh0szJy7JU7A5edrbDZI2JTOni { display:block; }
 }@media only screen and (max-width: 763px) { #chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ { width:15.125rem;height:5.8125rem;top:124.984375rem;left:4.25rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }#chQr1PqNEHtUTa04zwG5XHRG0klJ43LJ li:before{  }
 }@media only screen and (max-width: 763px) { #J8uslllzvUVd67C7hpELsHzbTBoFc488 { width:14.0625rem;height:4.21875rem;top:53.7578125rem;left:2.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnOA5ECct1wiPZPSHx3MrrgDD68oPllg { width:10.9375rem;height:15.375rem;top:37.5703125rem;left:4.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w6rbXcud1rMlgdTB5aKFA58qX497W1QK { width:10.9375rem;height:15.375rem;top:14.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOB4zuJvkH5dNt0J7kLQIVvssR6laW61 { width:10.9375rem;height:15.375rem;top:60.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHzdFbrZHzg9dxek0pX015SW53a3pQHP { background-color:#161431;background-image:none;display:block; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container { background-color: transparent; background-image: none; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container > .video-iframe-container { display: none; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row > .video-iframe-container { display: none; }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .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); }#LHzdFbrZHzg9dxek0pX015SW53a3pQHP > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT727rbgoLumRU9mssJsNWLgAnq6aC0d { width:9.625rem;height:2.5rem;top:240.0625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed0BvHz5hTc1N8S9MVpUwl4KT9oa2qLI { display:block; }
 }@media only screen and (max-width: 763px) { #a2PaEkn90Uo4pd4865swkbaMkAs3sJw3 { width:11.0625rem;height:5.19921875rem;top:1.6875rem;left:4.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiFIhJEhRpb6Tp2zrArb1IrdHTAST7mX { width:18.0625rem;height:8.4375rem;top:7.625rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JK2WhrsFrF6ytkbTqkr34xtXR0wgIZtT { width:10rem;height:3.125rem;top:141.1875rem;left:5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFIqONyqQ2x27UrXOeKDVuk1BmqZNOnc { display:block; }
 }@media only screen and (max-width: 763px) { #Of9TFcf1FmeO0Kfml6eDCc65DT9u15Uk { width:15.4375rem;height:18.9375rem;top:17.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcO57eqp31BGfgTT0JyC2DkgDx5U6KE8 { width:11.25rem;height:1.62524375rem;top:24.25rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEvsn20GNLSLBcgTQcTEkJpVIszC5IwJ { width:13.25rem;height:5.625rem;top:29.4375rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dG59mmEtglA0cUXgP3vhXvTBXITExhQI { width:11.25rem;height:2.449225rem;top:26.1875rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JsWVubDwT8FzDVIx4xHdGLuyWwFN0V67 { width:4.4375rem;height:5.3125rem;top:18.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJmQw3CwlQ6h4tOWNLqaNpzEe7iQoSRS { width:15.4375rem;height:18.0625rem;top:37.875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnGlTxRmZe9NLzQLeH2ulKgHceWBtx8Z { width:12.9375rem;height:4.5rem;top:49.82421875rem;left:3.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcBTcd9FLLASHyCdDNyZBybhqspeQ75E { width:13.1875rem;height:2.449225rem;top:46.5rem;left:3.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #orVowSw4xHKk0GJXHxkFTyxwKZtshTmS { width:12.4375rem;height:1.62524375rem;top:44.5625rem;left:3.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgIBMen78ikaB0kxac6hXW34mGqaNJ2B { width:4.5rem;height:5.1875rem;top:38.625rem;left:7.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dDSvXfPDT6rCPynWInMcPMSdNAfuXyXQ { width:15.4375rem;height:18.6875rem;top:57.1875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGUqeXo3hLHA5Xb5yid5hNUCBOTJOAtV { width:13.75rem;height:5.625rem;top:68.64892578125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRc6sHnN9re5Kqdvx1bK6xmc5nGKwQkf { width:11.875rem;height:1.62524375rem;top:63.875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrmUoCxul81qvGMt8EyUwgKUpnBrRhHu { width:11.3125rem;height:2.2734375rem;top:65.5rem;left:4.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NquRubTtTQFmXxqsfJBszD4OIqQSp4ZW { width:4.5rem;height:5.1875rem;top:57.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7XTWNEQl14LKqSGWsBHnwMNxMwaA8Jx { width:15.4375rem;height:17.625rem;top:77.125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be1xJLONyCnuffhBPdtOz2mHEaL0IPmF { width:12.8125rem;height:4.5rem;top:88.58642578125rem;left:3.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyap35HboRmFOk20kfvrEwOfBMIyrAtA { width:11.25rem;height:2.2734375rem;top:85.4375rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWqfxKZgJ6fEJ0QPyLMKCJfnfnCQzdcX { width:10.75rem;height:1.62524375rem;top:83.8125rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Nzu7UN1hFluTc7lZLOcAzZaRtfdcoa { width:4.5rem;height:5.1875rem;top:77.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQx1BNcTtK163IU97LmvazByPq4KCZMJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #262b5b, #404680);background-image: -moz-linear-gradient(180deg, #262b5b, #404680);background-image: -ms-linear-gradient(180deg, #262b5b, #404680);background-image: -o-linear-gradient(180deg, #262b5b, #404680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b5b', endColorstr='#404680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b5b', endColorstr='#404680' );";background-image: linear-gradient(180deg, #262b5b, #404680);background-size:cover !important;display:block; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container { background-color: transparent; background-image: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container > .video-iframe-container { display: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row > .video-iframe-container { display: none; }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .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); }#TQx1BNcTtK163IU97LmvazByPq4KCZMJ > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkqMBR6TWRew8fgMAAodpBQMJryzqTFg { width:14.125rem;height:5.19921875rem;top:1.75rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNpT9tOf5h6EIZ0mRtsevPhm3MdeewzN { width:16.8125rem;height:4.21875rem;top:7.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gavRODV4K9tBVO9zWcMqlhg0QIg1cEXe { width:15.5rem;height:10.8125rem;top:13.5966796875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 { display:block; }#FfWw4D1I9Z82zSq9eDDSREBecBZTZsZ3 > .row .container { width:20rem;height:99.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJiGyDITc8OxlnBvqGpG7RxmlWWZfnTx { width:19.625rem;height:1.6875rem;top:1.9791660308838rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UopfhoH4JMQ3RSMdOri2nnytRogrdwNa { width:18.625rem;height:1.4624rem;top:4rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wp9MQ6ULsdEbopJK1lIXCqOJOE00mZHz { width:13.25rem;height:1.6875rem;top:5.75rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ff7e05;display:block; }
 }@media only screen and (max-width: 763px) { #wsAECMoqEdv18hAmuCs5lbyzGXA1qegy { width:20rem;height:2.8125rem;top:83.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6FNaVW0XDdfun9t8oeZm5iDVrhImlRP { width:14.125rem;height:3.2504875rem;top:13.125rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmIXFZUJ5qCBxJgTVLwG2fasnPaw3a5 { width:1.375rem;height:1.62524375rem;top:19.1875rem;left:13.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFqFd2tfA25TZLH72JiUoOAudMdE1Pek { width:7.5rem;height:2.76236875rem;top:18.375rem;left:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #al6D42JmZrgP57c19NacW70xyGltaghc { width:9.9375rem;height:1.3125rem;top:21.0625rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZJICB1tSVpTFUkKbiaKh8D5U1esiMa4 { width:20rem;height:3.125rem;top:92.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mysDyWOH34XV56NRwTrLEi8uTr4x3JGQ { display:block; }
 }@media only screen and (max-width: 763px) { #Zw26bnNWzu6IqQa8qlm7Uyy4bT0Tdne9 { width:20rem;height:3.125rem;top:89.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThisFx1GnD1hPTUPsNFz6tzE7dSEc7B { display:block; }
 }@media only screen and (max-width: 763px) { #GTbPwJ18sqKZ5NkrnXk42GVclxyQg6QR { width:15.4375rem;height:8.25rem;top:9.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drfkgkT26W03TBGR1myLCG5oodHFI7nb { width:15.4375rem;height:5.9375rem;top:17.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxXcVgHQUTQCRJMVEiFWEXNUx0covhQW { width:5rem;height:1.5625rem;top:10.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXJT5zBHaSCh8BJOOHJ6BP5aRIhTR8E6 { width:4.3125rem;height:0.8125rem;top:10.625rem;left:7.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdLSFRZJXVWaqwBTsrblTLf3E5btAuHf { width:15.4375rem;height:7.6875rem;top:25.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwebPKoXkptkwq6haTouPwc8RRUAfLM5 { width:15.4375rem;height:5.9375rem;top:33.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX91KTIra8vI8WpaZ2TTFoKrqrguoi6d { width:4rem;height:0.8125rem;top:26.625rem;left:8rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTLeTsvQxpRxKdGKhx2ZxTbwT2skfTg { width:5rem;height:1.5625rem;top:26.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgPlkDPK82H4RRQ4HJBIR4o4lkaHef8Q { width:14.125rem;height:3.2504875rem;top:28.875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLyuRr2yeNBNHktuFWXDPbX5heptbhTB { width:7.3125rem;height:2.5996125rem;top:33.9375rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4zXe42CPb6pCBwkTLelqIvqMz24AKzs { width:1.375rem;height:1.62524375rem;top:34.625rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXk3pVmnlDTUkmbrKiCCn0cOrpGt4mil { width:8.6875rem;height:1.3125rem;top:36.5rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JL1pvXeb7mBf8V02n4UPhGO1hhATopSr { width:15.4375rem;height:8.5625rem;top:40.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co8KFwqJ34lISCoO8A2xWWZ5cORtWoSe { width:15.4375rem;height:5.9375rem;top:49.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxJ5i0DzTQF39amk6LF5lGXR9Rg2RrEt { width:5rem;height:1.5625rem;top:41.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2VpOsySX6pgHmTLUcfc6p5Ik0hD02T { width:4rem;height:0.8125rem;top:41.8125rem;left:8rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwx5gqSmZsLTg1DF1ag0BZV8UnCQd4J4 { width:11.875rem;height:4.5rem;top:43.875rem;left:4.0625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i3zhq1ySb64STSyRfoy2bW3MEJ4D6WxH { width:7.625rem;height:2.5996125rem;top:49.9375rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0pTBviQJJbILXihUdcwdtnE0vso9WUt { width:1.375rem;height:1.62524375rem;top:50.625rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf7iZwTf7JyVS4ZWobrIoPrrQT6qFdMS { width:10rem;height:1.3125rem;top:52.5rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mG8oHINiLzTq4JdP3oI1BORMwTVfzNoO { width:15.4375rem;height:8.625rem;top:56.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COh7T3txyLVWlHkoJ9k1SJvV0layHx1O { width:15.4375rem;height:5.9375rem;top:65.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTc4QLVnGqmw7RHIxItRGEWuufB7Ctn { width:4rem;height:0.8125rem;top:57.5625rem;left:8rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXtLg0LtHeg4JQAgJCQrS7aWRK6rM3J { width:5rem;height:1.5625rem;top:57.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHEPDGffnLG2CLOIXGsnIFds2PTkazK { width:12.3125rem;height:4.5rem;top:59.625rem;left:3.875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9EhhbMkPpT77lgxGBxNTPElUygPvdD { width:7.5rem;height:2.5996125rem;top:65.8125rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGSOIQG4MMIVdvQg2wOBAaqkTTtPlBX { width:1.375rem;height:1.62524375rem;top:66.5625rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9p3pdOXBw7hX1Mr1u1TE6XK8ydRW6Of { width:10rem;height:1.3125rem;top:68.375rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXHJ6GTF5TrWySx7ITZGHS35lEea6Iv { width:20rem;height:1.21875rem;top:82.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sThlRwkgWscpievu1ZHpIU33JXqoS3CU { width:4.625rem;height:1.625rem;top:80.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKmesrrkKTEXOc7v1VfArbNswzfAFqi { width:10.875rem;height:1.21875rem;top:80.875rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T43TJvbHrLPDgfF70XzAmgotFEeZgtVa { width:20rem;height:2.11230625rem;top:84rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6sgBiL7cxO77JrJtzI3fuMTq8tKRiTh { width:19.6875rem;height:3.875rem;top:72rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTSQ2bWwrZ4i9rVFFv4es5GpZVVbsanO { width:4.6875rem;height:0.9624rem;top:74.98046875rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ASxmqQRzXPT2BJJ4iTrLcCGMEsLLINRp { width:3.4375rem;height:0.125rem;top:68.875rem;left:9.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2pAmzRZqgK5GA5rqmQefy4Kx9NxXUvx { width:3.4375rem;height:0.125rem;top:52.96875rem;left:9.9791669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQs8Ltzi2ivBWgBVdCDyLEyqypyV5UeN { width:3.4375rem;height:0.125rem;top:37.046875rem;left:9.9791669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2XDeWMMCoWLmywywlN00AMAKVSA46F { width:3.4375rem;height:0.125rem;top:21.54621887207rem;left:9.9791669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDnfcAWcLimWAKm3J17KKNm4oqzp5t7n { top:73.041656494137rem;left:0rem;width:19.75rem;height:4.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .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; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .widget-text.counter-number { padding-top:0.139375rem;padding-right:0.12rem;padding-bottom:0.139375rem;padding-left:0.12rem;width:0.71875rem;min-width:0.71875rem;height:0.748125rem;font-size:0.556875rem;line-height:11.97px;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; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.086875rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.958125rem;height:0.295625rem;font-size:0.20875rem;line-height:4.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#U5fh6kMBWQPeaDspgOgF8DBuZH81IZww { display:flex;width:7.8125rem;height:1.409375rem;top:75.446609497069rem;left:11.25rem;padding-top:0.08625rem;padding-right:0.081875rem;padding-bottom:0.08625rem;padding-left:0.081875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #lq8KwxRUxZT9sAwbALX7uKb2fN11fASN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #SVEFKtQSTxTusUR3DpGD9MsSiVeypgZf {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #KwwT4VclsdoEpStPIJcWGFR6ThUr6sEu {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #sRfX285i1W1qz3QuyEqafbODTQscz6hs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #HUqg60GOZTrUM9BQqo43ekJMO8qffg1s {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #QbVLaOfqgQqINrWeCxGQsAuelX87GExc {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #MsCS5wWJT4e0PL7RwaTT50SFB8pRZsuF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #CAdJZosNH2iF1GZgNRid5AQo2m3ig2KV {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #zJLoi7mEssUnWocNveuTwJMKSNtnHlpb {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #OWaMSNHH5qNtfuvsAZc9yaChUpV7dcGr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #yNV8MdpPV3vTirHn2uzaiZ9y4EsKUtxH {  }
 }@media only screen and (max-width: 763px) { #U5fh6kMBWQPeaDspgOgF8DBuZH81IZww #D18Ebq9Bnb3uKkgTEC3ynTBLSzDwDg02 {  }
 }@media only screen and (max-width: 763px) { #FsRMpp658TKMmZTCC1vxrSs0EHCKrlQd { width:15.4375rem;height:14.1875rem;top:9.4375rem;left:2.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk2G1u4RdpVUPevLC4BOrCuZfgTR7dGn { width:15.5rem;height:13.5625rem;top:25.5rem;left:2.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08F2vzqT53l8ZecqJE4TPVOPPIrFkBl { width:15.4375rem;height:14.4375rem;top:40.6875rem;left:2.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRm76dUcGNo0JiGckh7KanuoOFF3DeSl { background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/539c3982-6aae-4615-9b1c-901e73606aeb/BG_9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl.adaptive-delivery-prevent-bg, #SRm76dUcGNo0JiGckh7KanuoOFF3DeSl.lazyload, #SRm76dUcGNo0JiGckh7KanuoOFF3DeSl.lazyloading { background-image: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container { background-color: transparent; background-image: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container > .video-iframe-container { display: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row > .video-iframe-container { display: none; }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .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); }#SRm76dUcGNo0JiGckh7KanuoOFF3DeSl > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqw6nBhSTrdXUlTd8uN9x3XTBaz5XXOm { width:6.625rem;height:2.03125rem;top:37.5rem;left:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFLBpPCet8zlDNpUT00TRDm0CArpSZSD { width:1.4375rem;height:2.03125rem;top:37.625rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA8dosbX5FMt6CRW3MxwlcqmNyF4eDaH { width:17.75rem;height:7.5rem;top:2.6748046875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNXrcUtwFlR9VIQZP1rmlgy8eRMQTDIa { width:16.125rem;height:14.75rem;top:11.38232421875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcpBMLyb7HDrlaU0sniaxdd2lQ9tJLbC { width:13.8125rem;height:1.6875rem;top:27.5498046875rem;left:3.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTZfETrbWVJ5kv5KfTDW2UdOHxVSFSvE { width:20rem;height:4.125rem;top:30.3623046875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbxJUMV2eyLpHGdicC3UaQwOAQdDGvlf { width:14.75rem;height:1.21875rem;top:39.5rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktQRdlCFxVA1R8r5Tgi8TAKEKb8Kxe3I { width:20rem;height:3.125rem;top:41.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5UnkzkwydS2eNv7EJUahxWh6ArKLsw { display:block; }
 }@media only screen and (max-width: 763px) { #Ft3AcuhpayvNf2aeALz9BZq6gcJTyMXS { width:20rem;height:1.875rem;top:34.6123046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeczB2bhc6Zcb4VT5zBTPEiPzoboMpuE { width:9.0625rem;height:0.125rem;top:40rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN48mXWBCrLPAq797TVhvlNddgfrIA1n { display:block; }#vN48mXWBCrLPAq797TVhvlNddgfrIA1n > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFNsa1H1ORaQVsQzsT4o8UOMw7TUzb7h { width:9.5rem;height:6.3125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPdTC6Km229U3fX6bm0MiKhkedVvZDi0 { width:9.6875rem;height:6.4375rem;top:14.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGUImiON3usfUA6rZ9xn7eW36PCq8lbL { width:9.6875rem;height:6.4375rem;top:35.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8opiOWWZT4PlFniTqQ8GtAZzhHrian0 { width:9.625rem;height:6.375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIPrmtJcncSvMUFGnNACoyaH0ULqn7Da { width:9.5rem;height:6.3125rem;top:7.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGWiDwqCxV62TDT7THsAf9fhWuA6678I { width:9.6875rem;height:6.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNrtiF5aeVEuccMEg0q5aZlAuc70UD1X { width:9.75rem;height:6.5rem;top:28.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdOch2eXJnSiKUfmkTz81IbT864Xtpgr { width:9.6875rem;height:6.4375rem;top:42.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iZ0Uq2ST0BTriEWiIGALCgTGoCu2xx { width:9.5rem;height:6.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scuEhPdLXwDJJMVxzUVHIbT8w98sE2Za { width:9.6875rem;height:6.4375rem;top:21.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NczUL07CChahRUZh4QQVtdKXQlSHeuhl { width:9.625rem;height:6.375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXAyS5nMSApHT5kTfTAHNMtepUhMumLJ { width:9.6875rem;height:6.4375rem;top:42.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRgmlEB3rsTeXxPTv87Uq2Ut0lIoEuPN { width:20rem;height:3.8984375rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 { background-color:#161431;background-image:none;display:block; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container { background-color: transparent; background-image: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container > .video-iframe-container { display: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row > .video-iframe-container { display: none; }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .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); }#vhZUyrxlU4D6RrN2mHv4y8sOl9Izg8F4 > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFddduSNl93DNVdlbH8auCds3A1VQwhm { width:20rem;height:2.5996125rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0cR2GCrtflTBXTw2KkewFxGS9hMFWXH { width:16rem;height:3rem;top:5.5625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biM2cgut9oEF9gd9ZHF42chbqbSyCby8 { width:20rem;height:1.6875rem;top:11.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fynn6cN2AADnW41ix6M5d3APInRZ6Thi { width:20rem;height:1.13745rem;top:16rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVEHsilhinEMS4kN0BopG2DzCOdrQhVP { width:20rem;height:1.5996125rem;top:18.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFT9wFAzqlWAWf86ttyMwafZOCvDJGxz { width:10rem;height:0.97485625rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmbgR9qB78cQHAmT0qE99TRwSbZJr3ZT { width:6.375rem;height:0.97485625rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu4SwIq8fOSP8O8PxSMr9t5IMnz5KBIf { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NaPeI5G9HEeRPgNmiqmCMCM0dNRU0MLg { width:6.5rem;height:0.97485625rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mzcp4aTepI02dGDhBPgzQfLhToWwPgnJ { width:12.75rem;height:1.2999125rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEaq5oWQ4gOidpHLyHquzwfzeHyTWOBB { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlmsys59KKhRkLA4HeH5HlJyS9dP5rv { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR5uugrrzhO6ZGceTuBA1ycNISZRxsZ { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifzzhiHNpKHvckmVNHApihudUdFGv81 { width:1.3125rem;height:1.3125rem;top:8.375rem;left:10.9375rem;overflow:hidden;display:block; }
 }