.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:#140b2c;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:#140b2c;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;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:5.5rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.24975625rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.625rem;left:41.75rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.24975625rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.625rem;left:48.5rem;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:none; }
#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:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#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.68725625rem;width:8.49975rem;top:1.40625rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.24975625rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:55rem;display:block; }
#JuDiCuKSR5woPB8AFv2qpUki4xLS1O9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFCgn6rfTwAcI9adQzuPatAMBIitc9yq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5620125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.468505859375rem;left:62.417724609375rem;display:block; }
#CGdNHFqpKTOB68odsT6sBd1gQADvuBq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/67bcc4d0-bbfb-493e-ad7f-4a558c80b6a9/Frame37544.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; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze.adaptive-delivery-prevent-bg, #aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze.lazyload, #aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze.lazyloading { background-image: none; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container { border-width: 0; border-radius: 0; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:none; }#cRGU6qEPyxMJP6rbeqXvQQInrukZ94z4 { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:21.9375rem;left:7.8125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#vzJ9OS5F7GmvmPixFBIMGDTSGpz1c5ZF { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:28rem;left:8.9375rem;height:5.07486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfBnOy9sPLgN2MlrTuBra8nLdk9Nz8ZH { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:33.125rem;left:8.9375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mELUQIHUWHsvs7eHbM2tciVyXqciuBfe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.8125rem;left:21.875rem;display:block; }
#sq0FvvDLvBEGlrcr0WEhiIE4J7c9h7Di { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iccPPRpQlrWaq1xBBxla6e9WERoZo7dz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.8125rem;left:37.8125rem;display:block; }
#NNuD7UitWDkX0svH8lgRr3kUNlcBqw08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlOXGHAZH2XLSkIloyT7Xfwf1L1PHOaF { 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:8.9375rem;width:27.5rem;top:10.0625rem;left:23.75rem;overflow:hidden;display:block; }
#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/67bcc4d0-bbfb-493e-ad7f-4a558c80b6a9/Frame37544.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; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4.adaptive-delivery-prevent-bg, #z09mcmizBUAOnVamatSq5AIf4FrSzQi4.lazyload, #z09mcmizBUAOnVamatSq5AIf4FrSzQi4.lazyloading { background-image: none; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container { background-color: transparent; background-image: none; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container > .video-iframe-container { display: none; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row > .video-iframe-container { display: none; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .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); }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container { border-width: 0; border-radius: 0; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#UPG4TCZdwwu7yIy7GWDK6OSrk3SGaas4 { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:21.9375rem;left:7.8125rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#iHLbDRbaVsTih0OvK4TsvGrXFE5CZ2uC { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:28rem;left:8.9375rem;height:5.07486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLclaalzUTw800llTfUAVxmfrT7Lt1te { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:33.125rem;left:8.9375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZleDTiTOILtNhbHeoRvK17sD89W89G0 { 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:8.9375rem;width:27.5rem;top:10.0625rem;left:23.75rem;overflow:hidden;display:block; }
#iwELKGr8PZfCG9TZ3NuTrxJ5OdfTimoQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.4375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:27rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.416667938233rem;left:24rem;display:none; }
#HKR3JxBV1x85peTSLhF54hVZthE50U6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osBRL7vPeqK7HFvE5pxTnnL8KVWT3otO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.6875rem;left:21.875rem;display:block; }
#aImiEehShvoPIygmIT7bz3LwcDTzTUGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3url7kk3TwRTy5avAOGqpNoWqx4aWpR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.6875rem;left:37.8125rem;display:block; }
#QLbBMtCBr57a2Tx5lz7ytKpXr9iI6Aub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/11037a4a-4bba-4a50-bac8-90ef01810cb1/Frame37539.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; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq.adaptive-delivery-prevent-bg, #qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq.lazyload, #qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq.lazyloading { background-image: none; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container { background-color: transparent; background-image: none; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container > .video-iframe-container { display: none; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row > .video-iframe-container { display: none; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .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); }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container { border-width: 0; border-radius: 0; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#MIvV1WdMEgN7csVSTroZWygbLKTeQVsw { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7QZQvlDLIxfJw5z5981GWgeXO1tkpN0 { box-sizing:content-box;height:25rem;width:22.375rem;position:absolute;display:block;z-index:15010;background-color:#1d113c;background-image:none;top:12.3125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#HrFRb74JKDGUdSBP46mzJdb9RvrSthW9 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.10546875rem;left:3.90625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDKTrosFqztKDBOrXxuTmJ0Goo7qP03H { color:rgba(255,255,255,0.6);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:26.19140625rem;left:3.1875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pflCHXlugzZd8PlnVarJ3wFlcTCa4GGm { box-sizing:content-box;height:25rem;width:22.375rem;position:absolute;display:block;z-index:15013;background-color:#1d113c;background-image:none;top:12.3125rem;left:26.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#t30D3PhRxsztUzQx8nzFQt3iAb79T2bT { color:rgba(255,255,255,0.6);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:26.1875rem;left:28.1875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PpzzEPuTd2NO69BFWBfEbAt7db9RoXHE { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.125rem;left:28.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8J7nsJJTBLZ5crb1ze8CDZFBHW4XD7i { box-sizing:content-box;height:25rem;width:22.375rem;position:absolute;display:block;z-index:15016;background-color:#1d113c;background-image:none;top:12.3125rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#LNgg78KMSmJUgkiT53Nz23q3qC81Gs4U { color:rgba(255,255,255,0.6);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:26.9375rem;left:53.1875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qt9SQd6cST5VZokQ0yMXs2GFKOb3mheO { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.875rem;left:53.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3wzc8TVdtIhp3QUnmCFLDnSZVCQTPWB { box-sizing:content-box;height:23.125rem;width:22.375rem;position:absolute;display:block;z-index:15016;background-color:#1d113c;background-image:none;top:39.8125rem;left:26.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#mAJVFmQLhqCmT3gb1cITIxeilsbDeUQ8 { color:rgba(255,255,255,0.6);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:53.6875rem;left:28.1875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCcKn0TdDn8vIFwaksVgau6PQqqHl54z { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:48.625rem;left:28.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smTQTk3b3OT34TJTgGxMCP7tJKOZrBFr { box-sizing:content-box;height:23.125rem;width:22.375rem;position:absolute;display:block;z-index:15019;background-color:#1d113c;background-image:none;top:39.8125rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#BIfW8aMLK1hVgUBqFUnNXJe6ioQbPXgP { color:rgba(255,255,255,0.6);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:53.6875rem;left:3.1875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4lCfRgTM3sWomKKNWzVLMqvVkzyL2Tm { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:48.625rem;left:3.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gdmi2qHQ06uPz3TXe2B8NfoAK5Qu3JQH { box-sizing:content-box;height:23.125rem;width:22.375rem;position:absolute;display:block;z-index:15019;background-color:#1d113c;background-image:none;top:39.8125rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#qS4tbNBDxbHopvmmAoZfashArOLVCnz3 { color:rgba(255,255,255,0.6);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:53.6875rem;left:53.1875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BSQXK2NJUpbCXFz6rglBDChTsdsb24Qn { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:48.625rem;left:53.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sysNTMHNx6I9e1sdODM3eND5fZ7z8OCL { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:8.4375rem;top:12.3125rem;left:8.28125rem;overflow:hidden;display:block; }
#tt1JhGfxrT6GUwOJSf2sprdq8kXBcUmf { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:11.6875rem;top:12.4375rem;left:31.65625rem;overflow:hidden;display:block; }
#DqrhQSGT2wOSfDtxWhO3FXk6ZFePRUw0 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:11.9375rem;left:58.125rem;overflow:hidden;display:block; }
#LqifFBDdGzWXu9TzrIs9u7SH97JN834V { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:14.0625rem;top:39.8125rem;left:5.46875rem;overflow:hidden;display:block; }
#sLqJLycDQdJlNirWbfOiqCROfbpgB4ST { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:39.5rem;left:57.71875rem;overflow:hidden;display:block; }
#EqMTDcokv9QGkXRi1i4uFyvrEKXxVkQc { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:9.6875rem;top:39.4375rem;left:32.65625rem;overflow:hidden;display:block; }
#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/1b86ebbb-f7cf-402b-91f4-2d8042c6b2fc/Frame37540.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; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb.adaptive-delivery-prevent-bg, #lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb.lazyload, #lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb.lazyloading { background-image: none; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container { background-color: transparent; background-image: none; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container > .video-iframe-container { display: none; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row > .video-iframe-container { display: none; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .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); }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container { border-width: 0; border-radius: 0; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#uzZEswwo5cI4ctuUC2f3ypCCcOT5XqFT { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:4.1875rem;left:20.8125rem;height:8.3994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDWPlyQK0u4aaUXKzBOHFSZKVnLILvd0 { color:#ffffff;display:block;width:50.749rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:14.5625rem;left:12.1240234375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZxnIzVuwak7NyqzNGe2sJ8oNvxrKL6C { color:rgba(255,255,255,0.6);display:block;width:22.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:47.07421875rem;left:7.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdG8QF5xWoR6e4S4Q1FnTih61gFUbmRD { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:43.875rem;left:1.15625rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTJrnoJ5gRE3sKTdPVh0WvLnETMSNN9K { color:rgba(255,255,255,0.6);display:block;width:21rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:47.07421875rem;left:45.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUWpODfES0MaxkT3mzzNtwAUBpO6L815 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:34.1875rem;left:34.15625rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kC1cM4F5ITZJs1xSePHvmMM74COkw1A0 { 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:21.125rem;width:13.6875rem;top:20.9375rem;left:11.90625rem;overflow:hidden;display:block; }
#i8631tRoZLggMrefrBcptIGxpf28mhsZ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:13.6875rem;top:20.9375rem;left:49.40625rem;overflow:hidden;display:block; }
#SRtQFJ5WunhAO58TTs8q5WXZOEUILo0B { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15041;background-color:#5b5b5b;background-image:none;top:38.01171875rem;left:37.5rem;display:block; }
#M2o3IwiSFG7cGdloL1D6Qr3lMW5ImBJ1 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15042;background-color:#5b5b5b;background-image:none;top:20.9375rem;left:37.5rem;display:block; }
#ZX9NTdXlP7dL8aMbRJTk4kCOQBSqX3zy { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:43.875rem;left:38.75rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/5e3bac97-5a59-4095-ad7f-3a8bb7d07730/Frame37541.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; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC.adaptive-delivery-prevent-bg, #Tztp1RWWedHgI9LK26fx2a1IfHdNSteC.lazyload, #Tztp1RWWedHgI9LK26fx2a1IfHdNSteC.lazyloading { background-image: none; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container { background-color: transparent; background-image: none; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container > .video-iframe-container { display: none; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row > .video-iframe-container { display: none; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .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); }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container { border-width: 0; border-radius: 0; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:75rem;position:relative;display:block; }#hrh7ukB8DptuEJpsK84ylvLV3Z0KqXix { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.1875rem;left:12.625rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5qwH90vCIqEcqbuqWykGs5h00KvAxs4 { color:#ffffff;display:block;width:50.7480625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #9766ff;top:10.9375rem;left:12.125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKWkKNx37pTXlc0AhuH6mHCQiI3PZF1g { 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:52.9375rem;width:16.5625rem;top:14.90625rem;left:29.21875rem;overflow:hidden;display:block; }
#n93P3w2LR9TzF9dpB27S5nySJynMNCSd { 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:2.5rem;width:1.6875rem;top:14.625rem;left:36.65625rem;overflow:hidden;display:block; }
#h0yT6cRdydPDveQKWF4ChJXOziic9sCV { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.1875rem;left:7.5rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCzB8g4Lz6AvLTNERUaG3KtLniyTnPHo { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:39.431640625rem;left:7.5rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xq5mliK9O6vJgFT0Kt6uLv76puarDIvg { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:54.619140625rem;left:7.5rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CQyhtqcmOQMsh3BW6qvQsmD129wA7k5W { 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:3.75rem;width:6.625rem;top:19.53125rem;left:8.125rem;overflow:hidden;display:block; }
#CNfcLzp75ATHS6WCr0SKBOKSkgtssOrW { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.25rem;top:33.681640625rem;left:8.125rem;overflow:hidden;display:block; }
#G8blbc5t1R4VEMcU3HFgz18Nb0gT5ndm { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:4.3125rem;top:49.494140625rem;left:8.125rem;overflow:hidden;display:block; }
#zlkFRU3WbJgFuT4klQAkqqP7EbTCGvDU { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:24.1875rem;left:51.25rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ftTTnfTSpKWngOsz92ad8ZxIVRav9CgT { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:39.431640625rem;left:51.25rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMq4kC1DN69pT0UTS7eT1EpNTqeG59y1 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:54.619140625rem;left:51.25rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQbvWEI3rsAKn2DiFwS19q683kpuLCUB { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.1875rem;top:19.1875rem;left:51.25rem;overflow:hidden;display:block; }
#flXysQwDEwPxuPxy37hH8pWyXFl28yTa { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:34.212890625rem;left:51.25rem;overflow:hidden;display:block; }
#vLdTh1o6Z8pV8IqxcZnTeDDDx5HV6kEZ { 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:4.125rem;width:4.5rem;top:49.712890625rem;left:51.25rem;overflow:hidden;display:block; }
#hRuLya9Te7L9mHTsw8c2URqAgTrH7dtw { color:#ffffff;display:block;width:57.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:72.07421875rem;left:8.8125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qR6Ffbr7rTWsdsTPWPRekuKIvtIkckpQ { box-sizing:content-box;height:8.25rem;width:61.5625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:69.51171875rem;left:6.59375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.125rem solid #9766ff;border-left:0.125rem solid #9766ff;border-right:0.125rem solid #9766ff;border-bottom:0.125rem solid #9766ff;display:block; }
#JVNRl8LhNTJlQcs4Ee3xmgtIUvxmtbqv { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:81.6875rem;left:21.875rem;display:block; }
#abhmVNegd6Kzn1h8ao2hCAyCCo4C76zL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpblW5xTCdzkEJIIE0NlGnLTkqHcpMAf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:81.8125rem;left:37.8125rem;display:block; }
#Bt3T4UTXyQTSFCDkoG425hxJ3z0QPmcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#baIFPS2boQZDihsG3RehXnQEclFh9nSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#baIFPS2boQZDihsG3RehXnQEclFh9nSn > .row .container { border-width: 0; border-radius: 0; }#baIFPS2boQZDihsG3RehXnQEclFh9nSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baIFPS2boQZDihsG3RehXnQEclFh9nSn > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:none; }#mq4VraMWCGr9Cw4WQCBKwfhhKt3dtdo5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.25rem;width:72.5rem;top:11.375rem;left:1.3125rem;overflow:hidden;display:block; }
#aZtL6eX1rokAnFIv0FUOARnwBuceydvy { color:rgba(255,255,255,0.7);display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:59.6875rem;height:2.59863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT9tGx4IPx2t8u2KP4rDnRfTkkhmLLho { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:16.9375rem;left:59.6875rem;height:3.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRBudDRP10S1O9Qz6NZxmtvid7irReha { color:rgba(255,255,255,0.7);display:block;width:12.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LggTX4lNWg6RkOq7WchWrGRRzs89kaMG { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:20.25rem;left:23.375rem;height:3.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CeTVCHLCGOinM5Sm6roZvWtUSMXF99bL { box-sizing:content-box;height:2.125rem;width:9.9375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:13.125rem;left:23.1875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#EEhlWwE8XKNhCNpS66OzkzqRJUmab3aE { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.625rem;left:24.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3T9km7ihmRSGXwhokgLod7Q1AXJKJJi { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:20.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EIO6A3edLStfLSA7gtlvZsKe52r8h70y { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.25rem;top:16.4375rem;left:29.8125rem;overflow:hidden;display:block; }
#JoIIkG9yrPVl8MwLkiOvdZWLJ7D5wn4i { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.6);background-image:none;top:16.4375rem;left:29.1875rem;display:block; }
#HmJZD9QIOvpmfUZyFGHcvTfhV52u4zna { color:rgba(255,255,255,0.7);display:block;width:11.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:39.5625rem;left:4.4375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glmJUZ4xa1sQThKD8KZyHwV9arNVtkvm { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:34.9375rem;left:5.25rem;height:3.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GQrFMtpbPJQtdvoU7uqfP6Kzq5AoFnGt { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:34.625rem;left:41.5rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2tKgXvQoE27HTMChklIreQ7U6zwmSsA { color:rgba(255,255,255,0.7);display:block;width:11.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:39.25rem;left:40.6875rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmDCZdCHI20BVQyheAlpZENDuRuuy0Oc { 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:75.125rem;width:37.5625rem;display:none; }
#mthga2Wsn5GLPp6xeqZo6HztRSRbGkMm { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:2.5820426940918rem;left:7.65625rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTHMUUdQ3vfwNXEAdGekMrAeCTqQSpIK { color:#ffffff;display:block;width:50.7486875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.2174472808837rem;left:12.1875rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container { background-color: transparent; background-image: none; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container > .video-iframe-container { display: none; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row > .video-iframe-container { display: none; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .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); }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container { border-width: 0; border-radius: 0; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#X5iCaCrD4CtAI2OzetcukncJbw806AmS { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.0625rem;left:12.6875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHkGkDLVkTorBswbF1KQeApB0PFHCqIE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.25rem;width:72.5rem;top:18.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#wTJVA9wXrTcn37Aav6ZcTLRWPU1uURkW { color:#ff7f23;display:block;width:57.1245rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.374267578125rem;left:8.997802734375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKiVTSTGmvMB8InPkpqAnMq378WotSRb { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13rem;left:12.65625rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUKhAgwVTfbUV8o5D8fC5pgkRswyRXa7 { color:rgba(255,255,255,0.7);display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:28.875rem;left:59.6875rem;height:2.59863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v95FQqITUAqSDxBkJiH8aSUl00JkT0Lc { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:24.25rem;left:59.6875rem;height:3.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqgJKkb0ZNVcGUfUNZTVZkkvzJk62bFq { color:rgba(255,255,255,0.7);display:block;width:12.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:32.1875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZipZyc7PdVUKer7s4Ai8FJGCWpo9BFA { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:27.5625rem;left:23.375rem;height:3.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6aFefFywbrvD2df9UzIK62L4yo8Gh5I { box-sizing:content-box;height:2.125rem;width:9.9375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:20.423828125rem;left:23.15625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#IflQVxyTtE1nOZxtr0UQFKUs4AozyBnU { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.9619140625rem;left:24.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJI63Xx2iTZ2eDOfTo0ld7eG7BHQdn2c { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.1875rem;left:20.84375rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nGQUi9TMo9hUdmZwxpy8imaHVUSxr91J { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.25rem;top:23.7431640625rem;left:29.78125rem;overflow:hidden;display:block; }
#hBeqbzMLIv3VoMOIrNrlgrxqSNo4LdIQ { box-sizing:content-box;height:1.875rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.6);background-image:none;top:23.75rem;left:29.1875rem;display:block; }
#VWOIeGuFCTS7SDK1bO9fXkf2ATn4zvBH { color:rgba(255,255,255,0.7);display:block;width:11.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:46.875rem;left:4.4375rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRc5lQFDwJEDMrNJBekkmbSFUUyyJtTX { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:42.25rem;left:5.25rem;height:3.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0fmixTABkciLaFWxAQVABgO4crkcgyI { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:41.9375rem;left:41.5rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kk8LXrPB9HKQuRge3TucvRuN83ABVyq7 { color:rgba(255,255,255,0.7);display:block;width:11.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:46.5625rem;left:40.6875rem;height:2.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUEDiDkIlZlTlpDTWMNp4keugW4Tp18Z { 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:75.125rem;width:37.5625rem;display:none; }
#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container { background-color: transparent; background-image: none; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container > .video-iframe-container { display: none; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row > .video-iframe-container { display: none; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .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); }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container { border-width: 0; border-radius: 0; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container { font-size:0.875rem;font-family:arial;height:120.0625rem;width:75rem;position:relative;display:block; }#si4mPlrxrqxya1wJJXiFxBXOkTWffuTW { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.5rem;left:7.59375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFvRg9XnkWcR8Fu0S28TAXTqmSTLplqB { color:#ffffff;display:block;width:54.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8.625rem;left:10.03125rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppPk9L0tAyB2Cp26G5a40oU9XeaLPAdR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.75rem;top:13.1875rem;left:7.59375rem;overflow:hidden;display:block; }
#PEOnK7uBtCLrnieFuDC2RDX1TZrp1rhb { 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:30.9375rem;width:18.6875rem;top:13.1875rem;left:28.125rem;overflow:hidden;display:block; }
#sZDGBE0e4nrzVzaUTtk2Lv8tehDReNkp { 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:30.9375rem;width:18.6875rem;top:13.1875rem;left:48.71875rem;overflow:hidden;display:block; }
#slw9Tx4DSuucsSllcUwTOUzQGHoP45H1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.6875rem;top:45.8125rem;left:7.59375rem;overflow:hidden;display:block; }
#ewPp9cwtkqfWxLEQzbWn8oT39WcxTKpA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.6875rem;top:45.8125rem;left:28.125rem;overflow:hidden;display:block; }
#DCKoNyAeDUfC5TU7QTlXBlDl4P9TRryC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.6875rem;top:45.8125rem;left:48.71875rem;overflow:hidden;display:block; }
#BVucuzgIn8FIlOK1SoTeBoVGAVCekTnd { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.6875rem;top:78.625rem;left:7.59375rem;overflow:hidden;display:block; }
#dO0bh6LNkn0Ss3rST7ezsvF1fpHRWa7K { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.6875rem;top:78.625rem;left:28.125rem;overflow:hidden;display:block; }
#Rx460KbDLx37ocNHda3bDoLEdZJicZC2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:18.6875rem;top:78.625rem;left:48.71875rem;overflow:hidden;display:block; }
#KEDek0XMQvyb9CSJPKG40ygfONepfI81 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:16.1240234375rem;left:10.03125rem;height:3.8994125rem;font-style:normal;display:block; }
#rr7pFLTLUHiforQqAGPgLTTRCqeBi2MP { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.4375rem;left:10.03125rem;height:2.923825rem;font-style:normal;display:block; }
#OJzuBrzEez3A0rypCAQ4ryesSrETpxQB { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.12451171875rem;left:30.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#vX5roAn6PwPeatZP12wgkgHsgMkJPKLK { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:16.12451171875rem;left:51.25rem;height:3.8994125rem;font-style:normal;display:block; }
#ORoIsVxe3R2QA0e80T0ear8g6VymMV6U { color:rgba(255,255,255,0.7);display:block;width:13rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.4375rem;left:30.6875rem;height:2.923825rem;font-style:normal;display:block; }
#Zs30yepDOy7D61cOGwzPG7vlGViL6ok9 { color:rgba(255,255,255,0.7);display:block;width:14.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:20.8125rem;left:51.25rem;height:4.3857375rem;font-style:normal;display:block; }
#rTMh1Hi6gIR4WUs4CWMIpzlpvDlz6IWu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:48.9375rem;left:10.03125rem;height:3.8994125rem;font-style:normal;display:block; }
#GhsV7pDPUwDKwa8oEpk36ADTcrb2FikM { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:53.71142578125rem;left:10.03125rem;height:2.923825rem;font-style:normal;display:block; }
#zTneEfBIIVJNSkW00nX1BIftMZpCIOGx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:48.93701171875rem;left:30.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#KPSvoQwlgN0oCNvJVAa0dxecDzE49EDR { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:53.71142578125rem;left:30.6875rem;height:2.923825rem;font-style:normal;display:block; }
#Gdl5EJk8NnRFl5nKJIwP3RdRMBftEvlc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:48.93701171875rem;left:51.25rem;height:3.8994125rem;font-style:normal;display:block; }
#qOCHv3htdNxPKsKHI74AEHBVr8MTu9B9 { color:rgba(255,255,255,0.7);display:block;width:14.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:53.71142578125rem;left:51.28125rem;height:4.3857375rem;font-style:normal;display:block; }
#XdBHCgsmOH2Zv2C8SC9Q7HDPAmMFa0AM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:81.75rem;left:10.03125rem;height:3.8994125rem;font-style:normal;display:block; }
#Bf8B9ybEmNAET7wT17xZ7ZvMTxvWk89n { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:86.52392578125rem;left:10.03125rem;height:2.923825rem;font-style:normal;display:block; }
#Bx89F5Zya5Jqkg8yTiKXE7KABOpQfX0O { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:81.74951171875rem;left:30.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#ExZBQnP9pvEd8VAv4uyxZGsqvShqTHVN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:81.74951171875rem;left:51.25rem;height:3.8994125rem;font-style:normal;display:block; }
#PqD7QdSMowIql9u6n4zbqMJ3amVSHvLE { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:86.52392578125rem;left:30.6875rem;height:2.923825rem;font-style:normal;display:block; }
#IU3p391S1IyLPA9HXlaZIg9ElTN8uMUt { color:rgba(255,255,255,0.7);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:86.52392578125rem;left:51.28125rem;height:2.923825rem;font-style:normal;display:block; }
#AT2cImTHUUAVAgEZJwSsL6gewX5gXoMg { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.4375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:27rem;height:3.4995125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:113.8154296875rem;left:24rem;display:none; }
#TNd1JPaSWJ59lTh3aFnWE4UXiM8VfMNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XuIV8rzghMpt0kO7F0QMvpwK04EzoFxX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:112.8125rem;left:21.875rem;display:block; }
#ZAzOXUrIIn6ZIpi8SRhrox6A9uPPiffp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z67R19rul30NPxezJ3kVNh8TR0GwJMW7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:112.9375rem;left:37.8125rem;display:block; }
#oycn88I6GNumX2DyHk7hbvKoXPuDFirJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container { background-color: transparent; background-image: none; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container > .video-iframe-container { display: none; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row > .video-iframe-container { display: none; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .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); }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container { border-width: 0; border-radius: 0; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#u1MaC9M40bolS5xR2ngLSXfhJV3sLgZz { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.25rem;left:7.59375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqVtAS1TobnkOfMafti1pGh4u2KtmgEE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:18.75rem;top:13.46875rem;left:3.125rem;overflow:hidden;display:block; }
#zFnz2b7szGrT4e8pLPH4gVvrQMZV5wPf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:18.75rem;top:12.90625rem;left:28.125rem;overflow:hidden;display:block; }
#WX4gwrFL0b8OMMK4ngpQgI8oPVuT0EAQ { 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:20rem;width:18.75rem;top:12.875rem;left:53.125rem;overflow:hidden;display:block; }
#TUSU5zQZQct7onb6A73qlbpWDN83G3HI { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:38.875rem;left:18.25rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJwm2mqlB3TJ7Loe9T0WBzkas9pGl7Os { color:rgba(255,255,255,0.7);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15087;line-height:1.6;letter-spacing:0;top:40.8125rem;left:18.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZpsCJmOPZeBfgPuZIKOQUKCAuwbFJlJ { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:38.875rem;left:48.25rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoseiLMTdGBD8eNoHcv6st137QfSQOoo { color:rgba(255,255,255,0.7);display:block;width:11.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15089;line-height:1.6;letter-spacing:0;top:40.8125rem;left:48.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eP8XufpRaUBdX0uvHbITtr3C44uk8QWo { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15090;background-color:#6f37e8;background-image:none;top:38.875rem;left:15.1875rem;display:block; }
#aTCOWx6sl4zI10ls0MrgwlHsIQ3TOgWW { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15091;background-color:#ff7f23;background-image:none;top:38.875rem;left:45.1875rem;display:block; }
#xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp > .row .container { border-width: 0; border-radius: 0; }#xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp > .row .container { font-size:0.875rem;font-family:arial;height:177.875rem;width:75rem;position:relative;display:none; }#q046WhNyZSATP9PVsNUugTZKA0qXsXnS { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.0625rem;left:10.3125rem;height:8.39975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBgvHrbC6XF2mzHoysBeDIvkgJ9TmOna { box-sizing:content-box;height:45rem;width:22.8125rem;position:absolute;display:block;z-index:15016;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/423ee02b-813d-48de-8e0a-62ba4792f670/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.625rem;left:1.09375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#TBgvHrbC6XF2mzHoysBeDIvkgJ9TmOna.adaptive-delivery-prevent-bg, #TBgvHrbC6XF2mzHoysBeDIvkgJ9TmOna.lazyload, #TBgvHrbC6XF2mzHoysBeDIvkgJ9TmOna.lazyloading { background-image: none; }
#syQy5MtWgNzMDGvHtdEs72IUifxCpeQb { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:19.5rem;left:3rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m7LZgMu2eSepMTBNgcNR07bWR1rPrSxX { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:23.0625rem;left:3rem;height:4.2239625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ipyRk7B5UdxSI3kAE5X4DlfEXJdy8e72 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:28.5625rem;left:3rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#deU9BQl7XJuwIA3rT4Mpu3y2S0qSHiHH { 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:6.0625rem;width:4.6875rem;top:36.375rem;left:3rem;overflow:hidden;display:block; }
#g3yvNuvmAuvEevkgt9VAL9Tyokfd5LZ9 { color:#ffffff;display:block;width:14.0625rem;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:38.3125rem;left:8.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:39.875rem;left:8.375rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL li:before{  }
#yfoa8RSgnfGgoqib5n5a1bRNbnTDaWnD { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15046;background-color:rgba(227,227,227,0.3);background-image:none;top:44.3125rem;left:2.8125rem;display:block; }
#hhT1ZPrLUiaZcw4AkGDD3mtsQgOSbVPT { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:46.1875rem;left:2.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#aKtlMmGFQM4IE6Ag4gkMw0KWXswCQNOt { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:46.4375rem;left:3.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2qV3n26N0OOM0JUDkTXQ07GO5Dg6KcT { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:48.6875rem;left:2.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dCnyluB3LHgIbcWebBOCtDSDPky9vMHX { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:4.6875rem;top:54.125rem;left:2.8125rem;overflow:hidden;display:block; }
#VbnZUbPQ7TgWPcuJtIQaE443TSkuCf8e { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:56.0625rem;left:8.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:57.625rem;left:8.1875rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb li:before{  }
#dCXPpNzHnLTNPOCO6BtKirHpyXhbUuFr { box-sizing:content-box;height:45rem;width:22.8125rem;position:absolute;display:block;z-index:15030;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/423ee02b-813d-48de-8e0a-62ba4792f670/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.625rem;left:26.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#dCXPpNzHnLTNPOCO6BtKirHpyXhbUuFr.adaptive-delivery-prevent-bg, #dCXPpNzHnLTNPOCO6BtKirHpyXhbUuFr.lazyload, #dCXPpNzHnLTNPOCO6BtKirHpyXhbUuFr.lazyloading { background-image: none; }
#lQr3LGf2KAFC0T9WtuaVBZcgvq0tms49 { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15060;background-color:rgba(227,227,227,0.3);background-image:none;top:44.3125rem;left:27.75rem;display:block; }
#GQgSQwNgdfTfxoviwqrhEiDLFQQHbRQJ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:48.6875rem;left:27.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hF9hWozkbgLK3gK9d15AEkTAuM5kmlgM { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.5;letter-spacing:0;top:56.0625rem;left:33.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wnpvQi3wcQ9aWpkbvNJ2qxulpsvR3hRr { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:57.625rem;left:33.125rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BKoS51H8gFSk4cQTZfTdq5wbfgF0CTzM { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:28.5625rem;left:27.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OFE0WZOAvA1rMzlTIubasheAOXTt8Dh3 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:38.3125rem;left:33.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:39.875rem;left:33.3125rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk li:before{  }
#OwT6EQDD0h122qmZXP9Gsa1HgS7AdsKk { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:46.1875rem;left:27.75rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#IrKTUh6pbwidyT8dylHl7w8rMSLkOtOJ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:23.0625rem;left:27.9375rem;height:4.2239625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mNLvlNvzaPAqwLo5KmwZOBs3pA7qxppX { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:46.4375rem;left:28.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNvnX7TL1a2quSWcdXmPHyvSNNqPWf9S { 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:6.0625rem;width:4.6875rem;top:36.375rem;left:27.9375rem;overflow:hidden;display:block; }
#cu8wrzmx3inbEhtc85zm6TbJlGJpLols { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:4.6875rem;top:54.125rem;left:27.75rem;overflow:hidden;display:block; }
#WAiS39vL53gaZzTuH9J2ob6rEToG3myA { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:19.5rem;left:27.9375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hHEJq7J2TSQXPeKM3whlmO7q0XXXuXHb { box-sizing:content-box;height:45rem;width:22.8125rem;position:absolute;display:block;z-index:15044;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/423ee02b-813d-48de-8e0a-62ba4792f670/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.625rem;left:51.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#hHEJq7J2TSQXPeKM3whlmO7q0XXXuXHb.adaptive-delivery-prevent-bg, #hHEJq7J2TSQXPeKM3whlmO7q0XXXuXHb.lazyload, #hHEJq7J2TSQXPeKM3whlmO7q0XXXuXHb.lazyloading { background-image: none; }
#Bg1AWslUCUTNEUms0b7iyHsd12GTSR5m { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:23.0625rem;left:52.9375rem;height:4.2239625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r7KI9NqlTZARLoJhLmJdo24fbyxsEoT3 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:19.5rem;left:52.9375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSCb4TvkJxcd8yPLToTefCTgZn9kHvbD { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:28.5625rem;left:52.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q03BHR1y8ergzmzBkvEpJk6ETxXaoLr9 { 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:6.0625rem;width:4.6875rem;top:36.375rem;left:52.9375rem;overflow:hidden;display:block; }
#i23lp1TXTbN5tkvwye3Ar3wAUZNpJQ2O { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:38.3125rem;left:58.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:39.875rem;left:58.3125rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ li:before{  }
#gJZL8TKZSUXJObDBLmxMA6UHFznLGnHO { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15074;background-color:rgba(227,227,227,0.3);background-image:none;top:44.3125rem;left:52.75rem;display:block; }
#tCiZ1vJ9tE08ppc6liiy9ZUBK1259eBs { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:46.1875rem;left:52.75rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#OMuoZdKygJVztBhhHpZimzNt10hCkEe2 { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:46.4375rem;left:53.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSD9i4gZ2sHfgFLd2zoV91T79vWZs5HF { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:48.6875rem;left:52.75rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJlTtPTIqDLl9pvMarGfUd2ieEvewed4 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:4.6875rem;top:54.125rem;left:52.75rem;overflow:hidden;display:block; }
#qOBuUoJhc8TpkTKTqfHKoDdkXfTJTXFd { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15075;line-height:1.5;letter-spacing:0;top:56.0625rem;left:58.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iwu8BOTnxxtVHxC4E0tRSLPLrNJ9nDeL { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:57.625rem;left:58.125rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QEsExiocgw79C34yJMRlTK72CiVtwTWU { box-sizing:content-box;height:24.1875rem;width:72.8125rem;position:absolute;display:block;z-index:15045;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/2256e8f2-6c2c-4619-a5c8-c2adc1c6cdfb/Group2087330286.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:64.875rem;left:1rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#QEsExiocgw79C34yJMRlTK72CiVtwTWU.adaptive-delivery-prevent-bg, #QEsExiocgw79C34yJMRlTK72CiVtwTWU.lazyload, #QEsExiocgw79C34yJMRlTK72CiVtwTWU.lazyloading { background-image: none; }
#hLg3Vn0XZEhQLZKuvQoO3OT6Me7yBJQI { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:67.3125rem;left:2.8125rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P82wEOORFdeiteZnKOvBPQ81LolJAX5y { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:72.4375rem;left:3.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S74yZ4cepFFywe6325o9yJ71p5JoJvwT { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c970f2, #4010b2);background-image: -moz-linear-gradient(90deg, #c970f2, #4010b2);background-image: -ms-linear-gradient(90deg, #c970f2, #4010b2);background-image: -o-linear-gradient(90deg, #c970f2, #4010b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c970f2', endColorstr='#4010b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c970f2', endColorstr='#4010b2' );";background-image: linear-gradient(90deg, #c970f2, #4010b2);background-size:auto !important;top:72.1875rem;left:2.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Xxz6uPJnLXlxb1vC22w2DLg8JtL6BTXL { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:67.3125rem;left:13.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BiV9h5UJ5OD7Ncyb6416wG8Q5CZOwr2b { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:70.90625rem;left:13.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HQaNZ1ukWZQ9ZySMBStWTFTUhdU9sExP { 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:3.5rem;width:40.625rem;top:75.8125rem;left:13.4375rem;overflow:hidden;display:block; }
#BMbT72dG3JQWdSImautPgZgSHEy0xCHi { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:4.6875rem;top:80.5625rem;left:13.4375rem;overflow:hidden;display:block; }
#kRI0T3oKgUogCSl5S32OgUIxntIInfhX { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:82.5rem;left:18.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:84.0625rem;left:18.8125rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD li:before{  }
#GU5ihZWugyPO1T3JyMh55HugWvT3dBUB { box-sizing:content-box;height:45.625rem;width:22.8125rem;position:absolute;display:block;z-index:15058;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/fdcbd759-4938-4e9a-b4e7-36470e759a15/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:91.3125rem;left:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#GU5ihZWugyPO1T3JyMh55HugWvT3dBUB.adaptive-delivery-prevent-bg, #GU5ihZWugyPO1T3JyMh55HugWvT3dBUB.lazyload, #GU5ihZWugyPO1T3JyMh55HugWvT3dBUB.lazyloading { background-image: none; }
#NnNPmaR4iNEWOxJ0ORWd2pDXPOAIvlNC { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:93.1875rem;left:3rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UuOhGTOy29e9KnnH3i099yfLZuvm22ZD { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:96.75rem;left:3rem;height:4.2239625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTRoamQftQvWSGqJb3d0mOqy7JOdWXd9 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15085;line-height:1.5;letter-spacing:0;top:102.25rem;left:3rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iLx3RNkTL4UhPqa0G9VgiBNZUgixGcdp { 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:6.0625rem;width:4.6875rem;top:110.0625rem;left:3rem;overflow:hidden;display:block; }
#J29T0kEDZtibr5ZUsdlNkloeHDCTePl5 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:112rem;left:8.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:113.5625rem;left:8.375rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 li:before{  }
#Ep6d45DPmF6NS3NhJQZNiZzOTnF2khGQ { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15088;background-color:rgba(227,227,227,0.3);background-image:none;top:118rem;left:2.8125rem;display:block; }
#umlCXb95Fd5KOkRrVc3yC6sqAeJrvT1S { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15089;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:119.875rem;left:2.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#aiv1xC6nPZxamy68mmez5oPD0QDhaLOZ { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:120.125rem;left:3.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nx7xD4sgpA1huSE6ns3PIZP7apKb31PC { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:122.375rem;left:2.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oeOhaRp9SOska2J86Jy8PRHnva8CsGy3 { 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:6.0625rem;width:4.6875rem;top:128.4375rem;left:2.8125rem;overflow:hidden;display:block; }
#TuLOlQsNcGetSOTgxJT4T6JyFbeOgrX3 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15089;line-height:1.5;letter-spacing:0;top:130.375rem;left:8.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pQEvXeOzUoLkEqmse08s1FQJQ5cR42TS { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:131.9375rem;left:8.1875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oVAqcQwgPyyS0zHiqwadAVQ6y4DDV5aE { box-sizing:content-box;height:45.625rem;width:22.8125rem;position:absolute;display:block;z-index:15072;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/fdcbd759-4938-4e9a-b4e7-36470e759a15/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:91.375rem;left:26.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#oVAqcQwgPyyS0zHiqwadAVQ6y4DDV5aE.adaptive-delivery-prevent-bg, #oVAqcQwgPyyS0zHiqwadAVQ6y4DDV5aE.lazyload, #oVAqcQwgPyyS0zHiqwadAVQ6y4DDV5aE.lazyloading { background-image: none; }
#Dte8GMmrUDMMtHtbzMy9SIftoa0Q7BPp { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15102;background-color:rgba(227,227,227,0.3);background-image:none;top:118.0625rem;left:27.8125rem;display:block; }
#buOvGKW2Nw64EfSS6Wvm20HyblEnUGi7 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:122.4375rem;left:27.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtRkzRzkOoGMwrXCU9nJeAv6XIqfaT3M { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15103;line-height:1.5;letter-spacing:0;top:131.625rem;left:31.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ukmkitr9K9fEh1Rc9kWCygxpkScmwxqV { color:rgba(255,255,255,0.6);display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:133.1875rem;left:31.9375rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJ6EwvTLQnCqlraoOoyzmrlPaH3rRgmC { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:112.0625rem;left:33.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qaV9iTslTSwOzpiF77Bp0UyZJInkdHMw { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:113.625rem;left:33.375rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QqC2WQ24PMi197bGkAdZebRGPE5QT8oF { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15099;line-height:1.5;letter-spacing:0;top:102.3125rem;left:28rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HVXfPaDue59efruBfeQlNfMDv71bil9o { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:119.9375rem;left:27.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#LO6f5uDMy5PuKTWqaa8kAOsAnXPBXWXQ { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.5;letter-spacing:0;top:120.1875rem;left:28.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDsrbNT7NrvwdQQexa0fmyXT1Afm5ger { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:96.8125rem;left:28rem;height:4.2239625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c5tirsKeErIPTwQflNHOKlE8B89Vi7Lz { 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:6.0625rem;width:4.6875rem;top:110.125rem;left:28rem;overflow:hidden;display:block; }
#vR4aKvpJZ9u6qTDggBmHi6chnB09iAoD { 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:4.8125rem;width:3.6875rem;top:129.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#wAUmFEF1A3saVFa6Suw68GMMyl3cLSqH { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:93.25rem;left:28rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCvQCpdTZOtK0KEm35HOb1M8cXs2EnLi { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.6875rem;top:129.75rem;left:38rem;overflow:hidden;display:block; }
#Kd9ERlI1EVkJtJCMSExFW5xwJvHUHzgc { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15106;line-height:1.5;letter-spacing:0;top:131.6875rem;left:42.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tL4MydAMLLOkCX00dMPpBAa8ONEnzIQl { color:rgba(255,255,255,0.6);display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:133.25rem;left:42.125rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MfeHBAg04h7xfmQTqmKX8nn2I9Z8p4Xg { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.6875rem;top:124.8125rem;left:27.8125rem;overflow:hidden;display:block; }
#FRoFsBH3gFoOrVUcBThswdxMwyZTJlJh { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.5;letter-spacing:0;top:126.75rem;left:31.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#daWNH1WxH24Ti3raFpb1TQ79hgpQTE3d { color:rgba(255,255,255,0.6);display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.3;letter-spacing:0;top:128.3125rem;left:31.9375rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aJMhDgWZRcSmEW8q845mUSo0ZvJNyFA9 { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.5;letter-spacing:0;top:126.8125rem;left:42.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w4V8SqGyeunaNSWg93M5HUL6UnkZCmf4 { color:rgba(255,255,255,0.6);display:block;width:5.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:128.375rem;left:42.125rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pSLqFBPrm5BQSX6OI8F6eTtnK3dlwKNJ { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:3.6875rem;top:124.875rem;left:38rem;overflow:hidden;display:block; }
#V8M3yatxBp7zJuUTRyLS15bkxGz4CxCN { box-sizing:content-box;height:45.625rem;width:22.8125rem;position:absolute;display:block;z-index:15072;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/fdcbd759-4938-4e9a-b4e7-36470e759a15/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:91.375rem;left:51.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#V8M3yatxBp7zJuUTRyLS15bkxGz4CxCN.adaptive-delivery-prevent-bg, #V8M3yatxBp7zJuUTRyLS15bkxGz4CxCN.lazyload, #V8M3yatxBp7zJuUTRyLS15bkxGz4CxCN.lazyloading { background-image: none; }
#AFtC0LR2h9xUboL6SEiCHudgoeQ2zL1I { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:122.4375rem;left:52.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AkthZbWvEnzV4LeyFpT55bOUu6u4Tdln { 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:6.0625rem;width:4.6875rem;top:128.5rem;left:52.8125rem;overflow:hidden;display:block; }
#k81sMVBEN3xKLF0OhqqaTrCqSQTTPbT0 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15103;line-height:1.5;letter-spacing:0;top:130.4375rem;left:58.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVKXvy4PGT8k8viBDAW9ULTTJL0ZIRZe { color:rgba(255,255,255,0.6);display:block;width:11.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:132rem;left:58.1875rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VfmkurHICaUtPz2xBBkescqc6WmFn87Q { 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:6.0625rem;width:4.6875rem;top:110.125rem;left:53rem;overflow:hidden;display:block; }
#l8NrdR8EJmou2GBeSiRymdFUCKo035MD { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:112.0625rem;left:58.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ky1C3020oTzt7KcrpTnsO4EysSm80aT3 { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:113.625rem;left:58.375rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWNg5PT9E2rBMWiAX6ZxVeE5BECT4v75 { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15102;background-color:rgba(227,227,227,0.3);background-image:none;top:118.0625rem;left:52.8125rem;display:block; }
#iA4eqygMX51MT7PKFGg9nfDDBFTe8o96 { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:119.9375rem;left:52.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#RmolgpwMbShblBFMVWCBPCp0PX9v2dQq { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.5;letter-spacing:0;top:120.1875rem;left:53.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ioKCtI6EdsVRJKuh7XhvQr1yG1okLu6W { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15099;line-height:1.5;letter-spacing:0;top:102.3125rem;left:53rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mvd0bMNQQkJdrcbICnlyNyG9oEm1hI1p { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:96.8125rem;left:53rem;height:4.2239625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ha0MR00EsaWiBlcAdU7Kzg8LKEhUDilV { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:93.25rem;left:53rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XGOPi9uSNNClTDAmkCXGZNc1DzGChNEI { box-sizing:content-box;height:28.125rem;width:72.9375rem;position:absolute;display:block;z-index:15055;background-color:#180e33;background-image:url("https://images.assets-landingi.com/uc/21905767-39f9-4c2c-8368-bc473d0c674d/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:139.1875rem;left:1.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }#XGOPi9uSNNClTDAmkCXGZNc1DzGChNEI.adaptive-delivery-prevent-bg, #XGOPi9uSNNClTDAmkCXGZNc1DzGChNEI.lazyload, #XGOPi9uSNNClTDAmkCXGZNc1DzGChNEI.lazyloading { background-image: none; }
#dqhtRXahodiX8PeoGJA8W4DVOz6Sb2qT { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15055;line-height:1.4;letter-spacing:0;top:141.625rem;left:2.875rem;height:4.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nb5sFd0ZlZP00QKk9ux7Z0TZVIwvumaz { color:#ffffff;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:141.625rem;left:13.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kwmDQQfxwuqvbTcFaZGLV3c8O2T2pSTJ { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:145.25rem;left:13.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xftAml75vZTJIoP3PTz75huEqrIIX4b2 { 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:6.0625rem;width:4.6875rem;top:147.375rem;left:13.5rem;overflow:hidden;display:block; }
#R0eTwsd3vavNdFEW1LULqvogKEk70kmV { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:149.3125rem;left:18.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:150.875rem;left:18.875rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M li:before{  }
#G1pdlXwJ5TEkNg28dLntGnxqsTob1nw2 { box-sizing:content-box;height:0.0625rem;width:69.375rem;position:absolute;display:block;z-index:15114;background-color:rgba(227,227,227,0.3);background-image:none;top:155.3125rem;left:2.8125rem;display:block; }
#V41RQFgiFvi37Am5EtbWKwQlTqUsmoUa { color:#ffffff;display:block;width:6rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:157.4375rem;left:3.375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avEuZZOXfU1FlAksOuQ9IRuFgT4yWix5 { box-sizing:content-box;height:1.875rem;width:7.1875rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;top:157.1875rem;left:2.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ckUaA6PIsEGADbzUX4N54Ui2xGgWLKxh { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:156.875rem;left:13.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yIpz8ZJLMEB11K15Icw9MMQS7wNQACFK { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:4.6875rem;top:159.375rem;left:13.4375rem;overflow:hidden;display:block; }
#wqC92xbkNRDkyXENCEC75oXZbkrAZEBM { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:161.3125rem;left:18.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w8I9SrQ45wlyUvTWgJRJXRDPTTEr6mLB { color:rgba(255,255,255,0.6);display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:162.875rem;left:18.8125rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWr2krtUIRvR855VqyK1RspLAoWXJnTq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:170.25rem;left:21.875rem;display:block; }
#nAbVg46L5n40I2okgERDtQuuEgf4MwNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncNedfCVING4ARgkIJ0wJTrkTaeAm3t7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:170.25rem;left:37.8125rem;display:block; }
#wQU8AmqMTaQxVG0Hbd4TGeFgl0SUrXdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDDyzLe9lquUglCfnCTqNk3a2tLuLCLF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fS4DrwWeBJOuUBSJQhohrGLtZEFqWP13 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TObb9XuULGS60xfhVyVzn734oltwhTmp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UTU0MZaFMJM8prG3lZvzWhFDOt6oo6Rp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zSLBpwtBKCFt3xnCw6MdVRIOv56qWVAt { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:19.5rem;left:52.9375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#z5puIAn4NFblddJyR8agq3sWPxT8ZaJw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zqdUJZTUpnkuhCoPTiHeCsMVZnRa5eUr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wgbsStkqmtRdQEFTH25W8fc53Ixlsdpx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mQm64gwVFX6bfB07xQIQpuxcHtMqt8Cn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IPcCEy0qfQSyGQadLiiEKcFRTL99tsOr { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:93.25rem;left:53rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p5fpRiZSVfqOdPeOtHGuRSvHA75o1tJA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:4.5625rem;left:1.875rem;display:none; }
#u0Ur91fDKCpukMDCJLTc0SCNALnTrsCn { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:10.0625rem;left:0rem;display:none; }
#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/09abfdf1-cff2-4009-b4ef-29aaffa30e25/Frame37542.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; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye.adaptive-delivery-prevent-bg, #JT2QPSglFXa8xqchFgcaJbZMlxuTVfye.lazyload, #JT2QPSglFXa8xqchFgcaJbZMlxuTVfye.lazyloading { background-image: none; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container { background-color: transparent; background-image: none; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container > .video-iframe-container { display: none; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row > .video-iframe-container { display: none; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .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); }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container { border-width: 0; border-radius: 0; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#k8UmazkUtgLw9iP616AZpXdFrwfKxRM2 { color:#ffffff;display:block;width:54.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.8125rem;left:10.0625rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x01i0NSXHwkam5OxFuZl8VRVSaQIi4hT { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.6875rem;left:7.625rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lVNR8Ja6oKL6QAxxC6uSsKFNpz3JNeFL { box-sizing:content-box;height:17.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15011;background-color:#1d113c;background-image:none;top:17rem;left:1.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#ax8VI56iGXcr78KehTKCgB4fqlz1ewvx { color:#ff7f23;display:block;width:12.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:22rem;left:6.5rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMsPZBDEyoMmeAPlMT3e1fs6xp1zD4QB { color:rgba(255,255,255,0.6);display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:25.349609375rem;left:2.65625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfNBws8zm0zXztWKDeLy8Sc1Bs4Xvs9p { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.125rem;top:14rem;left:9.4375rem;overflow:hidden;display:block; }
#iLdrSfz7Id8CwvVN1XEVETEbHVWRdA6T { box-sizing:content-box;height:17.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15015;background-color:#1d113c;background-image:none;top:17.0625rem;left:26.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#kOG64J54aDIpPQM5wRaOtWT7luWmuRpC { color:rgba(255,255,255,0.6);display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:25.349609375rem;left:27.65625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVQJCd8eMD1nWTWTh1zLxEhTTZfpE404 { color:#ff7f23;display:block;width:12.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:22.0625rem;left:31.5rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okIyca0omLtZUbD65mXBTkLQTs04ierP { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.125rem;top:14.46875rem;left:33.9375rem;overflow:hidden;display:block; }
#fi3T1FUd1qfg12satOgtxc7y0BgROBnt { box-sizing:content-box;height:17.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15018;background-color:#1d113c;background-image:none;top:16.8125rem;left:51.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #3c2b6b;border-left:0.0625rem solid #3c2b6b;border-right:0.0625rem solid #3c2b6b;border-bottom:0.0625rem solid #3c2b6b;display:block; }
#QOQkwnwKgUlhptRm9ahbVoyg8N0ReNKx { color:rgba(255,255,255,0.6);display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:25.125rem;left:52.625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UofTHPqVXo7T5pBPXIAfUETPriZhABNi { color:#ff7f23;display:block;width:12.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:21.8125rem;left:56.5rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UptvlUgHcfJhanIXwiZ3Tks45L5Ekd7K { 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:7.3125rem;width:7.3125rem;top:12.46875rem;left:57.78125rem;overflow:hidden;display:block; }
#i0ksZev8imxTQ28XVbNbcNkvXBVJx6av { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #9766ff;top:37rem;left:7.59375rem;height:3.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container { background-color: transparent; background-image: none; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container > .video-iframe-container { display: none; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row > .video-iframe-container { display: none; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .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); }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container { border-width: 0; border-radius: 0; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#w0enZUWKtVTc6PrHKiwCgt3OuSfi1ifo { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQSdTWq8khIb6mx06WeV2ZSo8dy9Rbwo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:68.75rem;top:13.4375rem;left:3.125rem;overflow:hidden;display:block; }
#iRsA70Zpxg1mCgEoETBPHKC7Oo0qs4zm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:59.375rem;top:12.0234375rem;left:7.8125rem;overflow:hidden;display:none; }
#PL4vx12lS0iigLw5veKU9sDs6u63M0gp { box-sizing:content-box;height:36.5625rem;width:72.9375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:11.375rem;left:1.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#tHWg8CRDFUTWnT17HzEtmKtS4NLux8JL { 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:41.5rem;width:33.6875rem;display:none; }
#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/aea0d7ab-a784-450e-ac0b-88b41cfc06e9/Frame37543.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; }#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs.adaptive-delivery-prevent-bg, #IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs.lazyload, #IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs.lazyloading { background-image: none; }#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs > .row .container { border-width: 0; border-radius: 0; }#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:none; }#MRKrOcKsZSfoOJQThWKOlXUr0uxcmfyC { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.3125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOTN5EuH0Dz46ec7hdPTOfPs1hc9mkI4 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:9.5625rem;left:20.250000953674rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GE7HxrCybS9OTJpupzfuL412WT0ClT7F { color:rgba(255,255,255,0.6);display:block;width:34.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:12.3125rem;left:20.250000953674rem;height:1.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSx82e8or89NuaZ8kU3qeP8I4lt2JQLp { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:28.8125rem;left:31.375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9rC7fJbqKp32BMAzOlxuwa9wMNNmiXp { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:32.6875rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJRzIEgKXxNk40XLQSmoWRdVxbAxhk5g { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:31.625rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQDZs9LQ95CLqOcBeRCEExDhRGRt4epT { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:31.75rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DiMOUvuasBoDgdsImKADhEsFTuZLnV74 { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.15);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:2.625rem;width:13.75rem;top:28.3125rem;left:30.625rem;display:block; }
#BB9STsZanvydDBLzA56n5PUKScVbrlwP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:26.9375rem;left:23.875rem;overflow:hidden;display:block; }
#rXptVcOyvf4hTPnNAfqnplTrNiclBJ6K { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:42.6875rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BD7S5a6XFES3s2L4CwIeG0ZM6OG95P1x { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:41.625rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUPJ0K8PUfu6w4zFxh8r9HvpQwlLWtiv { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:41.75rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v4UFdFHi4GnveLrbE5AkNzIEv3RuiiAa { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:36.9375rem;left:23.875rem;overflow:hidden;display:block; }
#BmCRM3WinUPOGRngMv6b0auE6CaF7D2B { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:38.8125rem;left:33.3125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UPNfhqU19souWIEsJKsZz85N2LCUsWgD { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.15);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:2.625rem;width:13.75rem;top:38.375rem;left:30.625rem;display:block; }
#wrW107keV8QllQSW1grZPqGDBTMx9mTG { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:20.1875rem;left:33.3125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qZGNKTslcpFR3969AweCQo4mWhuXP43T { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:24.0625rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lkebLqKbdPCW8k57eodZDvHcenRARGMy { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:23rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SZzK9vC8QVbnfSgFLNATlNFUHcbhlNPP { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:23.125rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QTu8owK3Kz5xtEq0AQdT0hd98GQGeJGo { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.15);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:2.625rem;width:10.9375rem;top:19.6875rem;left:32rem;display:none; }
#whMwr3ISw0tiGTvdpenOWD7O2Qk57D9N { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:18.3125rem;left:23.875rem;overflow:hidden;display:none; }
#wU443qdlLKUr3zyqbJJ9L4O2WDg1gsIx { position:absolute;display:block;z-index:15056;background-color:rgba(0,0,0,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.625rem;width:27.25rem;top:23.208333969116rem;left:23.875rem;display:none; }
#Ebu5vatlmGEJQxMAnaNzIElpeHbtSnaX { color:rgba(255,248,250,0.7);display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:24.062500953674rem;left:26.9375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xiUNZKEIVSA17QmH2hJxJNMtiVw8twkW { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:48.5rem;left:28.8125rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfMhAHNOoGImI8y7J7MP6cIrRgwbzMuq { 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:2rem;width:5.4375rem;top:48.1875rem;left:40.875rem;overflow:hidden;display:block; }
#JfKq7czDUJebwr0v1oagcat2SrawcMpK { color:#ff7f23;display:block;width:39.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:50.5rem;left:17.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhRB7R2A4AnVCUJfQ4cJ7hg6CoETZJTJ { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:53.4375rem;left:17.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RXRc1UMmcMVvTs9askqKp5iaU53Wh8EK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:58.875rem;left:21.875rem;display:block; }
#WBTwJNCgkNVP8ffUcLHoDAxZECR9LVB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9TMdFzP9kfHQXQCTfCmtSdrTCLLrytz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:58.875rem;left:37.8125rem;display:block; }
#yGbGB0fnWhtZv6lSt48BTpOFGTW5Ieop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmif8KMlr8oCGedOTWmJAtpbHT83OtKr { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:18.875rem;left:31.375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNk0I1ncvg6X69dqPqaT2dTZxJagQUeO { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.15);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:2.625rem;width:13.75rem;top:18.375rem;left:30.625rem;display:block; }
#HVTilnK7mQTe0eKQJGnzlQx60dSWZp2W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:17rem;left:23.875rem;overflow:hidden;display:block; }
#UU5yT6gPRdccBVDT2EMLmbMk4oUHVzDC { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:21.6875rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM1XTDndhQ3tBLBOHBnHOdgwqRJ8wAks { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:21.8125rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iFLQhCVaHiKpeO2fqinNFZxTAHyaWP8b { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:22.75rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpxhoqPTEs2pkBDUvG3GxxaU9IEB4ah7 { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:17.416667938233rem;left:35.875rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/aea0d7ab-a784-450e-ac0b-88b41cfc06e9/Frame37543.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; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB.adaptive-delivery-prevent-bg, #T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB.lazyload, #T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB.lazyloading { background-image: none; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container { background-color: transparent; background-image: none; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container > .video-iframe-container { display: none; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row > .video-iframe-container { display: none; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .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); }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container { border-width: 0; border-radius: 0; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:75rem;position:relative;display:block; }#zHEX6s6kETFsSCPLg6Odf2PEcAZgvSw4 { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.3125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAbuTrTSp2ZRXq4RKastAz3TKPbzPi8p { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:9.5625rem;left:20.250000953674rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WazlfN5JosC0S0hmIwZI3fmS0ec0Xtow { color:rgba(255,255,255,0.6);display:block;width:34.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:12.3125rem;left:20.250000953674rem;height:1.6618625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Skxq7dMr0ahyvP7plxXRdAv4FC0XzMJF { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:31.6875rem;left:31.375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Shc5hIPXZqCMrD10vaN2VcBDFVE9iSSG { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:35.5625rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ViGJTIZrH6TSZGoipeibfxUyZfD1VPqr { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:34.5rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KewZf03MdikiiCh4fNRuMOGohMweRvKp { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:34.625rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enXLPXkdL9bBEkrolDe4L5qKyvwE4iFf { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.15);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:2.625rem;width:13.75rem;top:31.1875rem;left:30.625rem;display:block; }
#zVfeododnw8EtfTC5nAE82iqarTxsUw4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:29.8125rem;left:23.875rem;overflow:hidden;display:block; }
#zSeAwQpRG8W5g6KsAyKQaom5qN9NgevL { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:45.5625rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llUnwo3a0QVggNBF5ekBTlkyqQlTQsfE { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:44.5rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxT79GceRPS3D2xx0v7wuxVQHdwCBXOf { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:44.625rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgpvZ3kUUhVc6OI2T9cCkpyldubszFo0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:39.8125rem;left:23.875rem;overflow:hidden;display:block; }
#UL1kdS1apnKtFRSLDkkq6fb4RKFqPqCH { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:41.6875rem;left:33.3125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXLKc2T6TAO5QkKcgwVFUEIQyWRmh768 { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.15);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:2.625rem;width:13.75rem;top:41.25rem;left:30.625rem;display:block; }
#gUT3C4p3ZTnGt67SRSAamlcKBt1yZT2r { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:20.1875rem;left:33.3125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n1lXKvMiCQTDzKAkyXu4TWPZSrURE21v { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:24.0625rem;left:29.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hhtXJilTahu9oaGGaNyceW9NzX2xQRBX { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:23rem;left:33.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oBcN8QuAqcynz32zuX3d8uaAu8DI00Ze { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:23.125rem;left:43.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T4a27rGORqm0mtwP21OWlaBSXLMdmKOX { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.15);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:2.625rem;width:10.9375rem;top:19.6875rem;left:32rem;display:none; }
#ckWKtoLWn0LRR7hmqAHOhOtZPb6D3z8I { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:27.25rem;top:18.3125rem;left:23.875rem;overflow:hidden;display:none; }
#HVINRExmtpVszJaJqzAUgqHbAhcM4eEq { position:absolute;display:block;z-index:15056;background-color:rgba(0,0,0,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.625rem;width:27.25rem;top:23.208333969116rem;left:23.875rem;display:none; }
#N7Uu8WIgizOrw5TGUTmr1cIZEn6EJitG { color:rgba(255,248,250,0.7);display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:24.062500953674rem;left:26.9375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dR2OCJVl6kEdiZEFA4UT8JnVHdxeHWgO { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:51.375rem;left:28.8125rem;height:1.39965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#evuw1pWTqHUyaITkX5i7hdmdqoKT1l2z { 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:2rem;width:5.4375rem;top:51.0625rem;left:40.875rem;overflow:hidden;display:block; }
#zs16pbWkMFzibDS19aluQbiLkiBTfsnE { color:#ff7f23;display:block;width:39.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:53.375rem;left:17.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQ6gCW9oqDEQpIH7t0vTrTuTJIDgtB28 { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:56.3125rem;left:17.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5wiE5vwBnEbRJV576Ao3kllKeoEI4aa { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:18.906250953674rem;left:31.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1TydV8MEC9McnZbMMzc7NB8lGl7Aam2 { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.15);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:2.625rem;width:13.75rem;top:18.375rem;left:30.625rem;display:block; }
#IKmrnPO8ot00Tfo9GJZlFDkXmqrAXPlP { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:27.25rem;top:16.99951171875rem;left:23.874755859375rem;overflow:hidden;display:block; }
#SuDIoDb2kg75SXFSx8TpLXuxEpcOu22W { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:22.06201171875rem;left:33.749267578125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSDg7QaFE6NRa1u9f61AVbWMBKNpp6G0 { color:#ffffff;display:block;width:2.1870125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:22.39013671875rem;left:43.81201171875rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1mskTBhg3Fc4cP34hLbVFQKO87MLTqQ { color:#ffffff;display:block;width:4.6245125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:23.04638671875rem;left:29.124755859375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kc1pTndkbGzzToknVPyy7TAKMbbWANsG { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:17.635009765625rem;left:35.97900390625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LftWu2v0h9FahOFk7OBJAOUz40ALZ6TX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.4375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:27rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:58.229166984558rem;left:24rem;display:none; }
#DuBTzX25MIWJwZBLeHn1qP6otS5TD30v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvKiUsaSXFHnVAOhzWn1G6J65tZktoNT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:62.125rem;left:21.875rem;display:block; }
#pyXdXxilu7a75FKPK8tygiv1m2OCH1s7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvzeJHwDo1PsIxAiDc357qqKygKTm7CC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:62.25rem;left:37.8125rem;display:block; }
#nLhENcwdKADnmnwoti1bQkGdByCPL304 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOanZSSXzknwwxROv6CN7kCqMLTk9XdD { color:rgba(255,255,255,0.6);display:block;width:34.43625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:26.62353515625rem;left:20.281494140625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container { background-color: transparent; background-image: none; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container > .video-iframe-container { display: none; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row > .video-iframe-container { display: none; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .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); }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container { border-width: 0; border-radius: 0; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#TCF2beVoQw9btHaP5rrE9waPrZTnGOwk { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.3125rem;left:11.3125rem;height:3.0875625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsOOqichbhWDJA2dJTUFmPwGfWx2lG0B { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.9375rem;left:11.3125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDBbGau9867gcz0kAb4G79TTIkZUsfT6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5625rem;width:33.125rem;top:15.3125rem;left:20.9375rem;display:block; }
#DGpkrHE1IE7oPfaXb96DHDofpvkEJOzw { 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:31.625rem;width:37.9375rem;top:0rem;left:2.6259765625rem;overflow:hidden;display:block; }
#TGik9LmeGRXFXtihS4BQvSZXh78Fysys { 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:23.9375rem;width:29.5rem;top:10.71875rem;left:39.25rem;overflow:hidden;display:block; }
#uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 > .row .container { border-width: 0; border-radius: 0; }#uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;position:relative;display:none; }#VVrLgMmoLhlKA8BZmw1hpL8TNbH2wy4E { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:20.9375rem;top:35.625rem;left:52.03125rem;overflow:hidden;display:block; }
#IT3nEg0OOV3Q9WCIN9mVzQs1SHghOeEx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:59.5rem;left:53.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THHbU5bxVTw983upi7Tv9qOWN18O5ovb { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:57.9375rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DvXSvMAe4FDZVE2txfSDfuo18LJT2APo { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:20.9375rem;top:35.65625rem;left:27.03125rem;overflow:hidden;display:block; }
#qwaoshNp5uawztUmQT6mtVOyOAh92ZZb { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:61.0625rem;left:28.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WT7e3K2tnFf48vzut32J3skr623F6PnC { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:56.125rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vki53MXFTBzwDnE4o4Dpu7R5gt8ZbO96 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:57.9375rem;left:28.125rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDNhgcNFfvzINV2vfB15Zbye3Zlh0X2H { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:56.125rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLThB05MMnuxBmwHsWfHEQVB1NuVl4q9 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:39.9375rem;left:53.3125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTMHsJgg2NTXvvsXCnRNQDZAt6DmtIp8 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:20.9375rem;top:35.65625rem;left:2.03125rem;overflow:hidden;display:block; }
#fr271J2XV0RlVT6HtXGVscs9Us26FuCS { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:59.5rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6x4O0nPFhHwA2XzluBQ1bWbr38U8VC6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:56.125rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMb2fVTuTnue2HfqT26QKnVgcwHKGgZu { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:57.8125rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPt5sDnRzh4FHaTEngTJo2TfbPoOd87n { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:39.9375rem;left:28.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdG9Lopb5ttJ8695kVq7h6GVr76El98u { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:39.9375rem;left:3.3125rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWSwnTSfP5puQc6pyqnyQmMFFrMpoJML { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:9.6875rem;overflow:hidden;display:block; }
#TFCcqTpswWUaeTG6Biey2lWiCxmXSE5D { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:34.6875rem;overflow:hidden;display:block; }
#QQNL02qS6raIPAKuEvxPVeyKZ2DkpQht { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:59.6875rem;overflow:hidden;display:block; }
#MSBvoGDU33KbEfrWrGGIC9NqllmkVhDL { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.9375rem;top:3.71875rem;left:2.03125rem;overflow:hidden;display:block; }
#SThsFvz1brwwWIf0LBOGHTB4pw13nmP3 { 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:27.5rem;width:20.9375rem;top:3.84375rem;left:27.03125rem;overflow:hidden;display:block; }
#nas7LwwfGWlMKQfUr1H9At9DzFy4Xz0g { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.9375rem;top:3.71875rem;left:52.03125rem;overflow:hidden;display:block; }
#e9fGdkxAFEOd5Snh3uKgJ88GkfSqeRzu { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:25.875rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2FAM59W0umNGlgb4482hQxwCRb2LgQk { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:27.5625rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ev0r4DuwtAf7ZnQy1vWxDuyICkT4tWax { color:#ffffff;display:block;width:18.75rem;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:27.5625rem;left:28.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gy5EhI45St2ayl0LptWsCTTGXBzgzANV { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:25.875rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0e0mHKOgTXB2gSey9akh132PB5VDcKe { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:25.875rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QfAHrJkTPgvoFPCWO8eHlPbr4JCUCMsz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:27.5625rem;left:53.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SMenSxNuqFkna4XsVgTtd6aNrRSTod3s { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:24.1875rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yAW398lp7R8NKSZVBsKgUVQZIK4XRsB6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:24.1875rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTKJW5ElATrB1DFw4sK9TTMTQES6lOuS { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:24.1875rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbId5DBpbqUZH3XXLXvG5iCtUvNOp3yD { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:8rem;left:3.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9iUprHpIxTWpLuWazPnE51Wwl8cLsbv { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:8rem;left:28.3125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVwJAyxGfEcLGFdPGdwbAVWIuarxyWk9 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:8rem;left:53.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xec1Vo3TJCFI1Lq4RKAqsP0TnQrVpGq5 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:9.6875rem;overflow:hidden;display:block; }
#obrRmrQkZuKr0emqpWmahmCuZHlyu9e3 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#QfZ7BKho9aia5JLJ3cr0REGU8EUwX3WR { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:59.6875rem;overflow:hidden;display:block; }
#i6Jgr0AsE3t0dK4zAfOrUAbwk6B6sFsG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.25rem;display:none; }
#GsVGFnD2oEPMh9lJrel4MBTrOv8Ul4tq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:20rem;display:none; }
#JyAvQhm8qmlt1sRqAV3q75dl8GEBBJJ6 { 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:20.3125rem;width:20rem;display:none; }
#AzWsXi81XFEkoEihrFfZ0RJxFPRdppgT { 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:19.0625rem;width:20rem;display:none; }
#AtrhJ7AAS6HkBMPfVVRRTQlvrvlGOi1K { 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:20.3125rem;width:20rem;display:none; }
#Wy5WfiPTcpnQnGPrqDzaByEwTSItsSra { 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:21.875rem;width:20rem;display:none; }
#i7mBtnn0lxQx4ZqlC37Tya1GWLCAVnV9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:68.75rem;left:21.875rem;display:block; }
#KUMgnLtbIxeLTNTx5LP9uDPXQ1vS8TT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8gyreDTk0xeaIEOJIcSfnMAIfMgrzxl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:68.75rem;left:37.8125rem;display:block; }
#G0PZxuSpr0seRHuSxtPUarI1mF6XOzpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container { background-color: transparent; background-image: none; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container > .video-iframe-container { display: none; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row > .video-iframe-container { display: none; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .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); }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container { border-width: 0; border-radius: 0; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;position:relative;display:block; }#E9t1uluJAfhHoxmvwUw3mnd3qkMxEJoG { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:20.9375rem;top:35.625rem;left:52.03125rem;overflow:hidden;display:block; }
#kvnTqbEk4o7M1tGq56mqAoKriHZtodEP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:59.5rem;left:53.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mx0HcHXvRBr5caSt4kfdTqXaWRvJqCLs { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:57.9375rem;left:53.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2inbTW85STNzBtksVpVqBnBBGz3Xii7 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:20.9375rem;top:35.65625rem;left:27.03125rem;overflow:hidden;display:block; }
#VCKNPue8TySqbZCq8ux0B7CHy9kZBryH { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:61.0625rem;left:28.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J50daZkarP3GKfBdnNUs5EZFxizy58VS { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:56.125rem;left:28.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BqnVu7r3JIRixgASdv7fGTeo8L079qWO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:57.9375rem;left:28.125rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQ8ODVWwESET1ZCgAJyEPi46HoVXaUD9 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:56.125rem;left:53.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VicyFmIHmFCHbozqXnpUqz9GnhlHaayx { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:39.9375rem;left:53.3125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mkfglqk3lRgwtohdxQzOI1gtWHxAJabe { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:20.9375rem;top:35.65625rem;left:2.03125rem;overflow:hidden;display:block; }
#s8By5o3euvuG0Q1XBytl8KyBCKfUQa48 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:59.5rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SucZtWM1Vq09Fiyb6lc09UFpbHTE8D6a { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:56.125rem;left:3.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VrnxLBCwX2exDq5QE6TaUVk34BxTvQx0 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:57.8125rem;left:3.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFpxocaiO68RMTrmIvZGPdmoBtdLhibS { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:39.9375rem;left:28.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uR1XA8NGurGAJIlhiEpvele9wI9ZB9HM { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:39.9375rem;left:3.3125rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnfxHDqy1Fs88JU7d89rtXDwT6JWnbfN { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:9.6875rem;overflow:hidden;display:block; }
#cWT9PiPiB1udXinG7rMzV3C0pxurx1HL { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:34.6875rem;overflow:hidden;display:block; }
#yErr7EcdC6lRCkhx8yNrE2o0LOoy0ST7 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:59.6875rem;overflow:hidden;display:block; }
#zlsO6I8s0JwtxSTINmoTGF8N0oFn3uca { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.9375rem;top:3.71875rem;left:2.03125rem;overflow:hidden;display:block; }
#k4zXWfvSEzmmMp8KXQF5fgdX2B1fJzee { 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:27.5rem;width:20.9375rem;top:3.84375rem;left:27.03125rem;overflow:hidden;display:block; }
#wHEdTs9bsamvqLEMlf6gKTuUv1DaJUmd { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.9375rem;top:3.71875rem;left:52.03125rem;overflow:hidden;display:block; }
#B2nVeTHN2plvmKgR1lGBbQkMWAo7ROpc { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:25.875rem;left:3.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLsdmQTTAHy1Ty4gcCl2EFf7U3Na3P1y { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:27.5625rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4hNnsTwrn7BJk232OGeHPRTPy2pHmLR { color:#ffffff;display:block;width:18.75rem;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:27.5625rem;left:28.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvKlLItwL90rT6LySZz5Mk05COeerCrJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:25.875rem;left:28.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVpoL5R0lzUwyEN4cJ1L18iz8kt2CwEx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:25.875rem;left:53.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iKVZSTPkwd0OvRAl9MWH7psOKFq2T4hf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:27.5625rem;left:53.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2akOTbc6v7hoW1yr2wyi5eGsT1MoZyX { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:24.1875rem;left:3.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ll95hDErug2t1zZzarC6WzZ8D2JfgWJ1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:24.1875rem;left:28.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqRh9KzaqODheCC70dHVG1npMJT1zqgx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:24.1875rem;left:53.125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BrbDnAcwO4sqClShm77TOQwd67clyvet { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:8rem;left:3.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGnqWQwq2EBmno8LZ8GX3UB3gMLLocc9 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:8rem;left:28.3125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upNk26SChSVAaqvz4WCLxFqWTaXg5zCH { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:8rem;left:53.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIs2LIqasdTSvvV2lDaXDVHCAJzw8kdP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:9.6875rem;overflow:hidden;display:block; }
#bBpd65s9cGzTwttZ3U8eXWDXl5RkdbUW { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#L5HbB7eizBtvxe1yF5i67dCTdJxsD8p5 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:59.6875rem;overflow:hidden;display:block; }
#lTvreQ0ZgEzetmrgEM2iltGUtuUtCyqL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.25rem;display:none; }
#pBrswPlGVfzzv2IsFRI9krsqsTEhdkU3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:20rem;display:none; }
#KHn5CMZNA6mGRUc6erNHgzTR536p7wEW { 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:20.3125rem;width:20rem;display:none; }
#Jug34hADUn0R32M2JJvxhQWJ26XlOn5K { 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:19.0625rem;width:20rem;display:none; }
#F2Q5tgUBbX0eqHdH3pDQbTPIBFSq2KJM { 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:20.3125rem;width:20rem;display:none; }
#nJSFS73ERE0bHOdoPe7zqyixETvRuwMs { 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:21.875rem;width:20rem;display:none; }
#Nfs5gK341BAN5DdLOWxSucJ8i4m6TNTl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.4375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:27rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:68.166667938231rem;left:24rem;display:none; }
#fsyDpliAipFtyO9sZSGO95dpn3nWq8cG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cM0fQqcvJ3buFMPUOLsOmNuT5eZp4sRW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:68.5rem;left:21.875rem;display:block; }
#aftbpQr6NxQeZGr0fTcAbtTKfduqNpMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaUJq6vN3z7Cd4EktRmfFiD0ILATH2R0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:68.625rem;left:37.8125rem;display:block; }
#cHTrP7aMBLX4cZoOMlJh0SExrUerRdKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/4ae79135-326f-4715-bfbe-b4015907e92b/Frame37544.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; }#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT.adaptive-delivery-prevent-bg, #gnoobToFBOBdumL9XuvHu0wuKUmlX8kT.lazyload, #gnoobToFBOBdumL9XuvHu0wuKUmlX8kT.lazyloading { background-image: none; }#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT > .row .container { border-width: 0; border-radius: 0; }#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:none; }#SHIa6cl5b4CXXffyJI6TG3Q30tPibIJM { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:10.4375rem;left:20.3125rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfHERARqv46A1XiP59siax0FUGbWlfWm { color:#ffffff;display:block;width:61.875rem;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:5.25rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iI3FhtFGkISiyBOevTlvmpgTI71JEUz6 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:26.75rem;left:1.125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nh45MUNlmNXdTmUdenTRz4GH2rwcs6SV { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:30.875rem;left:1.125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ifhSlhBNGIVPg0pbE9TMTa6gXydM0GRX { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;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:49.9375rem;left:38.5625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eubBr4nna2McvmBnxoy6LWRCewChCJQH { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:45.875rem;left:38.625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EnfhwKngTTTHJGHsyxd8tQBtxoQRFLOb { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:30.9375rem;left:57.3125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WiTfAD43JTyD2zRDxgLFSxyBkJedZetC { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:26.875rem;left:57.375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MQHwfOsLSg7IEHV2WaBLP6pw0UfuITWV { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:50.0625rem;left:57.3125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p46un6qABb6FToK9s57V6weLyTm1ne7s { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:46rem;left:57.375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c71yckvTgdsW3JiiKVHHlivoie3fTKHd { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.375rem;width:16.5625rem;top:35.3125rem;left:38.625rem;overflow:hidden;display:block; }
#soobIO6Tl6uqOTdVvg00Jo9GypDGgzUu { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.375rem;width:16.5625rem;top:16.1875rem;left:57.375rem;overflow:hidden;display:block; }
#VUFfKIm4twX8mDiTGTd8OoMRTzXRCB97 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.3125rem;width:16.5625rem;top:35.3125rem;left:57.375rem;overflow:hidden;display:block; }
#Px77MDvagVL5vFwuzCfNcuOoSgEVIxGR { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.3125rem;width:16.5625rem;top:35.3125rem;left:1.09375rem;display:block; }
#h80pQfzINhsGSGP1mAMCpIT6t8MtwOSp { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:45.875rem;left:1.125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDmnAucGdLNTRz5FyvMXd8R3DTl1d6Qg { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:50rem;left:1.125rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6lT8pFQJDWQXWEZA5g0qcrS75BBlez0 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:45.875rem;left:19.875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zwmai1TgNFsMUTcUCbpmugVPnXo5q0CA { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;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:50rem;left:19.875rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTHUvyrAKMd6UMoRzQokeZZImDS0OZSa { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.3125rem;width:16.5625rem;top:35.3125rem;left:19.8125rem;display:block; }
#nBgAXEqZmM4XxxCdGJe9sRoNKeo0Rl2m { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:26.625rem;left:38.625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hkvn0qBDFrKvx4RkW7NLtZQJokfxqNta { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:30.75rem;left:38.625rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fy6WZC2FfE6dZBxfEpVsMuQGTwdTTrZv { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.3125rem;width:16.5625rem;top:16.0625rem;left:38.5625rem;display:block; }
#OM63zNtJ1rdrTPKJolTc1mqFAkHrknuw { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:26.625rem;left:19.875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g9zBXStTRglIqI2fuAqNeXSPuyOak902 { color:rgba(255,255,255,0.6);display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:30.75rem;left:19.875rem;height:1.31286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#idi4RZsEmU1M6eWgUM3TBz1wR2T8QJ4u { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.3125rem;width:16.5625rem;top:16.0625rem;left:19.8125rem;display:block; }
#JFQari3F9WmcTnrKXvmtf4Un0ZTriHGM { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.3125rem;width:16.5625rem;top:16.09375rem;left:1.09375rem;display:block; }
#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/aea0d7ab-a784-450e-ac0b-88b41cfc06e9/Frame37543.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; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0.adaptive-delivery-prevent-bg, #HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0.lazyload, #HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0.lazyloading { background-image: none; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container { background-color: transparent; background-image: none; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container > .video-iframe-container { display: none; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row > .video-iframe-container { display: none; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .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); }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container { border-width: 0; border-radius: 0; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#TUJ6aZRaaUVy6kVdPVoKLfEfKf54acLU { 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:11.5rem;width:17.375rem;top:10.875rem;left:0.6875rem;overflow:hidden;display:block; }
#pQcU1sdxBT25Lff7GN9Ok8Rc0cbqfA1Z { 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:11.5rem;width:17.375rem;top:10.875rem;left:19.4375rem;overflow:hidden;display:block; }
#mrIgTFGhCgpBIA69geobW5rZCd16U3FC { 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:11.5rem;width:17.375rem;top:10.875rem;left:38.1875rem;overflow:hidden;display:block; }
#yeVvJE1f8oECLGTiTou5M3gtLKluGRMB { 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:11.4375rem;width:17.1875rem;top:10.875rem;left:56.9375rem;overflow:hidden;display:block; }
#HkNbepWZA2FuyuXRxPWgv7oTupBSxPqW { 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:11.5rem;width:17.375rem;top:23.625rem;left:19.4375rem;overflow:hidden;display:block; }
#crbt1qkW76UMnDIi6U4ztKc8CyGrC1pl { 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:11.4375rem;width:17.1875rem;top:23.625rem;left:38.1875rem;overflow:hidden;display:block; }
#Kv8Mf2oPTfgVv3LcVWkUE8CMUiR7FgH6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:17.375rem;top:23.625rem;left:56.9375rem;overflow:hidden;display:block; }
#tQhbubS2FuDurLZqSZhz5XJhJD8TBNKT { 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:11.5rem;width:17.375rem;top:36.375rem;left:19.4375rem;overflow:hidden;display:block; }
#GV3StRxsnM2K1SsIW7NJhuF6NFgGPv49 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:17.375rem;top:36.375rem;left:0.6875rem;overflow:hidden;display:block; }
#H4ysnJenqZWK3WZs6JwiOTSRDgv0IkCf { 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:11.5rem;width:17.375rem;top:36.375rem;left:38.1875rem;overflow:hidden;display:block; }
#B28LsZh2xOroJMQmTxRl2VC3as8TqB23 { 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:11.5rem;width:17.375rem;top:36.375rem;left:56.9375rem;overflow:hidden;display:block; }
#I7lQtW2Kx7DfTlR1XV391qzr6Z2G9uJW { 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.5rem;width:17.375rem;top:23.625rem;left:0.6875rem;overflow:hidden;display:block; }
#O7UEhJPUypTwvCd1pTS88RNNcLpTm4Ri { color:#ffffff;display:block;width:42.6875rem;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:3.9990234375rem;left:16.09375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD > .row .container { border-width: 0; border-radius: 0; }#yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD > .row .container { font-size:0.875rem;font-family:arial;height:83rem;width:75rem;position:relative;display:none; }#wpwVOHAs51o6eTepiRwIIfyC7ZDzcGM8 { color:#ffffff;display:block;width:50.7495rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:11.25rem;left:12.1240234375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAN0RgkqcxFc3IcTJP0NxU1vJTqmQCvR { color:#ffffff;display:block;width:61.875rem;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:5.8125rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QZaLJEJDRGk1hA37lJbAkEPqnptFw7Rf { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:18.875rem;left:38rem;overflow:hidden;display:block; }
#d08siJaTLblDBD5TBy4LCUgACyiN5ZqO { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:27.1875rem;left:39.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rk6P4DqHOXePif0KgoZL4vsovD1dTpeH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:18.8125rem;left:56.75rem;overflow:hidden;display:block; }
#w183OoMVSFk7uTmUh2gPoZr73Sub18pX { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:27.125rem;left:58.125rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiBEIBq7Ob0JR0fyUlISpU2yvxXovla4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:18.9375rem;left:19.25rem;overflow:hidden;display:block; }
#O6XxSW94DTkrlgzgze0KL23uwntWLf2O { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:27.25rem;left:20.625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oDBStQGyfxETO4fawWFTdHFf7xhP945z { color:#ff7f23;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.8125rem;left:42.1875rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbwRCeyIUgVJLF5foGVRUlbf76o2iMV7 { color:#ff7f23;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:23.75rem;left:58rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkDf43rr6EohHo7uaPhkwNbWOEWihx1N { color:#ff7f23;display:block;width:11.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:23.875rem;left:21.875rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6gE8OqV6PQCOsDpRHbAh1yhcaGzBv1Z { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:7.3125rem;top:14.375rem;left:24rem;overflow:hidden;display:block; }
#TB8pXlbFrbRnbPoxtXeHmTJueAtqshHI { 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:5.25rem;width:7.125rem;top:16.25rem;left:43.3125rem;overflow:hidden;display:block; }
#uvS5o01KZ9l4aJLsoVNCk8MnoQRmlfnC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.8125rem;top:15.5625rem;left:62.75rem;overflow:hidden;display:block; }
#bkcfJowRcTKvLnnFMvTPdSI8sReNP5Iv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:18.9375rem;left:0.5rem;overflow:hidden;display:block; }
#eIASznW9U1IImeGdLT4OP5O9CT4I5cMt { color:#ff7f23;display:block;width:12.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:23.875rem;left:3.375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I23EiQObiwafOOQPIUrItRtDuvqnCW1t { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:27.25rem;left:1.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMhXTo24nuMk6uI163804lEIWITUe5aa { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.125rem;top:15.8125rem;left:6.3125rem;overflow:hidden;display:block; }
#qI665RvAnUNa4Ltn3uomGn19iIGpniKI { 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:8.25rem;width:20.125rem;display:none; }
#P8J6QTvgqQux7NBDNwKLr0Jz3u1lhR76 { 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:11.0625rem;width:20.125rem;display:none; }
#fMzzL9i1bLUR3cfgQABdd2Ah63HxXNiV { 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:9.6875rem;width:20.125rem;display:none; }
#hJT4e2fq6UTbO3CG7qpDTWIJr80ebh99 { 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:11.0625rem;width:20.125rem;display:none; }
#nAuEucscqeouwUSSI90zw84qJHenHHSM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/efd5433a-f9dc-4838-b475-487847183df0/Frame9417.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; }#nAuEucscqeouwUSSI90zw84qJHenHHSM.adaptive-delivery-prevent-bg, #nAuEucscqeouwUSSI90zw84qJHenHHSM.lazyload, #nAuEucscqeouwUSSI90zw84qJHenHHSM.lazyloading { background-image: none; }#nAuEucscqeouwUSSI90zw84qJHenHHSM > .row .container { border-width: 0; border-radius: 0; }#nAuEucscqeouwUSSI90zw84qJHenHHSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAuEucscqeouwUSSI90zw84qJHenHHSM > .row .container { font-size:0.875rem;font-family:arial;height:;width:75rem;position:relative;display:none; }#Ccy6Oag6LUoe92eSaB6Vg2ct6RlKPEBK { color:#ffffff;display:block;width:41.93725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:68.24951171875rem;left:16.530151367188rem;height:3.8501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mex2Dmxgl2mpJvqiIssu3ZBof2UVbBFV { color:#ffffff;display:block;width:49.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:24.8125rem;left:13.75rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#feTNFTRt5kf14xOOz1SBfz9IsZ2chTkm { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.5625rem;left:21.875rem;display:block; }
#zIPJfSJ2pe1SRZ1n1Ey7DfMuKqhqKMoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMhvadhbPogJpc20oDwDhOFkE25Se75x { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:18.375rem;left:8.9375rem;height:5.07421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzzVGCcI3Sq8ECZxsTt2pScbNFB7PqcI { 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:7.3125rem;width:22.5rem;top:7.6875rem;left:26.25rem;overflow:hidden;display:block; }
#INwbtp7fV239kMFcpBJ49PBuvSNFDIJx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:42.5625rem;left:17.5rem;display:block; }
#iwXKyqqFspgzBk6G31pD7eGov0fn5Iq8 { color:#faa91a;display:block;width:49.187rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.625rem;left:13.75rem;height:3.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 > .row .container { border-width: 0; border-radius: 0; }#nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 > .row .container { font-size:0.875rem;font-family:arial;height:83.5625rem;width:75rem;position:relative;display:none; }#qqJOXH99K6ezWyyq1s7699OamxOzisMF { color:#ffffff;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.9375rem;left:28.5rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHueokSD2cwyX8MomrG8Tz41WtRVnAlT { color:#ffffff;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.9375rem;left:3.5rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uACmpGi5KtQlbO9F3X086AhVqILRppXK { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5rem;left:0.9375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxpctZ7H7A4xeBxSuL2XdhKeKNJQCPm6 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:25.9375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#buxKKeyaIRIKLq7uHXAn5HqltVEcy07X { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:50.9375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2J847roGzUzve5Tr2hN5S3NfdPqGnkk { color:#ffffff;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.9375rem;left:53.5rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OblZFzku4LQckDaKwoIu3T43o2UAuuyq { color:#ffffff;display:block;width:23.125rem;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.25rem;left:25.9375rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xHBIqPOKWUJQCqsC7ZLy411qEMQfHuAK { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.3125rem;left:50.9375rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dd5Q0dRNBlbkXTaPImRoMleeJlHL18bU { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.3125rem;left:0.9375rem;height:1.57486875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 > .row .container { border-width: 0; border-radius: 0; }#iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:none; }#Zye5MGNeDxQ2bFW1fJeU7Vrof37vLBS4 { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.25rem;left:13.9375rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K9JfReT3M2upt1fXg0RzIOZsvGmebIht { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0zC34OBuBn8MNhnLce6bwXbGXrZHKPe { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:18.25rem;left:42.4375rem;height:2.09985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yiRzvMkSfsIf5J6G5UccP5wtvgANRWCL { color:rgba(255,255,255,0.6);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:20.75rem;left:42.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXoF4FusxqWI8iMisW0xMXp25VFUJkGC { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:23.6875rem;left:42.4375rem;height:2.09985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2wbkv8TbBWSiEvNMnJNNon9bSi7xK0e { color:rgba(255,255,255,0.6);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:26.1875rem;left:42.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bV1Lf2u7bw3124FxDOT3sQ6R7uwXU9WR { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:29.125rem;left:42.4375rem;height:2.09985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#edzsPcNOhQu3nve0ZN8xi8sPalexHI72 { color:rgba(255,255,255,0.6);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:31.625rem;left:42.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h0VZJDftkiWXOnAsEg3FbfCI6E7B2ENl { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:34.5625rem;left:42.4375rem;height:2.09985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9J7y4acVCTnfLau7TTyNDEgC1KIl749 { color:rgba(255,255,255,0.6);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:37.0625rem;left:42.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fR6tmUVIlmPGsKAodiOwMP23OnViNlFk { color:rgba(255,255,255,0.6);display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:42.5rem;left:42.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m8TIuOWNQhs54DBv4IhoUTDFsOvE0Tc8 { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:40rem;left:42.4375rem;height:2.09985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMIkIKXVG2BXzuopK2xwkB6vuJMRLSqq { 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:1.875rem;width:1.875rem;top:18.3623046875rem;left:39.78125rem;overflow:hidden;display:block; }
#GmaCrZZ7VWE5G955LVlNE76Mv1OQUSJh { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23.7998046875rem;left:39.78125rem;overflow:hidden;display:block; }
#X7ZBrOeUgEuSPUdOHCbTP1cCKE9yNAWM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;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:29.2373046875rem;left:39.78125rem;overflow:hidden;display:block; }
#noJKIWau8uzxI2om5hq0KKC6PodSWcEQ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:34.6748046875rem;left:39.78125rem;overflow:hidden;display:block; }
#DDPTkpxs2rhNv1J0swkD9OZmz7xH6l1h { 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:1.875rem;width:1.875rem;top:40.1123046875rem;left:39.78125rem;overflow:hidden;display:block; }
#io1GnvRfh7eBZA3MeiQhTPwxblGC6vW8 { 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:29.75rem;width:29.75rem;top:17.1748046875rem;left:3.875rem;overflow:hidden;display:block; }
#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/cba0e146-66f4-4d4d-b0f5-8a891416ee4c/Frame9420.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; }#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r.adaptive-delivery-prevent-bg, #JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r.lazyload, #JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r.lazyloading { background-image: none; }#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r > .row .container { border-width: 0; border-radius: 0; }#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:none; }#nngCMsmRnUT3kSsvkanmMfyx9BT44Jc7 { color:#ffffff;display:block;width:64.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.25rem;left:5.34375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnda339m0iFBgI7n8zdBBbyhSc82B2Sr { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhRSVRkW2I0qfgMwlxxeuPzVypIUtlU7 { 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:14.0625rem;width:22.375rem;top:20.375rem;left:1.25rem;overflow:hidden;display:block; }
#cHJRT4sIXE6HUWMfEavsnNo9JmWgNg9Z { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:22.5rem;top:20.375rem;left:26.25rem;overflow:hidden;display:block; }
#HMq9d74nhnhHH5zfyaE6M5X1d0s3PUZN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:22.375rem;top:20.375rem;left:51.25rem;overflow:hidden;display:block; }
#As6qU03aQxRZogFWIHF9S5qU37DFVppG { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:35.6875rem;left:1.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T3kP1lGJiLnn3Na2HB4KXa5pViN2MPlS { color:rgba(255,255,255,0.6);display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:38.4375rem;left:1.25rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CMnLKLyoXGref52Fo6vDIlTykFZBTRid { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:35.6875rem;left:26.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ThmFNAJFFUB8IOrp3iPV88H2ZBcdDbEz { color:rgba(255,255,255,0.6);display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:38.4375rem;left:26.25rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UakSSuzR3ccC9PPLyrSqQTX42fXzHqwU { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:35.6875rem;left:51.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qKRQlE95BNfBz1gJVFIN8A11pKLihi3k { color:rgba(255,255,255,0.6);display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:38.4375rem;left:51.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6Q6yM5ePDZCDkKZpWSP8bx8w49uCNBc { 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:3.5625rem;width:7.9375rem;top:44.75rem;left:26.25rem;overflow:hidden;display:block; }
#Tmwarbl69UfM7Z0Sh2Av1t2mqHGXDQlh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:54.4375rem;left:16rem;display:block; }
#KI0uI3FBHG7zZDO3UrHvo46i1mr6pep8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyzEG5nbUZ2Nult7nFByMuF54q1PDuq7 { background-color:rgba(255,166,54,0.15);background-image:none;border-top:0.125rem solid #ffa636;border-left:0.125rem solid #ffa636;border-right:0.125rem solid #ffa636;border-bottom:0.125rem solid #ffa636;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.58333375rem;height:3.39583375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:54.4375rem;left:38.4375rem;display:block; }
#FHRFf5r3WZFqeWIfHNFhl7wXzNEgf5cq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/cba0e146-66f4-4d4d-b0f5-8a891416ee4c/Frame9420.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; }#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB.adaptive-delivery-prevent-bg, #JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB.lazyload, #JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB.lazyloading { background-image: none; }#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB > .row .container { border-width: 0; border-radius: 0; }#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:none; }#Qw5GMQub3Sp1uOivdMANOFEB1ngtT2GT { color:#ffffff;display:block;width:64.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.25rem;left:5.34375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDrmEqUXgTvXorxOpkFmkkPBZySNAFgX { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5oBkzvCBIwc9NXGNKmpqH1RR7Z4LRCo { 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:14.0625rem;width:22.375rem;top:20.375rem;left:1.25rem;overflow:hidden;display:block; }
#QmsJhsoL6TynuCgHmHWEdHtUX3oP8dT2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:22.5rem;top:20.375rem;left:26.25rem;overflow:hidden;display:block; }
#h4MWSFW8TEUcHxCCLlTLRG8WnUbNXKCl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:22.375rem;top:20.375rem;left:51.25rem;overflow:hidden;display:block; }
#hUee1hatm1NMyOyvKyk4NTGfvUoKuGhC { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:35.6875rem;left:1.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A6wRTo7hQU9CDf0hFoZT7xJyNJqMmS3k { color:rgba(255,255,255,0.6);display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:38.4375rem;left:1.25rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RDDSrT6yFScQL946GVXT1CIgQ95wN7ZT { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:35.6875rem;left:26.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OnsgV47pcH8iRHkUiF7Ilqy3gmd3WAFc { color:rgba(255,255,255,0.6);display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:38.4375rem;left:26.25rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M2dLHCXW4w51HSTFITbyD4g6wvyuVNQT { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:35.6875rem;left:51.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x4ECqLiS3aWUHPKhHpgXP6owlGc5VwTr { color:rgba(255,255,255,0.6);display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:38.4375rem;left:51.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nMQt0ThFAv5g3QqlyhteakSbmC9iJpIJ { 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:3.5625rem;width:7.9375rem;top:44.75rem;left:26.25rem;overflow:hidden;display:block; }
#LCotgBDCzRisuGdVNagNSr4Q7f6onGCh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:53.541027069092rem;left:21.875000953674rem;display:block; }
#pfFBAwxrspJklhz9Xpbny5NoANu5DRUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arLMWDibxI7huiWGS7oRdGby2RhOXQ6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#arLMWDibxI7huiWGS7oRdGby2RhOXQ6O > .row .container { border-width: 0; border-radius: 0; }#arLMWDibxI7huiWGS7oRdGby2RhOXQ6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arLMWDibxI7huiWGS7oRdGby2RhOXQ6O > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:none; }#IZqimIslKENJFiCAaIBiGxRp60F9TUnO { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:11.3125rem;left:9.46875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFFycrxKAT59TpvREfZH6IlQ0RsTVG5E { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8DouDaIPUDwITBxqW9sZnufp4dQEJQt { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:35.812501907349rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu { color:rgba(255,255,255,0.5);display:block;width:30.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.812501907349rem;height:6.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu li:before{  }
#IyD3Phuvu3WMK5E54FX3TAHUVLl2QUFE { 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:25.375rem;width:25.375rem;top:16.1875rem;left:13.125rem;overflow:hidden;display:block; }
#l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 > .row .container { border-width: 0; border-radius: 0; }#l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:none; }#LAwbcVlauKoMSbVO8TfQOsTqJXIvi6UB { color:#ffffff;display:block;width:53.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:2.0625rem;left:10.8125rem;height:8.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEXe8pTCzxNzWF5AaxTLbvEp2a3mfPnW { 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:1.8125rem;width:2.3125rem;top:2.0625rem;left:5rem;overflow:hidden;display:block; }
#RdeeTk400dmpV719WyGpfhIq8w0Qowyy { 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:1.8125rem;width:2.3125rem;top:2.0625rem;left:67.6875rem;overflow:hidden;display:block; }
#lwWDhzE1RMGEXqAARVn8daKNd2rpTSqO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.125rem;left:27.1875rem;display:block; }
#IxELM4SZqxwLd1p20u4z52wJLRvpWTIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/90b5e32f-547d-403e-aac1-2fa1d559b961/Frame9421.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; }#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf.adaptive-delivery-prevent-bg, #sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf.lazyload, #sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf.lazyloading { background-image: none; }#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf > .row .container { border-width: 0; border-radius: 0; }#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf > .row .container { font-size:0.875rem;font-family:arial;height:85.125rem;width:75rem;position:relative;display:none; }#rAcPtLe4zfbmeIXPBUcs0F8z3ekQaTt9 { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.53125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQzyxrZqDa5FXvdeQTz3NtSPL8Pkk8lW { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:18.875rem;left:2.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eu00GDZ4BvAZX66seIQ0vNSSxikSiUq9 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.5rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVAmHrkX01498roqyedddqPWFMNqr80M { 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:28.125rem;width:16.5625rem;top:12.5rem;left:1.09375rem;overflow:hidden;display:block; }
#o9HgUAgdcsTXBW1USrQXpM2bqf0TorJk { 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:27.5rem;width:16.25rem;top:13rem;left:1.28125rem;overflow:hidden;display:block; }
#x14h1gFaIQOAecNoue1CDFVdTE42R59v { 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:28.125rem;width:16.5625rem;top:12.5rem;left:19.875rem;overflow:hidden;display:block; }
#puWSIA7M9TT34eiwhKrEWZwRb5sLPdSH { 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:27.5rem;width:16.1875rem;top:13rem;left:20.125rem;overflow:hidden;display:block; }
#QhPKalQPNF2myRnUcsfaBg1V9gD4RNIu { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:18.875rem;left:21.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SCHC25KOvRSzPApTBUVVo4F4Wlf6De0Z { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.375rem;left:21.25rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrabUBd5st8LkdpTxtfobsRlHJUqvn9t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:16.5625rem;top:12.5rem;left:38.625rem;overflow:hidden;display:block; }
#f4RzapTZzoExJAS2nMTmxZvhsT5C3eOH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:16.1875rem;top:13rem;left:38.875rem;overflow:hidden;display:block; }
#sMVhNDRevg6hLWMEzBnRqLZPowHh1BMw { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:18.875rem;left:40rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqCmuCzS3RT2Qd05tDI8gRXKTclvcSno { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:14.375rem;left:40rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NxHR6J3E7kEivfEfAiTwl6by5yDk5e97 { 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:28.125rem;width:16.5625rem;top:12.5rem;left:57.375rem;overflow:hidden;display:block; }
#LqDztbvXT5deemRvHpfeZTaD1ye8bWNT { 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:27.5rem;width:16.1875rem;top:13rem;left:57.625rem;overflow:hidden;display:block; }
#Ve0X6x9TRcPr1dcOqU1aPpCucEeDoOFX { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:18.875rem;left:58.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmavmDUUx3CUrLumiFeqThbUw9TZCAJS { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.375rem;left:58.75rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nNKDmsp3UwiKBR9PFIKcJ5DuJdJNIueg { 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:28.125rem;width:16.5625rem;top:41.875rem;left:1.125rem;overflow:hidden;display:block; }
#Vd9lbdu6JBy9AumoT3e4hHcNahGucBAZ { 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:27.5rem;width:16.1875rem;top:42.375rem;left:1.375rem;overflow:hidden;display:block; }
#PrTDQpSZKXnOX32Luyy5ih3doEwe62LU { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:48.25rem;left:2.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#acIaePqU0xsekA61h3ZZgKJzfetgI8l7 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:43.75rem;left:2.5rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WfnhKaaH8FTe8dZ7SDhO9Gt6u5Ld8T5X { 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:28.125rem;width:16.5625rem;top:41.875rem;left:19.875rem;overflow:hidden;display:block; }
#L6beUyNNspg5D2SdpLszU2oOTJDUqATz { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:16.1875rem;top:42.375rem;left:20.125rem;overflow:hidden;display:block; }
#W3lT9q7UA6NUV1HegtpfJtJSq0QTXWx2 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:43.75rem;left:21.25rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xW5vlmOtXnbJwzO9eI8VWh9fWekBhIsu { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:48.25rem;left:21.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gFTlvshgy5QvJ5HuWu4id1CMXUtGzWmr { 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:28.125rem;width:16.5625rem;top:41.875rem;left:38.625rem;overflow:hidden;display:block; }
#iAwBqoeQEp4zRz4H5Iq8wE1ctJt0tG4T { 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:27.5rem;width:16.1875rem;top:42.375rem;left:38.875rem;overflow:hidden;display:block; }
#tPgzfz4HuRsykz3V127SkJ2hNNJqWlwt { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:48.25rem;left:40rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zQH5TxXABcQgB8KR5hIaEN10MuKtcvKi { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:43.75rem;left:40rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATKMhQOUxQpJpeWgutv0o2y5BZTFpI5e { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:16.5625rem;top:41.875rem;left:57.375rem;overflow:hidden;display:block; }
#BTvdGmWBtJaw7DTGaPdbHM3qgBvfE4TE { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:16.5625rem;top:42.3125rem;left:57.25rem;overflow:hidden;display:block; }
#g34NvOCUdOeSKBEFsFRMOTQo4XhhsPhQ { 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:12.625rem;width:20.125rem;display:none; }
#OvTyp4zh2KNV34O0lHB0dQ7JeTggA3zP { 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:12.5rem;width:20rem;display:none; }
#lLIg2zrkLUC3XVucBkDsG7otZavHqFSL { 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:12.625rem;width:20.125rem;display:none; }
#x2WCcNRn9hdq52Jn3ulxG8fT8vXXFyvJ { 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:12.5rem;width:20rem;display:none; }
#NMh1If3P6U7T04JWbVxOx00v5pT5bOLa { 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:12.625rem;width:20.125rem;display:none; }
#hvkTTgI965moyR962KualyESUT2snVUA { 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:12.5rem;width:20rem;display:none; }
#znsHMTni31vCkFQDNIM5X8P67LoT4zOT { 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:12.625rem;width:20.125rem;display:none; }
#KOtuFbXBl1TzWQyb4GUT4sWtst6zQrcp { 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:12.5rem;width:20rem;display:none; }
#xHhy2iXTxtkErrSNrwh34o2TKMWKpSsM { 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:12.625rem;width:20.125rem;display:none; }
#lf5K00epTdKLfokx399BhP5b4Nb1Nwqh { 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:12.5rem;width:20rem;display:none; }
#umowO8zREPz0oqeVe4oi1moZBehyhnCU { 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:12.625rem;width:20.125rem;display:none; }
#nN12BnPelaBJccW2mircufEmx08l8vuz { 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:12.5rem;width:20rem;display:none; }
#doz7kAJK2s7USEoVEazalsu8R8lTGAXq { 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:12.625rem;width:20.125rem;display:none; }
#PqRr4Z3syNyLwFAxGu6R4hah11e1elZ6 { 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:12.5rem;width:20rem;display:none; }
#NOX0XnF7lS6O90GUK5pG7sUu1GGoBKk5 { 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:12.625rem;width:20.125rem;display:none; }
#BVThDfkQZlMEclSfoIJrHm66VeqpMNIP { 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:12.5rem;width:20rem;display:none; }
#rRx7pToNSZP2nRGbkatdQlFao9529d3b { background-color:rgba(255,166,54,0.15);background-image:none;border-top:0.125rem solid #ffa636;border-left:0.125rem solid #ffa636;border-right:0.125rem solid #ffa636;border-bottom:0.125rem solid #ffa636;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.54164625rem;height:3.354165rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:75.6875rem;left:38.4375rem;display:block; }
#IVEivo2bKrLRiBRQ0wkz1zdtGGpqVCmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyRIMv2LIASM4X5ssf7hdAhlI0qxp5Le { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:75.6875rem;left:16rem;display:block; }
#QN22bxCT5HPKUxJ6037W5nL4qyPkdbNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INkhmZKTTG1KKkgFcb6fOdnd4zW0uf67 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:43.8125rem;left:58.75rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Na8NNfOPuPKtJHxt1PyDpmCXiuIwvgaC { color:rgba(255,255,255,0.6);display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:48.3125rem;left:58.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/90b5e32f-547d-403e-aac1-2fa1d559b961/Frame9421.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; }#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4.adaptive-delivery-prevent-bg, #WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4.lazyload, #WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4.lazyloading { background-image: none; }#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 > .row .container { border-width: 0; border-radius: 0; }#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 > .row .container { font-size:0.875rem;font-family:arial;height:85.125rem;width:75rem;position:relative;display:none; }#hGC9t54MLe9RSygWN1HDyJo8XT8UlQIp { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.53125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0bkOP6mDCLdtr68lONZVbrWnt5mJOn0 { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:18.875rem;left:2.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BJcpkz4uTdmp2H9kKLHCGoK7uSbVAldu { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SRzqmw1JArQDrnWvbEqcWc7xdWvRJIDQ { 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:28.125rem;width:16.5625rem;top:12.5rem;left:1.09375rem;overflow:hidden;display:block; }
#XJeJ9xraMTZgLh0uGttdnd2Tupfdxvwg { 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:27.5rem;width:16.25rem;top:13rem;left:1.28125rem;overflow:hidden;display:block; }
#LDTpRX3VZ7nhs07dCkxaIKQTm5ZuS2ea { 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:28.125rem;width:16.5625rem;top:12.5rem;left:19.875rem;overflow:hidden;display:block; }
#zCtpKdxGfS1PCwNA1KagPCCf8EZM9Ko4 { 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:27.5rem;width:16.1875rem;top:13rem;left:20.125rem;overflow:hidden;display:block; }
#ax6wVXaGRBnH00NJ0xGRurnsgaixmvb7 { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:18.875rem;left:21.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dP6XnKTVE8VTrmGoOwkekAedLIwJ6eyh { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.375rem;left:21.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rsXigGlpF8Wx0zLlHvWWvbZCZMHpPxZo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:16.5625rem;top:12.5rem;left:38.625rem;overflow:hidden;display:block; }
#C0u0KWCgGTJdwuUuvuxoMZHQnZmuJ2o6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:16.1875rem;top:13rem;left:38.875rem;overflow:hidden;display:block; }
#M3iVye4rraQcZM0WlS2XroLXR4G5KNLJ { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:18.875rem;left:40rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X4fW9AsyzA502phgTiaqwA8uXAGCkTLi { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:14.375rem;left:40rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WMD0FLD5833PMwMGSrpFsicxqaQh8Azn { 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:28.125rem;width:16.5625rem;top:12.5rem;left:57.375rem;overflow:hidden;display:block; }
#UiKqG9qD46W5muErtzd03nTEIdq87Xos { 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:27.5rem;width:16.1875rem;top:13rem;left:57.625rem;overflow:hidden;display:block; }
#t9xH74yZCcf6upufSnyXUviOXTbxxMbd { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:18.875rem;left:58.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EvCQS8P3NcIxK96eUJIsRtrSUMq1Qyk4 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.375rem;left:58.75rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pb7AVI3RnBvHcFyFhOsTHhLqcoyKvvpV { 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:28.125rem;width:16.5625rem;top:41.875rem;left:1.125rem;overflow:hidden;display:block; }
#GnUd6eDv0vic44IB2wwk0UdP2TRIbW5t { 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:27.5rem;width:16.1875rem;top:42.375rem;left:1.375rem;overflow:hidden;display:block; }
#k6DAC13DxOw3BTO5lOWNVwo8XQMtFbC2 { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:48.25rem;left:2.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTWBQh7ply4x0g1XyKN2kqeDfQtuICw6 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:43.75rem;left:2.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#icZ9rAcGJukE5V4SRS8JQSQiPcXdxbNO { 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:28.125rem;width:16.5625rem;top:41.875rem;left:19.875rem;overflow:hidden;display:block; }
#A5e8s18va4wmRycGcKyTP6tTKLqIG0WB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:16.1875rem;top:42.375rem;left:20.125rem;overflow:hidden;display:block; }
#si4M6csBlzm49eKCOtzTnTbFTahU0RyW { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:43.75rem;left:21.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CvMpsbGZi4lp6BotqgRF9F7yRxCI91eO { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:48.25rem;left:21.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8RW0veDRHaKWZCQhU8TTnefm5dbikqD { 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:28.125rem;width:16.5625rem;top:41.875rem;left:38.625rem;overflow:hidden;display:block; }
#pKTr03D5HtSMVLQeUkPPJ7hDgc40Huy1 { 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:27.5rem;width:16.1875rem;top:42.375rem;left:38.875rem;overflow:hidden;display:block; }
#Bh7xbv3f4q31wV66V768nbx5cUNPWzqp { color:rgba(255,255,255,0.6);display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:48.25rem;left:40rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E0JX6emAhICT3UiR5206CHZAqXMxShoQ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:43.75rem;left:40rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTTGyptxpZKT8E5m3SXQ2vwxNQAiTLQ7 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:16.5625rem;top:41.875rem;left:57.375rem;overflow:hidden;display:block; }
#apniw3yEHbFeG0JN6QFa1QzMa1yPXGg9 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:16.5625rem;top:42.3125rem;left:57.25rem;overflow:hidden;display:block; }
#JgElyAiArpCTv8L1KRLoGCELn4dyA53z { 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:12.625rem;width:20.125rem;display:none; }
#NwSA8EShNyQr9OrmbR9gtVhKLHlR7Rcs { 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:12.5rem;width:20rem;display:none; }
#c5eQxCFrG4WCcwdqdidxMVcTtOgOgOpq { 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:12.625rem;width:20.125rem;display:none; }
#Tzb0zWmk6p1AP0XrkC18xhLLiDT5nfdc { 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:12.5rem;width:20rem;display:none; }
#otttC0NzNHvxwlCTB3fX8JE4TJvcD1vA { 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:12.625rem;width:20.125rem;display:none; }
#EVCbO5SkUSykQXKfETDxFC1y4tyOSFmN { 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:12.5rem;width:20rem;display:none; }
#o39zp4qXRUSWLGc5cWXokKLX4uIXrxGV { 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:12.625rem;width:20.125rem;display:none; }
#vZb1l7W92W3wclNLmxpNCXG37Oec6edG { 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:12.5rem;width:20rem;display:none; }
#huH0XSuIuQzB7VqG6BDSFwm42oLQp2Ur { 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:12.625rem;width:20.125rem;display:none; }
#ZG6e4ov5HsdhANsIVsuDzHhrOVptBxBo { 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:12.5rem;width:20rem;display:none; }
#NTfKnfLTnHtw6HLbb5COAmDfZKF8d39i { 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:12.625rem;width:20.125rem;display:none; }
#D93aHXQGfPB0fPhfcX8PnHi7eRqhVeN3 { 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:12.5rem;width:20rem;display:none; }
#C4gyraqFP8TvEJ0CTeONhtiexRQAP9Xi { 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:12.625rem;width:20.125rem;display:none; }
#xTRMtGmJam5g2w2SnUXXEfIdUpM20kdd { 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:12.5rem;width:20rem;display:none; }
#xGdgrOsUS9NTfrk8lloXPJFRkVLriPQ3 { 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:12.625rem;width:20.125rem;display:none; }
#y2vTFKh1EAU7qHZLRH0VBw7XdIXJmWLi { 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:12.5rem;width:20rem;display:none; }
#nG0x7FQPOJJSDlvAQbudIvlQOvqxXuBM { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:43.8125rem;left:58.75rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yf6CJJpMGcI5TKV8KtDs1SWmG6NpNGCy { color:rgba(255,255,255,0.6);display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:48.3125rem;left:58.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#va4MePIGCBKGyaTHZH06IuVTxBmTW2Fl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:75.8125rem;left:21.843750953674rem;display:block; }
#btPbocT07CTXRXgK3GtV4mwTIVhQ92aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ > .row .container { border-width: 0; border-radius: 0; }#RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ > .row .container { font-size:0.875rem;font-family:arial;height:131.3125rem;width:75rem;position:relative;display:none; }#ugARnzXyNFCZFrXpgbM2tfwIq0WFLOi3 { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.25rem;left:14rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mX4FZyhFXdznUgGq31RAzOw3TnT36S0a { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIqmh4Wm5DW7A7NDlwSlqoaouQDNeG4e { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J2i6e7gGy4ibudcIZTtwEZFBlzw8oFS5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:26.8125rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZ3kJQWmETamklSa2repZn5fawhAQ9er { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:17.75rem;left:3.1250009536743rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MdowZvDpiwaDwfa3NDoTQtMWiyqHFPTa { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:41.9375rem;left:3.125rem;overflow:hidden;display:block; }
#L5FBhFQmn6ifiH1JyaShltf37gHby9Hr { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:41.937492370606rem;left:33.500000953674rem;overflow:hidden;display:block; }
#x3A7NO6F7qAE4vS41XPr4qQQpcHbKES2 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:21.3125rem;left:28.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ep9n6Fpe5oxh0TTlIOi94vIqw2VDst31 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:26.8125rem;left:28.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QH5cJpXp9y3pAc9Z1wut6kbJJwezrgDM { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:17.75rem;left:28.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0G8uQvvVcMSNMk6uyyRlyLV6C071wKn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:31.3125rem;left:28.125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFcsUIiEvyokTLVsDXCX1XL8we0n6rQ5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:31.3125rem;left:53.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mUEBQEAm67oXcWiJD4FxH4B0Epmxi10r { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:26.8125rem;left:53.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WDfW75Cn0dN419l5W0JaWxduH3Cae6zd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:21.3125rem;left:53.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UMVkF1Jmy4x7KzzCqBABvr01oxyhNHBk { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:17.75rem;left:53.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NEq4g9QuCOZalzFHTTv97SeAOQdfk6AJ { 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:4.6875rem;width:4.6875rem;top:41.875rem;left:28.125rem;overflow:hidden;display:block; }
#xUmUrqqNsJx7ansW2poUuurWTwWK67bZ { 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:4.6875rem;width:4.6875rem;top:41.9375rem;left:53.125rem;overflow:hidden;display:block; }
#IV2H2kGScGPNDdliQItolvPhnW3sOhy6 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:41.9375rem;left:58.4375rem;overflow:hidden;display:block; }
#oeJTVW1VqcGTQgmhq0TPDKN0Tc11JACU { 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:33.25rem;width:22.625rem;top:15.875rem;left:1.1875rem;overflow:hidden;display:block; }
#G1qDEsSMFff2Qqi6IaThQMgQa8rNDgG4 { 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:33.25rem;width:22.625rem;top:15.875rem;left:26.1875rem;overflow:hidden;display:block; }
#GmXsT061CgQaHnRn5TKAvShXWizHMLmQ { 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:33.25rem;width:22.625rem;top:15.875rem;left:51.1875rem;overflow:hidden;display:block; }
#TcveXUyifuyXwczDrGHyistRdd6WL72D { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:52.4375rem;left:3.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIfSt6N3sFCTc3g3gRhFl2GWwluCp8sl { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:56rem;left:3.125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pg6dpJXMEwVel39lBuepnW6b9gisU6Um { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:59.3125rem;left:3.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fSVvNFL9SwqFKhROuwwzFNk0tnqq9BOR { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:62.0625rem;left:3.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTom3iO8gF63dkNdixU5WqgwhoJcuX5w { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4010b2, #00edff);background-image: -moz-linear-gradient(90deg, #4010b2, #00edff);background-image: -ms-linear-gradient(90deg, #4010b2, #00edff);background-image: -o-linear-gradient(90deg, #4010b2, #00edff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4010b2', endColorstr='#00edff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4010b2', endColorstr='#00edff' );";background-image: linear-gradient(90deg, #4010b2, #00edff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:2.5rem;width:14rem;top:52rem;left:8.1875rem;display:block; }
#DUPSTTTmPZhKu7EbztR0iwTpktKwsOwk { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:52.53125rem;left:10.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LP7h2uVe4r8qCsKutQ2xHTBc3rsNFL3V { 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:5.625rem;width:68.625rem;top:67.6875rem;left:2.9396667805948rem;overflow:hidden;display:block; }
#UEoqz7bM7o82vzr8w41IXCH1lKE04JAA { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:76.75rem;left:8.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRcTxFcRq9cNpyhTTTfdDQ0bpxkNq7kJ { color:rgba(255,255,255,0.6);display:block;width:27.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:78.625rem;left:8.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qupsqxlu9h1l3K72cfFtttAeOVVcWPtJ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:76.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#EqMlx8S0SQMkJDf0lDom8tcFdpk17yT5 { 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:32.8125rem;width:72.8125rem;top:50.375rem;left:1.125rem;overflow:hidden;display:block; }
#AwFXt29e3RAmCRGz9amI2X6Lnrr7oeKr { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:86.375rem;left:3.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SRCqyOePGl4foHMsEGLH71Oqm54tIloK { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:89.9375rem;left:3.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PU1L7Ekn04r72nMG6WQeheVnoSDyXugU { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:95.4375rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVEV2WT0Go3Bu15lHvbsv6LyP0DwqyZa { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:3.125rem;overflow:hidden;display:block; }
#mw3fa7DAxli3nXp2VZqGESIr1VBisplp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:95.4375rem;left:28.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n18MGEvc3SJxWBofOZR79xm10oxNuTek { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:33.5rem;overflow:hidden;display:block; }
#ldJJfSRsAkLp89kv9r7Cifl51c3En3OR { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:28.1875rem;overflow:hidden;display:block; }
#xB6tmaVRTKIiWhEKEkeGHJUiiuvDaQyK { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:89.9375rem;left:28.1875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCFLOQA3tsJET9WuThprV2OE9z2VLRo3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:86.375rem;left:28.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DdCG9Q2KiQDbzXbeQJaWVCbTvyibkb2C { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:38.8125rem;overflow:hidden;display:block; }
#ebe0XC3tFcvNvOUw5LMg3mIcJdQIVQPi { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:111.25rem;left:28.125rem;overflow:hidden;display:block; }
#LSStF21livyeS60GDcAzHQq9VERVpD32 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:63.8125rem;overflow:hidden;display:block; }
#CloQ2r6M8LWhBdRoqDF1QGf9mzVrdVL8 { 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:4.6875rem;width:4.6875rem;top:105.9375rem;left:58.5rem;overflow:hidden;display:block; }
#COGnDtJfIdiXuc9eF20XNxqK6yRqtkVv { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:95.4375rem;left:53.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erZzsRyIfHR38fhzGutH3Bpk9hXD5w6v { 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:4.6875rem;width:4.6875rem;top:105.9375rem;left:53.1875rem;overflow:hidden;display:block; }
#og0407ua6idZBNkWqlSXprTkFFzvxVlT { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:89.9375rem;left:53.1875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B9MOGeatuKuOSRgmmhFOSHDMz4Rzy8Iz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:86.375rem;left:53.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZnATpDBrZpbZv5Lm1GQzPqkyENiMeMJO { 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:34.1875rem;width:22.625rem;top:84.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#tiDfOWTTHtUPH5hbAqfR46FeMgRd2Fen { 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:34.1875rem;width:22.625rem;top:84.5rem;left:26.1875rem;overflow:hidden;display:block; }
#eZBMnQHprlscADiavOTTqp6SCrsihQkv { 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:34.1875rem;width:22.625rem;top:84.4375rem;left:51.1875rem;overflow:hidden;display:block; }
#RVzyuawSlDBZhwLsyE6TMxVB6FvXdUF3 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:86.375041961669rem;left:15.145833969116rem;overflow:hidden;display:block; }
#T4fPOFiRR7MBCRf8XZbQD5ZRSv77T8KS { 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:24.1875rem;width:20.125rem;display:none; }
#JxE2ZS2JshcnGpGUoz7TiT9HwfyF6Ufz { 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:28.25rem;width:20.125rem;display:none; }
#V91DUIAEpFd0SFUi5kIW3UPFw8Hd996O { 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:26.875rem;width:20.125rem;display:none; }
#yuZuVclSA8SkhprVwthZbsGT05pzJVxQ { 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:29.625rem;width:20.125rem;display:none; }
#OTPMdm2s7fR1MCtVOIFPBLT3CPZEC85x { 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:22.625rem;width:20.125rem;display:none; }
#nGr3BCgbTTMyDF3n9fi9TuSnXAdfrNXf { 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:22.625rem;width:20.125rem;display:none; }
#HbgiGI6Cm2q9P2pi9CkKuFO1JckaTA80 { 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:24.8125rem;width:20.125rem;display:none; }
#GdO8C4xLqccpFr7XxA6Dd4B4RZiDnlDT { background-color:rgba(255,166,54,0.15);background-image:none;border-top:0.125rem solid #ffa636;border-left:0.125rem solid #ffa636;border-right:0.125rem solid #ffa636;border-bottom:0.125rem solid #ffa636;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49870875rem;height:3.31119625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:123.25rem;left:38.4375rem;display:block; }
#PkPSOypBtgAfZGRIFQsTMbtLRZpqE02u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkatunHyskVsvvaJfKJMmv3uDwdlvJCC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:123.25rem;left:16rem;display:block; }
#BpcP3JqFZ2oqibaemQzmcQcdFzK6C9qG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lN93zpegVXDRzcGz64GH93hX2fVyNNLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lN93zpegVXDRzcGz64GH93hX2fVyNNLL > .row .container { border-width: 0; border-radius: 0; }#lN93zpegVXDRzcGz64GH93hX2fVyNNLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lN93zpegVXDRzcGz64GH93hX2fVyNNLL > .row .container { font-size:0.875rem;font-family:arial;height:131.3125rem;width:75rem;position:relative;display:none; }#HCB1kRLgVUETSweq6tNFBTfd6F6xma48 { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.25rem;left:14rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0zGhJDdg0uvQxOE8PX8IAieOUi3WwB0 { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fa483D9lTF3TS6dey386axOZhGLLGLrT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CwtNrFDZlpd4B2XwrmBRFFVmuqc27KbG { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:26.8125rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGqZien7sAzSikc2Z84WNBoOVvVn6VU0 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:17.75rem;left:3.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PQK7tTLEQeuWGWrgITdqfMwmUJxzOOQt { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:41.9375rem;left:3.125rem;overflow:hidden;display:block; }
#ZHyyxARq8m3JQxwlHEXKuN4qPM0TCIVW { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:41.937492370606rem;left:33.500000953674rem;overflow:hidden;display:block; }
#bQE2uKGbRL9oxSQ21IM02klgyPMd27oG { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:21.3125rem;left:28.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUyXrXgdgV1EVD619v2q9TF2qGDMDCl5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:26.8125rem;left:28.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#blHuBOhVAESHIctErb84dTK0exLoUX0f { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:17.75rem;left:28.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BZyteNLEIs5hi5QnMEroFbvGTCDoJxSO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:31.3125rem;left:28.125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bazPOvoTgDys8ETt8CskTS1k0aT2Wi7X { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:31.3125rem;left:53.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tW54Df8qdxIAgxdmmMFTDJxK7amTdu9F { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:26.8125rem;left:53.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EUFs5d1Ilv8w57gb0DfCmKfbJXRQWenG { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:21.3125rem;left:53.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ueJTG4X7t082JfnmHTVutTJMEv8pVOcz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:17.75rem;left:53.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zteHmEw2gNraaGNfx6XKgXNByHHrhpxa { 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:4.6875rem;width:4.6875rem;top:41.875rem;left:28.125rem;overflow:hidden;display:block; }
#KuXS9UWsBurpKg2NsbPkeLMOCM64lQ1a { 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:4.6875rem;width:4.6875rem;top:41.9375rem;left:53.125rem;overflow:hidden;display:block; }
#WLHmkVtDRbXbK4w37FiDCWatN6ePbNlJ { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:41.9375rem;left:58.4375rem;overflow:hidden;display:block; }
#CwtiBTpb1QtNEaSDHqZslTDMZpnnkqRJ { 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:33.25rem;width:22.625rem;top:15.875rem;left:1.1875rem;overflow:hidden;display:block; }
#zyTw3feEJ8RR0drGAzPqWhZCfeAWoQLR { 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:33.25rem;width:22.625rem;top:15.875rem;left:26.1875rem;overflow:hidden;display:block; }
#GmOO7yz9n0rxImWvzC3raHPPWnnKMTHJ { 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:33.25rem;width:22.625rem;top:15.875rem;left:51.1875rem;overflow:hidden;display:block; }
#lD5L7IZxua2T76Z4eOcpftc6wUgMoXLK { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:52.4375rem;left:3.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dr1MTs5EbSHNwk7QrLT9B1WNc1beOCi7 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:56rem;left:3.125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vqgM2waxfvo3TFWNKL85N7TGAIQOgeuz { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:59.3125rem;left:3.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTVUOOqPl7MrVW36yI2qPEZ7m7NtTGL5 { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:62.0625rem;left:3.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UIrLTPr21J4vIPBZyy0rUEIV0DybvmER { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4010b2, #00edff);background-image: -moz-linear-gradient(90deg, #4010b2, #00edff);background-image: -ms-linear-gradient(90deg, #4010b2, #00edff);background-image: -o-linear-gradient(90deg, #4010b2, #00edff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4010b2', endColorstr='#00edff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4010b2', endColorstr='#00edff' );";background-image: linear-gradient(90deg, #4010b2, #00edff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:2.5rem;width:14rem;top:52rem;left:8.1875rem;display:block; }
#dx6FhZb6FJ6FhNqu5Z6PuK8HU7LCdVm0 { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:52.53125rem;left:10.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfbR47a50mSKq0OXTTsSF4ISPouXP3X4 { 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:5.625rem;width:68.625rem;top:67.6875rem;left:2.9396667805948rem;overflow:hidden;display:block; }
#i9p2pC57od6qdEHsofrCz74fU02kPVP3 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:76.75rem;left:8.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9vJ7NG7yhch5QuZexa1WVTop8rpZUwK { color:rgba(255,255,255,0.6);display:block;width:27.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:78.625rem;left:8.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tUi9U3gRBsPN3MyZBgpahC3FETIAFULO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:76.0625rem;left:3.0625rem;overflow:hidden;display:block; }
#yTs0yqBSqMIMT8exGuISRfZWMB9SJD3X { 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:32.8125rem;width:72.8125rem;top:50.375rem;left:1.125rem;overflow:hidden;display:block; }
#RAZ5iGFG5VCRblIrrlPmrbD3EDI63VsJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:86.375rem;left:3.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXZPf4oalTkcIN4VAznQMooggpm0DMy0 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:89.9375rem;left:3.125rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wex6xKQiKekIR6qObDLcQ8prO5Ky7rwe { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:95.4375rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9nTHFSLwPhLRcmUQ2Qv8SSXW8lPR8bB { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:3.125rem;overflow:hidden;display:block; }
#kfIhQF0cNcohsrQSvGr2py3LqUI36XkS { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:95.4375rem;left:28.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ruEVFJ76O5XKwVJztbqfde7VseVUG6HX { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:33.5rem;overflow:hidden;display:block; }
#kggEatQxEeopPpnwMdPNod4TI4q4GJuI { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:28.1875rem;overflow:hidden;display:block; }
#byRweTpRN5AXGMtBZaeu5kTF4zKwDopD { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:89.9375rem;left:28.1875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BiAKHVUHyyZAwQs2wndRETroc2Aoib3r { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:86.375rem;left:28.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xcU5hzvv1QQoMCp6m1ldKIFb3gxOAUTq { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:38.8125rem;overflow:hidden;display:block; }
#rFSkqRiNS2PnU0IvCDfVFeokN0EOoLqO { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:111.25rem;left:28.125rem;overflow:hidden;display:block; }
#tE1s2zuoAOfpmkFWCxzrWTdNk1OpB6hz { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:4.6875rem;top:105.9375rem;left:63.8125rem;overflow:hidden;display:block; }
#fvQu9uA2n8hsqGBGDts0lVTuPB8q03Ly { 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:4.6875rem;width:4.6875rem;top:105.9375rem;left:58.5rem;overflow:hidden;display:block; }
#U4XZP41dqmdeBwMin1sI76RH5eL1qkJI { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:95.4375rem;left:53.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDC3MRfdKy9RVZmFMe22LfBpi5NUpoRy { 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:4.6875rem;width:4.6875rem;top:105.9375rem;left:53.1875rem;overflow:hidden;display:block; }
#OfkzWaF9aZJRGVcos68fU0vp9kOck0cn { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:89.9375rem;left:53.1875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dwltKztm6VU020Zi44scdvSHEl2fSMvk { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:86.375rem;left:53.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sTK1aGq5PwLxuBlV7hd151BMdTXdTk6J { 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:34.1875rem;width:22.625rem;top:84.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#aTLfWfRC086nv9THFxXW4AcqUrzoAAlA { 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:34.1875rem;width:22.625rem;top:84.5rem;left:26.1875rem;overflow:hidden;display:block; }
#TkPOR6ON6igmzyGI9iidGTETmXnNUAT2 { 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:34.1875rem;width:22.625rem;top:84.4375rem;left:51.1875rem;overflow:hidden;display:block; }
#k5WUvbTUsvUsNx7Csm1x2RnZxpka41Sf { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:86.375041961669rem;left:15.145833969116rem;overflow:hidden;display:block; }
#l2xd8HdpAtp2PBfUo20aFkyIQuV2G4pB { 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:24.1875rem;width:20.125rem;display:none; }
#SBJsCwtp1OdqNFVudSc4aVOFvC5A1fHd { 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:28.25rem;width:20.125rem;display:none; }
#HO8WHnGKebVkbEHMOXAZ3sNtANI82ekd { 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:26.875rem;width:20.125rem;display:none; }
#UL6VexdigJ3q3483FLS1WNh7xD6hQ23H { 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:29.625rem;width:20.125rem;display:none; }
#y36bFFvZzSIExkNXmSTohQbPOAPCEhuz { 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:22.625rem;width:20.125rem;display:none; }
#ltXpN20DhfigrTTpZfJkaXhTgzcTBAfV { 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:22.625rem;width:20.125rem;display:none; }
#NuEEzxx3dFeCrK1FWOdevHkelDCQgZg0 { 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:24.8125rem;width:20.125rem;display:none; }
#k8ie88hkDZ7t5IdZ4LQv0AGpKOn3oTt6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:123.31184959412rem;left:21.875000953674rem;display:block; }
#UGbQ5ZdbcKmNfPo7IsLvWH1iMqhe4JFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/ea594ad6-36e4-4ed7-9f65-5f6dc6e6ade4/Frame9422.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; }#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM.adaptive-delivery-prevent-bg, #vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM.lazyload, #vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM.lazyloading { background-image: none; }#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM > .row .container { border-width: 0; border-radius: 0; }#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:none; }#qEdCFGzkSVeOkE4R3yL5T0ZrhdapNzZn { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSi6zRz9Vt2rcDvS8nUP8WrTJzX72TEy { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:11.4375rem;left:21.0625rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IBMKM2ET8xhVAL9vrtz8AOQG9lqlzGpP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:17.51171875rem;left:17.5rem;display:block; }
#qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE > .row .container { border-width: 0; border-radius: 0; }#qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:none; }#Oc7Hhtzi4dbDohfQfaTrCk8pOf3FsoTk { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:20.9375rem;top:35.625rem;left:52.03125rem;overflow:hidden;display:block; }
#TbEiFDCGmkmDzcoSxz6xPUdsmWdNwSE6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:59.5rem;left:53.125rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MO2TTBFzfUeT8hmyyGThpBUvNAAexeWD { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:57.9375rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b638xVVRUTRyWAVeQvdqz4KkEtCHUcGd { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:20.9375rem;top:35.65625rem;left:27.03125rem;overflow:hidden;display:block; }
#vXiTSMASlx5Le9LsAGw2ezpB46gOeuZd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:61.0625rem;left:28.125rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EPqeSN715ULyxXc6EHH8MqTF9H1dxfge { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:56.125rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0nwRPoVdM3PEa6i4prTdwRhKSbqhmTm { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:57.9375rem;left:28.125rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmt8OmC1hk1qV7zBlrFSogq0NwbHKZUU { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:56.125rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rlOLe5IQmdDXUMrIW0TTOTdS2sBzWMkw { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:39.9375rem;left:53.3125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8kBTWw7MAlrSMqRw23eh9IWUEsGCx89 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:20.9375rem;top:35.65625rem;left:2.03125rem;overflow:hidden;display:block; }
#N2wIvKce2y0zPXThBZxfJTZVeKDWE7EN { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:59.5rem;left:3.125rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fyDTT5rmZ4QGv5pGDWxXhPRItryLCUoO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:56.125rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRTGQXfdQwBAoWfJMOpeHd31qwrGBzC2 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:57.8125rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyziznPFhs897IOAaaMA392edtQVi3mO { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:39.9375rem;left:28.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qb887sLod7pB9OQQBW5hpT5Mro3DTdDa { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:39.9375rem;left:3.3125rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BCbkfmZ7puKMwBRK2Sk3WkJsrzlBTp8R { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:9.6875rem;overflow:hidden;display:block; }
#I0EnwAvh9S0woHUTZlsHlK8SxvWMmiow { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:34.6875rem;overflow:hidden;display:block; }
#fmsqsKh53Oc3hQT31hRfMOymKSwZvqv7 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:32.75rem;left:59.6875rem;overflow:hidden;display:block; }
#FTzKQT1IOT5R7hXFOV4wwbATavrAqxGr { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.9375rem;top:3.71875rem;left:2.03125rem;overflow:hidden;display:block; }
#xUaNQuShfGvADDXicqzMKEbSCFMTsT0h { 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:27.5rem;width:20.9375rem;top:3.84375rem;left:27.03125rem;overflow:hidden;display:block; }
#J2JrCltRxI0Re5TPC89UuZmpJUiFRt6M { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:20.9375rem;top:3.71875rem;left:52.03125rem;overflow:hidden;display:block; }
#fSeglB8ERsqZ0ty4oeIKlKZF6K2P4afL { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:25.875rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aano8PGEXrvncPtFDyaXn9yqbFCTQXli { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:27.5625rem;left:3.125rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srx2FhUHJvblkrTl6kGGzKUcOo5I8LxD { color:#ffffff;display:block;width:18.75rem;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:27.5625rem;left:28.125rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEtisCA512vco8yR0GQIBueRrb8xyCH3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:25.875rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTV1B16iap0VAoNi8xPWNPIC78uZPPk8 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:25.875rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsb0cxOUwquUT1yduZ4a6U7lLcrp62TW { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:27.5625rem;left:53.125rem;height:1.31286875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EEZQsXROtnLCSM7tLzdfrHNSsVp3Tpkx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:24.1875rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTmyQTCk9xmtVI0bwSQT8QparsZVJNf1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:24.1875rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4O1Zr8rrNXRoHrakfWFDcACpoVbmllI { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:24.1875rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shPytpvlbhNt0q3HDcF5gUuuHD0Qucig { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:8rem;left:3.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNa34HESz2PkCClns8up6Il0grduT3OE { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:8rem;left:28.3125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbNfDuT5iGLV1msd5qfXzAVMCF37f4Uc { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:8rem;left:53.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJTeSqv4eaLd94nJD4TPSKzxcX7HGZKE { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:9.6875rem;overflow:hidden;display:block; }
#KwJMRXsDW0quDOrLdAypcxyfCnbpeqsE { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#RQaMHwr3UeLXs4O2MLPiT7Bs7ZuV5tT7 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:59.6875rem;overflow:hidden;display:block; }
#wDgzTdcaWqkuvv4X6mBtFlMyZx4VoM1T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.25rem;display:none; }
#pzINQkePHL5yOoOM4TyG2MnyiT8LsAlZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:20rem;display:none; }
#JCzUOS32eCS8E6dHpeQ8zEr0i5ZwwMTJ { 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:20.3125rem;width:20rem;display:none; }
#U4phLwiTlvRcXVx4e4Ba0UWicHwS1mB4 { 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:19.0625rem;width:20rem;display:none; }
#hdILXoVhQTZAE4kvIQHhw49RkyEcbK0f { 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:20.3125rem;width:20rem;display:none; }
#mb7X1fC1FelIzwa324LmJvOfoxbmz8z0 { 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:21.875rem;width:20rem;display:none; }
#CkN7xnt3v8EOKBRl8ZzKH6IfVQZRmLQV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:69.6875038147rem;left:21.875000953674rem;display:block; }
#WZ2zzK2yRWJSRZDy3tqAa9fJegm3vi8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 > .row .container { border-width: 0; border-radius: 0; }#ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#QTB4AMbSIO8BpgO10zJJElKLxD9mGxOq { color:#000000;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeHHacW4degAGl7lXV2FB0RntcE0mtGw { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:59.375rem;top:21.7734375rem;left:7.8125rem;overflow:hidden;display:block; }
#QNp9uEKndRkHWD3Eykze18N2CUy9sFhC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:59.375rem;top:12.0234375rem;left:7.8125rem;overflow:hidden;display:block; }
#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container { background-color: transparent; background-image: none; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container > .video-iframe-container { display: none; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row > .video-iframe-container { display: none; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .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); }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container { border-width: 0; border-radius: 0; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#KR0RIKx8zwegw5EK3Cdp6W8vT3SUNzxK { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePfwZRbOlnClTbbqdUUhis6y3KN6cefO { position:absolute;display:block;z-index:15028;background-color:rgba(42,25,91,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2a195b;border-left:0.125rem solid #2a195b;border-right:0.125rem solid #2a195b;border-bottom:0.125rem solid #2a195b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:11.125rem;left:9.5rem;display:block; }
#qLofPdH1plG1lnK6WMsgJhFSsPm1TNKg { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:12.6875rem;left:12.3125rem;height:2.125rem;display:block; }
#iLzdBQMnMoVe1Ao0psvxcdb2bINUNMdP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.1875rem;left:60.875rem; }
#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container { background-color: transparent; background-image: none; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container > .video-iframe-container { display: none; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row > .video-iframe-container { display: none; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .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); }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container { border-width: 0; border-radius: 0; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#Bp9iNVHCz4b30TC7auQKzrJHVeWsxinS { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #39227a, #211349);background-image: -moz-linear-gradient(90deg, #39227a, #211349);background-image: -ms-linear-gradient(90deg, #39227a, #211349);background-image: -o-linear-gradient(90deg, #39227a, #211349);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39227a', endColorstr='#211349' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39227a', endColorstr='#211349' );";background-image: linear-gradient(90deg, #39227a, #211349);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.9375rem;width:56.0625rem;top:0.5625rem;left:9.34375rem;display:block; }
#vKwbHQKOTV6ECrHtKD0NSaX9RuB4VUWJ { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:2.3125rem;left:12.03125rem;height:3.82470625rem;font-style:normal;display:block; }
#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container { background-color: transparent; background-image: none; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container > .video-iframe-container { display: none; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row > .video-iframe-container { display: none; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .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); }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container { border-width: 0; border-radius: 0; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#sbB7iv0IQZlWRTQukQNE99cEPTkBqeKT { position:absolute;display:block;z-index:15025;background-color:rgba(42,25,91,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2a195b;border-left:0.125rem solid #2a195b;border-right:0.125rem solid #2a195b;border-bottom:0.125rem solid #2a195b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:0.5625rem;left:9.5rem;display:block; }
#H5Mf2cFsFwVTUIkfHVeFlC7KFtSG3QkO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.625rem;left:60.875rem; }
#LKLRKcpJFP7DLuHUadGQ1NTTFWst3V94 { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:2.125rem;left:12.3125rem;height:2.125rem;display:block; }
#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container { background-color: transparent; background-image: none; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container > .video-iframe-container { display: none; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row > .video-iframe-container { display: none; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .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); }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container { border-width: 0; border-radius: 0; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#ksTXxaherySpTEQbt07aJK6XpiH4umBa { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #39227a, #211349);background-image: -moz-linear-gradient(90deg, #39227a, #211349);background-image: -ms-linear-gradient(90deg, #39227a, #211349);background-image: -o-linear-gradient(90deg, #39227a, #211349);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39227a', endColorstr='#211349' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39227a', endColorstr='#211349' );";background-image: linear-gradient(90deg, #39227a, #211349);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.375rem;width:56.0625rem;top:0.49951171875rem;left:9.49951171875rem;display:block; }
#FTTVIXcXW0Zomk4DN6kXfe24I4EarJDK { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:2.25rem;left:12.1875rem;height:5.7370625rem;font-style:normal;display:block; }
#cDTFdBqgA7J8E8pkmEaW9IRSoLh3fCIO { color:rgba(255,255,255,0.6);display:block;width:49.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.7;letter-spacing:0;top:9.848876953125rem;left:12.09375rem;height:5.7370625rem;font-style:normal;display:block; }
#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container { background-color: transparent; background-image: none; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container > .video-iframe-container { display: none; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row > .video-iframe-container { display: none; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .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); }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container { border-width: 0; border-radius: 0; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#RqkMiSsUJIWBsS0Q2BI9GtZcCanCSSTx { position:absolute;display:block;z-index:15022;background-color:rgba(42,25,91,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #2a195b;border-left:0.125rem solid #2a195b;border-right:0.125rem solid #2a195b;border-bottom:0.125rem solid #2a195b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:0.6875rem;left:9.5rem;display:block; }
#Q832IWFfitLlc0yKgC5oc7bnHNmaXWai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.75rem;left:60.875rem; }
#WxeJxzV12bESUKJQ0Avn0zxR7fWb3oLO { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:2.25rem;left:12.3125rem;height:2.125rem;display:block; }
#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container { background-color: transparent; background-image: none; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container > .video-iframe-container { display: none; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row > .video-iframe-container { display: none; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .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); }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container { border-width: 0; border-radius: 0; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#XTAVgrAE7dwIlx7UVftJa4TTwqisU9I6 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #39227a, #211349);background-image: -moz-linear-gradient(90deg, #39227a, #211349);background-image: -ms-linear-gradient(90deg, #39227a, #211349);background-image: -o-linear-gradient(90deg, #39227a, #211349);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39227a', endColorstr='#211349' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39227a', endColorstr='#211349' );";background-image: linear-gradient(90deg, #39227a, #211349);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.3125rem;width:56.0625rem;top:0.5rem;left:9.5rem;display:block; }
#xZERuADgLFkcdGOirPJpFpmRL6K7cl1K { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:2.25rem;left:12.1875rem;height:1.9124375rem;font-style:normal;display:block; }
#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container { background-color: transparent; background-image: none; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container > .video-iframe-container { display: none; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row > .video-iframe-container { display: none; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .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); }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container { border-width: 0; border-radius: 0; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;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; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container { background-color: transparent; background-image: none; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container > .video-iframe-container { display: none; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row > .video-iframe-container { display: none; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .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); }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container { border-width: 0; border-radius: 0; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#Q6Ezn4xoMfNeAiBFWkk9h4m2BscgUDW5 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:10.3125rem;left:20.3125rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EODo4QQEof8NSUNeA4owz4wOfsuQ3EWK { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqD9bnDazh7JExGCOaT6rdDT5kK0N2lG { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:26.5rem;left:1.25rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhLoxlXTsJZci2S8TDHX1Qyr0rdI5bBU { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:29.25rem;left:1.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DdD45eehCLSHWh8iEDcM89KsOgfaMgyf { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:26.5rem;left:26.25rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGFgs44b0uogx1Pvs0fG3etu190tka9I { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:29.25rem;left:26.25rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Knz4ka1S5yg47mynDrLBZRtsGUw2BhT2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:26.5rem;left:51.25rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H5gbZEfFrOUzffzQJPTGvlaRZRvznG8t { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:29.25rem;left:51.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUqUrobTqgsxh38ATxll7ueavGVaV59S { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:12.5rem;top:20.375rem;left:18.6875rem;display:block; }
#EMvTa5z6UxMUeDvyV64aXFoxixmnbtBh { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:20.375rem;left:43.75rem;display:block; }
#d4LTJdTUxg9M1W9s0ozc9ACaqG3nMWnC { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:16.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#kyW2TfG7mrZLs5sVbkH9p0WEpz5o3C3e { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 1.875rem #7143d4;top:17.75rem;left:10.625rem;height:5.28149375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ke8kKHlZLzT7y7I0ZTDi6aOt8tTW6IqF { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:16.25rem;left:33.3125rem;overflow:hidden;display:block; }
#ppzr6bmqc2tT2FAPTfT1GTRUmx8VdheR { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 1.875rem #7143d4;top:17.8125rem;left:35.625rem;height:5.28149375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAcArrwRDeSBx7TPqRLWwPZ0GChFkILt { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:16.25rem;left:58.3125rem;overflow:hidden;display:block; }
#oVFs2R0Hog1rKE5qdXRqABZxDPCoQXrI { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 1.875rem #7143d4;top:17.8125rem;left:60.625rem;height:5.28149375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ11TiKHEAfIl2CclvMGBXFxGlKU2v41 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);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;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.25rem;left:21.875rem;display:block; }
#V6krXyohJIqCcZN2wgDQWOXJ1LEaPIHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJIh0Ea1tpyG78NKlgZet89UzgpRZeXr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -moz-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -ms-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-image: -o-linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fea735', endColorstr='#26fe7235' );";background-image: linear-gradient(90deg, rgba(254,167,53,0.15), rgba(254,114,53,0.15));background-size:auto !important;border-top:0.0625rem solid #ff8d36;border-left:0.0625rem solid #ff8d36;border-right:0.0625rem solid #ff8d36;border-bottom:0.0625rem solid #ff8d36;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.375rem;left:37.8125rem;display:block; }
#HX0u8TNCHNzhQV6uLTdsoX9AvuLyCmFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/4d337303-d161-455c-9d19-87c51a2d2817/Frame37545.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; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN.adaptive-delivery-prevent-bg, #yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN.lazyload, #yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN.lazyloading { background-image: none; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container { background-color: transparent; background-image: none; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container > .video-iframe-container { display: none; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row > .video-iframe-container { display: none; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .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); }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container { border-width: 0; border-radius: 0; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#y3ZQDyLhEfT4P7gW8SBkSxTSBuauiP3T { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkWBZU0HF6V2WyRKoTbdLm17Bt6Uph5i { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:10.5625rem;left:10.5rem;height:2.09985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vv1fyP8MtI1SIcFyTw4dCADdIkMc1kuV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:6.5625rem;top:16.125rem;left:29.3125rem;overflow:hidden;display:block; }
#mRzX05FZe9JIPqt3Jnp00pD1IKzaB33U { color:#ff7f23;display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:19.375rem;left:37.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtX3RgMUm9qB1nw7Uogp2Wcpm0MXJIX0 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:21.6875rem;left:37.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rIyTDJllgPhXWg7AghZ5wXJchIKgOP4S { color:rgba(255,255,255,0.6);display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:26.5625rem;left:32.625rem;height:1.49926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2s1fHCJhKp7q2eR43payx2SqLnhxGwF { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:29.5615234375rem;left:28.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcbWowTdWKMG0wFTd5eQPmVuklUfoG1S { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.4375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:27rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.0625rem;left:24.0625rem;display:none; }
#TmHOwyPVQTN1R5pVZbWL8IBvAOBunGvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.375rem;width:1.5rem;top:4.6875rem;left:59.625rem;overflow:hidden;display:block; }
#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:url("https://images.assets-landingi.com/uc/999bb96c-080e-4c04-8253-89f965831413/Frame9427.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; }#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4.adaptive-delivery-prevent-bg, #PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4.lazyload, #PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4.lazyloading { background-image: none; }#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 > .row .container { border-width: 0; border-radius: 0; }#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#NehJei3k8Rs8SskOkUHN7KpnlSqDDZ97 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:15.375rem;left:40.5625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnPMCU6Xof6JgLZO08vVoUylM8hCedA8 { 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:7.5rem;width:19.3125rem;top:5.5rem;left:40.5625rem;overflow:hidden;display:block; }
#FUgfWuc4wrilfMFflAeToB34L9CkXTuC { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:19.8125rem;left:42.75rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FrgkNIFygiv9Qeb4AXZ3ac78Da8TSnzH { 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:1.5625rem;width:1.5625rem;top:19.8125rem;left:40.5625rem;overflow:hidden;display:block; }
#JBBSnwqw1SpZbJt5LTTbXlsuEv3qQaFr { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:22.5rem;left:42.75rem;height:3.1497375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UPlPSOBxCQyXgsSyIpD6hW9DtqdyEKVC { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:1.5625rem;top:22.5rem;left:40.5625rem;overflow:hidden;display:block; }
#P0bKabZodKHcTFGPU1XVDHVqFT26ipZf { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:26.75rem;left:42.75rem;height:1.57486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpdrCqce9TS44X467eeaWoAJLyqQSims { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:1.5625rem;top:26.75rem;left:40.5625rem;overflow:hidden;display:block; }
#z5tbuO8Oq3mtVZ2oHsIlsrcHiG6xdlhG { color:rgba(255,255,255,0.6);display:block;width:25rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:28.4375rem;left:42.75rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t9ivEpT3aH6dyfPvyNb8X11bBVtP4hUM { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:32.5rem;left:40.531251907349rem;height:3.1497375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CORTcNT5TRIAklwGAFNXCp7PMegzPsvN { background-color:rgba(254,167,53,0.25);background-image:none;border-top:0.125rem solid #fea735;border-left:0.125rem solid #fea735;border-right:0.125rem solid #fea735;border-bottom:0.125rem solid #fea735;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:40.875rem;left:38.125rem;display:block; }
#C4ttddzncnMksikzfisIwkkDrvxXFJXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2QbJTH7KGIqpZLSKehZ1TzQ5JRkVuHc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fea735, #fe7235);background-image: -moz-linear-gradient(90deg, #fea735, #fe7235);background-image: -ms-linear-gradient(90deg, #fea735, #fe7235);background-image: -o-linear-gradient(90deg, #fea735, #fe7235);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea735', endColorstr='#fe7235' );";background-image: linear-gradient(90deg, #fea735, #fe7235);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.875rem;left:16.25rem;display:block; }
#ddMO9OFd5JQKBqzFASb4t13rSau0CVLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVSB9SF6B20d27mWn21UPlMxKM1pnZ3T { 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:42.625rem;width:36.4375rem;top:0.46875rem;left:0.125rem;overflow:hidden;display:block; }
#CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140b2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF > .row .container { border-width: 0; border-radius: 0; }#CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:none; }#iliv8WBLvcgEecC6dbDudEkg4zT3fEZX { color:rgba(255,255,255,0.6);display:block;width:14.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:27.3125rem;left:56.625rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hn2V4vTA8lJg7Wvfg3DK2gKn5HUetNtL { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:22.5rem;left:56.75rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnFEfTwwBQ7Qh3PaTUkqJLRekKWbpOwG { color:rgba(255,255,255,0.6);display:block;width:20.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:27.3125rem;left:28.6875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqS97mSCzzPMXiE0KgHDEtTZwwakpIlI { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:22.5rem;left:29.375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWQpBJnVTDKFJXZXgDJV3dbLh1GarcaQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15rem;left:60.875rem;overflow:hidden;display:block; }
#gB7Kl5cL2WvW1PgL6LpOTUU96H0UlRst { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15rem;left:35.875rem;overflow:hidden;display:block; }
#VgCTftg4zCOBe6kqrgNnMkc1uvzD24T7 { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:10.5625rem;left:16.4375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRolKIXITKGF76I6Qvgi8aSuHdo9490T { color:rgba(255,255,255,0.6);display:block;width:20.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:27.3125rem;left:3.6875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d38aEGOpgI3gAJrIAxG8LsrLCcHNXlHs { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:22.5rem;left:6.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfphnNXQSoQfleXb3TNom8HDWI5gsGsL { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:8.0625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkBbspaqEBmp9hNLwSKTwGdCxRwT8Byy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15rem;left:10.875rem;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.1875rem;height:2.25rem;top:1.625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itkVgO4Q32Vc2vdFfsQdhwGM6ifWPyGo { display:block; }
 }@media only screen and (max-width: 763px) { #M2ON6vLF5JCSlQ1og1Axy0iG6dCexR3P { width:6.1875rem;height:2.25rem;top:1.625rem;left:34.875rem;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:6.25rem;height:2.25rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0ZabSOKOHnAZGut6yAQwsizwlqy6ez { display:block; }
 }@media only screen and (max-width: 763px) { #I6kyFq1mVGDkebkikNClqD1SrTAKlbCD { width:8.4375rem;height:2.6675754709697rem;top:1.375rem;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.1875rem;height:2.3125rem;top:1.625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDiCuKSR5woPB8AFv2qpUki4xLS1O9T { display:block; }
 }@media only screen and (max-width: 763px) { #sFCgn6rfTwAcI9adQzuPatAMBIitc9yq { width:12rem;height:2.5rem;top:1.4375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGdNHFqpKTOB68odsT6sBd1gQADvuBq4 { display:block; }
 }@media only screen and (max-width: 763px) { #aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze { display:block; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRGU6qEPyxMJP6rbeqXvQQInrukZ94z4 { top:21.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJ9OS5F7GmvmPixFBIMGDTSGpz1c5ZF { top:28rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfBnOy9sPLgN2MlrTuBra8nLdk9Nz8ZH { top:33.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mELUQIHUWHsvs7eHbM2tciVyXqciuBfe { width:15.3125rem;height:3.4375rem;top:38.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq0FvvDLvBEGlrcr0WEhiIE4J7c9h7Di { display:block; }
 }@media only screen and (max-width: 763px) { #iccPPRpQlrWaq1xBBxla6e9WERoZo7dz { width:15.3125rem;height:3.4375rem;top:38.8125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNuD7UitWDkX0svH8lgRr3kUNlcBqw08 { display:block; }
 }@media only screen and (max-width: 763px) { #rlOXGHAZH2XLSkIloyT7Xfwf1L1PHOaF { top:10.0625rem;left:10.125rem;width:27.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09mcmizBUAOnVamatSq5AIf4FrSzQi4 { display:block; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPG4TCZdwwu7yIy7GWDK6OSrk3SGaas4 { top:21.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLbDRbaVsTih0OvK4TsvGrXFE5CZ2uC { top:28rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLclaalzUTw800llTfUAVxmfrT7Lt1te { top:33.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZleDTiTOILtNhbHeoRvK17sD89W89G0 { top:10.0625rem;left:10.125rem;width:27.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwELKGr8PZfCG9TZ3NuTrxJ5OdfTimoQ { width:27rem;height:3.5rem;top:39.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKR3JxBV1x85peTSLhF54hVZthE50U6e { display:block; }
 }@media only screen and (max-width: 763px) { #osBRL7vPeqK7HFvE5pxTnnL8KVWT3otO { width:15.25rem;height:3.375rem;top:39.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aImiEehShvoPIygmIT7bz3LwcDTzTUGK { display:block; }
 }@media only screen and (max-width: 763px) { #J3url7kk3TwRTy5avAOGqpNoWqx4aWpR { width:15.1875rem;height:3.3125rem;top:39.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLbBMtCBr57a2Tx5lz7ytKpXr9iI6Aub { display:block; }
 }@media only screen and (max-width: 763px) { #qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq { display:block; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIvV1WdMEgN7csVSTroZWygbLKTeQVsw { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QZQvlDLIxfJw5z5981GWgeXO1tkpN0 { top:12.3125rem;left:0rem;width:22.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFRb74JKDGUdSBP46mzJdb9RvrSthW9 { top:21.0625rem;left:0rem;width:17.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDKTrosFqztKDBOrXxuTmJ0Goo7qP03H { top:26.1875rem;left:0rem;width:18.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pflCHXlugzZd8PlnVarJ3wFlcTCa4GGm { top:12.3125rem;left:9.25rem;width:22.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t30D3PhRxsztUzQx8nzFQt3iAb79T2bT { top:26.1875rem;left:13rem;width:18.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpzzEPuTd2NO69BFWBfEbAt7db9RoXHE { top:21.0625rem;left:14.5625rem;width:17.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8J7nsJJTBLZ5crb1ze8CDZFBHW4XD7i { top:12.3125rem;left:25.125rem;width:22.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNgg78KMSmJUgkiT53Nz23q3qC81Gs4U { top:26.9375rem;left:28.875rem;width:18.75rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt9SQd6cST5VZokQ0yMXs2GFKOb3mheO { top:21.875rem;left:30.4375rem;width:17.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3wzc8TVdtIhp3QUnmCFLDnSZVCQTPWB { top:39.8125rem;left:9.25rem;width:22.375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJVFmQLhqCmT3gb1cITIxeilsbDeUQ8 { top:53.6875rem;left:13rem;width:18.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCcKn0TdDn8vIFwaksVgau6PQqqHl54z { top:48.625rem;left:14.5625rem;width:17.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTQTk3b3OT34TJTgGxMCP7tJKOZrBFr { top:39.8125rem;left:0rem;width:22.375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIfW8aMLK1hVgUBqFUnNXJe6ioQbPXgP { top:53.6875rem;left:0rem;width:18.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4lCfRgTM3sWomKKNWzVLMqvVkzyL2Tm { top:48.625rem;left:0rem;width:17.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdmi2qHQ06uPz3TXe2B8NfoAK5Qu3JQH { top:39.8125rem;left:25.125rem;width:22.375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS4tbNBDxbHopvmmAoZfashArOLVCnz3 { top:53.6875rem;left:28.875rem;width:18.75rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQXK2NJUpbCXFz6rglBDChTsdsb24Qn { top:48.625rem;left:30.4375rem;width:17.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sysNTMHNx6I9e1sdODM3eND5fZ7z8OCL { top:12.3125rem;left:3.71875rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1JhGfxrT6GUwOJSf2sprdq8kXBcUmf { top:12.4375rem;left:17.96875rem;width:11.6875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrhQSGT2wOSfDtxWhO3FXk6ZFePRUw0 { top:11.9375rem;left:35.3125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqifFBDdGzWXu9TzrIs9u7SH97JN834V { top:39.8125rem;left:0.90625rem;width:14.0625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqJLycDQdJlNirWbfOiqCROfbpgB4ST { top:39.5rem;left:34.90625rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMTDcokv9QGkXRi1i4uFyvrEKXxVkQc { top:39.4375rem;left:18.96875rem;width:9.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb { display:block; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzZEswwo5cI4ctuUC2f3ypCCcOT5XqFT { top:4.1875rem;left:0rem;width:33.375rem;height:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDWPlyQK0u4aaUXKzBOHFSZKVnLILvd0 { top:14.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZxnIzVuwak7NyqzNGe2sJ8oNvxrKL6C { top:47.0625rem;left:0.5625rem;width:22.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdG8QF5xWoR6e4S4Q1FnTih61gFUbmRD { top:43.875rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJrnoJ5gRE3sKTdPVh0WvLnETMSNN9K { top:47.0625rem;left:25.3125rem;width:21rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWpODfES0MaxkT3mzzNtwAUBpO6L815 { top:34.1875rem;left:17.1875rem;width:6.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1cM4F5ITZJs1xSePHvmMM74COkw1A0 { top:20.9375rem;left:5.09375rem;width:13.6875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8631tRoZLggMrefrBcptIGxpf28mhsZ { top:20.9375rem;left:28.96875rem;width:13.6875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtQFJ5WunhAO58TTs8q5WXZOEUILo0B { top:38rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2o3IwiSFG7cGdloL1D6Qr3lMW5ImBJ1 { top:20.9375rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9NTdXlP7dL8aMbRJTk4kCOQBSqX3zy { top:43.875rem;left:12.75rem;width:35rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tztp1RWWedHgI9LK26fx2a1IfHdNSteC { display:block; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrh7ukB8DptuEJpsK84ylvLV3Z0KqXix { top:4.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5qwH90vCIqEcqbuqWykGs5h00KvAxs4 { top:10.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWkKNx37pTXlc0AhuH6mHCQiI3PZF1g { top:14.875rem;left:15.1875rem;width:16.5625rem;height:52.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n93P3w2LR9TzF9dpB27S5nySJynMNCSd { top:14.625rem;left:22.96875rem;width:1.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0yT6cRdydPDveQKWF4ChJXOziic9sCV { top:24.1875rem;left:0rem;width:15.9375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCzB8g4Lz6AvLTNERUaG3KtLniyTnPHo { top:39.375rem;left:0rem;width:15.9375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5mliK9O6vJgFT0Kt6uLv76puarDIvg { top:54.5625rem;left:0rem;width:15.9375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyhtqcmOQMsh3BW6qvQsmD129wA7k5W { top:19.5rem;left:3.5625rem;width:6.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNfcLzp75ATHS6WCr0SKBOKSkgtssOrW { top:33.625rem;left:3.5625rem;width:6.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8blbc5t1R4VEMcU3HFgz18Nb0gT5ndm { top:49.4375rem;left:3.5625rem;width:4.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlkFRU3WbJgFuT4klQAkqqP7EbTCGvDU { top:24.1875rem;left:31.6875rem;width:15.9375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftTTnfTSpKWngOsz92ad8ZxIVRav9CgT { top:39.375rem;left:31.6875rem;width:15.9375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMq4kC1DN69pT0UTS7eT1EpNTqeG59y1 { top:54.5625rem;left:31.6875rem;width:15.9375rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQbvWEI3rsAKn2DiFwS19q683kpuLCUB { top:19.1875rem;left:31.75rem;width:4.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXysQwDEwPxuPxy37hH8pWyXFl28yTa { top:34.1875rem;left:31.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdTh1o6Z8pV8IqxcZnTeDDDx5HV6kEZ { top:49.6875rem;left:31.75rem;width:4.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRuLya9Te7L9mHTsw8c2URqAgTrH7dtw { top:72.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR6Ffbr7rTWsdsTPWPRekuKIvtIkckpQ { top:69.5rem;left:0rem;width:47.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVNRl8LhNTJlQcs4Ee3xmgtIUvxmtbqv { width:15.25rem;height:3.375rem;top:81.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abhmVNegd6Kzn1h8ao2hCAyCCo4C76zL { display:block; }
 }@media only screen and (max-width: 763px) { #JpblW5xTCdzkEJIIE0NlGnLTkqHcpMAf { width:15.1875rem;height:3.3125rem;top:81.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3T4UTXyQTSFCDkoG425hxJ3z0QPmcO { display:block; }
 }@media only screen and (max-width: 763px) { #baIFPS2boQZDihsG3RehXnQEclFh9nSn { display:block; }#baIFPS2boQZDihsG3RehXnQEclFh9nSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mq4VraMWCGr9Cw4WQCBKwfhhKt3dtdo5 { top:11.375rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtL6eX1rokAnFIv0FUOARnwBuceydvy { top:21.5625rem;left:35.84375rem;width:10.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT9tGx4IPx2t8u2KP4rDnRfTkkhmLLho { top:16.9375rem;left:35.84375rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRBudDRP10S1O9Qz6NZxmtvid7irReha { top:24.875rem;left:10.9375rem;width:12.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LggTX4lNWg6RkOq7WchWrGRRzs89kaMG { top:20.25rem;left:13.15625rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTVCHLCGOinM5Sm6roZvWtUSMXF99bL { top:13.125rem;left:12.96875rem;width:9.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEhlWwE8XKNhCNpS66OzkzqRJUmab3aE { top:13.625rem;left:13.84375rem;width:8.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3T9km7ihmRSGXwhokgLod7Q1AXJKJJi { top:16.875rem;left:11.9375rem;width:7.875rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIO6A3edLStfLSA7gtlvZsKe52r8h70y { top:16.4375rem;left:17.625rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoIIkG9yrPVl8MwLkiOvdZWLJ7D5wn4i { top:16.4375rem;left:18.96875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJZD9QIOvpmfUZyFGHcvTfhV52u4zna { top:39.5625rem;left:0.1875rem;width:11.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glmJUZ4xa1sQThKD8KZyHwV9arNVtkvm { top:34.9375rem;left:1.75rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQrFMtpbPJQtdvoU7uqfP6Kzq5AoFnGt { top:34.625rem;left:24.46875rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2tKgXvQoE27HTMChklIreQ7U6zwmSsA { top:39.25rem;left:23.875rem;width:11.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmDCZdCHI20BVQyheAlpZENDuRuuy0Oc { width:37.5625rem;height:75.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mthga2Wsn5GLPp6xeqZo6HztRSRbGkMm { top:2.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHMUUdQ3vfwNXEAdGekMrAeCTqQSpIK { top:7.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 { display:block; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5iCaCrD4CtAI2OzetcukncJbw806AmS { top:4.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHkGkDLVkTorBswbF1KQeApB0PFHCqIE { top:18.6875rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJVA9wXrTcn37Aav6ZcTLRWPU1uURkW { top:9.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKiVTSTGmvMB8InPkpqAnMq378WotSRb { top:13rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKhAgwVTfbUV8o5D8fC5pgkRswyRXa7 { top:28.875rem;left:35.84375rem;width:10.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v95FQqITUAqSDxBkJiH8aSUl00JkT0Lc { top:24.25rem;left:35.84375rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqgJKkb0ZNVcGUfUNZTVZkkvzJk62bFq { top:32.1875rem;left:10.9375rem;width:12.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZipZyc7PdVUKer7s4Ai8FJGCWpo9BFA { top:27.5625rem;left:13.15625rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6aFefFywbrvD2df9UzIK62L4yo8Gh5I { top:20.375rem;left:12.9375rem;width:9.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflQVxyTtE1nOZxtr0UQFKUs4AozyBnU { top:20.9375rem;left:13.84375rem;width:8.125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJI63Xx2iTZ2eDOfTo0ld7eG7BHQdn2c { top:24.1875rem;left:11.9375rem;width:7.875rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQUi9TMo9hUdmZwxpy8imaHVUSxr91J { top:23.6875rem;left:17.625rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBeqbzMLIv3VoMOIrNrlgrxqSNo4LdIQ { top:23.75rem;left:18.96875rem;width:0.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOIeGuFCTS7SDK1bO9fXkf2ATn4zvBH { top:46.875rem;left:0.1875rem;width:11.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRc5lQFDwJEDMrNJBekkmbSFUUyyJtTX { top:42.25rem;left:1.75rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0fmixTABkciLaFWxAQVABgO4crkcgyI { top:41.9375rem;left:24.46875rem;width:10.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk8LXrPB9HKQuRge3TucvRuN83ABVyq7 { top:46.5625rem;left:23.875rem;width:11.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEDiDkIlZlTlpDTWMNp4keugW4Tp18Z { width:37.5625rem;height:75.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT { display:block; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si4mPlrxrqxya1wJJXiFxBXOkTWffuTW { top:3.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFvRg9XnkWcR8Fu0S28TAXTqmSTLplqB { top:8.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPk9L0tAyB2Cp26G5a40oU9XeaLPAdR { top:13.1875rem;left:0rem;width:18.75rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOnK7uBtCLrnieFuDC2RDX1TZrp1rhb { top:13.1875rem;left:14.5rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZDGBE0e4nrzVzaUTtk2Lv8tehDReNkp { top:13.1875rem;left:29rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slw9Tx4DSuucsSllcUwTOUzQGHoP45H1 { top:45.8125rem;left:0rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewPp9cwtkqfWxLEQzbWn8oT39WcxTKpA { top:45.8125rem;left:14.5rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKoNyAeDUfC5TU7QTlXBlDl4P9TRryC { top:45.8125rem;left:29rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVucuzgIn8FIlOK1SoTeBoVGAVCekTnd { top:78.625rem;left:0rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0bh6LNkn0Ss3rST7ezsvF1fpHRWa7K { top:78.625rem;left:14.5rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx460KbDLx37ocNHda3bDoLEdZJicZC2 { top:78.625rem;left:29rem;width:18.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDek0XMQvyb9CSJPKG40ygfONepfI81 { top:16.0625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7pFLTLUHiforQqAGPgLTTRCqeBi2MP { top:21.375rem;left:0rem;width:13.6875rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzuBrzEez3A0rypCAQ4ryesSrETpxQB { top:16.0625rem;left:17.0625rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5roAn6PwPeatZP12wgkgHsgMkJPKLK { top:16.0625rem;left:34.125rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORoIsVxe3R2QA0e80T0ear8g6VymMV6U { top:21.375rem;left:17.06201171875rem;width:12.9375rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs30yepDOy7D61cOGwzPG7vlGViL6ok9 { top:20.8125rem;left:33.375rem;width:14.375rem;height:4.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMh1Hi6gIR4WUs4CWMIpzlpvDlz6IWu { top:48.9375rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhsV7pDPUwDKwa8oEpk36ADTcrb2FikM { top:53.6875rem;left:0rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTneEfBIIVJNSkW00nX1BIftMZpCIOGx { top:48.875rem;left:17.0625rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPSvoQwlgN0oCNvJVAa0dxecDzE49EDR { top:53.6875rem;left:17.0625rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdl5EJk8NnRFl5nKJIwP3RdRMBftEvlc { top:48.875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCHv3htdNxPKsKHI74AEHBVr8MTu9B9 { top:53.6875rem;left:33.0625rem;width:14.6875rem;height:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBHCgsmOH2Zv2C8SC9Q7HDPAmMFa0AM { top:81.75rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf8B9ybEmNAET7wT17xZ7ZvMTxvWk89n { top:86.5rem;left:0rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx89F5Zya5Jqkg8yTiKXE7KABOpQfX0O { top:81.6875rem;left:17.0625rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExZBQnP9pvEd8VAv4uyxZGsqvShqTHVN { top:81.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqD7QdSMowIql9u6n4zbqMJ3amVSHvLE { top:86.5rem;left:17.0625rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU3p391S1IyLPA9HXlaZIg9ElTN8uMUt { top:86.5rem;left:34rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2cImTHUUAVAgEZJwSsL6gewX5gXoMg { width:27rem;height:3.4375rem;top:113.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNd1JPaSWJ59lTh3aFnWE4UXiM8VfMNW { display:block; }
 }@media only screen and (max-width: 763px) { #XuIV8rzghMpt0kO7F0QMvpwK04EzoFxX { width:15.25rem;height:3.375rem;top:112.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAzOXUrIIn6ZIpi8SRhrox6A9uPPiffp { display:block; }
 }@media only screen and (max-width: 763px) { #z67R19rul30NPxezJ3kVNh8TR0GwJMW7 { width:15.1875rem;height:3.3125rem;top:112.9375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycn88I6GNumX2DyHk7hbvKoXPuDFirJ { display:block; }
 }@media only screen and (max-width: 763px) { #gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT { display:block; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1MaC9M40bolS5xR2ngLSXfhJV3sLgZz { top:5.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVtAS1TobnkOfMafti1pGh4u2KtmgEE { top:13.4375rem;left:0rem;width:18.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFnz2b7szGrT4e8pLPH4gVvrQMZV5wPf { top:12.875rem;left:13rem;width:18.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX4gwrFL0b8OMMK4ngpQgI8oPVuT0EAQ { top:12.875rem;left:28.875rem;width:18.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSU5zQZQct7onb6A73qlbpWDN83G3HI { top:38.875rem;left:0rem;width:21.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJwm2mqlB3TJ7Loe9T0WBzkas9pGl7Os { top:40.8125rem;left:1.8125rem;width:14.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpsCJmOPZeBfgPuZIKOQUKCAuwbFJlJ { top:38.875rem;left:20.1875rem;width:11.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoseiLMTdGBD8eNoHcv6st137QfSQOoo { top:40.8125rem;left:20.1875rem;width:11.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP8XufpRaUBdX0uvHbITtr3C44uk8QWo { top:38.875rem;left:10.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCOWx6sl4zI10ls0MrgwlHsIQ3TOgWW { top:38.875rem;left:29.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp { display:block; }#xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q046WhNyZSATP9PVsNUugTZKA0qXsXnS { top:6.0625rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgvHrbC6XF2mzHoysBeDIvkgJ9TmOna { top:17.625rem;left:0rem;width:22.8125rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQy5MtWgNzMDGvHtdEs72IUifxCpeQb { top:19.5rem;left:0rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7LZgMu2eSepMTBNgcNR07bWR1rPrSxX { top:23.0625rem;left:0rem;width:19.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipyRk7B5UdxSI3kAE5X4DlfEXJdy8e72 { top:28.5625rem;left:0rem;width:19.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deU9BQl7XJuwIA3rT4Mpu3y2S0qSHiHH { top:36.375rem;left:0rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3yvNuvmAuvEevkgt9VAL9Tyokfd5LZ9 { top:38.3125rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL { top:39.875rem;left:1.8125rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }#rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL li:before{  }
 }@media only screen and (max-width: 763px) { #yfoa8RSgnfGgoqib5n5a1bRNbnTDaWnD { top:44.3125rem;left:0rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhT1ZPrLUiaZcw4AkGDD3mtsQgOSbVPT { top:46.1875rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKtlMmGFQM4IE6Ag4gkMw0KWXswCQNOt { top:46.4375rem;left:0rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2qV3n26N0OOM0JUDkTXQ07GO5Dg6KcT { top:48.6875rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCnyluB3LHgIbcWebBOCtDSDPky9vMHX { top:54.125rem;left:0rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbnZUbPQ7TgWPcuJtIQaE443TSkuCf8e { top:56.0625rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb { top:57.625rem;left:1.8125rem;width:14.0625rem;height:;font-size:0.75rem;display:block; }#Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb li:before{  }
 }@media only screen and (max-width: 763px) { #dCXPpNzHnLTNPOCO6BtKirHpyXhbUuFr { top:17.625rem;left:8.8125rem;width:22.8125rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQr3LGf2KAFC0T9WtuaVBZcgvq0tms49 { top:44.3125rem;left:12.375rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgSQwNgdfTfxoviwqrhEiDLFQQHbRQJ { top:48.6875rem;left:12.375rem;width:19.375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF9hWozkbgLK3gK9d15AEkTAuM5kmlgM { top:56.0625rem;left:17.6875rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnpvQi3wcQ9aWpkbvNJ2qxulpsvR3hRr { top:57.625rem;left:17.6875rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKoS51H8gFSk4cQTZfTdq5wbfgF0CTzM { top:28.5625rem;left:12.375rem;width:19.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFE0WZOAvA1rMzlTIubasheAOXTt8Dh3 { top:38.3125rem;left:17.6875rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk { top:39.875rem;left:17.6875rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }#wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk li:before{  }
 }@media only screen and (max-width: 763px) { #OwT6EQDD0h122qmZXP9Gsa1HgS7AdsKk { top:46.1875rem;left:15.875rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrKTUh6pbwidyT8dylHl7w8rMSLkOtOJ { top:23.0625rem;left:12.375rem;width:19.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLvlNvzaPAqwLo5KmwZOBs3pA7qxppX { top:46.4375rem;left:15.875rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvnX7TL1a2quSWcdXmPHyvSNNqPWf9S { top:36.375rem;left:15.875rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu8wrzmx3inbEhtc85zm6TbJlGJpLols { top:54.125rem;left:15.875rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAiS39vL53gaZzTuH9J2ob6rEToG3myA { top:19.5rem;left:12.375rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHEJq7J2TSQXPeKM3whlmO7q0XXXuXHb { top:17.625rem;left:24.6875rem;width:22.8125rem;height:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1AWslUCUTNEUms0b7iyHsd12GTSR5m { top:23.0625rem;left:28.25rem;width:19.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7KI9NqlTZARLoJhLmJdo24fbyxsEoT3 { top:19.5rem;left:28.25rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSCb4TvkJxcd8yPLToTefCTgZn9kHvbD { top:28.5625rem;left:28.25rem;width:19.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03BHR1y8ergzmzBkvEpJk6ETxXaoLr9 { top:36.375rem;left:31.75rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i23lp1TXTbN5tkvwye3Ar3wAUZNpJQ2O { top:38.3125rem;left:33.5625rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ { top:39.875rem;left:33.5625rem;width:14.0625rem;height:;font-size:0.75rem;display:block; }#wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ li:before{  }
 }@media only screen and (max-width: 763px) { #gJZL8TKZSUXJObDBLmxMA6UHFznLGnHO { top:44.3125rem;left:28.25rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCiZ1vJ9tE08ppc6liiy9ZUBK1259eBs { top:46.1875rem;left:31.75rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMuoZdKygJVztBhhHpZimzNt10hCkEe2 { top:46.4375rem;left:31.75rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSD9i4gZ2sHfgFLd2zoV91T79vWZs5HF { top:48.6875rem;left:28.25rem;width:19.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJlTtPTIqDLl9pvMarGfUd2ieEvewed4 { top:54.125rem;left:31.75rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOBuUoJhc8TpkTKTqfHKoDdkXfTJTXFd { top:56.0625rem;left:33.5625rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwu8BOTnxxtVHxC4E0tRSLPLrNJ9nDeL { top:57.625rem;left:33.5625rem;width:14.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEsExiocgw79C34yJMRlTK72CiVtwTWU { top:64.875rem;left:0rem;width:47.625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLg3Vn0XZEhQLZKuvQoO3OT6Me7yBJQI { top:67.3125rem;left:0rem;width:7.125rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P82wEOORFdeiteZnKOvBPQ81LolJAX5y { top:72.4375rem;left:0rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S74yZ4cepFFywe6325o9yJ71p5JoJvwT { top:72.1875rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxz6uPJnLXlxb1vC22w2DLg8JtL6BTXL { top:67.3125rem;left:0rem;width:19.375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiV9h5UJ5OD7Ncyb6416wG8Q5CZOwr2b { top:70.875rem;left:0rem;width:35.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQaNZ1ukWZQ9ZySMBStWTFTUhdU9sExP { top:75.8125rem;left:0rem;width:40.625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMbT72dG3JQWdSImautPgZgSHEy0xCHi { top:80.5625rem;left:8.875rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRI0T3oKgUogCSl5S32OgUIxntIInfhX { top:82.5rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD { top:84.0625rem;left:1.8125rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }#aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD li:before{  }
 }@media only screen and (max-width: 763px) { #GU5ihZWugyPO1T3JyMh55HugWvT3dBUB { top:91.3125rem;left:0rem;width:22.8125rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnNPmaR4iNEWOxJ0ORWd2pDXPOAIvlNC { top:93.1875rem;left:0rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOhGTOy29e9KnnH3i099yfLZuvm22ZD { top:96.75rem;left:0rem;width:19.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTRoamQftQvWSGqJb3d0mOqy7JOdWXd9 { top:102.25rem;left:0rem;width:19.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLx3RNkTL4UhPqa0G9VgiBNZUgixGcdp { top:110.0625rem;left:0rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29T0kEDZtibr5ZUsdlNkloeHDCTePl5 { top:112rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 { top:113.5625rem;left:1.8125rem;width:14.0625rem;height:;font-size:0.75rem;display:block; }#iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 li:before{  }
 }@media only screen and (max-width: 763px) { #Ep6d45DPmF6NS3NhJQZNiZzOTnF2khGQ { top:118rem;left:0rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlCXb95Fd5KOkRrVc3yC6sqAeJrvT1S { top:119.875rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiv1xC6nPZxamy68mmez5oPD0QDhaLOZ { top:120.125rem;left:0rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx7xD4sgpA1huSE6ns3PIZP7apKb31PC { top:122.375rem;left:0rem;width:19.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeOhaRp9SOska2J86Jy8PRHnva8CsGy3 { top:128.4375rem;left:0rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLOlQsNcGetSOTgxJT4T6JyFbeOgrX3 { top:130.375rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQEvXeOzUoLkEqmse08s1FQJQ5cR42TS { top:131.9375rem;left:1.8125rem;width:14.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVAqcQwgPyyS0zHiqwadAVQ6y4DDV5aE { top:91.375rem;left:8.8125rem;width:22.8125rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dte8GMmrUDMMtHtbzMy9SIftoa0Q7BPp { top:118.0625rem;left:12.375rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOvGKW2Nw64EfSS6Wvm20HyblEnUGi7 { top:122.4375rem;left:12.375rem;width:19.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtRkzRzkOoGMwrXCU9nJeAv6XIqfaT3M { top:131.625rem;left:18.1875rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukmkitr9K9fEh1Rc9kWCygxpkScmwxqV { top:133.1875rem;left:18.25rem;width:5.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6EwvTLQnCqlraoOoyzmrlPaH3rRgmC { top:112.0625rem;left:17.6875rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaV9iTslTSwOzpiF77Bp0UyZJInkdHMw { top:113.625rem;left:17.6875rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqC2WQ24PMi197bGkAdZebRGPE5QT8oF { top:102.3125rem;left:12.375rem;width:19.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVXfPaDue59efruBfeQlNfMDv71bil9o { top:119.9375rem;left:15.875rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO6f5uDMy5PuKTWqaa8kAOsAnXPBXWXQ { top:120.1875rem;left:15.875rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDsrbNT7NrvwdQQexa0fmyXT1Afm5ger { top:96.8125rem;left:12.375rem;width:19.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tirsKeErIPTwQflNHOKlE8B89Vi7Lz { top:110.125rem;left:15.875rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4aKvpJZ9u6qTDggBmHi6chnB09iAoD { top:129.6875rem;left:15.875rem;width:3.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAUmFEF1A3saVFa6Suw68GMMyl3cLSqH { top:93.25rem;left:12.375rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCvQCpdTZOtK0KEm35HOb1M8cXs2EnLi { top:129.75rem;left:24.3125rem;width:3.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd9ERlI1EVkJtJCMSExFW5xwJvHUHzgc { top:131.6875rem;left:26.6875rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL4MydAMLLOkCX00dMPpBAa8ONEnzIQl { top:133.25rem;left:26.6875rem;width:5.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfeHBAg04h7xfmQTqmKX8nn2I9Z8p4Xg { top:124.8125rem;left:15.875rem;width:3.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRoFsBH3gFoOrVUcBThswdxMwyZTJlJh { top:126.75rem;left:18.1875rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWNH1WxH24Ti3raFpb1TQ79hgpQTE3d { top:128.3125rem;left:18.25rem;width:5.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJMhDgWZRcSmEW8q845mUSo0ZvJNyFA9 { top:126.8125rem;left:26.6875rem;width:5.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4V8SqGyeunaNSWg93M5HUL6UnkZCmf4 { top:128.375rem;left:26.6875rem;width:5.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLqFBPrm5BQSX6OI8F6eTtnK3dlwKNJ { top:124.875rem;left:24.3125rem;width:3.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8M3yatxBp7zJuUTRyLS15bkxGz4CxCN { top:91.375rem;left:24.6875rem;width:22.8125rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFtC0LR2h9xUboL6SEiCHudgoeQ2zL1I { top:122.4375rem;left:28.25rem;width:19.375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkthZbWvEnzV4LeyFpT55bOUu6u4Tdln { top:128.5rem;left:31.75rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k81sMVBEN3xKLF0OhqqaTrCqSQTTPbT0 { top:130.4375rem;left:33.5625rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKXvy4PGT8k8viBDAW9ULTTJL0ZIRZe { top:132rem;left:35.375rem;width:11.125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfmkurHICaUtPz2xBBkescqc6WmFn87Q { top:110.125rem;left:31.75rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8NrdR8EJmou2GBeSiRymdFUCKo035MD { top:112.0625rem;left:33.5625rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky1C3020oTzt7KcrpTnsO4EysSm80aT3 { top:113.625rem;left:33.5625rem;width:14.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWNg5PT9E2rBMWiAX6ZxVeE5BECT4v75 { top:118.0625rem;left:28.25rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA4eqygMX51MT7PKFGg9nfDDBFTe8o96 { top:119.9375rem;left:31.75rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmolgpwMbShblBFMVWCBPCp0PX9v2dQq { top:120.1875rem;left:31.75rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKCtI6EdsVRJKuh7XhvQr1yG1okLu6W { top:102.3125rem;left:28.25rem;width:19.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvd0bMNQQkJdrcbICnlyNyG9oEm1hI1p { top:96.8125rem;left:28.25rem;width:19.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha0MR00EsaWiBlcAdU7Kzg8LKEhUDilV { top:93.25rem;left:28.25rem;width:19.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGOPi9uSNNClTDAmkCXGZNc1DzGChNEI { top:139.1875rem;left:0rem;width:47.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqhtRXahodiX8PeoGJA8W4DVOz6Sb2qT { top:141.625rem;left:0rem;width:7.5rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb5sFd0ZlZP00QKk9ux7Z0TZVIwvumaz { top:141.625rem;left:0rem;width:41rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwmDQQfxwuqvbTcFaZGLV3c8O2T2pSTJ { top:145.25rem;left:0rem;width:35.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xftAml75vZTJIoP3PTz75huEqrIIX4b2 { top:147.375rem;left:8.9375rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0eTwsd3vavNdFEW1LULqvogKEk70kmV { top:149.3125rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M { top:150.875rem;left:1.8125rem;width:14.0625rem;height:2.25rem;font-size:0.75rem;display:block; }#qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M li:before{  }
 }@media only screen and (max-width: 763px) { #G1pdlXwJ5TEkNg28dLntGnxqsTob1nw2 { top:155.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V41RQFgiFvi37Am5EtbWKwQlTqUsmoUa { top:157.4375rem;left:0rem;width:6rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avEuZZOXfU1FlAksOuQ9IRuFgT4yWix5 { top:157.1875rem;left:0rem;width:7.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUaA6PIsEGADbzUX4N54Ui2xGgWLKxh { top:156.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIpz8ZJLMEB11K15Icw9MMQS7wNQACFK { top:159.375rem;left:8.875rem;width:4.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqC92xbkNRDkyXENCEC75oXZbkrAZEBM { top:161.3125rem;left:1.8125rem;width:14.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8I9SrQ45wlyUvTWgJRJXRDPTTEr6mLB { top:162.875rem;left:1.8125rem;width:14.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWr2krtUIRvR855VqyK1RspLAoWXJnTq { width:15.3125rem;height:3.4375rem;top:170.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbVg46L5n40I2okgERDtQuuEgf4MwNK { display:block; }
 }@media only screen and (max-width: 763px) { #ncNedfCVING4ARgkIJ0wJTrkTaeAm3t7 { width:15.3125rem;height:3.4375rem;top:170.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQU8AmqMTaQxVG0Hbd4TGeFgl0SUrXdn { display:block; }
 }@media only screen and (max-width: 763px) { #TDDyzLe9lquUglCfnCTqNk3a2tLuLCLF { display:none; }
 }@media only screen and (max-width: 763px) { #fS4DrwWeBJOuUBSJQhohrGLtZEFqWP13 { display:none; }
 }@media only screen and (max-width: 763px) { #TObb9XuULGS60xfhVyVzn734oltwhTmp { display:none; }
 }@media only screen and (max-width: 763px) { #UTU0MZaFMJM8prG3lZvzWhFDOt6oo6Rp { display:none; }
 }@media only screen and (max-width: 763px) { #zSLBpwtBKCFt3xnCw6MdVRIOv56qWVAt { top:123.5625rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5puIAn4NFblddJyR8agq3sWPxT8ZaJw { display:none; }
 }@media only screen and (max-width: 763px) { #zqdUJZTUpnkuhCoPTiHeCsMVZnRa5eUr { display:none; }
 }@media only screen and (max-width: 763px) { #wgbsStkqmtRdQEFTH25W8fc53Ixlsdpx { display:none; }
 }@media only screen and (max-width: 763px) { #mQm64gwVFX6bfB07xQIQpuxcHtMqt8Cn { display:none; }
 }@media only screen and (max-width: 763px) { #IPcCEy0qfQSyGQadLiiEKcFRTL99tsOr { top:254.0625rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5fpRiZSVfqOdPeOtHGuRSvHA75o1tJA { top:4.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0Ur91fDKCpukMDCJLTc0SCNALnTrsCn { top:10.0625rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT2QPSglFXa8xqchFgcaJbZMlxuTVfye { display:block; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8UmazkUtgLw9iP616AZpXdFrwfKxRM2 { top:8.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01i0NSXHwkam5OxFuZl8VRVSaQIi4hT { top:3.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVNR8Ja6oKL6QAxxC6uSsKFNpz3JNeFL { top:17rem;left:0rem;width:22.8125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax8VI56iGXcr78KehTKCgB4fqlz1ewvx { top:22rem;left:1.9375rem;width:12.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsPZBDEyoMmeAPlMT3e1fs6xp1zD4QB { top:25.3125rem;left:0rem;width:19.6875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNBws8zm0zXztWKDeLy8Sc1Bs4Xvs9p { top:14rem;left:4.875rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLdrSfz7Id8CwvVN1XEVETEbHVWRdA6T { top:17.0625rem;left:8.8125rem;width:22.8125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOG64J54aDIpPQM5wRaOtWT7luWmuRpC { top:25.3125rem;left:12.0625rem;width:19.6875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQJCd8eMD1nWTWTh1zLxEhTTZfpE404 { top:22.0625rem;left:17.8125rem;width:12.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okIyca0omLtZUbD65mXBTkLQTs04ierP { top:14.4375rem;left:20.25rem;width:7.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3T1FUd1qfg12satOgtxc7y0BgROBnt { top:16.8125rem;left:24.6875rem;width:22.8125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOQkwnwKgUlhptRm9ahbVoyg8N0ReNKx { top:25.125rem;left:27.9375rem;width:19.6875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UofTHPqVXo7T5pBPXIAfUETPriZhABNi { top:21.8125rem;left:33.6875rem;width:12.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UptvlUgHcfJhanIXwiZ3Tks45L5Ekd7K { top:12.4375rem;left:34.96875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ksZev8imxTQ28XVbNbcNkvXBVJx6av { top:37rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o { display:block; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0enZUWKtVTc6PrHKiwCgt3OuSfi1ifo { top:5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQSdTWq8khIb6mx06WeV2ZSo8dy9Rbwo { top:13.4375rem;left:0rem;width:47.75rem;height:22.529318181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsA70Zpxg1mCgEoETBPHKC7Oo0qs4zm { top:12rem;left:0rem;width:47.75rem;height:5.8305263157895rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL4vx12lS0iigLw5veKU9sDs6u63M0gp { top:11.375rem;left:0rem;width:47.75rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHWg8CRDFUTWnT17HzEtmKtS4NLux8JL { width:33.6875rem;height:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs { display:block; }#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRKrOcKsZSfoOJQThWKOlXUr0uxcmfyC { top:4.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTN5EuH0Dz46ec7hdPTOfPs1hc9mkI4 { top:9.5625rem;left:6.6250009536744rem;width:34.4375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE7HxrCybS9OTJpupzfuL412WT0ClT7F { top:12.3125rem;left:6.6250009536744rem;width:34.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSx82e8or89NuaZ8kU3qeP8I4lt2JQLp { top:28.8125rem;left:17.75rem;width:12.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9rC7fJbqKp32BMAzOlxuwa9wMNNmiXp { top:32.6875rem;left:15.5rem;width:4.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJRzIEgKXxNk40XLQSmoWRdVxbAxhk5g { top:31.625rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDZs9LQ95CLqOcBeRCEExDhRGRt4epT { top:31.75rem;left:30.1875rem;width:2.1875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiMOUvuasBoDgdsImKADhEsFTuZLnV74 { top:28.3125rem;left:17rem;width:13.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9STsZanvydDBLzA56n5PUKScVbrlwP { top:26.9375rem;left:10.25rem;width:27.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXptVcOyvf4hTPnNAfqnplTrNiclBJ6K { top:42.6875rem;left:15.5rem;width:4.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD7S5a6XFES3s2L4CwIeG0ZM6OG95P1x { top:41.625rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUPJ0K8PUfu6w4zFxh8r9HvpQwlLWtiv { top:41.75rem;left:30.1875rem;width:2.1875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4UFdFHi4GnveLrbE5AkNzIEv3RuiiAa { top:36.9375rem;left:10.25rem;width:27.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmCRM3WinUPOGRngMv6b0auE6CaF7D2B { top:38.8125rem;left:19.6875rem;width:8.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPNfhqU19souWIEsJKsZz85N2LCUsWgD { top:38.375rem;left:17rem;width:13.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrW107keV8QllQSW1grZPqGDBTMx9mTG { top:20.1875rem;left:19.6875rem;width:8.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZGNKTslcpFR3969AweCQo4mWhuXP43T { top:24.0625rem;left:15.5rem;width:4.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkebLqKbdPCW8k57eodZDvHcenRARGMy { top:23rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZzK9vC8QVbnfSgFLNATlNFUHcbhlNPP { top:23.125rem;left:30.1875rem;width:2.1875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTu8owK3Kz5xtEq0AQdT0hd98GQGeJGo { top:19.6875rem;left:18.375rem;width:10.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMwr3ISw0tiGTvdpenOWD7O2Qk57D9N { top:18.3125rem;left:10.25rem;width:27.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU443qdlLKUr3zyqbJJ9L4O2WDg1gsIx { top:23.1875rem;left:10.25rem;width:27.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebu5vatlmGEJQxMAnaNzIElpeHbtSnaX { top:24.0625rem;left:13.3125rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiUNZKEIVSA17QmH2hJxJNMtiVw8twkW { top:48.5rem;left:15.1875rem;width:11.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfMhAHNOoGImI8y7J7MP6cIrRgwbzMuq { top:48.1875rem;left:27.25rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKq7czDUJebwr0v1oagcat2SrawcMpK { top:50.5rem;left:3.9375rem;width:39.9375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhRB7R2A4AnVCUJfQ4cJ7hg6CoETZJTJ { top:53.4375rem;left:3.9375rem;width:39.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXRc1UMmcMVvTs9askqKp5iaU53Wh8EK { width:15.3125rem;height:3.4375rem;top:58.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTwJNCgkNVP8ffUcLHoDAxZECR9LVB4 { display:block; }
 }@media only screen and (max-width: 763px) { #D9TMdFzP9kfHQXQCTfCmtSdrTCLLrytz { width:15.3125rem;height:3.4375rem;top:58.875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGbGB0fnWhtZv6lSt48BTpOFGTW5Ieop { display:block; }
 }@media only screen and (max-width: 763px) { #qmif8KMlr8oCGedOTWmJAtpbHT83OtKr { top:18.875rem;left:17.75rem;width:12.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNk0I1ncvg6X69dqPqaT2dTZxJagQUeO { top:18.375rem;left:17rem;width:13.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTilnK7mQTe0eKQJGnzlQx60dSWZp2W { top:17rem;left:10.25rem;width:27.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU5yT6gPRdccBVDT2EMLmbMk4oUHVzDC { top:21.6875rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1XTDndhQ3tBLBOHBnHOdgwqRJ8wAks { top:21.8125rem;left:30.1875rem;width:2.1875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLQhCVaHiKpeO2fqinNFZxTAHyaWP8b { top:22.75rem;left:15.5rem;width:4.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpxhoqPTEs2pkBDUvG3GxxaU9IEB4ah7 { top:17.375rem;left:22.25rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB { display:block; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHEX6s6kETFsSCPLg6Odf2PEcAZgvSw4 { top:4.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAbuTrTSp2ZRXq4RKastAz3TKPbzPi8p { top:9.5625rem;left:6.6250009536744rem;width:34.4375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WazlfN5JosC0S0hmIwZI3fmS0ec0Xtow { top:12.3125rem;left:6.6250009536744rem;width:34.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skxq7dMr0ahyvP7plxXRdAv4FC0XzMJF { top:31.6875rem;left:17.75rem;width:12.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shc5hIPXZqCMrD10vaN2VcBDFVE9iSSG { top:35.5625rem;left:15.5rem;width:4.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViGJTIZrH6TSZGoipeibfxUyZfD1VPqr { top:34.5rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KewZf03MdikiiCh4fNRuMOGohMweRvKp { top:34.625rem;left:30.1875rem;width:2.125rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXLPXkdL9bBEkrolDe4L5qKyvwE4iFf { top:31.1875rem;left:17rem;width:13.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVfeododnw8EtfTC5nAE82iqarTxsUw4 { top:29.8125rem;left:10.25rem;width:27.1875rem;height:9.3535835191149rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeAwQpRG8W5g6KsAyKQaom5qN9NgevL { top:45.5625rem;left:15.5rem;width:4.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llUnwo3a0QVggNBF5ekBTlkyqQlTQsfE { top:44.5rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxT79GceRPS3D2xx0v7wuxVQHdwCBXOf { top:44.625rem;left:30.1875rem;width:2.125rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgpvZ3kUUhVc6OI2T9cCkpyldubszFo0 { top:39.8125rem;left:10.25rem;width:27.1875rem;height:9.3535835191149rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1kdS1apnKtFRSLDkkq6fb4RKFqPqCH { top:41.6875rem;left:19.6875rem;width:8.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXLKc2T6TAO5QkKcgwVFUEIQyWRmh768 { top:41.25rem;left:17rem;width:13.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUT3C4p3ZTnGt67SRSAamlcKBt1yZT2r { top:20.1875rem;left:19.6875rem;width:8.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1lXKvMiCQTDzKAkyXu4TWPZSrURE21v { top:24.0625rem;left:15.5rem;width:4.625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhtXJilTahu9oaGGaNyceW9NzX2xQRBX { top:23rem;left:19.9375rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBcN8QuAqcynz32zuX3d8uaAu8DI00Ze { top:23.125rem;left:30.1875rem;width:2.1875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4a27rGORqm0mtwP21OWlaBSXLMdmKOX { top:19.6875rem;left:18.375rem;width:10.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckWKtoLWn0LRR7hmqAHOhOtZPb6D3z8I { top:18.3125rem;left:10.25rem;width:27.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVINRExmtpVszJaJqzAUgqHbAhcM4eEq { top:23.1875rem;left:10.25rem;width:27.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Uu8WIgizOrw5TGUTmr1cIZEn6EJitG { top:24.0625rem;left:13.3125rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR2OCJVl6kEdiZEFA4UT8JnVHdxeHWgO { top:51.375rem;left:15.1875rem;width:11.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evuw1pWTqHUyaITkX5i7hdmdqoKT1l2z { top:51.0625rem;left:27.25rem;width:5.4375rem;height:1.9995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs16pbWkMFzibDS19aluQbiLkiBTfsnE { top:53.375rem;left:3.9375rem;width:39.9375rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ6gCW9oqDEQpIH7t0vTrTuTJIDgtB28 { top:56.3125rem;left:3.9375rem;width:39.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wiE5vwBnEbRJV576Ao3kllKeoEI4aa { top:18.875rem;left:17.43701171875rem;width:12.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TydV8MEC9McnZbMMzc7NB8lGl7Aam2 { top:18.375rem;left:17rem;width:13.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKmrnPO8ot00Tfo9GJZlFDkXmqrAXPlP { top:16.9375rem;left:10.249755859375rem;width:27.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuDIoDb2kg75SXFSx8TpLXuxEpcOu22W { top:22rem;left:20.124267578125rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDg7QaFE6NRa1u9f61AVbWMBKNpp6G0 { top:22.375rem;left:30.18701171875rem;width:2.125rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1mskTBhg3Fc4cP34hLbVFQKO87MLTqQ { top:23rem;left:15.499755859375rem;width:4.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1pTndkbGzzToknVPyy7TAKMbbWANsG { top:17.625rem;left:22.35400390625rem;width:11.0625rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LftWu2v0h9FahOFk7OBJAOUz40ALZ6TX { width:27rem;height:3.5rem;top:58.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuBTzX25MIWJwZBLeHn1qP6otS5TD30v { display:block; }
 }@media only screen and (max-width: 763px) { #TvKiUsaSXFHnVAOhzWn1G6J65tZktoNT { width:15.25rem;height:3.375rem;top:62.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyXdXxilu7a75FKPK8tygiv1m2OCH1s7 { display:block; }
 }@media only screen and (max-width: 763px) { #FvzeJHwDo1PsIxAiDc357qqKygKTm7CC { width:15.1875rem;height:3.3125rem;top:62.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLhENcwdKADnmnwoti1bQkGdByCPL304 { display:block; }
 }@media only screen and (max-width: 763px) { #yOanZSSXzknwwxROv6CN7kCqMLTk9XdD { top:26.5625rem;left:6.656494140625rem;width:34.375rem;height:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa { display:block; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCF2beVoQw9btHaP5rrE9waPrZTnGOwk { top:6.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOOqichbhWDJA2dJTUFmPwGfWx2lG0B { top:9.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDBbGau9867gcz0kAb4G79TTIkZUsfT6 { top:15.3125rem;left:7.3125rem;width:33.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGpkrHE1IE7oPfaXb96DHDofpvkEJOzw { top:0rem;left:0rem;width:37.9375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGik9LmeGRXFXtihS4BQvSZXh78Fysys { top:10.6875rem;left:18.25rem;width:29.5rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 { display:block; }#uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVrLgMmoLhlKA8BZmw1hpL8TNbH2wy4E { top:35.625rem;left:26.6875rem;width:20.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3nEg0OOV3Q9WCIN9mVzQs1SHghOeEx { top:59.5rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHbU5bxVTw983upi7Tv9qOWN18O5ovb { top:57.9375rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvXSvMAe4FDZVE2txfSDfuo18LJT2APo { top:35.625rem;left:10.8125rem;width:20.9375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwaoshNp5uawztUmQT6mtVOyOAh92ZZb { top:61.0625rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT7e3K2tnFf48vzut32J3skr623F6PnC { top:56.125rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vki53MXFTBzwDnE4o4Dpu7R5gt8ZbO96 { top:57.9375rem;left:13rem;width:18.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNhgcNFfvzINV2vfB15Zbye3Zlh0X2H { top:56.125rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLThB05MMnuxBmwHsWfHEQVB1NuVl4q9 { top:39.9375rem;left:29.1875rem;width:18.4375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTMHsJgg2NTXvvsXCnRNQDZAt6DmtIp8 { top:35.625rem;left:0rem;width:20.9375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr271J2XV0RlVT6HtXGVscs9Us26FuCS { top:59.5rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6x4O0nPFhHwA2XzluBQ1bWbr38U8VC6 { top:56.125rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMb2fVTuTnue2HfqT26QKnVgcwHKGgZu { top:57.8125rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPt5sDnRzh4FHaTEngTJo2TfbPoOd87n { top:39.9375rem;left:13.3125rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdG9Lopb5ttJ8695kVq7h6GVr76El98u { top:39.9375rem;left:0rem;width:18.4375rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWSwnTSfP5puQc6pyqnyQmMFFrMpoJML { top:32.75rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCcqTpswWUaeTG6Biey2lWiCxmXSE5D { top:32.75rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQNL02qS6raIPAKuEvxPVeyKZ2DkpQht { top:32.75rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSBvoGDU33KbEfrWrGGIC9NqllmkVhDL { top:3.6875rem;left:0rem;width:20.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SThsFvz1brwwWIf0LBOGHTB4pw13nmP3 { top:3.8125rem;left:10.8125rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nas7LwwfGWlMKQfUr1H9At9DzFy4Xz0g { top:3.6875rem;left:26.6875rem;width:20.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9fGdkxAFEOd5Snh3uKgJ88GkfSqeRzu { top:25.875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2FAM59W0umNGlgb4482hQxwCRb2LgQk { top:27.5625rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev0r4DuwtAf7ZnQy1vWxDuyICkT4tWax { top:27.5625rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5EhI45St2ayl0LptWsCTTGXBzgzANV { top:25.875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0e0mHKOgTXB2gSey9akh132PB5VDcKe { top:25.875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfAHrJkTPgvoFPCWO8eHlPbr4JCUCMsz { top:27.5625rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMenSxNuqFkna4XsVgTtd6aNrRSTod3s { top:24.1875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAW398lp7R8NKSZVBsKgUVQZIK4XRsB6 { top:24.1875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTKJW5ElATrB1DFw4sK9TTMTQES6lOuS { top:24.1875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbId5DBpbqUZH3XXLXvG5iCtUvNOp3yD { top:8rem;left:0rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iUprHpIxTWpLuWazPnE51Wwl8cLsbv { top:8rem;left:13.3125rem;width:18.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVwJAyxGfEcLGFdPGdwbAVWIuarxyWk9 { top:8rem;left:29.1875rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xec1Vo3TJCFI1Lq4RKAqsP0TnQrVpGq5 { top:0.8125rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obrRmrQkZuKr0emqpWmahmCuZHlyu9e3 { top:0.8125rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfZ7BKho9aia5JLJ3cr0REGU8EUwX3WR { top:0.8125rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Jgr0AsE3t0dK4zAfOrUAbwk6B6sFsG { width:17.25rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsVGFnD2oEPMh9lJrel4MBTrOv8Ul4tq { width:20rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyAvQhm8qmlt1sRqAV3q75dl8GEBBJJ6 { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzWsXi81XFEkoEihrFfZ0RJxFPRdppgT { width:20rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtrhJ7AAS6HkBMPfVVRRTQlvrvlGOi1K { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wy5WfiPTcpnQnGPrqDzaByEwTSItsSra { width:20rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7mBtnn0lxQx4ZqlC37Tya1GWLCAVnV9 { width:15.3125rem;height:3.4375rem;top:68.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMgnLtbIxeLTNTx5LP9uDPXQ1vS8TT6 { display:block; }
 }@media only screen and (max-width: 763px) { #c8gyreDTk0xeaIEOJIcSfnMAIfMgrzxl { width:15.3125rem;height:3.4375rem;top:68.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PZxuSpr0seRHuSxtPUarI1mF6XOzpr { display:block; }
 }@media only screen and (max-width: 763px) { #Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c { display:block; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9t1uluJAfhHoxmvwUw3mnd3qkMxEJoG { top:35.625rem;left:26.6875rem;width:20.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvnTqbEk4o7M1tGq56mqAoKriHZtodEP { top:59.5rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0HcHXvRBr5caSt4kfdTqXaWRvJqCLs { top:57.9375rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2inbTW85STNzBtksVpVqBnBBGz3Xii7 { top:35.625rem;left:10.8125rem;width:20.9375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCKNPue8TySqbZCq8ux0B7CHy9kZBryH { top:61.0625rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50daZkarP3GKfBdnNUs5EZFxizy58VS { top:56.125rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqnVu7r3JIRixgASdv7fGTeo8L079qWO { top:57.9375rem;left:13rem;width:18.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8ODVWwESET1ZCgAJyEPi46HoVXaUD9 { top:56.125rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicyFmIHmFCHbozqXnpUqz9GnhlHaayx { top:39.9375rem;left:29.1875rem;width:18.4375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkfglqk3lRgwtohdxQzOI1gtWHxAJabe { top:35.625rem;left:0rem;width:20.9375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8By5o3euvuG0Q1XBytl8KyBCKfUQa48 { top:59.5rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucZtWM1Vq09Fiyb6lc09UFpbHTE8D6a { top:56.125rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrnxLBCwX2exDq5QE6TaUVk34BxTvQx0 { top:57.8125rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFpxocaiO68RMTrmIvZGPdmoBtdLhibS { top:39.9375rem;left:13.3125rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR1XA8NGurGAJIlhiEpvele9wI9ZB9HM { top:39.9375rem;left:0rem;width:18.4375rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfxHDqy1Fs88JU7d89rtXDwT6JWnbfN { top:32.75rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWT9PiPiB1udXinG7rMzV3C0pxurx1HL { top:32.75rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yErr7EcdC6lRCkhx8yNrE2o0LOoy0ST7 { top:32.75rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlsO6I8s0JwtxSTINmoTGF8N0oFn3uca { top:3.6875rem;left:0rem;width:20.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4zXWfvSEzmmMp8KXQF5fgdX2B1fJzee { top:3.8125rem;left:10.8125rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHEdTs9bsamvqLEMlf6gKTuUv1DaJUmd { top:3.6875rem;left:26.6875rem;width:20.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2nVeTHN2plvmKgR1lGBbQkMWAo7ROpc { top:25.875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLsdmQTTAHy1Ty4gcCl2EFf7U3Na3P1y { top:27.5625rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4hNnsTwrn7BJk232OGeHPRTPy2pHmLR { top:27.5625rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKlLItwL90rT6LySZz5Mk05COeerCrJ { top:25.875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpoL5R0lzUwyEN4cJ1L18iz8kt2CwEx { top:25.875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKVZSTPkwd0OvRAl9MWH7psOKFq2T4hf { top:27.5625rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2akOTbc6v7hoW1yr2wyi5eGsT1MoZyX { top:24.1875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll95hDErug2t1zZzarC6WzZ8D2JfgWJ1 { top:24.1875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRh9KzaqODheCC70dHVG1npMJT1zqgx { top:24.1875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrbDnAcwO4sqClShm77TOQwd67clyvet { top:8rem;left:0rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGnqWQwq2EBmno8LZ8GX3UB3gMLLocc9 { top:8rem;left:13.3125rem;width:18.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upNk26SChSVAaqvz4WCLxFqWTaXg5zCH { top:8rem;left:29.1875rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIs2LIqasdTSvvV2lDaXDVHCAJzw8kdP { top:0.8125rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpd65s9cGzTwttZ3U8eXWDXl5RkdbUW { top:0.8125rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5HbB7eizBtvxe1yF5i67dCTdJxsD8p5 { top:0.8125rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvreQ0ZgEzetmrgEM2iltGUtuUtCyqL { width:17.25rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBrswPlGVfzzv2IsFRI9krsqsTEhdkU3 { width:20rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHn5CMZNA6mGRUc6erNHgzTR536p7wEW { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jug34hADUn0R32M2JJvxhQWJ26XlOn5K { width:20rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2Q5tgUBbX0eqHdH3pDQbTPIBFSq2KJM { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJSFS73ERE0bHOdoPe7zqyixETvRuwMs { width:20rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nfs5gK341BAN5DdLOWxSucJ8i4m6TNTl { width:27rem;height:3.5rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsyDpliAipFtyO9sZSGO95dpn3nWq8cG { display:block; }
 }@media only screen and (max-width: 763px) { #cM0fQqcvJ3buFMPUOLsOmNuT5eZp4sRW { width:15.25rem;height:3.375rem;top:68.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aftbpQr6NxQeZGr0fTcAbtTKfduqNpMX { display:block; }
 }@media only screen and (max-width: 763px) { #TaUJq6vN3z7Cd4EktRmfFiD0ILATH2R0 { width:15.1875rem;height:3.3125rem;top:68.625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTrP7aMBLX4cZoOMlJh0SExrUerRdKe { display:block; }
 }@media only screen and (max-width: 763px) { #gnoobToFBOBdumL9XuvHu0wuKUmlX8kT { display:block; }#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIa6cl5b4CXXffyJI6TG3Q30tPibIJM { top:10.4375rem;left:0rem;width:34.4375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfHERARqv46A1XiP59siax0FUGbWlfWm { top:5.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI3FhtFGkISiyBOevTlvmpgTI71JEUz6 { top:26.75rem;left:0rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh45MUNlmNXdTmUdenTRz4GH2rwcs6SV { top:30.875rem;left:0rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifhSlhBNGIVPg0pbE9TMTa6gXydM0GRX { top:49.9375rem;left:19.25rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eubBr4nna2McvmBnxoy6LWRCewChCJQH { top:45.875rem;left:19.25rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnfhwKngTTTHJGHsyxd8tQBtxoQRFLOb { top:30.9375rem;left:31.1875rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTfAD43JTyD2zRDxgLFSxyBkJedZetC { top:26.875rem;left:31.1875rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQHwfOsLSg7IEHV2WaBLP6pw0UfuITWV { top:50.0625rem;left:31.1875rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p46un6qABb6FToK9s57V6weLyTm1ne7s { top:46rem;left:31.1875rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c71yckvTgdsW3JiiKVHHlivoie3fTKHd { top:35.3125rem;left:19.25rem;width:16.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soobIO6Tl6uqOTdVvg00Jo9GypDGgzUu { top:16.1875rem;left:31.1875rem;width:16.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFfKIm4twX8mDiTGTd8OoMRTzXRCB97 { top:35.3125rem;left:31.1875rem;width:16.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px77MDvagVL5vFwuzCfNcuOoSgEVIxGR { top:35.3125rem;left:0rem;width:16.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80pQfzINhsGSGP1mAMCpIT6t8MtwOSp { top:45.875rem;left:0rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDmnAucGdLNTRz5FyvMXd8R3DTl1d6Qg { top:50rem;left:0rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6lT8pFQJDWQXWEZA5g0qcrS75BBlez0 { top:45.875rem;left:7.3125rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwmai1TgNFsMUTcUCbpmugVPnXo5q0CA { top:50rem;left:7.3125rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHUvyrAKMd6UMoRzQokeZZImDS0OZSa { top:35.3125rem;left:7.3125rem;width:16.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBgAXEqZmM4XxxCdGJe9sRoNKeo0Rl2m { top:26.625rem;left:23.875rem;width:11.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkvn0qBDFrKvx4RkW7NLtZQJokfxqNta { top:30.75rem;left:19.25rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6WZC2FfE6dZBxfEpVsMuQGTwdTTrZv { top:16.0625rem;left:19.25rem;width:16.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM63zNtJ1rdrTPKJolTc1mqFAkHrknuw { top:26.625rem;left:7.3125rem;width:16.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9zBXStTRglIqI2fuAqNeXSPuyOak902 { top:30.75rem;left:7.3125rem;width:16.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idi4RZsEmU1M6eWgUM3TBz1wR2T8QJ4u { top:16.0625rem;left:7.3125rem;width:16.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFQari3F9WmcTnrKXvmtf4Un0ZTriHGM { top:16.0625rem;left:0rem;width:16.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 { display:block; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUJ6aZRaaUVy6kVdPVoKLfEfKf54acLU { top:10.875rem;left:0rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQcU1sdxBT25Lff7GN9Ok8Rc0cbqfA1Z { top:10.875rem;left:6.5rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIgTFGhCgpBIA69geobW5rZCd16U3FC { top:10.875rem;left:18.4375rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeVvJE1f8oECLGTiTou5M3gtLKluGRMB { top:10.875rem;left:30.375rem;width:17.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkNbepWZA2FuyuXRxPWgv7oTupBSxPqW { top:23.625rem;left:6.5rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crbt1qkW76UMnDIi6U4ztKc8CyGrC1pl { top:23.625rem;left:18.4375rem;width:17.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv8Mf2oPTfgVv3LcVWkUE8CMUiR7FgH6 { top:23.625rem;left:30.375rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhbubS2FuDurLZqSZhz5XJhJD8TBNKT { top:36.375rem;left:6.5rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3StRxsnM2K1SsIW7NJhuF6NFgGPv49 { top:36.375rem;left:0rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ysnJenqZWK3WZs6JwiOTSRDgv0IkCf { top:36.375rem;left:18.4375rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B28LsZh2xOroJMQmTxRl2VC3as8TqB23 { top:36.375rem;left:30.375rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7lQtW2Kx7DfTlR1XV391qzr6Z2G9uJW { top:23.625rem;left:0rem;width:17.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UEhJPUypTwvCd1pTS88RNNcLpTm4Ri { top:3.9375rem;left:0rem;width:42.6875rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD { display:block; }#yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpwVOHAs51o6eTepiRwIIfyC7ZDzcGM8 { top:11.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAN0RgkqcxFc3IcTJP0NxU1vJTqmQCvR { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZaLJEJDRGk1hA37lJbAkEPqnptFw7Rf { top:18.875rem;left:18.0625rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d08siJaTLblDBD5TBy4LCUgACyiN5ZqO { top:27.1875rem;left:20.75rem;width:15.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6P4DqHOXePif0KgoZL4vsovD1dTpeH { top:18.8125rem;left:30rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w183OoMVSFk7uTmUh2gPoZr73Sub18pX { top:27.125rem;left:32.6875rem;width:15.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiBEIBq7Ob0JR0fyUlISpU2yvxXovla4 { top:18.9375rem;left:6.125rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6XxSW94DTkrlgzgze0KL23uwntWLf2O { top:27.25rem;left:8.8125rem;width:15.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDBStQGyfxETO4fawWFTdHFf7xhP945z { top:23.8125rem;left:25.15625rem;width:9.375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbwRCeyIUgVJLF5foGVRUlbf76o2iMV7 { top:23.75rem;left:32.4375rem;width:15.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkDf43rr6EohHo7uaPhkwNbWOEWihx1N { top:23.875rem;left:11.9375rem;width:11.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gE8OqV6PQCOsDpRHbAh1yhcaGzBv1Z { top:14.375rem;left:13.78125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB8pXlbFrbRnbPoxtXeHmTJueAtqshHI { top:16.25rem;left:26.28125rem;width:7.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvS5o01KZ9l4aJLsoVNCk8MnoQRmlfnC { top:15.5625rem;left:38.90625rem;width:5.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkcfJowRcTKvLnnFMvTPdSI8sReNP5Iv { top:18.9375rem;left:0rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIASznW9U1IImeGdLT4OP5O9CT4I5cMt { top:23.875rem;left:0rem;width:12.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I23EiQObiwafOOQPIUrItRtDuvqnCW1t { top:27.25rem;left:0rem;width:15.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhXTo24nuMk6uI163804lEIWITUe5aa { top:15.8125rem;left:2.90625rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI665RvAnUNa4Ltn3uomGn19iIGpniKI { width:20.125rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8J6QTvgqQux7NBDNwKLr0Jz3u1lhR76 { width:20.125rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMzzL9i1bLUR3cfgQABdd2Ah63HxXNiV { width:20.125rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJT4e2fq6UTbO3CG7qpDTWIJr80ebh99 { width:20.125rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAuEucscqeouwUSSI90zw84qJHenHHSM { display:block; }#nAuEucscqeouwUSSI90zw84qJHenHHSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccy6Oag6LUoe92eSaB6Vg2ct6RlKPEBK { top:68.1875rem;left:2.9051513671875rem;width:41.875rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mex2Dmxgl2mpJvqiIssu3ZBof2UVbBFV { top:24.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTNFTRt5kf14xOOz1SBfz9IsZ2chTkm { width:31.25rem;height:3.4375rem;top:32.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPJfSJ2pe1SRZ1n1Ey7DfMuKqhqKMoU { display:block; }
 }@media only screen and (max-width: 763px) { #lMhvadhbPogJpc20oDwDhOFkE25Se75x { top:18.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzVGCcI3Sq8ECZxsTt2pScbNFB7PqcI { top:7.6875rem;left:12.625rem;width:22.5rem;height:7.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #INwbtp7fV239kMFcpBJ49PBuvSNFDIJx { top:42.5625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwXKyqqFspgzBk6G31pD7eGov0fn5Iq8 { top:27.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 { display:block; }#nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqJOXH99K6ezWyyq1s7699OamxOzisMF { top:4.9375rem;left:13.75rem;width:18rem;height:5.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHueokSD2cwyX8MomrG8Tz41WtRVnAlT { top:4.9375rem;left:0rem;width:18rem;height:5.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uACmpGi5KtQlbO9F3X086AhVqILRppXK { top:11.5rem;left:0rem;width:23.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxpctZ7H7A4xeBxSuL2XdhKeKNJQCPm6 { top:11.5rem;left:8.625rem;width:23.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buxKKeyaIRIKLq7uHXAn5HqltVEcy07X { top:11.5rem;left:24.5rem;width:23.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2J847roGzUzve5Tr2hN5S3NfdPqGnkk { top:4.9375rem;left:29.625rem;width:18rem;height:5.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblZFzku4LQckDaKwoIu3T43o2UAuuyq { top:14.25rem;left:8.625rem;width:23.125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHBIqPOKWUJQCqsC7ZLy411qEMQfHuAK { top:14.3125rem;left:24.5rem;width:23.125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5Q0dRNBlbkXTaPImRoMleeJlHL18bU { top:14.3125rem;left:0rem;width:23.125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 { display:block; }#iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zye5MGNeDxQ2bFW1fJeU7Vrof37vLBS4 { top:11.25rem;left:0rem;width:47rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9JfReT3M2upt1fXg0RzIOZsvGmebIht { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0zC34OBuBn8MNhnLce6bwXbGXrZHKPe { top:18.25rem;left:17.4375rem;width:30.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiRzvMkSfsIf5J6G5UccP5wtvgANRWCL { top:20.75rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXoF4FusxqWI8iMisW0xMXp25VFUJkGC { top:23.6875rem;left:17.4375rem;width:30.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2wbkv8TbBWSiEvNMnJNNon9bSi7xK0e { top:26.1875rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV1Lf2u7bw3124FxDOT3sQ6R7uwXU9WR { top:29.125rem;left:17.4375rem;width:30.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edzsPcNOhQu3nve0ZN8xi8sPalexHI72 { top:31.625rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0VZJDftkiWXOnAsEg3FbfCI6E7B2ENl { top:34.5625rem;left:17.4375rem;width:30.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9J7y4acVCTnfLau7TTyNDEgC1KIl749 { top:37.0625rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6tmUVIlmPGsKAodiOwMP23OnViNlFk { top:42.5rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TIuOWNQhs54DBv4IhoUTDFsOvE0Tc8 { top:40rem;left:17.4375rem;width:30.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMIkIKXVG2BXzuopK2xwkB6vuJMRLSqq { top:18.3125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmaCrZZ7VWE5G955LVlNE76Mv1OQUSJh { top:23.75rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZBrOeUgEuSPUdOHCbTP1cCKE9yNAWM { top:29.1875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noJKIWau8uzxI2om5hq0KKC6PodSWcEQ { top:34.625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDPTkpxs2rhNv1J0swkD9OZmz7xH6l1h { top:40.0625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #io1GnvRfh7eBZA3MeiQhTPwxblGC6vW8 { top:17.125rem;left:0rem;width:29.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r { display:block; }#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nngCMsmRnUT3kSsvkanmMfyx9BT44Jc7 { top:11.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnda339m0iFBgI7n8zdBBbyhSc82B2Sr { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhRSVRkW2I0qfgMwlxxeuPzVypIUtlU7 { top:20.375rem;left:0rem;width:22.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJRT4sIXE6HUWMfEavsnNo9JmWgNg9Z { top:20.375rem;left:9.25rem;width:22.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMq9d74nhnhHH5zfyaE6M5X1d0s3PUZN { top:20.375rem;left:25.25rem;width:22.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As6qU03aQxRZogFWIHF9S5qU37DFVppG { top:35.6875rem;left:0rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kP1lGJiLnn3Na2HB4KXa5pViN2MPlS { top:38.4375rem;left:0rem;width:22.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnLKLyoXGref52Fo6vDIlTykFZBTRid { top:35.6875rem;left:9.25rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThmFNAJFFUB8IOrp3iPV88H2ZBcdDbEz { top:38.4375rem;left:9.25rem;width:22.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakSSuzR3ccC9PPLyrSqQTX42fXzHqwU { top:35.6875rem;left:25.125rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKRQlE95BNfBz1gJVFIN8A11pKLihi3k { top:38.4375rem;left:25.125rem;width:22.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Q6yM5ePDZCDkKZpWSP8bx8w49uCNBc { top:44.75rem;left:15.875rem;width:7.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmwarbl69UfM7Z0Sh2Av1t2mqHGXDQlh { width:20.625rem;height:3.4375rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI0uI3FBHG7zZDO3UrHvo46i1mr6pep8 { display:block; }
 }@media only screen and (max-width: 763px) { #oyzEG5nbUZ2Nult7nFByMuF54q1PDuq7 { width:20.5625rem;height:3.375rem;top:54.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRFf5r3WZFqeWIfHNFhl7wXzNEgf5cq { display:block; }
 }@media only screen and (max-width: 763px) { #JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB { display:block; }#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qw5GMQub3Sp1uOivdMANOFEB1ngtT2GT { top:11.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDrmEqUXgTvXorxOpkFmkkPBZySNAFgX { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5oBkzvCBIwc9NXGNKmpqH1RR7Z4LRCo { top:20.375rem;left:0rem;width:22.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmsJhsoL6TynuCgHmHWEdHtUX3oP8dT2 { top:20.375rem;left:9.25rem;width:22.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4MWSFW8TEUcHxCCLlTLRG8WnUbNXKCl { top:20.375rem;left:25.25rem;width:22.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUee1hatm1NMyOyvKyk4NTGfvUoKuGhC { top:35.6875rem;left:0rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6wRTo7hQU9CDf0hFoZT7xJyNJqMmS3k { top:38.4375rem;left:0rem;width:22.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDDSrT6yFScQL946GVXT1CIgQ95wN7ZT { top:35.6875rem;left:9.25rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnsgV47pcH8iRHkUiF7Ilqy3gmd3WAFc { top:38.4375rem;left:9.25rem;width:22.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2dLHCXW4w51HSTFITbyD4g6wvyuVNQT { top:35.6875rem;left:25.125rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ECqLiS3aWUHPKhHpgXP6owlGc5VwTr { top:38.4375rem;left:25.125rem;width:22.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMQt0ThFAv5g3QqlyhteakSbmC9iJpIJ { top:44.75rem;left:15.875rem;width:7.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCotgBDCzRisuGdVNagNSr4Q7f6onGCh { width:31.25rem;height:3.4375rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfFBAwxrspJklhz9Xpbny5NoANu5DRUc { display:block; }
 }@media only screen and (max-width: 763px) { #arLMWDibxI7huiWGS7oRdGby2RhOXQ6O { display:block; }#arLMWDibxI7huiWGS7oRdGby2RhOXQ6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZqimIslKENJFiCAaIBiGxRp60F9TUnO { top:11.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFycrxKAT59TpvREfZH6IlQ0RsTVG5E { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8DouDaIPUDwITBxqW9sZnufp4dQEJQt { top:25.3125rem;left:21.6875rem;width:26.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu { top:28.0625rem;left:17.5625rem;width:30.1875rem;height:7.8125rem;font-size:0.9375rem;display:block; }#gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu li:before{  }
 }@media only screen and (max-width: 763px) { #IyD3Phuvu3WMK5E54FX3TAHUVLl2QUFE { top:16.1875rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 { display:block; }#l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAwbcVlauKoMSbVO8TfQOsTqJXIvi6UB { top:2.0625rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEXe8pTCzxNzWF5AaxTLbvEp2a3mfPnW { top:2.0625rem;left:0rem;width:2.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdeeTk400dmpV719WyGpfhIq8w0Qowyy { top:2.0625rem;left:45.4375rem;width:2.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwWDhzE1RMGEXqAARVn8daKNd2rpTSqO { width:20.625rem;height:3.4375rem;top:14.125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxELM4SZqxwLd1p20u4z52wJLRvpWTIz { display:block; }
 }@media only screen and (max-width: 763px) { #sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf { display:block; }#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAcPtLe4zfbmeIXPBUcs0F8z3ekQaTt9 { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzyxrZqDa5FXvdeQTz3NtSPL8Pkk8lW { top:18.875rem;left:0rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu00GDZ4BvAZX66seIQ0vNSSxikSiUq9 { top:14.375rem;left:0rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAmHrkX01498roqyedddqPWFMNqr80M { top:12.5rem;left:0rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9HgUAgdcsTXBW1USrQXpM2bqf0TorJk { top:13rem;left:0rem;width:16.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x14h1gFaIQOAecNoue1CDFVdTE42R59v { top:12.5rem;left:7.3125rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puWSIA7M9TT34eiwhKrEWZwRb5sLPdSH { top:13rem;left:7.6875rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPKalQPNF2myRnUcsfaBg1V9gD4RNIu { top:18.875rem;left:10.125rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCHC25KOvRSzPApTBUVVo4F4Wlf6De0Z { top:14.375rem;left:10.125rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrabUBd5st8LkdpTxtfobsRlHJUqvn9t { top:12.5rem;left:19.25rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4RzapTZzoExJAS2nMTmxZvhsT5C3eOH { top:13rem;left:19.625rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMVhNDRevg6hLWMEzBnRqLZPowHh1BMw { top:18.875rem;left:22.0625rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCmuCzS3RT2Qd05tDI8gRXKTclvcSno { top:14.375rem;left:22.0625rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxHR6J3E7kEivfEfAiTwl6by5yDk5e97 { top:12.5rem;left:31.1875rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqDztbvXT5deemRvHpfeZTaD1ye8bWNT { top:13rem;left:31.5625rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve0X6x9TRcPr1dcOqU1aPpCucEeDoOFX { top:18.875rem;left:34rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmavmDUUx3CUrLumiFeqThbUw9TZCAJS { top:14.375rem;left:34rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNKDmsp3UwiKBR9PFIKcJ5DuJdJNIueg { top:41.875rem;left:0rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd9lbdu6JBy9AumoT3e4hHcNahGucBAZ { top:42.375rem;left:0rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTDQpSZKXnOX32Luyy5ih3doEwe62LU { top:48.25rem;left:0rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acIaePqU0xsekA61h3ZZgKJzfetgI8l7 { top:43.75rem;left:0rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfnhKaaH8FTe8dZ7SDhO9Gt6u5Ld8T5X { top:41.875rem;left:7.3125rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6beUyNNspg5D2SdpLszU2oOTJDUqATz { top:42.375rem;left:7.6875rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3lT9q7UA6NUV1HegtpfJtJSq0QTXWx2 { top:43.75rem;left:10.125rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5vlmOtXnbJwzO9eI8VWh9fWekBhIsu { top:48.25rem;left:10.125rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTlvshgy5QvJ5HuWu4id1CMXUtGzWmr { top:41.875rem;left:19.25rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAwBqoeQEp4zRz4H5Iq8wE1ctJt0tG4T { top:42.375rem;left:19.625rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgzfz4HuRsykz3V127SkJ2hNNJqWlwt { top:48.25rem;left:22.0625rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQH5TxXABcQgB8KR5hIaEN10MuKtcvKi { top:43.75rem;left:22.0625rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKMhQOUxQpJpeWgutv0o2y5BZTFpI5e { top:41.875rem;left:31.1875rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvdGmWBtJaw7DTGaPdbHM3qgBvfE4TE { top:42.3125rem;left:31.1875rem;width:16.5625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g34NvOCUdOeSKBEFsFRMOTQo4XhhsPhQ { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvTyp4zh2KNV34O0lHB0dQ7JeTggA3zP { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLIg2zrkLUC3XVucBkDsG7otZavHqFSL { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2WCcNRn9hdq52Jn3ulxG8fT8vXXFyvJ { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMh1If3P6U7T04JWbVxOx00v5pT5bOLa { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvkTTgI965moyR962KualyESUT2snVUA { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #znsHMTni31vCkFQDNIM5X8P67LoT4zOT { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOtuFbXBl1TzWQyb4GUT4sWtst6zQrcp { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHhy2iXTxtkErrSNrwh34o2TKMWKpSsM { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lf5K00epTdKLfokx399BhP5b4Nb1Nwqh { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #umowO8zREPz0oqeVe4oi1moZBehyhnCU { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nN12BnPelaBJccW2mircufEmx08l8vuz { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #doz7kAJK2s7USEoVEazalsu8R8lTGAXq { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqRr4Z3syNyLwFAxGu6R4hah11e1elZ6 { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOX0XnF7lS6O90GUK5pG7sUu1GGoBKk5 { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVThDfkQZlMEclSfoIJrHm66VeqpMNIP { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRx7pToNSZP2nRGbkatdQlFao9529d3b { width:20.5rem;height:3.3125rem;top:75.6875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVEivo2bKrLRiBRQ0wkz1zdtGGpqVCmL { display:block; }
 }@media only screen and (max-width: 763px) { #iyRIMv2LIASM4X5ssf7hdAhlI0qxp5Le { width:20.625rem;height:3.4375rem;top:75.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN22bxCT5HPKUxJ6037W5nL4qyPkdbNz { display:block; }
 }@media only screen and (max-width: 763px) { #INkhmZKTTG1KKkgFcb6fOdnd4zW0uf67 { top:43.8125rem;left:34.25rem;width:13.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na8NNfOPuPKtJHxt1PyDpmCXiuIwvgaC { top:48.3125rem;left:35.8125rem;width:8.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 { display:block; }#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGC9t54MLe9RSygWN1HDyJo8XT8UlQIp { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bkOP6mDCLdtr68lONZVbrWnt5mJOn0 { top:18.875rem;left:0rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJcpkz4uTdmp2H9kKLHCGoK7uSbVAldu { top:14.375rem;left:0rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzqmw1JArQDrnWvbEqcWc7xdWvRJIDQ { top:12.5rem;left:0rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJeJ9xraMTZgLh0uGttdnd2Tupfdxvwg { top:13rem;left:0rem;width:16.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDTpRX3VZ7nhs07dCkxaIKQTm5ZuS2ea { top:12.5rem;left:7.3125rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCtpKdxGfS1PCwNA1KagPCCf8EZM9Ko4 { top:13rem;left:7.6875rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax6wVXaGRBnH00NJ0xGRurnsgaixmvb7 { top:18.875rem;left:10.125rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6XnKTVE8VTrmGoOwkekAedLIwJ6eyh { top:14.375rem;left:10.125rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXigGlpF8Wx0zLlHvWWvbZCZMHpPxZo { top:12.5rem;left:19.25rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0u0KWCgGTJdwuUuvuxoMZHQnZmuJ2o6 { top:13rem;left:19.625rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3iVye4rraQcZM0WlS2XroLXR4G5KNLJ { top:18.875rem;left:22.0625rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4fW9AsyzA502phgTiaqwA8uXAGCkTLi { top:14.375rem;left:22.0625rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMD0FLD5833PMwMGSrpFsicxqaQh8Azn { top:12.5rem;left:31.1875rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiKqG9qD46W5muErtzd03nTEIdq87Xos { top:13rem;left:31.5625rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9xH74yZCcf6upufSnyXUviOXTbxxMbd { top:18.875rem;left:34rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvCQS8P3NcIxK96eUJIsRtrSUMq1Qyk4 { top:14.375rem;left:34rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7AVI3RnBvHcFyFhOsTHhLqcoyKvvpV { top:41.875rem;left:0rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnUd6eDv0vic44IB2wwk0UdP2TRIbW5t { top:42.375rem;left:0rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6DAC13DxOw3BTO5lOWNVwo8XQMtFbC2 { top:48.25rem;left:0rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWBQh7ply4x0g1XyKN2kqeDfQtuICw6 { top:43.75rem;left:0rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZ9rAcGJukE5V4SRS8JQSQiPcXdxbNO { top:41.875rem;left:7.3125rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5e8s18va4wmRycGcKyTP6tTKLqIG0WB { top:42.375rem;left:7.6875rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #si4M6csBlzm49eKCOtzTnTbFTahU0RyW { top:43.75rem;left:10.125rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMpsbGZi4lp6BotqgRF9F7yRxCI91eO { top:48.25rem;left:10.125rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8RW0veDRHaKWZCQhU8TTnefm5dbikqD { top:41.875rem;left:19.25rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKTr03D5HtSMVLQeUkPPJ7hDgc40Huy1 { top:42.375rem;left:19.625rem;width:16.1875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7xbv3f4q31wV66V768nbx5cUNPWzqp { top:48.25rem;left:22.0625rem;width:13.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0JX6emAhICT3UiR5206CHZAqXMxShoQ { top:43.75rem;left:22.0625rem;width:13.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTGyptxpZKT8E5m3SXQ2vwxNQAiTLQ7 { top:41.875rem;left:31.1875rem;width:16.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apniw3yEHbFeG0JN6QFa1QzMa1yPXGg9 { top:42.3125rem;left:31.1875rem;width:16.5625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgElyAiArpCTv8L1KRLoGCELn4dyA53z { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwSA8EShNyQr9OrmbR9gtVhKLHlR7Rcs { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5eQxCFrG4WCcwdqdidxMVcTtOgOgOpq { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tzb0zWmk6p1AP0XrkC18xhLLiDT5nfdc { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #otttC0NzNHvxwlCTB3fX8JE4TJvcD1vA { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVCbO5SkUSykQXKfETDxFC1y4tyOSFmN { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o39zp4qXRUSWLGc5cWXokKLX4uIXrxGV { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZb1l7W92W3wclNLmxpNCXG37Oec6edG { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #huH0XSuIuQzB7VqG6BDSFwm42oLQp2Ur { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG6e4ov5HsdhANsIVsuDzHhrOVptBxBo { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTfKnfLTnHtw6HLbb5COAmDfZKF8d39i { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D93aHXQGfPB0fPhfcX8PnHi7eRqhVeN3 { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4gyraqFP8TvEJ0CTeONhtiexRQAP9Xi { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTRMtGmJam5g2w2SnUXXEfIdUpM20kdd { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGdgrOsUS9NTfrk8lloXPJFRkVLriPQ3 { width:20.125rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2vTFKh1EAU7qHZLRH0VBw7XdIXJmWLi { width:20rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nG0x7FQPOJJSDlvAQbudIvlQOvqxXuBM { top:43.8125rem;left:34.25rem;width:13.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6CJJpMGcI5TKV8KtDs1SWmG6NpNGCy { top:48.3125rem;left:35.8125rem;width:8.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va4MePIGCBKGyaTHZH06IuVTxBmTW2Fl { width:31.25rem;height:3.4375rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btPbocT07CTXRXgK3GtV4mwTIVhQ92aT { display:block; }
 }@media only screen and (max-width: 763px) { #RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ { display:block; }#RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugARnzXyNFCZFrXpgbM2tfwIq0WFLOi3 { top:11.25rem;left:0rem;width:47rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX4FZyhFXdznUgGq31RAzOw3TnT36S0a { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIqmh4Wm5DW7A7NDlwSlqoaouQDNeG4e { top:21.3125rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2i6e7gGy4ibudcIZTtwEZFBlzw8oFS5 { top:26.8125rem;left:0rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ3kJQWmETamklSa2repZn5fawhAQ9er { top:17.75rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdowZvDpiwaDwfa3NDoTQtMWiyqHFPTa { top:41.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5FBhFQmn6ifiH1JyaShltf37gHby9Hr { top:41.875rem;left:19.812500953674rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A7NO6F7qAE4vS41XPr4qQQpcHbKES2 { top:21.3125rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9n6Fpe5oxh0TTlIOi94vIqw2VDst31 { top:26.8125rem;left:13rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH5cJpXp9y3pAc9Z1wut6kbJJwezrgDM { top:17.75rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0G8uQvvVcMSNMk6uyyRlyLV6C071wKn { top:31.3125rem;left:13rem;width:18.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFcsUIiEvyokTLVsDXCX1XL8we0n6rQ5 { top:31.3125rem;left:28.875rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUEBQEAm67oXcWiJD4FxH4B0Epmxi10r { top:26.8125rem;left:28.875rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfW75Cn0dN419l5W0JaWxduH3Cae6zd { top:21.3125rem;left:28.875rem;width:18.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMVkF1Jmy4x7KzzCqBABvr01oxyhNHBk { top:17.75rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEq4g9QuCOZalzFHTTv97SeAOQdfk6AJ { top:41.875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUmUrqqNsJx7ansW2poUuurWTwWK67bZ { top:41.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV2H2kGScGPNDdliQItolvPhnW3sOhy6 { top:41.9375rem;left:35.625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJTVW1VqcGTQgmhq0TPDKN0Tc11JACU { top:15.875rem;left:0rem;width:22.625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qDEsSMFff2Qqi6IaThQMgQa8rNDgG4 { top:15.875rem;left:9.125rem;width:22.625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmXsT061CgQaHnRn5TKAvShXWizHMLmQ { top:15.875rem;left:25rem;width:22.625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcveXUyifuyXwczDrGHyistRdd6WL72D { top:52.4375rem;left:0rem;width:4.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIfSt6N3sFCTc3g3gRhFl2GWwluCp8sl { top:56rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg6dpJXMEwVel39lBuepnW6b9gisU6Um { top:59.3125rem;left:0rem;width:39.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSVvNFL9SwqFKhROuwwzFNk0tnqq9BOR { top:62.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTom3iO8gF63dkNdixU5WqgwhoJcuX5w { top:52rem;left:1.875rem;width:14rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUPSTTTmPZhKu7EbztR0iwTpktKwsOwk { top:52.5rem;left:5.5rem;width:10.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP7h2uVe4r8qCsKutQ2xHTBc3rsNFL3V { top:67.6875rem;left:0rem;width:47.75rem;height:3.9139344262295rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEoqz7bM7o82vzr8w41IXCH1lKE04JAA { top:76.75rem;left:0rem;width:17.3125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRcTxFcRq9cNpyhTTTfdDQ0bpxkNq7kJ { top:78.625rem;left:0rem;width:27.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qupsqxlu9h1l3K72cfFtttAeOVVcWPtJ { top:76.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMlx8S0SQMkJDf0lDom8tcFdpk17yT5 { top:50.375rem;left:0rem;width:47.75rem;height:21.518240343348rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwFXt29e3RAmCRGz9amI2X6Lnrr7oeKr { top:86.375rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRCqyOePGl4foHMsEGLH71Oqm54tIloK { top:89.9375rem;left:0rem;width:17.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU1L7Ekn04r72nMG6WQeheVnoSDyXugU { top:95.4375rem;left:0rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVEV2WT0Go3Bu15lHvbsv6LyP0DwqyZa { top:105.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw3fa7DAxli3nXp2VZqGESIr1VBisplp { top:95.4375rem;left:13rem;width:18.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n18MGEvc3SJxWBofOZR79xm10oxNuTek { top:105.9375rem;left:19.8125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldJJfSRsAkLp89kv9r7Cifl51c3En3OR { top:105.9375rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB6tmaVRTKIiWhEKEkeGHJUiiuvDaQyK { top:89.9375rem;left:15.875rem;width:11.25rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCFLOQA3tsJET9WuThprV2OE9z2VLRo3 { top:86.375rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdCG9Q2KiQDbzXbeQJaWVCbTvyibkb2C { top:105.9375rem;left:25.125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebe0XC3tFcvNvOUw5LMg3mIcJdQIVQPi { top:111.25rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSStF21livyeS60GDcAzHQq9VERVpD32 { top:105.9375rem;left:41rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CloQ2r6M8LWhBdRoqDF1QGf9mzVrdVL8 { top:105.9375rem;left:35.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGnDtJfIdiXuc9eF20XNxqK6yRqtkVv { top:95.4375rem;left:28.875rem;width:18.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erZzsRyIfHR38fhzGutH3Bpk9hXD5w6v { top:105.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0407ua6idZBNkWqlSXprTkFFzvxVlT { top:89.9375rem;left:31.75rem;width:11.25rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9MOGeatuKuOSRgmmhFOSHDMz4Rzy8Iz { top:86.375rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnATpDBrZpbZv5Lm1GQzPqkyENiMeMJO { top:84.4375rem;left:0rem;width:22.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiDfOWTTHtUPH5hbAqfR46FeMgRd2Fen { top:84.5rem;left:9.125rem;width:22.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZBMnQHprlscADiavOTTqp6SCrsihQkv { top:84.4375rem;left:25rem;width:22.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVzyuawSlDBZhwLsyE6TMxVB6FvXdUF3 { top:86.375rem;left:9.0625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4fPOFiRR7MBCRf8XZbQD5ZRSv77T8KS { width:20.125rem;height:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxE2ZS2JshcnGpGUoz7TiT9HwfyF6Ufz { width:20.125rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V91DUIAEpFd0SFUi5kIW3UPFw8Hd996O { width:20.125rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuZuVclSA8SkhprVwthZbsGT05pzJVxQ { width:20.125rem;height:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTPMdm2s7fR1MCtVOIFPBLT3CPZEC85x { width:20.125rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGr3BCgbTTMyDF3n9fi9TuSnXAdfrNXf { width:20.125rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbgiGI6Cm2q9P2pi9CkKuFO1JckaTA80 { width:20.125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdO8C4xLqccpFr7XxA6Dd4B4RZiDnlDT { width:20.4375rem;height:3.25rem;top:123.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPSOypBtgAfZGRIFQsTMbtLRZpqE02u { display:block; }
 }@media only screen and (max-width: 763px) { #LkatunHyskVsvvaJfKJMmv3uDwdlvJCC { width:20.625rem;height:3.4375rem;top:123.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpcP3JqFZ2oqibaemQzmcQcdFzK6C9qG { display:block; }
 }@media only screen and (max-width: 763px) { #lN93zpegVXDRzcGz64GH93hX2fVyNNLL { display:block; }#lN93zpegVXDRzcGz64GH93hX2fVyNNLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCB1kRLgVUETSweq6tNFBTfd6F6xma48 { top:11.25rem;left:0rem;width:47rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zGhJDdg0uvQxOE8PX8IAieOUi3WwB0 { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa483D9lTF3TS6dey386axOZhGLLGLrT { top:21.3125rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtNrFDZlpd4B2XwrmBRFFVmuqc27KbG { top:26.8125rem;left:0rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGqZien7sAzSikc2Z84WNBoOVvVn6VU0 { top:17.75rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQK7tTLEQeuWGWrgITdqfMwmUJxzOOQt { top:41.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHyyxARq8m3JQxwlHEXKuN4qPM0TCIVW { top:41.875rem;left:19.812500953674rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQE2uKGbRL9oxSQ21IM02klgyPMd27oG { top:21.3125rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyXrXgdgV1EVD619v2q9TF2qGDMDCl5 { top:26.8125rem;left:13rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blHuBOhVAESHIctErb84dTK0exLoUX0f { top:17.75rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZyteNLEIs5hi5QnMEroFbvGTCDoJxSO { top:31.3125rem;left:13rem;width:18.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bazPOvoTgDys8ETt8CskTS1k0aT2Wi7X { top:31.3125rem;left:28.875rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW54Df8qdxIAgxdmmMFTDJxK7amTdu9F { top:26.8125rem;left:28.875rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFs5d1Ilv8w57gb0DfCmKfbJXRQWenG { top:21.3125rem;left:28.875rem;width:18.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJTG4X7t082JfnmHTVutTJMEv8pVOcz { top:17.75rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zteHmEw2gNraaGNfx6XKgXNByHHrhpxa { top:41.875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXS9UWsBurpKg2NsbPkeLMOCM64lQ1a { top:41.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLHmkVtDRbXbK4w37FiDCWatN6ePbNlJ { top:41.9375rem;left:35.625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtiBTpb1QtNEaSDHqZslTDMZpnnkqRJ { top:15.875rem;left:0rem;width:22.625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTw3feEJ8RR0drGAzPqWhZCfeAWoQLR { top:15.875rem;left:9.125rem;width:22.625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmOO7yz9n0rxImWvzC3raHPPWnnKMTHJ { top:15.875rem;left:25rem;width:22.625rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD5L7IZxua2T76Z4eOcpftc6wUgMoXLK { top:52.4375rem;left:0rem;width:4.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1MTs5EbSHNwk7QrLT9B1WNc1beOCi7 { top:56rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgM2waxfvo3TFWNKL85N7TGAIQOgeuz { top:59.3125rem;left:0rem;width:39.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTVUOOqPl7MrVW36yI2qPEZ7m7NtTGL5 { top:62.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIrLTPr21J4vIPBZyy0rUEIV0DybvmER { top:52rem;left:1.875rem;width:14rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6FhZb6FJ6FhNqu5Z6PuK8HU7LCdVm0 { top:52.5rem;left:5.5rem;width:10.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfbR47a50mSKq0OXTTsSF4ISPouXP3X4 { top:67.6875rem;left:0rem;width:47.75rem;height:3.9139344262295rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9p2pC57od6qdEHsofrCz74fU02kPVP3 { top:76.75rem;left:0rem;width:17.3125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9vJ7NG7yhch5QuZexa1WVTop8rpZUwK { top:78.625rem;left:0rem;width:27.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUi9U3gRBsPN3MyZBgpahC3FETIAFULO { top:76.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTs0yqBSqMIMT8exGuISRfZWMB9SJD3X { top:50.375rem;left:0rem;width:47.75rem;height:21.518240343348rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZ5iGFG5VCRblIrrlPmrbD3EDI63VsJ { top:86.375rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXZPf4oalTkcIN4VAznQMooggpm0DMy0 { top:89.9375rem;left:0rem;width:17.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wex6xKQiKekIR6qObDLcQ8prO5Ky7rwe { top:95.4375rem;left:0rem;width:18.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9nTHFSLwPhLRcmUQ2Qv8SSXW8lPR8bB { top:105.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfIhQF0cNcohsrQSvGr2py3LqUI36XkS { top:95.4375rem;left:13rem;width:18.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruEVFJ76O5XKwVJztbqfde7VseVUG6HX { top:105.9375rem;left:19.8125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kggEatQxEeopPpnwMdPNod4TI4q4GJuI { top:105.9375rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRweTpRN5AXGMtBZaeu5kTF4zKwDopD { top:89.9375rem;left:15.875rem;width:11.25rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiAKHVUHyyZAwQs2wndRETroc2Aoib3r { top:86.375rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcU5hzvv1QQoMCp6m1ldKIFb3gxOAUTq { top:105.9375rem;left:25.125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFSkqRiNS2PnU0IvCDfVFeokN0EOoLqO { top:111.25rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1s2zuoAOfpmkFWCxzrWTdNk1OpB6hz { top:105.9375rem;left:41rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvQu9uA2n8hsqGBGDts0lVTuPB8q03Ly { top:105.9375rem;left:35.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4XZP41dqmdeBwMin1sI76RH5eL1qkJI { top:95.4375rem;left:28.875rem;width:18.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDC3MRfdKy9RVZmFMe22LfBpi5NUpoRy { top:105.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfkzWaF9aZJRGVcos68fU0vp9kOck0cn { top:89.9375rem;left:31.75rem;width:11.25rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwltKztm6VU020Zi44scdvSHEl2fSMvk { top:86.375rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTK1aGq5PwLxuBlV7hd151BMdTXdTk6J { top:84.4375rem;left:0rem;width:22.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTLfWfRC086nv9THFxXW4AcqUrzoAAlA { top:84.5rem;left:9.125rem;width:22.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkPOR6ON6igmzyGI9iidGTETmXnNUAT2 { top:84.4375rem;left:25rem;width:22.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5WUvbTUsvUsNx7Csm1x2RnZxpka41Sf { top:86.375rem;left:9.0625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xd8HdpAtp2PBfUo20aFkyIQuV2G4pB { width:20.125rem;height:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBJsCwtp1OdqNFVudSc4aVOFvC5A1fHd { width:20.125rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO8WHnGKebVkbEHMOXAZ3sNtANI82ekd { width:20.125rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UL6VexdigJ3q3483FLS1WNh7xD6hQ23H { width:20.125rem;height:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y36bFFvZzSIExkNXmSTohQbPOAPCEhuz { width:20.125rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltXpN20DhfigrTTpZfJkaXhTgzcTBAfV { width:20.125rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuEEzxx3dFeCrK1FWOdevHkelDCQgZg0 { width:20.125rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8ie88hkDZ7t5IdZ4LQv0AGpKOn3oTt6 { width:31.25rem;height:3.4375rem;top:123.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGbQ5ZdbcKmNfPo7IsLvWH1iMqhe4JFT { display:block; }
 }@media only screen and (max-width: 763px) { #vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM { display:block; }#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEdCFGzkSVeOkE4R3yL5T0ZrhdapNzZn { top:5.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSi6zRz9Vt2rcDvS8nUP8WrTJzX72TEy { top:11.4375rem;left:7.4375019073488rem;width:32.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBMKM2ET8xhVAL9vrtz8AOQG9lqlzGpP { top:17.5rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE { display:block; }#qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oc7Hhtzi4dbDohfQfaTrCk8pOf3FsoTk { top:35.625rem;left:26.6875rem;width:20.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbEiFDCGmkmDzcoSxz6xPUdsmWdNwSE6 { top:59.5rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO2TTBFzfUeT8hmyyGThpBUvNAAexeWD { top:57.9375rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b638xVVRUTRyWAVeQvdqz4KkEtCHUcGd { top:35.625rem;left:10.8125rem;width:20.9375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXiTSMASlx5Le9LsAGw2ezpB46gOeuZd { top:61.0625rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPqeSN715ULyxXc6EHH8MqTF9H1dxfge { top:56.125rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nwRPoVdM3PEa6i4prTdwRhKSbqhmTm { top:57.9375rem;left:13rem;width:18.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt8OmC1hk1qV7zBlrFSogq0NwbHKZUU { top:56.125rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlOLe5IQmdDXUMrIW0TTOTdS2sBzWMkw { top:39.9375rem;left:29.1875rem;width:18.4375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kBTWw7MAlrSMqRw23eh9IWUEsGCx89 { top:35.625rem;left:0rem;width:20.9375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2wIvKce2y0zPXThBZxfJTZVeKDWE7EN { top:59.5rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyDTT5rmZ4QGv5pGDWxXhPRItryLCUoO { top:56.125rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTGQXfdQwBAoWfJMOpeHd31qwrGBzC2 { top:57.8125rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyziznPFhs897IOAaaMA392edtQVi3mO { top:39.9375rem;left:13.3125rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb887sLod7pB9OQQBW5hpT5Mro3DTdDa { top:39.9375rem;left:0rem;width:18.4375rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCbkfmZ7puKMwBRK2Sk3WkJsrzlBTp8R { top:32.75rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0EnwAvh9S0woHUTZlsHlK8SxvWMmiow { top:32.75rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsqsKh53Oc3hQT31hRfMOymKSwZvqv7 { top:32.75rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTzKQT1IOT5R7hXFOV4wwbATavrAqxGr { top:3.6875rem;left:0rem;width:20.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaNQuShfGvADDXicqzMKEbSCFMTsT0h { top:3.8125rem;left:10.8125rem;width:20.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2JrCltRxI0Re5TPC89UuZmpJUiFRt6M { top:3.6875rem;left:26.6875rem;width:20.9375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSeglB8ERsqZ0ty4oeIKlKZF6K2P4afL { top:25.875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aano8PGEXrvncPtFDyaXn9yqbFCTQXli { top:27.5625rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srx2FhUHJvblkrTl6kGGzKUcOo5I8LxD { top:27.5625rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtisCA512vco8yR0GQIBueRrb8xyCH3 { top:25.875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTV1B16iap0VAoNi8xPWNPIC78uZPPk8 { top:25.875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsb0cxOUwquUT1yduZ4a6U7lLcrp62TW { top:27.5625rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEZQsXROtnLCSM7tLzdfrHNSsVp3Tpkx { top:24.1875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmyQTCk9xmtVI0bwSQT8QparsZVJNf1 { top:24.1875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4O1Zr8rrNXRoHrakfWFDcACpoVbmllI { top:24.1875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPytpvlbhNt0q3HDcF5gUuuHD0Qucig { top:8rem;left:0rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNa34HESz2PkCClns8up6Il0grduT3OE { top:8rem;left:13.3125rem;width:18.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNfDuT5iGLV1msd5qfXzAVMCF37f4Uc { top:8rem;left:29.1875rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJTeSqv4eaLd94nJD4TPSKzxcX7HGZKE { top:0.8125rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwJMRXsDW0quDOrLdAypcxyfCnbpeqsE { top:0.8125rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaMHwr3UeLXs4O2MLPiT7Bs7ZuV5tT7 { top:0.8125rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgzTdcaWqkuvv4X6mBtFlMyZx4VoM1T { width:17.25rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzINQkePHL5yOoOM4TyG2MnyiT8LsAlZ { width:20rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCzUOS32eCS8E6dHpeQ8zEr0i5ZwwMTJ { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4phLwiTlvRcXVx4e4Ba0UWicHwS1mB4 { width:20rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdILXoVhQTZAE4kvIQHhw49RkyEcbK0f { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mb7X1fC1FelIzwa324LmJvOfoxbmz8z0 { width:20rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkN7xnt3v8EOKBRl8ZzKH6IfVQZRmLQV { width:31.25rem;height:3.4375rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zzK2yRWJSRZDy3tqAa9fJegm3vi8T { display:block; }
 }@media only screen and (max-width: 763px) { #ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 { display:block; }#ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTB4AMbSIO8BpgO10zJJElKLxD9mGxOq { top:5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeHHacW4degAGl7lXV2FB0RntcE0mtGw { top:21.75rem;left:0rem;width:47.75rem;height:22.568157894737rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNp9uEKndRkHWD3Eykze18N2CUy9sFhC { top:12rem;left:0rem;width:47.75rem;height:5.8305263157895rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw { display:block; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR0RIKx8zwegw5EK3Cdp6W8vT3SUNzxK { top:5.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePfwZRbOlnClTbbqdUUhis6y3KN6cefO { top:11.125rem;left:0rem;width:47.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLofPdH1plG1lnK6WMsgJhFSsPm1TNKg { top:12.6875rem;left:0rem;width:42.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLzdBQMnMoVe1Ao0psvxcdb2bINUNMdP { top:12.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr { display:block; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp9iNVHCz4b30TC7auQKzrJHVeWsxinS { top:0.5625rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKwbHQKOTV6ECrHtKD0NSaX9RuB4VUWJ { top:2.3125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R { display:block; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbB7iv0IQZlWRTQukQNE99cEPTkBqeKT { top:0.5625rem;left:0rem;width:47.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Mf2cFsFwVTUIkfHVeFlC7KFtSG3QkO { top:1.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKLRKcpJFP7DLuHUadGQ1NTTFWst3V94 { top:2.0625rem;left:0rem;width:42.1875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG { display:block; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTXxaherySpTEQbt07aJK6XpiH4umBa { top:0.4375rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTVIXcXW0Zomk4DN6kXfe24I4EarJDK { top:2.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTFdBqgA7J8E8pkmEaW9IRSoLh3fCIO { top:9.8125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG { display:block; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqkMiSsUJIWBsS0Q2BI9GtZcCanCSSTx { top:0.6875rem;left:0rem;width:47.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q832IWFfitLlc0yKgC5oc7bnHNmaXWai { top:1.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxeJxzV12bESUKJQ0Avn0zxR7fWb3oLO { top:2.25rem;left:0rem;width:42.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM { display:block; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTAVgrAE7dwIlx7UVftJa4TTwqisU9I6 { top:0.5rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZERuADgLFkcdGOirPJpFpmRL6K7cl1K { top:2.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doV3WKN8PsO7A67i9dkOZmgVTTRdQddn { display:block; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNbszD9q0zi7l0pHW9HccRT28mZlfkSw { display:block; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6Ezn4xoMfNeAiBFWkk9h4m2BscgUDW5 { top:10.3125rem;left:0rem;width:34.4375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EODo4QQEof8NSUNeA4owz4wOfsuQ3EWK { top:5.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqD9bnDazh7JExGCOaT6rdDT5kK0N2lG { top:26.5rem;left:0rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhLoxlXTsJZci2S8TDHX1Qyr0rdI5bBU { top:29.25rem;left:0rem;width:22.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdD45eehCLSHWh8iEDcM89KsOgfaMgyf { top:26.5rem;left:9.25rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGFgs44b0uogx1Pvs0fG3etu190tka9I { top:29.25rem;left:9.25rem;width:22.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knz4ka1S5yg47mynDrLBZRtsGUw2BhT2 { top:26.5rem;left:25.125rem;width:22.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5gbZEfFrOUzffzQJPTGvlaRZRvznG8t { top:29.25rem;left:25.125rem;width:22.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUqUrobTqgsxh38ATxll7ueavGVaV59S { top:20.375rem;left:3.375rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMvTa5z6UxMUeDvyV64aXFoxixmnbtBh { top:20.375rem;left:19.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4LTJdTUxg9M1W9s0ozc9ACaqG3nMWnC { top:16.1875rem;left:3.75rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyW2TfG7mrZLs5sVbkH9p0WEpz5o3C3e { top:17.75rem;left:6.0625rem;width:3.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke8kKHlZLzT7y7I0ZTDi6aOt8tTW6IqF { top:16.25rem;left:19.625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppzr6bmqc2tT2FAPTfT1GTRUmx8VdheR { top:17.8125rem;left:21.9375rem;width:3.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcArrwRDeSBx7TPqRLWwPZ0GChFkILt { top:16.25rem;left:35.5rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFs2R0Hog1rKE5qdXRqABZxDPCoQXrI { top:17.8125rem;left:37.8125rem;width:3.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ11TiKHEAfIl2CclvMGBXFxGlKU2v41 { width:15.25rem;height:3.375rem;top:40.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6krXyohJIqCcZN2wgDQWOXJ1LEaPIHh { display:block; }
 }@media only screen and (max-width: 763px) { #sJIh0Ea1tpyG78NKlgZet89UzgpRZeXr { width:15.1875rem;height:3.3125rem;top:40.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX0u8TNCHNzhQV6uLTdsoX9AvuLyCmFJ { display:block; }
 }@media only screen and (max-width: 763px) { #yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN { display:block; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3ZQDyLhEfT4P7gW8SBkSxTSBuauiP3T { top:5.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkWBZU0HF6V2WyRKoTbdLm17Bt6Uph5i { top:10.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv1fyP8MtI1SIcFyTw4dCADdIkMc1kuV { top:16.125rem;left:17.3125rem;width:6.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRzX05FZe9JIPqt3Jnp00pD1IKzaB33U { top:19.375rem;left:15.125rem;width:8.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtX3RgMUm9qB1nw7Uogp2Wcpm0MXJIX0 { top:21.6875rem;left:15.125rem;width:8.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIyTDJllgPhXWg7AghZ5wXJchIKgOP4S { top:26.5625rem;left:15.125rem;width:8.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2s1fHCJhKp7q2eR43payx2SqLnhxGwF { top:29.5rem;left:5.625rem;width:18.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbWowTdWKMG0wFTd5eQPmVuklUfoG1S { width:27rem;height:3.5rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmHOwyPVQTN1R5pVZbWL8IBvAOBunGvV { 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.6875rem;left:39.1875rem;width:1.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 { display:block; }#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NehJei3k8Rs8SskOkUHN7KpnlSqDDZ97 { top:15.375rem;left:16.3125rem;width:31.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnPMCU6Xof6JgLZO08vVoUylM8hCedA8 { top:5.5rem;left:23.875rem;width:19.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUgfWuc4wrilfMFflAeToB34L9CkXTuC { top:19.8125rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrgkNIFygiv9Qeb4AXZ3ac78Da8TSnzH { top:19.8125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBBSnwqw1SpZbJt5LTTbXlsuEv3qQaFr { top:22.5rem;left:22.75rem;width:25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlPSOBxCQyXgsSyIpD6hW9DtqdyEKVC { top:22.5rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0bKabZodKHcTFGPU1XVDHVqFT26ipZf { top:26.75rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpdrCqce9TS44X467eeaWoAJLyqQSims { top:26.75rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tbuO8Oq3mtVZ2oHsIlsrcHiG6xdlhG { top:28.4375rem;left:22.75rem;width:25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ivEpT3aH6dyfPvyNb8X11bBVtP4hUM { top:32.5rem;left:16.3125rem;width:31.4375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTcNT5TRIAklwGAFNXCp7PMegzPsvN { width:20.5625rem;height:3.375rem;top:40.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ttddzncnMksikzfisIwkkDrvxXFJXT { display:block; }
 }@media only screen and (max-width: 763px) { #e2QbJTH7KGIqpZLSKehZ1TzQ5JRkVuHc { width:20.625rem;height:3.4375rem;top:40.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddMO9OFd5JQKBqzFASb4t13rSau0CVLT { display:block; }
 }@media only screen and (max-width: 763px) { #aVSB9SF6B20d27mWn21UPlMxKM1pnZ3T { top:0.4375rem;left:0rem;width:36.4375rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF { display:block; }#CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iliv8WBLvcgEecC6dbDudEkg4zT3fEZX { top:27.3125rem;left:32.875rem;width:14.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2V4vTA8lJg7Wvfg3DK2gKn5HUetNtL { top:22.5rem;left:33.1875rem;width:14.4375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnFEfTwwBQ7Qh3PaTUkqJLRekKWbpOwG { top:27.3125rem;left:11.125rem;width:20.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqS97mSCzzPMXiE0KgHDEtTZwwakpIlI { top:22.5rem;left:12.5rem;width:19.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWQpBJnVTDKFJXZXgDJV3dbLh1GarcaQ { top:15rem;left:38.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7Kl5cL2WvW1PgL6LpOTUU96H0UlRst { top:15rem;left:22.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgCTftg4zCOBe6kqrgNnMkc1uvzD24T7 { top:10.5625rem;left:0rem;width:45.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRolKIXITKGF76I6Qvgi8aSuHdo9490T { top:27.3125rem;left:0rem;width:20.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38aEGOpgI3gAJrIAxG8LsrLCcHNXlHs { top:22.5rem;left:1.5625rem;width:14.3125rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfphnNXQSoQfleXb3TNom8HDWI5gsGsL { top:5.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBbspaqEBmp9hNLwSKTwGdCxRwT8Byy { top:15rem;left:6.3125rem;width:6.25rem;height:6.25rem;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:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dltq5NFPwoqx8MS38WZztGAwPATC6vCR { width:6.25rem;height:2.1875rem;top:3.3125rem;left:0.6875rem;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.3125rem;left:6.875rem;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:5.5rem;left:3.5rem;display:none; }
 }@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.3125rem;left:13.125rem;display:none; }
 }@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:0.75rem;left:7.53125rem;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:3.3123779296875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDiCuKSR5woPB8AFv2qpUki4xLS1O9T { display:block; }
 }@media only screen and (max-width: 763px) { #sFCgn6rfTwAcI9adQzuPatAMBIitc9yq { width:10.062rem;height:2.49975625rem;top:6.123046875rem;left:4.968017578125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGdNHFqpKTOB68odsT6sBd1gQADvuBq4 { display:block; }
 }@media only screen and (max-width: 763px) { #aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b32a7322-3f31-4f53-9f4a-3a88b2e3402d/Frame37539.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze.adaptive-delivery-prevent-bg, #aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze.lazyload, #aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze.lazyloading { background-image: none; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container { background-color: transparent; background-image: none; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container > .video-iframe-container { display: none; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row > .video-iframe-container { display: none; }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .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); }#aXXscV6mST6FxJXxXTd3nnCrRTokw9Ze > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRGU6qEPyxMJP6rbeqXvQQInrukZ94z4 { width:20rem;height:1.13745rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJ9OS5F7GmvmPixFBIMGDTSGpz1c5ZF { width:20rem;height:6.650375rem;top:15.015625rem;left:0rem;font-size:2.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RfBnOy9sPLgN2MlrTuBra8nLdk9Nz8ZH { width:20rem;height:3.84814375rem;top:22.203125rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mELUQIHUWHsvs7eHbM2tciVyXqciuBfe { width:20rem;height:3.125rem;top:28.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq0FvvDLvBEGlrcr0WEhiIE4J7c9h7Di { display:block; }
 }@media only screen and (max-width: 763px) { #iccPPRpQlrWaq1xBBxla6e9WERoZo7dz { width:20rem;height:3.125rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNuD7UitWDkX0svH8lgRr3kUNlcBqw08 { display:block; }
 }@media only screen and (max-width: 763px) { #rlOXGHAZH2XLSkIloyT7Xfwf1L1PHOaF { width:18.75rem;height:6.0625rem;top:4.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09mcmizBUAOnVamatSq5AIf4FrSzQi4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b32a7322-3f31-4f53-9f4a-3a88b2e3402d/Frame37539.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4.adaptive-delivery-prevent-bg, #z09mcmizBUAOnVamatSq5AIf4FrSzQi4.lazyload, #z09mcmizBUAOnVamatSq5AIf4FrSzQi4.lazyloading { background-image: none; }#z09mcmizBUAOnVamatSq5AIf4FrSzQi4 > .row .container { width:20rem;height:41.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UPG4TCZdwwu7yIy7GWDK6OSrk3SGaas4 { width:20rem;height:1.13745rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLbDRbaVsTih0OvK4TsvGrXFE5CZ2uC { width:17.874875rem;height:5.9494375rem;top:15.077041625976rem;left:1.0617406368256rem;font-size:2.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XLclaalzUTw800llTfUAVxmfrT7Lt1te { width:20rem;height:3.84814375rem;top:22.203125rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eZleDTiTOILtNhbHeoRvK17sD89W89G0 { width:18.75rem;height:6.0625rem;top:4.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwELKGr8PZfCG9TZ3NuTrxJ5OdfTimoQ { width:19rem;height:3.5rem;top:27.30143125rem;left:0.5rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HKR3JxBV1x85peTSLhF54hVZthE50U6e { display:block; }
 }@media only screen and (max-width: 763px) { #osBRL7vPeqK7HFvE5pxTnnL8KVWT3otO { width:15.25rem;height:3.375rem;top:32.050537890625rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aImiEehShvoPIygmIT7bz3LwcDTzTUGK { display:block; }
 }@media only screen and (max-width: 763px) { #J3url7kk3TwRTy5avAOGqpNoWqx4aWpR { width:15.1875rem;height:3.3125rem;top:36.675537890625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLbBMtCBr57a2Tx5lz7ytKpXr9iI6Aub { display:block; }
 }@media only screen and (max-width: 763px) { #qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq { display:block; }#qaoTQtdIri1PDhJJPO5n63xeDvA9WVaq > .row .container { width:20rem;height:105.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIvV1WdMEgN7csVSTroZWygbLKTeQVsw { width:20rem;height:3rem;top:3.75rem;left:0rem;font-size:1.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #n7QZQvlDLIxfJw5z5981GWgeXO1tkpN0 { width:20rem;height:15rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFRb74JKDGUdSBP46mzJdb9RvrSthW9 { width:17.8125rem;height:1.5rem;top:14.5rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HDKTrosFqztKDBOrXxuTmJ0Goo7qP03H { width:17.8125rem;height:4.875rem;top:16.625rem;left:1.125rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pflCHXlugzZd8PlnVarJ3wFlcTCa4GGm { width:20rem;height:16.25rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t30D3PhRxsztUzQx8nzFQt3iAb79T2bT { width:17.8125rem;height:4.875rem;top:33.625rem;left:1.125rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PpzzEPuTd2NO69BFWBfEbAt7db9RoXHE { width:17.8125rem;height:3.2504875rem;top:29.75rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8J7nsJJTBLZ5crb1ze8CDZFBHW4XD7i { width:20rem;height:15.3125rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNgg78KMSmJUgkiT53Nz23q3qC81Gs4U { width:17.8125rem;height:3.65625rem;top:51rem;left:1.125rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qt9SQd6cST5VZokQ0yMXs2GFKOb3mheO { width:17.8125rem;height:3.2504875rem;top:47.125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3wzc8TVdtIhp3QUnmCFLDnSZVCQTPWB { width:20rem;height:15.9375rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAJVFmQLhqCmT3gb1cITIxeilsbDeUQ8 { width:17.8125rem;height:3.65625rem;top:81.1875rem;left:1.125rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TCcKn0TdDn8vIFwaksVgau6PQqqHl54z { width:14.625rem;height:3.2504875rem;top:77.375rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smTQTk3b3OT34TJTgGxMCP7tJKOZrBFr { width:20rem;height:13.125rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIfW8aMLK1hVgUBqFUnNXJe6ioQbPXgP { width:17.8125rem;height:3.65625rem;top:65.0625rem;left:1.125rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z4lCfRgTM3sWomKKNWzVLMqvVkzyL2Tm { width:17.8125rem;height:1.62524375rem;top:62.8125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gdmi2qHQ06uPz3TXe2B8NfoAK5Qu3JQH { width:20rem;height:15.9375rem;top:87.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS4tbNBDxbHopvmmAoZfashArOLVCnz3 { width:17.8125rem;height:3.65625rem;top:97.9375rem;left:1.09375rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BSQXK2NJUpbCXFz6rglBDChTsdsb24Qn { width:12.75rem;height:3.2504875rem;top:94.0625rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sysNTMHNx6I9e1sdODM3eND5fZ7z8OCL { width:5.625rem;height:5.625rem;top:8.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1JhGfxrT6GUwOJSf2sprdq8kXBcUmf { width:7.6875rem;height:4.875rem;top:24.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrhQSGT2wOSfDtxWhO3FXk6ZFePRUw0 { width:6.1875rem;height:6.1875rem;top:40.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqifFBDdGzWXu9TzrIs9u7SH97JN834V { width:9.375rem;height:5.625rem;top:57rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqJLycDQdJlNirWbfOiqCROfbpgB4ST { width:7rem;height:7rem;top:86.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMTDcokv9QGkXRi1i4uFyvrEKXxVkQc { width:7.125rem;height:6.4375rem;top:70.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb { display:block; }#lMgTrgL31qyTKwp8XIqfR0RAkmhXlLwb > .row .container { width:20rem;height:38.334716796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzZEswwo5cI4ctuUC2f3ypCCcOT5XqFT { width:20rem;height:5.625rem;top:2.5rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tDWPlyQK0u4aaUXKzBOHFSZKVnLILvd0 { width:20rem;height:4.21875rem;top:9.375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FZxnIzVuwak7NyqzNGe2sJ8oNvxrKL6C { width:12.9375rem;height:3.65625rem;top:19.625rem;left:7.125rem;font-size:0.9375rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TdG8QF5xWoR6e4S4Q1FnTih61gFUbmRD { width:10.25rem;height:3.2504875rem;top:15.8125rem;left:7.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTJrnoJ5gRE3sKTdPVh0WvLnETMSNN9K { width:12.9375rem;height:2.59863125rem;top:31.7099609375rem;left:7.0625rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NUWpODfES0MaxkT3mzzNtwAUBpO6L815 { width:1.875rem;height:2.6001rem;top:24.546875rem;left:9.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC1cM4F5ITZJs1xSePHvmMM74COkw1A0 { width:5.125rem;height:8.125rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8631tRoZLggMrefrBcptIGxpf28mhsZ { width:5.1875rem;height:8.125rem;top:27.8349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtQFJ5WunhAO58TTs8q5WXZOEUILo0B { width:8.125rem;height:0.0625rem;top:25.8349609375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2o3IwiSFG7cGdloL1D6Qr3lMW5ImBJ1 { width:8.125rem;height:0.0625rem;top:25.8349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9NTdXlP7dL8aMbRJTk4kCOQBSqX3zy { width:10.3125rem;height:3.2504875rem;top:27.8349609375rem;left:7.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tztp1RWWedHgI9LK26fx2a1IfHdNSteC { display:block; }#Tztp1RWWedHgI9LK26fx2a1IfHdNSteC > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrh7ukB8DptuEJpsK84ylvLV3Z0KqXix { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i5qwH90vCIqEcqbuqWykGs5h00KvAxs4 { width:12.125rem;height:1.29980625rem;top:20.75rem;left:3.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SKWkKNx37pTXlc0AhuH6mHCQiI3PZF1g { width:4.375rem;height:13.75rem;top:25.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n93P3w2LR9TzF9dpB27S5nySJynMNCSd { width:1.25rem;height:1.8125rem;top:22.71484375rem;left:9.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h0yT6cRdydPDveQKWF4ChJXOziic9sCV { width:6.375rem;height:1.94824375rem;top:24.75rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PCzB8g4Lz6AvLTNERUaG3KtLniyTnPHo { width:6.25rem;height:1.94824375rem;top:30.837890625rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xq5mliK9O6vJgFT0Kt6uLv76puarDIvg { width:6.0625rem;height:2.1108375rem;top:36.7255859375rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CQyhtqcmOQMsh3BW6qvQsmD129wA7k5W { width:2.6875rem;height:1.5625rem;top:21.75rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CNfcLzp75ATHS6WCr0SKBOKSkgtssOrW { width:2.375rem;height:2rem;top:27.650390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8blbc5t1R4VEMcU3HFgz18Nb0gT5ndm { width:1.5625rem;height:1.75rem;top:33.8505859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlkFRU3WbJgFuT4klQAkqqP7EbTCGvDU { width:4.1875rem;height:1.94824375rem;top:24.75rem;left:14.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ftTTnfTSpKWngOsz92ad8ZxIVRav9CgT { width:3.9375rem;height:1.94824375rem;top:30.837890625rem;left:14.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kMq4kC1DN69pT0UTS7eT1EpNTqeG59y1 { width:4rem;height:1.94824375rem;top:36.98828125rem;left:14.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kQbvWEI3rsAKn2DiFwS19q683kpuLCUB { width:1.75rem;height:2rem;top:22.30078125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXysQwDEwPxuPxy37hH8pWyXFl28yTa { width:1.875rem;height:1.875rem;top:28.337890625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdTh1o6Z8pV8IqxcZnTeDDDx5HV6kEZ { width:2.1875rem;height:2.0625rem;top:34.3193359375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRuLya9Te7L9mHTsw8c2URqAgTrH7dtw { width:18.125rem;height:6.9983125rem;top:10.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR6Ffbr7rTWsdsTPWPRekuKIvtIkckpQ { width:20rem;height:8.875rem;top:9.4375rem;left:0rem;border-top:0.0625rem solid #9766ff;border-left:0.0625rem solid #9766ff;border-right:0.0625rem solid #9766ff;border-bottom:0.0625rem solid #9766ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVNRl8LhNTJlQcs4Ee3xmgtIUvxmtbqv { width:19.9995rem;height:3.375rem;top:41.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abhmVNegd6Kzn1h8ao2hCAyCCo4C76zL { display:block; }
 }@media only screen and (max-width: 763px) { #JpblW5xTCdzkEJIIE0NlGnLTkqHcpMAf { width:19.90575rem;height:3.2182625rem;top:45.4365234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3T4UTXyQTSFCDkoG425hxJ3z0QPmcO { display:block; }
 }@media only screen and (max-width: 763px) { #baIFPS2boQZDihsG3RehXnQEclFh9nSn { display:none; }#baIFPS2boQZDihsG3RehXnQEclFh9nSn > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mq4VraMWCGr9Cw4WQCBKwfhhKt3dtdo5 { width:20rem;height:10rem;top:22.8046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZtL6eX1rokAnFIv0FUOARnwBuceydvy { width:9rem;height:2.2749rem;top:27rem;left:0.5rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #PT9tGx4IPx2t8u2KP4rDnRfTkkhmLLho { width:10rem;height:2.3994125rem;top:24rem;left:0rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #wRBudDRP10S1O9Qz6NZxmtvid7irReha { width:10.0625rem;height:2.1005875rem;top:18.9375rem;left:9.9375rem;font-size:0.875rem;z-index:15026;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LggTX4lNWg6RkOq7WchWrGRRzs89kaMG { width:10.0625rem;height:2.3994125rem;top:16rem;left:9.9375rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #CeTVCHLCGOinM5Sm6roZvWtUSMXF99bL { width:5.75rem;height:1.25rem;top:12.1875rem;left:11.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #EEhlWwE8XKNhCNpS66OzkzqRJUmab3aE { width:4.875rem;height:0.811525rem;top:12.4375rem;left:12.375rem;font-size:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #H3T9km7ihmRSGXwhokgLod7Q1AXJKJJi { width:2.9375rem;height:1.1001rem;top:13.875rem;left:11.5rem;font-size:0.5rem;z-index:15029;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIO6A3edLStfLSA7gtlvZsKe52r8h70y { width:3.75rem;height:1.125rem;top:13.875rem;left:15.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #JoIIkG9yrPVl8MwLkiOvdZWLJ7D5wn4i { width:0.0625rem;height:1.125rem;top:13.875rem;left:14.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #HmJZD9QIOvpmfUZyFGHcvTfhV52u4zna { width:10rem;height:2.2749rem;top:36.9375rem;left:10rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #glmJUZ4xa1sQThKD8KZyHwV9arNVtkvm { width:10.0625rem;height:2.3994125rem;top:33.9375rem;left:9.9375rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #GQrFMtpbPJQtdvoU7uqfP6Kzq5AoFnGt { width:6.625rem;height:2.3994125rem;top:44.1875rem;left:1.6875rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #B2tKgXvQoE27HTMChklIreQ7U6zwmSsA { width:10rem;height:2.2749rem;top:47.1875rem;left:0rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #RmDCZdCHI20BVQyheAlpZENDuRuuy0Oc { top:11.625rem;left:0rem;width:20rem;height:40rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mthga2Wsn5GLPp6xeqZo6HztRSRbGkMm { width:20rem;height:5.59863125rem;top:2.8125rem;left:0rem;font-size:1.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTHMUUdQ3vfwNXEAdGekMrAeCTqQSpIK { width:20rem;height:1.40625rem;top:9.1250004768369rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 { display:block; }#MrVz9EWfnDPn3FAWviJFSBrRTs0JS2I8 > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5iCaCrD4CtAI2OzetcukncJbw806AmS { width:20rem;height:3rem;top:1.875rem;left:0rem;font-size:1.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iHkGkDLVkTorBswbF1KQeApB0PFHCqIE { width:20rem;height:10rem;top:22.8046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTJVA9wXrTcn37Aav6ZcTLRWPU1uURkW { width:17.625rem;height:3.73681875rem;top:4.875rem;left:1.1865234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKiVTSTGmvMB8InPkpqAnMq378WotSRb { width:20rem;height:5.25rem;top:9.62109375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PUKhAgwVTfbUV8o5D8fC5pgkRswyRXa7 { width:9rem;height:2.2749rem;top:32.13720703125rem;left:0.5rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #v95FQqITUAqSDxBkJiH8aSUl00JkT0Lc { width:10rem;height:2.3997375rem;top:29.11328125rem;left:0rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #SqgJKkb0ZNVcGUfUNZTVZkkvzJk62bFq { width:10.0625rem;height:2.1005875rem;top:24.07421875rem;left:9.9375rem;font-size:0.875rem;z-index:15026;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZipZyc7PdVUKer7s4Ai8FJGCWpo9BFA { width:10.0625rem;height:2.3997375rem;top:21.11279296875rem;left:9.9375rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #a6aFefFywbrvD2df9UzIK62L4yo8Gh5I { width:5.75rem;height:1.25rem;top:17.3125rem;left:11.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #IflQVxyTtE1nOZxtr0UQFKUs4AozyBnU { width:4.875rem;height:0.811525rem;top:17.5625rem;left:12.375rem;font-size:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #iJI63Xx2iTZ2eDOfTo0ld7eG7BHQdn2c { width:2.9375rem;height:1.1001rem;top:19rem;left:11.5rem;font-size:0.5rem;z-index:15029;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGQUi9TMo9hUdmZwxpy8imaHVUSxr91J { width:3.75rem;height:1.125rem;top:19rem;left:15.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #hBeqbzMLIv3VoMOIrNrlgrxqSNo4LdIQ { width:0.0625rem;height:1.125rem;top:19rem;left:14.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VWOIeGuFCTS7SDK1bO9fXkf2ATn4zvBH { width:10rem;height:2.2749rem;top:42.08642578125rem;left:10rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #VRc5lQFDwJEDMrNJBekkmbSFUUyyJtTX { width:10.0625rem;height:2.3997375rem;top:39.0625rem;left:9.9375rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #V0fmixTABkciLaFWxAQVABgO4crkcgyI { width:6.625rem;height:2.3997375rem;top:49.3125rem;left:1.6875rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kk8LXrPB9HKQuRge3TucvRuN83ABVyq7 { width:10rem;height:2.2749rem;top:52.33642578125rem;left:0rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #UUEDiDkIlZlTlpDTWMNp4keugW4Tp18Z { top:16.75rem;left:0rem;width:20rem;height:40rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT { display:block; }#hXh4lSWTZ0nqu6m7MoCcQzOey77CCNZT > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si4mPlrxrqxya1wJJXiFxBXOkTWffuTW { width:20rem;height:5.59863125rem;top:2.5625rem;left:0rem;font-size:1.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZFvRg9XnkWcR8Fu0S28TAXTqmSTLplqB { width:20rem;height:3.1494125rem;top:9.099609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPk9L0tAyB2Cp26G5a40oU9XeaLPAdR { width:9.375rem;height:15.4375rem;top:13.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOnK7uBtCLrnieFuDC2RDX1TZrp1rhb { width:9.375rem;height:15.5rem;top:13.779296875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZDGBE0e4nrzVzaUTtk2Lv8tehDReNkp { width:9.375rem;height:15.5rem;top:30.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slw9Tx4DSuucsSllcUwTOUzQGHoP45H1 { width:9.375rem;height:15.5rem;top:30.498046875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewPp9cwtkqfWxLEQzbWn8oT39WcxTKpA { width:9.375rem;height:15.5rem;top:46.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKoNyAeDUfC5TU7QTlXBlDl4P9TRryC { width:9.375rem;height:15.5rem;top:46.623046875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVucuzgIn8FIlOK1SoTeBoVGAVCekTnd { width:9.375rem;height:15.5rem;top:63.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0bh6LNkn0Ss3rST7ezsvF1fpHRWa7K { width:9.375rem;height:15.5rem;top:63.373046875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx460KbDLx37ocNHda3bDoLEdZJicZC2 { width:9.375rem;height:15.5rem;top:80.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDek0XMQvyb9CSJPKG40ygfONepfI81 { width:7.375rem;height:2.5986375rem;top:15.123046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7pFLTLUHiforQqAGPgLTTRCqeBi2MP { width:7.5rem;height:1.7871125rem;top:18.34765625rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzuBrzEez3A0rypCAQ4ryesSrETpxQB { width:5.75rem;height:2.5986375rem;top:15.123046875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5roAn6PwPeatZP12wgkgHsgMkJPKLK { width:8rem;height:2.5986375rem;top:31.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORoIsVxe3R2QA0e80T0ear8g6VymMV6U { width:7.375rem;height:1.7871125rem;top:18.34765625rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs30yepDOy7D61cOGwzPG7vlGViL6ok9 { width:8.375rem;height:2.19286875rem;top:34.537109375rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMh1Hi6gIR4WUs4CWMIpzlpvDlz6IWu { width:6.625rem;height:2.5986375rem;top:31.625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhsV7pDPUwDKwa8oEpk36ADTcrb2FikM { width:7.5625rem;height:1.7871125rem;top:34.7392578125rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTneEfBIIVJNSkW00nX1BIftMZpCIOGx { width:6.75rem;height:2.5986375rem;top:47.873046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPSvoQwlgN0oCNvJVAa0dxecDzE49EDR { width:6.75rem;height:1.7871125rem;top:50.97265625rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdl5EJk8NnRFl5nKJIwP3RdRMBftEvlc { width:6.5rem;height:2.5986375rem;top:47.873046875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCHv3htdNxPKsKHI74AEHBVr8MTu9B9 { width:7.6875rem;height:2.434575rem;top:50.72265625rem;left:11.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdBHCgsmOH2Zv2C8SC9Q7HDPAmMFa0AM { width:7.9375rem;height:2.5986375rem;top:64.623046875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf8B9ybEmNAET7wT17xZ7ZvMTxvWk89n { width:7.125rem;height:1.7871125rem;top:67.66015625rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx89F5Zya5Jqkg8yTiKXE7KABOpQfX0O { width:5.0625rem;height:2.5986375rem;top:64.623046875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExZBQnP9pvEd8VAv4uyxZGsqvShqTHVN { width:7.125rem;height:2.5986375rem;top:81.375rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqD7QdSMowIql9u6n4zbqMJ3amVSHvLE { width:5.6875rem;height:1.7871125rem;top:67.66015625rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU3p391S1IyLPA9HXlaZIg9ElTN8uMUt { width:5.9375rem;height:1.7871125rem;top:84.625rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2cImTHUUAVAgEZJwSsL6gewX5gXoMg { width:19rem;height:3.4375rem;top:97.248779296875rem;left:0.498046875rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TNd1JPaSWJ59lTh3aFnWE4UXiM8VfMNW { display:block; }
 }@media only screen and (max-width: 763px) { #XuIV8rzghMpt0kO7F0QMvpwK04EzoFxX { width:20rem;height:3.375rem;top:98.56201171875rem;left:-0.06298828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAzOXUrIIn6ZIpi8SRhrox6A9uPPiffp { display:block; }
 }@media only screen and (max-width: 763px) { #z67R19rul30NPxezJ3kVNh8TR0GwJMW7 { width:19.90575rem;height:3.09375rem;top:102.74853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycn88I6GNumX2DyHk7hbvKoXPuDFirJ { display:block; }
 }@media only screen and (max-width: 763px) { #gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT { display:block; }#gaue6Nu5V5Wltg1Rbgn4y2fpTTtogTcT > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1MaC9M40bolS5xR2ngLSXfhJV3sLgZz { width:20rem;height:3rem;top:2.375rem;left:0rem;font-size:1.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fqVtAS1TobnkOfMafti1pGh4u2KtmgEE { width:15rem;height:16.5rem;top:7.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFnz2b7szGrT4e8pLPH4gVvrQMZV5wPf { width:15rem;height:15.875rem;top:25.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX4gwrFL0b8OMMK4ngpQgI8oPVuT0EAQ { width:15rem;height:15.9375rem;top:43.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSU5zQZQct7onb6A73qlbpWDN83G3HI { width:12.375rem;height:2.923825rem;top:62.375rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nJwm2mqlB3TJ7Loe9T0WBzkas9pGl7Os { width:13rem;height:1.40625rem;top:65.625rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IZpsCJmOPZeBfgPuZIKOQUKCAuwbFJlJ { width:11.5625rem;height:1.687825rem;top:68.9375rem;left:4.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BoseiLMTdGBD8eNoHcv6st137QfSQOoo { width:11.5625rem;height:1.40625rem;top:70.9375rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eP8XufpRaUBdX0uvHbITtr3C44uk8QWo { width:1.875rem;height:1.875rem;top:62.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCOWx6sl4zI10ls0MrgwlHsIQ3TOgWW { width:1.875rem;height:1.875rem;top:68.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp { display:none; }#xDVPF92B89BMtdfL5i4cAwJMVyRXnfsp > .row .container { width:20rem;height:290.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q046WhNyZSATP9PVsNUugTZKA0qXsXnS { width:20rem;height:6.09375rem;top:3.1875rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #TBgvHrbC6XF2mzHoysBeDIvkgJ9TmOna { width:19.875rem;height:49.6875rem;top:11.3466796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #syQy5MtWgNzMDGvHtdEs72IUifxCpeQb { width:17.5rem;height:1.6875rem;top:13.25rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7LZgMu2eSepMTBNgcNR07bWR1rPrSxX { width:17.5rem;height:3.8997375rem;top:16.125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipyRk7B5UdxSI3kAE5X4DlfEXJdy8e72 { width:17.5rem;height:6.9986875rem;top:20.6484375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #deU9BQl7XJuwIA3rT4Mpu3y2S0qSHiHH { width:3.4375rem;height:4.4375rem;top:28.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3yvNuvmAuvEevkgt9VAL9Tyokfd5LZ9 { width:11.3125rem;height:1.3125rem;top:29.5rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL { width:11.875rem;height:1.79948125rem;top:31rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#rlEqgctEKa0mEuJJkX8k4R5KDf43OnWL li:before{  }
 }@media only screen and (max-width: 763px) { #yfoa8RSgnfGgoqib5n5a1bRNbnTDaWnD { width:17.5rem;height:0.0625rem;top:33.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhT1ZPrLUiaZcw4AkGDD3mtsQgOSbVPT { width:6.5625rem;height:1.5625rem;top:35.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKtlMmGFQM4IE6Ag4gkMw0KWXswCQNOt { width:5.25rem;height:1.21875rem;top:35.375rem;left:1.875rem;font-size:0.8125rem;z-index:15115;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D2qV3n26N0OOM0JUDkTXQ07GO5Dg6KcT { width:17.5rem;height:1.4622375rem;top:37.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCnyluB3LHgIbcWebBOCtDSDPky9vMHX { width:3.4375rem;height:4.5rem;top:39.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbnZUbPQ7TgWPcuJtIQaE443TSkuCf8e { width:14.0625rem;height:1.3125rem;top:40.625rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb { width:14.0625rem;height:1.79948125rem;top:42.25rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#Gw3Pg58i00xrHGvVZyAVTMaZzct7hMeb li:before{  }
 }@media only screen and (max-width: 763px) { #dCXPpNzHnLTNPOCO6BtKirHpyXhbUuFr { width:19.875rem;height:49.6875rem;top:65.1591796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQr3LGf2KAFC0T9WtuaVBZcgvq0tms49 { width:17.5rem;height:0.0625rem;top:68.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgSQwNgdfTfxoviwqrhEiDLFQQHbRQJ { width:15.3125rem;height:3.8984375rem;top:71.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hF9hWozkbgLK3gK9d15AEkTAuM5kmlgM { width:10.1875rem;height:1.3125rem;top:77.5625rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wnpvQi3wcQ9aWpkbvNJ2qxulpsvR3hRr { width:10.1875rem;height:1.799475rem;top:79.1875rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BKoS51H8gFSk4cQTZfTdq5wbfgF0CTzM { width:17.5rem;height:6.9986875rem;top:55.0625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OFE0WZOAvA1rMzlTIubasheAOXTt8Dh3 { width:11.625rem;height:1.3125rem;top:63.8125rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk { width:11.625rem;height:1.79948125rem;top:65.4375rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#wZDQ0TrIGfpBdoUn5BEagP9cdn3XJdrk li:before{  }
 }@media only screen and (max-width: 763px) { #OwT6EQDD0h122qmZXP9Gsa1HgS7AdsKk { width:6.5625rem;height:1.5625rem;top:69.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrKTUh6pbwidyT8dylHl7w8rMSLkOtOJ { width:17.5rem;height:3.8997375rem;top:50.5625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mNLvlNvzaPAqwLo5KmwZOBs3pA7qxppX { width:5.5rem;height:1.21875rem;top:69.9375rem;left:1.875rem;font-size:0.8125rem;z-index:15116;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNvnX7TL1a2quSWcdXmPHyvSNNqPWf9S { width:3.4375rem;height:4.4375rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu8wrzmx3inbEhtc85zm6TbJlGJpLols { width:3.4375rem;height:4.5rem;top:76.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAiS39vL53gaZzTuH9J2ob6rEToG3myA { width:17.5rem;height:1.6875rem;top:47.625rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHEJq7J2TSQXPeKM3whlmO7q0XXXuXHb { width:19.875rem;height:49.6875rem;top:116.2216875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg1AWslUCUTNEUms0b7iyHsd12GTSR5m { width:17.5rem;height:3.8997375rem;top:87.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7KI9NqlTZARLoJhLmJdo24fbyxsEoT3 { width:17.5rem;height:1.6875rem;top:84.5rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSCb4TvkJxcd8yPLToTefCTgZn9kHvbD { width:17.5rem;height:5.59895625rem;top:91.9609375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q03BHR1y8ergzmzBkvEpJk6ETxXaoLr9 { width:3.4375rem;height:4.5rem;top:98.18359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i23lp1TXTbN5tkvwye3Ar3wAUZNpJQ2O { width:11.875rem;height:1.3125rem;top:99.375rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ { width:12.25rem;height:1.79948125rem;top:100.9375rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#wESetVAqQ2fETTQXPwS9VQDhg38DpBBJ li:before{  }
 }@media only screen and (max-width: 763px) { #gJZL8TKZSUXJObDBLmxMA6UHFznLGnHO { width:17.5rem;height:0.0625rem;top:103.93359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCiZ1vJ9tE08ppc6liiy9ZUBK1259eBs { width:6.5625rem;height:1.5625rem;top:105.18359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMuoZdKygJVztBhhHpZimzNt10hCkEe2 { width:5.5rem;height:1.21875rem;top:105.37109375rem;left:1.875rem;font-size:0.8125rem;z-index:15117;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSD9i4gZ2sHfgFLd2zoV91T79vWZs5HF { width:14.1875rem;height:2.59895625rem;top:107.37109375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EJlTtPTIqDLl9pvMarGfUd2ieEvewed4 { width:3.4375rem;height:4.5rem;top:110.595703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOBuUoJhc8TpkTKTqfHKoDdkXfTJTXFd { width:9.3125rem;height:1.3125rem;top:111.8125rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iwu8BOTnxxtVHxC4E0tRSLPLrNJ9nDeL { width:8.125rem;height:1.79948125rem;top:113.375rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QEsExiocgw79C34yJMRlTK72CiVtwTWU { width:19.875rem;height:24.1875rem;top:167.2841796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLg3Vn0XZEhQLZKuvQoO3OT6Me7yBJQI { width:5.375rem;height:3.5rem;top:121.375rem;left:1.25rem;font-size:1.25rem;z-index:15020;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #P82wEOORFdeiteZnKOvBPQ81LolJAX5y { width:4.9375rem;height:1.21875rem;top:118.734375rem;left:2rem;font-size:0.8125rem;z-index:15118;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S74yZ4cepFFywe6325o9yJ71p5JoJvwT { width:6.5625rem;height:1.5625rem;top:118.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxz6uPJnLXlxb1vC22w2DLg8JtL6BTXL { width:17.5rem;height:1.94986875rem;top:124rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BiV9h5UJ5OD7Ncyb6416wG8Q5CZOwr2b { width:17.5rem;height:5.59895625rem;top:126.57421875rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HQaNZ1ukWZQ9ZySMBStWTFTUhdU9sExP { width:17.5rem;height:1.5rem;top:133.421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMbT72dG3JQWdSImautPgZgSHEy0xCHi { width:3.4375rem;height:4.4375rem;top:135.546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRI0T3oKgUogCSl5S32OgUIxntIInfhX { width:11.25rem;height:1.3125rem;top:136.625rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD { width:11.25rem;height:1.79948125rem;top:138.25rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#aXZxtJqSQ075DGvWb6ZSnng4N8C86LDD li:before{  }
 }@media only screen and (max-width: 763px) { #GU5ihZWugyPO1T3JyMh55HugWvT3dBUB { width:19.875rem;height:45.625rem;top:192.8466796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnNPmaR4iNEWOxJ0ORWd2pDXPOAIvlNC { width:17.5rem;height:1.6875rem;top:149.8125rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UuOhGTOy29e9KnnH3i099yfLZuvm22ZD { width:17.5rem;height:3.8997375rem;top:152.75rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTRoamQftQvWSGqJb3d0mOqy7JOdWXd9 { width:17.5rem;height:5.59895625rem;top:157.2734375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iLx3RNkTL4UhPqa0G9VgiBNZUgixGcdp { width:3.4375rem;height:4.4375rem;top:163.49609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29T0kEDZtibr5ZUsdlNkloeHDCTePl5 { width:11.375rem;height:1.3125rem;top:164.5625rem;left:5.375rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 { width:11.375rem;height:1.79948125rem;top:166.1875rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#iyB46lTZpifP507v7UXdJQZNJ9zFPpT1 li:before{  }
 }@media only screen and (max-width: 763px) { #Ep6d45DPmF6NS3NhJQZNiZzOTnF2khGQ { width:17.5rem;height:0.0625rem;top:169.18359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlCXb95Fd5KOkRrVc3yC6sqAeJrvT1S { width:6.5625rem;height:1.5625rem;top:170.43359375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiv1xC6nPZxamy68mmez5oPD0QDhaLOZ { width:5.5rem;height:1.21875rem;top:170.60546875rem;left:1.875rem;font-size:0.8125rem;z-index:15119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nx7xD4sgpA1huSE6ns3PIZP7apKb31PC { width:17.5rem;height:1.29980625rem;top:172.62109375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oeOhaRp9SOska2J86Jy8PRHnva8CsGy3 { width:3.4375rem;height:4.4375rem;top:174.5458984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLOlQsNcGetSOTgxJT4T6JyFbeOgrX3 { width:10.875rem;height:1.3125rem;top:175.625rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQEvXeOzUoLkEqmse08s1FQJQ5cR42TS { width:10.25rem;height:0.8997375rem;top:177.25rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oVAqcQwgPyyS0zHiqwadAVQ6y4DDV5aE { width:19.875rem;height:45.625rem;top:274.0341796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dte8GMmrUDMMtHtbzMy9SIftoa0Q7BPp { width:17.5rem;height:0.0625rem;top:201.6728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOvGKW2Nw64EfSS6Wvm20HyblEnUGi7 { width:17.5rem;height:1.29980625rem;top:205.1103515625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtRkzRzkOoGMwrXCU9nJeAv6XIqfaT3M { width:5.0625rem;height:1.3125rem;top:212.0625rem;left:4.6875rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukmkitr9K9fEh1Rc9kWCygxpkScmwxqV { width:5.0625rem;height:0.8997375rem;top:213.625rem;left:4.6875rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6EwvTLQnCqlraoOoyzmrlPaH3rRgmC { width:10.0625rem;height:1.3125rem;top:197rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaV9iTslTSwOzpiF77Bp0UyZJInkdHMw { width:9.5rem;height:1.799475rem;top:198.625rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QqC2WQ24PMi197bGkAdZebRGPE5QT8oF { width:17.5rem;height:5.59895625rem;top:189.70703125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HVXfPaDue59efruBfeQlNfMDv71bil9o { width:6.5625rem;height:1.5625rem;top:202.9228515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO6f5uDMy5PuKTWqaa8kAOsAnXPBXWXQ { width:5.5rem;height:1.21875rem;top:203.0947265625rem;left:1.78125rem;font-size:0.8125rem;z-index:15120;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDsrbNT7NrvwdQQexa0fmyXT1Afm5ger { width:17.5rem;height:3.8997375rem;top:185.18359375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c5tirsKeErIPTwQflNHOKlE8B89Vi7Lz { width:3.4375rem;height:4.4375rem;top:195.9296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR4aKvpJZ9u6qTDggBmHi6chnB09iAoD { width:3.125rem;height:4.0625rem;top:211.09765625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAUmFEF1A3saVFa6Suw68GMMyl3cLSqH { width:17.5rem;height:1.6875rem;top:182.24609375rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCvQCpdTZOtK0KEm35HOb1M8cXs2EnLi { width:3.125rem;height:4.0625rem;top:211.16015625rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd9ERlI1EVkJtJCMSExFW5xwJvHUHzgc { width:3.8125rem;height:1.3125rem;top:212.0625rem;left:14.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tL4MydAMLLOkCX00dMPpBAa8ONEnzIQl { width:3.8125rem;height:0.8997375rem;top:213.625rem;left:14.21875rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MfeHBAg04h7xfmQTqmKX8nn2I9Z8p4Xg { width:3.125rem;height:4.0625rem;top:207.03515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRoFsBH3gFoOrVUcBThswdxMwyZTJlJh { width:5.0625rem;height:1.3125rem;top:208.1875rem;left:4.75rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #daWNH1WxH24Ti3raFpb1TQ79hgpQTE3d { width:5.0625rem;height:0.8997375rem;top:209.75rem;left:4.75rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aJMhDgWZRcSmEW8q845mUSo0ZvJNyFA9 { width:5.0625rem;height:1.3125rem;top:208.16015625rem;left:14.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w4V8SqGyeunaNSWg93M5HUL6UnkZCmf4 { width:4.3125rem;height:0.9746125rem;top:209.6875rem;left:14.25rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pSLqFBPrm5BQSX6OI8F6eTtnK3dlwKNJ { width:3.125rem;height:4.0625rem;top:207.03515625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8M3yatxBp7zJuUTRyLS15bkxGz4CxCN { width:19.875rem;height:45.625rem;top:325.7216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFtC0LR2h9xUboL6SEiCHudgoeQ2zL1I { width:17.5rem;height:2.59895625rem;top:239.9052734375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkthZbWvEnzV4LeyFpT55bOUu6u4Tdln { width:3.4375rem;height:4.4375rem;top:243.1298828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k81sMVBEN3xKLF0OhqqaTrCqSQTTPbT0 { width:10.5rem;height:1.3125rem;top:244.25rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wVKXvy4PGT8k8viBDAW9ULTTJL0ZIRZe { width:11.125rem;height:1.79948125rem;top:245.875rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VfmkurHICaUtPz2xBBkescqc6WmFn87Q { width:3.4375rem;height:4.4375rem;top:230.7802734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8NrdR8EJmou2GBeSiRymdFUCKo035MD { width:9.8125rem;height:1.3125rem;top:231.9375rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ky1C3020oTzt7KcrpTnsO4EysSm80aT3 { width:9.875rem;height:0.8997375rem;top:233.5rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QWNg5PT9E2rBMWiAX6ZxVeE5BECT4v75 { width:17.5rem;height:0.0625rem;top:236.4677734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA4eqygMX51MT7PKFGg9nfDDBFTe8o96 { width:6.5625rem;height:1.5625rem;top:237.7177734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmolgpwMbShblBFMVWCBPCp0PX9v2dQq { width:5.5rem;height:1.21875rem;top:237.8896484375rem;left:1.78125rem;font-size:0.8125rem;z-index:15121;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioKCtI6EdsVRJKuh7XhvQr1yG1okLu6W { width:17.5rem;height:4.19921875rem;top:225.95703125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mvd0bMNQQkJdrcbICnlyNyG9oEm1hI1p { width:17.5rem;height:3.8997375rem;top:221.43359375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ha0MR00EsaWiBlcAdU7Kzg8LKEhUDilV { width:17.5rem;height:1.6875rem;top:218.49609375rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGOPi9uSNNClTDAmkCXGZNc1DzGChNEI { width:19.875rem;height:28.125rem;top:239.8466796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqhtRXahodiX8PeoGJA8W4DVOz6Sb2qT { width:7.5rem;height:4.548825rem;top:495rem;left:0rem;font-size:1.625rem;z-index:15020;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Nb5sFd0ZlZP00QKk9ux7Z0TZVIwvumaz { width:17.5rem;height:1.94986875rem;top:254.24609375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwmDQQfxwuqvbTcFaZGLV3c8O2T2pSTJ { width:17.5rem;height:2.79948125rem;top:256.8203125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xftAml75vZTJIoP3PTz75huEqrIIX4b2 { width:3.4375rem;height:4.4375rem;top:260.2431640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0eTwsd3vavNdFEW1LULqvogKEk70kmV { width:11.0625rem;height:1.3125rem;top:261.375rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M { width:11.0625rem;height:1.79948125rem;top:262.9375rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }#qhh6wqXKi1ICUOwH9kKtABVPoqvhnl8M li:before{  }
 }@media only screen and (max-width: 763px) { #G1pdlXwJ5TEkNg28dLntGnxqsTob1nw2 { width:17.5rem;height:0.0625rem;top:265.9306640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V41RQFgiFvi37Am5EtbWKwQlTqUsmoUa { width:5.5rem;height:1.21875rem;top:267.3525390625rem;left:1.78125rem;font-size:0.8125rem;z-index:15122;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avEuZZOXfU1FlAksOuQ9IRuFgT4yWix5 { width:6.5625rem;height:1.5625rem;top:267.1806640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUaA6PIsEGADbzUX4N54Ui2xGgWLKxh { width:17.5rem;height:2.59895625rem;top:269.3681640625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIpz8ZJLMEB11K15Icw9MMQS7wNQACFK { width:3.4375rem;height:4.4375rem;top:272.5927734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqC92xbkNRDkyXENCEC75oXZbkrAZEBM { width:9.3125rem;height:1.3125rem;top:273.75rem;left:5.3125rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8I9SrQ45wlyUvTWgJRJXRDPTTEr6mLB { width:9.25rem;height:0.8997375rem;top:275.3125rem;left:5.3125rem;font-size:0.75rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AWr2krtUIRvR855VqyK1RspLAoWXJnTq { width:20rem;height:3.125rem;top:281.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbVg46L5n40I2okgERDtQuuEgf4MwNK { display:block; }
 }@media only screen and (max-width: 763px) { #ncNedfCVING4ARgkIJ0wJTrkTaeAm3t7 { width:20rem;height:3.125rem;top:285.25rem;left:0rem;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQU8AmqMTaQxVG0Hbd4TGeFgl0SUrXdn { display:block; }
 }@media only screen and (max-width: 763px) { #TDDyzLe9lquUglCfnCTqNk3a2tLuLCLF { top:12rem;left:0rem;width:20rem;height:33.75rem;z-index:15008;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/d058bbd6-cf9b-4deb-aa81-116cc128f6ac/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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; }#TDDyzLe9lquUglCfnCTqNk3a2tLuLCLF.adaptive-delivery-prevent-bg, #TDDyzLe9lquUglCfnCTqNk3a2tLuLCLF.lazyload, #TDDyzLe9lquUglCfnCTqNk3a2tLuLCLF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fS4DrwWeBJOuUBSJQhohrGLtZEFqWP13 { top:46.375rem;left:0rem;width:20rem;height:36.25rem;z-index:15007;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/540f134c-5a3c-4c65-b973-bc63537a220c/Rectangle161124065.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#fS4DrwWeBJOuUBSJQhohrGLtZEFqWP13.adaptive-delivery-prevent-bg, #fS4DrwWeBJOuUBSJQhohrGLtZEFqWP13.lazyload, #fS4DrwWeBJOuUBSJQhohrGLtZEFqWP13.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TObb9XuULGS60xfhVyVzn734oltwhTmp { top:83.25rem;left:0rem;width:20rem;height:33.4375rem;z-index:15008;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/d058bbd6-cf9b-4deb-aa81-116cc128f6ac/Rectangle7153.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#TObb9XuULGS60xfhVyVzn734oltwhTmp.adaptive-delivery-prevent-bg, #TObb9XuULGS60xfhVyVzn734oltwhTmp.lazyload, #TObb9XuULGS60xfhVyVzn734oltwhTmp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UTU0MZaFMJM8prG3lZvzWhFDOt6oo6Rp { top:117.3125rem;left:0rem;width:20rem;height:30.625rem;z-index:15009;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/6cec2101-c9e4-486d-9db5-7607d5295cd6/Group2087330289.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#UTU0MZaFMJM8prG3lZvzWhFDOt6oo6Rp.adaptive-delivery-prevent-bg, #UTU0MZaFMJM8prG3lZvzWhFDOt6oo6Rp.lazyload, #UTU0MZaFMJM8prG3lZvzWhFDOt6oo6Rp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zSLBpwtBKCFt3xnCw6MdVRIOv56qWVAt { width:17.5rem;height:1.6875rem;top:120.4375rem;left:1.25rem;font-size:1.125rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5puIAn4NFblddJyR8agq3sWPxT8ZaJw { top:148.49609375rem;left:0rem;width:20rem;height:31.875rem;z-index:15010;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/4d8165d4-5a26-49cf-b4cf-1c08dd605f8c/Rectangle161124067.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#z5puIAn4NFblddJyR8agq3sWPxT8ZaJw.adaptive-delivery-prevent-bg, #z5puIAn4NFblddJyR8agq3sWPxT8ZaJw.lazyload, #z5puIAn4NFblddJyR8agq3sWPxT8ZaJw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zqdUJZTUpnkuhCoPTiHeCsMVZnRa5eUr { top:180.99609375rem;left:0rem;width:20rem;height:35.625rem;z-index:15011;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/e55079f4-c3b9-4db9-b28c-49f55201c054/Rectangle161124068.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#zqdUJZTUpnkuhCoPTiHeCsMVZnRa5eUr.adaptive-delivery-prevent-bg, #zqdUJZTUpnkuhCoPTiHeCsMVZnRa5eUr.lazyload, #zqdUJZTUpnkuhCoPTiHeCsMVZnRa5eUr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wgbsStkqmtRdQEFTH25W8fc53Ixlsdpx { top:217.24609375rem;left:0rem;width:20rem;height:32.1875rem;z-index:15012;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/9218b7a4-f13f-46be-acaa-4e32222b7ebc/Rectangle161124069.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wgbsStkqmtRdQEFTH25W8fc53Ixlsdpx.adaptive-delivery-prevent-bg, #wgbsStkqmtRdQEFTH25W8fc53Ixlsdpx.lazyload, #wgbsStkqmtRdQEFTH25W8fc53Ixlsdpx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mQm64gwVFX6bfB07xQIQpuxcHtMqt8Cn { top:250.05859375rem;left:0rem;width:20rem;height:28.4375rem;z-index:15013;background-color:#291551;background-image:url("https://images.assets-landingi.com/uc/bc73f6d4-731f-4521-8e9e-780bb5c2793b/Rectangle161124070.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mQm64gwVFX6bfB07xQIQpuxcHtMqt8Cn.adaptive-delivery-prevent-bg, #mQm64gwVFX6bfB07xQIQpuxcHtMqt8Cn.lazyload, #mQm64gwVFX6bfB07xQIQpuxcHtMqt8Cn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IPcCEy0qfQSyGQadLiiEKcFRTL99tsOr { width:17.5rem;height:1.6875rem;top:251.30859375rem;left:1.25rem;font-size:1.125rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5fpRiZSVfqOdPeOtHGuRSvHA75o1tJA { top:2.9375rem;left:0rem;width:20rem;height:4.5rem;z-index:15124;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ur91fDKCpukMDCJLTc0SCNALnTrsCn { top:8.5625rem;left:0rem;width:20rem;height:1.94986875rem;z-index:15125;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2QPSglFXa8xqchFgcaJbZMlxuTVfye { display:block; }#JT2QPSglFXa8xqchFgcaJbZMlxuTVfye > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8UmazkUtgLw9iP616AZpXdFrwfKxRM2 { width:20rem;height:1.57498125rem;top:8.921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01i0NSXHwkam5OxFuZl8VRVSaQIi4hT { width:20rem;height:5.25rem;top:2.484375rem;left:0rem;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lVNR8Ja6oKL6QAxxC6uSsKFNpz3JNeFL { width:20rem;height:11.875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax8VI56iGXcr78KehTKCgB4fqlz1ewvx { width:12.5rem;height:1.75rem;top:13.1875rem;left:6.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMsPZBDEyoMmeAPlMT3e1fs6xp1zD4QB { width:12.5rem;height:6.9983125rem;top:15.5625rem;left:6.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CfNBws8zm0zXztWKDeLy8Sc1Bs4Xvs9p { width:3.75rem;height:3.75rem;top:13.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLdrSfz7Id8CwvVN1XEVETEbHVWRdA6T { width:20rem;height:11.875rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOG64J54aDIpPQM5wRaOtWT7luWmuRpC { width:12.5rem;height:6.9983125rem;top:28.1875rem;left:6.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wVQJCd8eMD1nWTWTh1zLxEhTTZfpE404 { width:12.5rem;height:1.75rem;top:25.8125rem;left:6.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okIyca0omLtZUbD65mXBTkLQTs04ierP { width:3.75rem;height:2.75rem;top:26.25rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fi3T1FUd1qfg12satOgtxc7y0BgROBnt { width:20rem;height:13.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOQkwnwKgUlhptRm9ahbVoyg8N0ReNKx { width:12.5rem;height:8.3979375rem;top:40.6875rem;left:6.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UofTHPqVXo7T5pBPXIAfUETPriZhABNi { width:12.5rem;height:1.75rem;top:38.3125rem;left:6.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UptvlUgHcfJhanIXwiZ3Tks45L5Ekd7K { width:4.25rem;height:4.25rem;top:38.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ksZev8imxTQ28XVbNbcNkvXBVJx6av { width:20rem;height:4.54980625rem;top:52.375rem;left:0rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o { display:block; }#Vs6VMF78JU8BHb3VipEAcIe6fEU7wz1o > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0enZUWKtVTc6PrHKiwCgt3OuSfi1ifo { width:20rem;height:5.20019375rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQSdTWq8khIb6mx06WeV2ZSo8dy9Rbwo { width:20rem;height:9.4375rem;top:6.2420654296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRsA70Zpxg1mCgEoETBPHKC7Oo0qs4zm { width:20rem;height:2.4421052631579rem;top:6.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL4vx12lS0iigLw5veKU9sDs6u63M0gp { width:20rem;height:25.6875rem;top:8.53125rem;left:0rem;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) { #tHWg8CRDFUTWnT17HzEtmKtS4NLux8JL { top:10.25rem;left:0.9375rem;width:18.125rem;height:22.25rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs { display:none; }#IhH7gqSi6z5Wm7QMFimG1hndoLmW7Brs > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRKrOcKsZSfoOJQThWKOlXUr0uxcmfyC { width:20rem;height:3.19986875rem;top:2rem;left:0rem;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GOTN5EuH0Dz46ec7hdPTOfPs1hc9mkI4 { width:12.6875rem;height:2.79948125rem;top:6.1875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE7HxrCybS9OTJpupzfuL412WT0ClT7F { width:20rem;height:1.2246125rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSx82e8or89NuaZ8kU3qeP8I4lt2JQLp { width:9.5625rem;height:1.5rem;top:21.625rem;left:5.25rem;font-size:1rem;z-index:15067;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9rC7fJbqKp32BMAzOlxuwa9wMNNmiXp { width:4rem;height:1.875rem;top:24.75rem;left:3.125rem;font-size:1.25rem;z-index:15070;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJRzIEgKXxNk40XLQSmoWRdVxbAxhk5g { width:9rem;height:3rem;top:23.875rem;left:7.3125rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQDZs9LQ95CLqOcBeRCEExDhRGRt4epT { width:1.75rem;height:3rem;top:24.0625rem;left:15.75rem;font-size:2rem;z-index:15069;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiMOUvuasBoDgdsImKADhEsFTuZLnV74 { width:11.5625rem;height:2.1875rem;top:21.25rem;left:4.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #BB9STsZanvydDBLzA56n5PUKScVbrlwP { width:18.75rem;height:6.875rem;top:20.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXptVcOyvf4hTPnNAfqnplTrNiclBJ6K { width:4rem;height:1.875rem;top:32.25rem;left:3.0625rem;font-size:1.25rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD7S5a6XFES3s2L4CwIeG0ZM6OG95P1x { width:9rem;height:3rem;top:31.375rem;left:7.25rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUPJ0K8PUfu6w4zFxh8r9HvpQwlLWtiv { width:1.9375rem;height:3rem;top:31.5625rem;left:15.625rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4UFdFHi4GnveLrbE5AkNzIEv3RuiiAa { width:18.75rem;height:6.875rem;top:28.125rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BmCRM3WinUPOGRngMv6b0auE6CaF7D2B { width:6.75rem;height:1.5rem;top:29.0625rem;left:6.625rem;font-size:1rem;z-index:15072;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPNfhqU19souWIEsJKsZz85N2LCUsWgD { width:11.5625rem;height:2.125rem;top:28.75rem;left:4.25rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #wrW107keV8QllQSW1grZPqGDBTMx9mTG { width:6.3125rem;height:1.5rem;top:14.0703125rem;left:6.84375rem;font-size:1rem;z-index:15061;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qZGNKTslcpFR3969AweCQo4mWhuXP43T { width:4rem;height:1.875rem;top:16.9375rem;left:3.125rem;font-size:1.25rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lkebLqKbdPCW8k57eodZDvHcenRARGMy { width:8.0625rem;height:3rem;top:16rem;left:7.3125rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SZzK9vC8QVbnfSgFLNATlNFUHcbhlNPP { width:1.75rem;height:3rem;top:16.125rem;left:15.1875rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QTu8owK3Kz5xtEq0AQdT0hd98GQGeJGo { width:8.75rem;height:2.1875rem;top:13.6640625rem;left:5.625rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #whMwr3ISw0tiGTvdpenOWD7O2Qk57D9N { width:20rem;height:6.879875rem;top:12.6328125rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #wU443qdlLKUr3zyqbJJ9L4O2WDg1gsIx { width:20rem;height:6.875rem;top:12.625rem;left:0rem;z-index:15063;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ebu5vatlmGEJQxMAnaNzIElpeHbtSnaX { width:20rem;height:2.59895625rem;top:14.75rem;left:0rem;font-size:2rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #xiUNZKEIVSA17QmH2hJxJNMtiVw8twkW { width:9.1875rem;height:1.13736875rem;top:37.5rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfMhAHNOoGImI8y7J7MP6cIrRgwbzMuq { width:4.4375rem;height:1.5625rem;top:37.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKq7czDUJebwr0v1oagcat2SrawcMpK { width:17.8125rem;height:3.41145625rem;top:39.4375rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhRB7R2A4AnVCUJfQ4cJ7hg6CoETZJTJ { width:20rem;height:1.625rem;top:43.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXRc1UMmcMVvTs9askqKp5iaU53Wh8EK { width:20rem;height:3.125rem;top:46.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTwJNCgkNVP8ffUcLHoDAxZECR9LVB4 { display:block; }
 }@media only screen and (max-width: 763px) { #D9TMdFzP9kfHQXQCTfCmtSdrTCLLrytz { width:20rem;height:3.125rem;top:50.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGbGB0fnWhtZv6lSt48BTpOFGTW5Ieop { display:block; }
 }@media only screen and (max-width: 763px) { #qmif8KMlr8oCGedOTWmJAtpbHT83OtKr { width:7.9375rem;height:1.5rem;top:14.125rem;left:6.0625rem;font-size:1rem;z-index:15067;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNk0I1ncvg6X69dqPqaT2dTZxJagQUeO { width:11.5625rem;height:2.0625rem;top:13.8125rem;left:4.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #HVTilnK7mQTe0eKQJGnzlQx60dSWZp2W { width:18.75rem;height:6.879875rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU5yT6gPRdccBVDT2EMLmbMk4oUHVzDC { width:9rem;height:3rem;top:16.375rem;left:7.25rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yM1XTDndhQ3tBLBOHBnHOdgwqRJ8wAks { width:1.875rem;height:3rem;top:16.5625rem;left:15.75rem;font-size:2rem;z-index:15069;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFLQhCVaHiKpeO2fqinNFZxTAHyaWP8b { width:4rem;height:1.875rem;top:17.25rem;left:3.125rem;font-size:1.25rem;z-index:15070;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpxhoqPTEs2pkBDUvG3GxxaU9IEB4ah7 { width:11.0625rem;height:3rem;top:13.062480926514rem;left:7.8541669845581rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB { display:block; }#T03M0H0PFIOEpPyd5UAPGCcp2Hdy4eaB > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHEX6s6kETFsSCPLg6Odf2PEcAZgvSw4 { width:20rem;height:3.19995rem;top:2rem;left:0rem;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uAbuTrTSp2ZRXq4RKastAz3TKPbzPi8p { width:12.6875rem;height:2.79980625rem;top:6.1875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WazlfN5JosC0S0hmIwZI3fmS0ec0Xtow { width:20rem;height:1.22534375rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skxq7dMr0ahyvP7plxXRdAv4FC0XzMJF { width:9.5625rem;height:1.49926875rem;top:23.125rem;left:5.25rem;font-size:1rem;z-index:15067;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Shc5hIPXZqCMrD10vaN2VcBDFVE9iSSG { width:4rem;height:1.875rem;top:26.25rem;left:3.125rem;font-size:1.25rem;z-index:15070;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViGJTIZrH6TSZGoipeibfxUyZfD1VPqr { width:9rem;height:3rem;top:25.375rem;left:7.3125rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KewZf03MdikiiCh4fNRuMOGohMweRvKp { width:1.75rem;height:3rem;top:25.5625rem;left:15.75rem;font-size:2rem;z-index:15069;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enXLPXkdL9bBEkrolDe4L5qKyvwE4iFf { width:11.5625rem;height:2.1875rem;top:22.75rem;left:4.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #zVfeododnw8EtfTC5nAE82iqarTxsUw4 { width:18.75rem;height:6.875rem;top:22.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeAwQpRG8W5g6KsAyKQaom5qN9NgevL { width:4rem;height:1.875rem;top:33.75rem;left:3.0625rem;font-size:1.25rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llUnwo3a0QVggNBF5ekBTlkyqQlTQsfE { width:9rem;height:3rem;top:32.875rem;left:7.25rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxT79GceRPS3D2xx0v7wuxVQHdwCBXOf { width:1.9375rem;height:3rem;top:33.0625rem;left:15.625rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgpvZ3kUUhVc6OI2T9cCkpyldubszFo0 { width:18.75rem;height:6.875rem;top:29.625rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UL1kdS1apnKtFRSLDkkq6fb4RKFqPqCH { width:6.75rem;height:1.49926875rem;top:30.5625rem;left:6.625rem;font-size:1rem;z-index:15072;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXLKc2T6TAO5QkKcgwVFUEIQyWRmh768 { width:11.5625rem;height:2.125rem;top:30.25rem;left:4.25rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #gUT3C4p3ZTnGt67SRSAamlcKBt1yZT2r { width:6.3125rem;height:1.5rem;top:14.0703125rem;left:6.84375rem;font-size:1rem;z-index:15061;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n1lXKvMiCQTDzKAkyXu4TWPZSrURE21v { width:4rem;height:1.875rem;top:16.9375rem;left:3.125rem;font-size:1.25rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hhtXJilTahu9oaGGaNyceW9NzX2xQRBX { width:8.0625rem;height:3rem;top:16rem;left:7.3125rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oBcN8QuAqcynz32zuX3d8uaAu8DI00Ze { width:1.75rem;height:3rem;top:16.125rem;left:15.1875rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T4a27rGORqm0mtwP21OWlaBSXLMdmKOX { width:8.75rem;height:2.1875rem;top:13.6640625rem;left:5.625rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #ckWKtoLWn0LRR7hmqAHOhOtZPb6D3z8I { width:20rem;height:6.879875rem;top:12.6328125rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #HVINRExmtpVszJaJqzAUgqHbAhcM4eEq { width:20rem;height:6.875rem;top:12.625rem;left:0rem;z-index:15063;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7Uu8WIgizOrw5TGUTmr1cIZEn6EJitG { width:20rem;height:2.59895625rem;top:14.75rem;left:0rem;font-size:2rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #dR2OCJVl6kEdiZEFA4UT8JnVHdxeHWgO { width:9.1875rem;height:1.13671875rem;top:39rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evuw1pWTqHUyaITkX5i7hdmdqoKT1l2z { width:4.4375rem;height:1.5625rem;top:38.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs16pbWkMFzibDS19aluQbiLkiBTfsnE { width:17.8125rem;height:3.41161875rem;top:40.9375rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQ6gCW9oqDEQpIH7t0vTrTuTJIDgtB28 { width:20rem;height:1.62524375rem;top:45.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5wiE5vwBnEbRJV576Ao3kllKeoEI4aa { width:7.9375rem;height:1.49926875rem;top:12.9375rem;left:6.0625rem;font-size:1rem;z-index:15067;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1TydV8MEC9McnZbMMzc7NB8lGl7Aam2 { width:11.5625rem;height:2.0625rem;top:12.625rem;left:4.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #IKmrnPO8ot00Tfo9GJZlFDkXmqrAXPlP { width:18.75rem;height:9.5625rem;top:12rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuDIoDb2kg75SXFSx8TpLXuxEpcOu22W { width:9rem;height:3rem;top:15.5rem;left:7.0625rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSDg7QaFE6NRa1u9f61AVbWMBKNpp6G0 { width:1.875rem;height:3rem;top:15.75rem;left:15.75rem;font-size:2rem;z-index:15069;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1mskTBhg3Fc4cP34hLbVFQKO87MLTqQ { width:3.99975625rem;height:1.875rem;top:16.3125rem;left:3.125rem;font-size:1.25rem;z-index:15070;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1pTndkbGzzToknVPyy7TAKMbbWANsG { width:11.0625rem;height:3rem;top:11.875rem;left:7.875rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LftWu2v0h9FahOFk7OBJAOUz40ALZ6TX { width:19rem;height:3.5rem;top:47.562501907349rem;left:0.5rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #DuBTzX25MIWJwZBLeHn1qP6otS5TD30v { display:block; }
 }@media only screen and (max-width: 763px) { #TvKiUsaSXFHnVAOhzWn1G6J65tZktoNT { width:19.9375rem;height:3.375rem;top:49.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyXdXxilu7a75FKPK8tygiv1m2OCH1s7 { display:block; }
 }@media only screen and (max-width: 763px) { #FvzeJHwDo1PsIxAiDc357qqKygKTm7CC { width:19.78125rem;height:3.2182625rem;top:53.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLhENcwdKADnmnwoti1bQkGdByCPL304 { display:block; }
 }@media only screen and (max-width: 763px) { #yOanZSSXzknwwxROv6CN7kCqMLTk9XdD { width:19.9995rem;height:0;top:19.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa { display:block; }#ZTxVTlBsi6WQiif40hp8lR3zQ3OIIGTa > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCF2beVoQw9btHaP5rrE9waPrZTnGOwk { width:20rem;height:1.62524375rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOOqichbhWDJA2dJTUFmPwGfWx2lG0B { width:20rem;height:5.20019375rem;top:5.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDBbGau9867gcz0kAb4G79TTIkZUsfT6 { height:11.207rem;width:20rem;top:12.6875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DGpkrHE1IE7oPfaXb96DHDofpvkEJOzw { width:19.1875rem;height:15.9375rem;top:4.1875rem;left:0.40625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TGik9LmeGRXFXtihS4BQvSZXh78Fysys { width:14.9375rem;height:12.125rem;top:16.5rem;left:2.53125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 { display:none; }#uevdMTdzz8wkUJaXpW7aPCfPaHEhIaX5 > .row .container { width:20rem;height:153.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VVrLgMmoLhlKA8BZmw1hpL8TNbH2wy4E { width:20rem;height:28.059701492537rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT3nEg0OOV3Q9WCIN9mVzQs1SHghOeEx { width:18.125rem;height:1.21875rem;top:138.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHbU5bxVTw983upi7Tv9qOWN18O5ovb { width:18.125rem;height:1.40625rem;top:137.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvXSvMAe4FDZVE2txfSDfuo18LJT2APo { width:20rem;height:28rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwaoshNp5uawztUmQT6mtVOyOAh92ZZb { width:18.125rem;height:1.21875rem;top:113.4375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT7e3K2tnFf48vzut32J3skr623F6PnC { width:18.125rem;height:1.40625rem;top:110.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vki53MXFTBzwDnE4o4Dpu7R5gt8ZbO96 { width:18.125rem;height:1.40625rem;top:112rem;left:0.9375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QDNhgcNFfvzINV2vfB15Zbye3Zlh0X2H { width:18.125rem;height:1.40625rem;top:135.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLThB05MMnuxBmwHsWfHEQVB1NuVl4q9 { width:18.125rem;height:9.84375rem;top:124.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTMHsJgg2NTXvvsXCnRNQDZAt6DmtIp8 { width:20rem;height:28rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fr271J2XV0RlVT6HtXGVscs9Us26FuCS { width:18.125rem;height:1.21875rem;top:88.90625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6x4O0nPFhHwA2XzluBQ1bWbr38U8VC6 { width:18.125rem;height:1.40625rem;top:86.09375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMb2fVTuTnue2HfqT26QKnVgcwHKGgZu { width:18.125rem;height:1.40625rem;top:87.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPt5sDnRzh4FHaTEngTJo2TfbPoOd87n { width:18.125rem;height:8.4375rem;top:100.3125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdG9Lopb5ttJ8695kVq7h6GVr76El98u { width:18.125rem;height:7.03125rem;top:77.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWSwnTSfP5puQc6pyqnyQmMFFrMpoJML { width:5.625rem;height:5.625rem;top:70.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFCcqTpswWUaeTG6Biey2lWiCxmXSE5D { width:5.625rem;height:5.625rem;top:93.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQNL02qS6raIPAKuEvxPVeyKZ2DkpQht { width:5.625rem;height:5.625rem;top:117.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSBvoGDU33KbEfrWrGGIC9NqllmkVhDL { width:20rem;height:26.507462686567rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SThsFvz1brwwWIf0LBOGHTB4pw13nmP3 { width:20rem;height:26.268656716418rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nas7LwwfGWlMKQfUr1H9At9DzFy4Xz0g { width:20rem;height:26.507462686567rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9fGdkxAFEOd5Snh3uKgJ88GkfSqeRzu { width:18.125rem;height:1.40625rem;top:18.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2FAM59W0umNGlgb4482hQxwCRb2LgQk { width:18.125rem;height:1.21875rem;top:20rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev0r4DuwtAf7ZnQy1vWxDuyICkT4tWax { width:18.125rem;height:1.21875rem;top:41.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5EhI45St2ayl0LptWsCTTGXBzgzANV { width:18.125rem;height:1.40625rem;top:40.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0e0mHKOgTXB2gSey9akh132PB5VDcKe { width:18.125rem;height:1.40625rem;top:64.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfAHrJkTPgvoFPCWO8eHlPbr4JCUCMsz { width:18.125rem;height:1.21875rem;top:65.9375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMenSxNuqFkna4XsVgTtd6aNrRSTod3s { width:18.125rem;height:1.40625rem;top:17.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAW398lp7R8NKSZVBsKgUVQZIK4XRsB6 { width:18.125rem;height:1.40625rem;top:38.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTKJW5ElATrB1DFw4sK9TTMTQES6lOuS { width:18.125rem;height:1.40625rem;top:63.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbId5DBpbqUZH3XXLXvG5iCtUvNOp3yD { width:18.125rem;height:8.4375rem;top:6.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iUprHpIxTWpLuWazPnE51Wwl8cLsbv { width:18.125rem;height:5.625rem;top:31.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVwJAyxGfEcLGFdPGdwbAVWIuarxyWk9 { width:18.125rem;height:8.4375rem;top:52.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xec1Vo3TJCFI1Lq4RKAqsP0TnQrVpGq5 { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obrRmrQkZuKr0emqpWmahmCuZHlyu9e3 { width:5.625rem;height:5.625rem;top:24.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfZ7BKho9aia5JLJ3cr0REGU8EUwX3WR { width:5.625rem;height:5.625rem;top:45.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Jgr0AsE3t0dK4zAfOrUAbwk6B6sFsG { top:2.71875rem;left:0rem;width:20rem;height:20.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GsVGFnD2oEPMh9lJrel4MBTrOv8Ul4tq { top:27.125rem;left:0rem;width:20rem;height:17.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JyAvQhm8qmlt1sRqAV3q75dl8GEBBJJ6 { top:48.75rem;left:0rem;width:20rem;height:20.3125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AzWsXi81XFEkoEihrFfZ0RJxFPRdppgT { top:73.09375rem;left:0rem;width:20rem;height:19.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AtrhJ7AAS6HkBMPfVVRRTQlvrvlGOi1K { top:96.25rem;left:0rem;width:20rem;height:20.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wy5WfiPTcpnQnGPrqDzaByEwTSItsSra { top:120.5625rem;left:0rem;width:20rem;height:21.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i7mBtnn0lxQx4ZqlC37Tya1GWLCAVnV9 { width:20rem;height:3.125rem;top:144.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMgnLtbIxeLTNTx5LP9uDPXQ1vS8TT6 { display:block; }
 }@media only screen and (max-width: 763px) { #c8gyreDTk0xeaIEOJIcSfnMAIfMgrzxl { width:20rem;height:3.125rem;top:148.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PZxuSpr0seRHuSxtPUarI1mF6XOzpr { display:block; }
 }@media only screen and (max-width: 763px) { #Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c { display:block; }#Ru4aZFKAHLQIpnWpEd2hsF1QdH3Xpp0c > .row .container { width:20rem;height:154.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9t1uluJAfhHoxmvwUw3mnd3qkMxEJoG { width:20rem;height:28.059701492537rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvnTqbEk4o7M1tGq56mqAoKriHZtodEP { width:18.125rem;height:1.21801875rem;top:138.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0HcHXvRBr5caSt4kfdTqXaWRvJqCLs { width:18.125rem;height:1.40625rem;top:137.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2inbTW85STNzBtksVpVqBnBBGz3Xii7 { width:20rem;height:28rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCKNPue8TySqbZCq8ux0B7CHy9kZBryH { width:18.125rem;height:1.21801875rem;top:113.4375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50daZkarP3GKfBdnNUs5EZFxizy58VS { width:18.125rem;height:1.40625rem;top:110.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqnVu7r3JIRixgASdv7fGTeo8L079qWO { width:18.125rem;height:1.40625rem;top:112rem;left:0.9375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8ODVWwESET1ZCgAJyEPi46HoVXaUD9 { width:18.125rem;height:1.40625rem;top:135.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicyFmIHmFCHbozqXnpUqz9GnhlHaayx { width:18.125rem;height:9.84375rem;top:124.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkfglqk3lRgwtohdxQzOI1gtWHxAJabe { width:20rem;height:28rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8By5o3euvuG0Q1XBytl8KyBCKfUQa48 { width:18.125rem;height:1.21801875rem;top:88.90625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucZtWM1Vq09Fiyb6lc09UFpbHTE8D6a { width:18.125rem;height:1.40625rem;top:86.09375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrnxLBCwX2exDq5QE6TaUVk34BxTvQx0 { width:18.125rem;height:1.40625rem;top:87.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFpxocaiO68RMTrmIvZGPdmoBtdLhibS { width:18.125rem;height:8.4375rem;top:100.3125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR1XA8NGurGAJIlhiEpvele9wI9ZB9HM { width:18.125rem;height:7.03125rem;top:77.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfxHDqy1Fs88JU7d89rtXDwT6JWnbfN { width:5.625rem;height:5.625rem;top:70.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWT9PiPiB1udXinG7rMzV3C0pxurx1HL { width:5.625rem;height:5.625rem;top:93.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yErr7EcdC6lRCkhx8yNrE2o0LOoy0ST7 { width:5.625rem;height:5.625rem;top:117.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlsO6I8s0JwtxSTINmoTGF8N0oFn3uca { width:20rem;height:26.507462686567rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4zXWfvSEzmmMp8KXQF5fgdX2B1fJzee { width:20rem;height:26.268656716418rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHEdTs9bsamvqLEMlf6gKTuUv1DaJUmd { width:20rem;height:26.507462686567rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2nVeTHN2plvmKgR1lGBbQkMWAo7ROpc { width:18.125rem;height:1.40625rem;top:18.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLsdmQTTAHy1Ty4gcCl2EFf7U3Na3P1y { width:18.125rem;height:1.21801875rem;top:20rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4hNnsTwrn7BJk232OGeHPRTPy2pHmLR { width:18.125rem;height:1.21801875rem;top:41.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKlLItwL90rT6LySZz5Mk05COeerCrJ { width:18.125rem;height:1.40625rem;top:40.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpoL5R0lzUwyEN4cJ1L18iz8kt2CwEx { width:18.125rem;height:1.40625rem;top:64.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKVZSTPkwd0OvRAl9MWH7psOKFq2T4hf { width:18.125rem;height:1.21801875rem;top:65.9375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2akOTbc6v7hoW1yr2wyi5eGsT1MoZyX { width:18.125rem;height:1.40625rem;top:17.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll95hDErug2t1zZzarC6WzZ8D2JfgWJ1 { width:18.125rem;height:1.40625rem;top:38.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRh9KzaqODheCC70dHVG1npMJT1zqgx { width:18.125rem;height:1.40625rem;top:63.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrbDnAcwO4sqClShm77TOQwd67clyvet { width:18.125rem;height:8.4375rem;top:6.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGnqWQwq2EBmno8LZ8GX3UB3gMLLocc9 { width:18.125rem;height:5.625rem;top:31.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upNk26SChSVAaqvz4WCLxFqWTaXg5zCH { width:18.125rem;height:8.4375rem;top:52.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIs2LIqasdTSvvV2lDaXDVHCAJzw8kdP { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpd65s9cGzTwttZ3U8eXWDXl5RkdbUW { width:5.625rem;height:5.625rem;top:24.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5HbB7eizBtvxe1yF5i67dCTdJxsD8p5 { width:5.625rem;height:5.625rem;top:45.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvreQ0ZgEzetmrgEM2iltGUtuUtCyqL { top:2.71875rem;left:0rem;width:20rem;height:20.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pBrswPlGVfzzv2IsFRI9krsqsTEhdkU3 { top:27.125rem;left:0rem;width:20rem;height:17.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KHn5CMZNA6mGRUc6erNHgzTR536p7wEW { top:48.75rem;left:0rem;width:20rem;height:20.3125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jug34hADUn0R32M2JJvxhQWJ26XlOn5K { top:73.09375rem;left:0rem;width:20rem;height:19.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F2Q5tgUBbX0eqHdH3pDQbTPIBFSq2KJM { top:96.25rem;left:0rem;width:20rem;height:20.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nJSFS73ERE0bHOdoPe7zqyixETvRuwMs { top:120.5625rem;left:0rem;width:20rem;height:21.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nfs5gK341BAN5DdLOWxSucJ8i4m6TNTl { width:19rem;height:3.5rem;top:143.6875rem;left:0.5rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fsyDpliAipFtyO9sZSGO95dpn3nWq8cG { display:block; }
 }@media only screen and (max-width: 763px) { #cM0fQqcvJ3buFMPUOLsOmNuT5eZp4sRW { width:20rem;height:3.375rem;top:144.75rem;left:-0.06298828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aftbpQr6NxQeZGr0fTcAbtTKfduqNpMX { display:block; }
 }@media only screen and (max-width: 763px) { #TaUJq6vN3z7Cd4EktRmfFiD0ILATH2R0 { width:20rem;height:3.1875rem;top:149.06176757812rem;left:-0.09423828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTrP7aMBLX4cZoOMlJh0SExrUerRdKe { display:block; }
 }@media only screen and (max-width: 763px) { #gnoobToFBOBdumL9XuvHu0wuKUmlX8kT { display:none; }#gnoobToFBOBdumL9XuvHu0wuKUmlX8kT > .row .container { width:20rem;height:147.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SHIa6cl5b4CXXffyJI6TG3Q30tPibIJM { width:20rem;height:1.3999rem;top:6.04296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfHERARqv46A1XiP59siax0FUGbWlfWm { width:20rem;height:2.35611875rem;top:3.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI3FhtFGkISiyBOevTlvmpgTI71JEUz6 { width:15.9375rem;height:3.5rem;top:20.31640625rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nh45MUNlmNXdTmUdenTRz4GH2rwcs6SV { width:16.25rem;height:1.21875rem;top:24.12890625rem;left:1.875rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ifhSlhBNGIVPg0pbE9TMTa6gXydM0GRX { width:16.25rem;height:1.21875rem;top:126.9375rem;left:1.8125rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eubBr4nna2McvmBnxoy6LWRCewChCJQH { width:14.4375rem;height:3.5rem;top:123.125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnfhwKngTTTHJGHsyxd8tQBtxoQRFLOb { width:16.25rem;height:1.21875rem;top:75.625rem;left:1.875rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WiTfAD43JTyD2zRDxgLFSxyBkJedZetC { width:15.875rem;height:3.5rem;top:71.8125rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQHwfOsLSg7IEHV2WaBLP6pw0UfuITWV { width:16.25rem;height:1.21875rem;top:144.25rem;left:1.9375rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p46un6qABb6FToK9s57V6weLyTm1ne7s { width:12.5rem;height:3.5rem;top:140.3125rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c71yckvTgdsW3JiiKVHHlivoie3fTKHd { width:16.25rem;height:9.125rem;top:112.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soobIO6Tl6uqOTdVvg00Jo9GypDGgzUu { width:16.25rem;height:9.125rem;top:61.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFfKIm4twX8mDiTGTd8OoMRTzXRCB97 { width:16.25rem;height:9rem;top:130.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px77MDvagVL5vFwuzCfNcuOoSgEVIxGR { height:9rem;width:16.25rem;top:78.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80pQfzINhsGSGP1mAMCpIT6t8MtwOSp { width:15.125rem;height:3.5rem;top:88.875rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDmnAucGdLNTRz5FyvMXd8R3DTl1d6Qg { width:16.25rem;height:1.21875rem;top:92.6875rem;left:1.8125rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6lT8pFQJDWQXWEZA5g0qcrS75BBlez0 { width:16.25rem;height:3.5rem;top:105.9375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zwmai1TgNFsMUTcUCbpmugVPnXo5q0CA { width:16.25rem;height:1.21875rem;top:109.75rem;left:1.875rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KTHUvyrAKMd6UMoRzQokeZZImDS0OZSa { height:9rem;width:16.25rem;top:95.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBgAXEqZmM4XxxCdGJe9sRoNKeo0Rl2m { width:11.625rem;height:3.5rem;top:54.625rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkvn0qBDFrKvx4RkW7NLtZQJokfxqNta { width:16.25rem;height:1.21875rem;top:58.4375rem;left:1.875rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6WZC2FfE6dZBxfEpVsMuQGTwdTTrZv { height:9rem;width:16.25rem;top:44.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM63zNtJ1rdrTPKJolTc1mqFAkHrknuw { width:16.25rem;height:3.5rem;top:37.5625rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g9zBXStTRglIqI2fuAqNeXSPuyOak902 { width:16.25rem;height:1.21875rem;top:41.375rem;left:1.875rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #idi4RZsEmU1M6eWgUM3TBz1wR2T8QJ4u { height:9rem;width:16.25rem;top:27.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFQari3F9WmcTnrKXvmtf4Un0ZTriHGM { height:9.3125rem;width:16.5625rem;top:9.734375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 { display:block; }#HHNmBon0bUxDfZ2HA2gnecaUnWBnXqK0 > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUJ6aZRaaUVy6kVdPVoKLfEfKf54acLU { width:9.375rem;height:6.125rem;top:9.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQcU1sdxBT25Lff7GN9Ok8Rc0cbqfA1Z { width:9.375rem;height:6.1875rem;top:16.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIgTFGhCgpBIA69geobW5rZCd16U3FC { width:9.375rem;height:6.1875rem;top:29.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeVvJE1f8oECLGTiTou5M3gtLKluGRMB { width:9.1875rem;height:6.125rem;top:36.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkNbepWZA2FuyuXRxPWgv7oTupBSxPqW { width:9.375rem;height:6.1875rem;top:22.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crbt1qkW76UMnDIi6U4ztKc8CyGrC1pl { width:9.1875rem;height:6.125rem;top:29.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv8Mf2oPTfgVv3LcVWkUE8CMUiR7FgH6 { width:9.375rem;height:6.1875rem;top:43.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhbubS2FuDurLZqSZhz5XJhJD8TBNKT { width:9.375rem;height:6.1875rem;top:22.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3StRxsnM2K1SsIW7NJhuF6NFgGPv49 { width:9.375rem;height:6.1875rem;top:16.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ysnJenqZWK3WZs6JwiOTSRDgv0IkCf { width:9.375rem;height:6.1875rem;top:36.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B28LsZh2xOroJMQmTxRl2VC3as8TqB23 { width:9.375rem;height:6.1875rem;top:43.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7lQtW2Kx7DfTlR1XV391qzr6Z2G9uJW { width:9.375rem;height:6.0625rem;top:9.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UEhJPUypTwvCd1pTS88RNNcLpTm4Ri { width:13.875rem;height:5.20019375rem;top:2.86328125rem;left:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD { display:none; }#yXF6fTXTTrwL7CeN9vMxWfSrqgCKcNOD > .row .container { width:20rem;height:70.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wpwVOHAs51o6eTepiRwIIfyC7ZDzcGM8 { width:20rem;height:4.875rem;top:8.9482421875rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HAN0RgkqcxFc3IcTJP0NxU1vJTqmQCvR { width:17.1875rem;height:5.798825rem;top:2.3388671875rem;left:1.40625rem;font-size:1.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QZaLJEJDRGk1hA37lJbAkEPqnptFw7Rf { width:17.75rem;height:15.3125rem;top:18.875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d08siJaTLblDBD5TBy4LCUgACyiN5ZqO { width:11.875rem;height:4.5rem;top:39rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rk6P4DqHOXePif0KgoZL4vsovD1dTpeH { width:17.75rem;height:15.3125rem;top:18.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w183OoMVSFk7uTmUh2gPoZr73Sub18pX { width:11.875rem;height:6rem;top:49.125rem;left:7rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SiBEIBq7Ob0JR0fyUlISpU2yvxXovla4 { width:17.75rem;height:15.3125rem;top:18.9375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6XxSW94DTkrlgzgze0KL23uwntWLf2O { width:11.875rem;height:6rem;top:27.5625rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDBStQGyfxETO4fawWFTdHFf7xhP945z { width:11.875rem;height:1.75rem;top:36.625rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbwRCeyIUgVJLF5foGVRUlbf76o2iMV7 { width:11.875rem;height:1.75rem;top:46.75rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JkDf43rr6EohHo7uaPhkwNbWOEWihx1N { width:11.875rem;height:1.75rem;top:25.1875rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6gE8OqV6PQCOsDpRHbAh1yhcaGzBv1Z { width:4.25rem;height:4.25rem;top:24.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB8pXlbFrbRnbPoxtXeHmTJueAtqshHI { width:3.75rem;height:2.75rem;top:36.625rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uvS5o01KZ9l4aJLsoVNCk8MnoQRmlfnC { width:3.25rem;height:3.5625rem;top:46.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkcfJowRcTKvLnnFMvTPdSI8sReNP5Iv { width:17.75rem;height:15.3125rem;top:18.9375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIASznW9U1IImeGdLT4OP5O9CT4I5cMt { width:11.875rem;height:1.75rem;top:16.9375rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I23EiQObiwafOOQPIUrItRtDuvqnCW1t { width:11.875rem;height:3rem;top:19.3125rem;left:7rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cMhXTo24nuMk6uI163804lEIWITUe5aa { width:3.8125rem;height:3.8125rem;top:17rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI665RvAnUNa4Ltn3uomGn19iIGpniKI { top:15.6875rem;left:0rem;width:20rem;height:7.8125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P8J6QTvgqQux7NBDNwKLr0Jz3u1lhR76 { top:24.125rem;left:0rem;width:20rem;height:10.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fMzzL9i1bLUR3cfgQABdd2Ah63HxXNiV { top:35.375rem;left:0rem;width:20rem;height:9.375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hJT4e2fq6UTbO3CG7qpDTWIJr80ebh99 { top:45.375rem;left:0rem;width:20rem;height:10.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nAuEucscqeouwUSSI90zw84qJHenHHSM { display:none; }#nAuEucscqeouwUSSI90zw84qJHenHHSM > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ccy6Oag6LUoe92eSaB6Vg2ct6RlKPEBK { width:20rem;height:4.5rem;top:36.375rem;left:0rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mex2Dmxgl2mpJvqiIssu3ZBof2UVbBFV { width:14.874875rem;height:3.0869125rem;top:11.748657226562rem;left:2.562255859375rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #feTNFTRt5kf14xOOz1SBfz9IsZ2chTkm { width:20rem;height:3.125rem;top:33.375rem;left:0rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zIPJfSJ2pe1SRZ1n1Ey7DfMuKqhqKMoU { display:block; }
 }@media only screen and (max-width: 763px) { #lMhvadhbPogJpc20oDwDhOFkE25Se75x { width:20rem;height:1.96875rem;top:8.375rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PzzVGCcI3Sq8ECZxsTt2pScbNFB7PqcI { width:12.25rem;height:3.9375rem;top:2.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INwbtp7fV239kMFcpBJ49PBuvSNFDIJx { height:11.25rem;width:20rem;top:19.1875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iwXKyqqFspgzBk6G31pD7eGov0fn5Iq8 { width:20rem;height:1.381225rem;top:15.999145507812rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 { display:none; }#nGCvt9doRAiFI1rT0110E7wgXpuN2uq1 > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qqJOXH99K6ezWyyq1s7699OamxOzisMF { width:5.625rem;height:3.4375rem;top:8.8125rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHueokSD2cwyX8MomrG8Tz41WtRVnAlT { width:5.625rem;height:3.4375rem;top:3.625rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uACmpGi5KtQlbO9F3X086AhVqILRppXK { width:12.1875rem;height:1.625rem;top:3.875rem;left:7.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxpctZ7H7A4xeBxSuL2XdhKeKNJQCPm6 { width:12.1875rem;height:1.625rem;top:9.0625rem;left:7.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #buxKKeyaIRIKLq7uHXAn5HqltVEcy07X { width:11.875rem;height:1.625rem;top:14.8125rem;left:7.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2J847roGzUzve5Tr2hN5S3NfdPqGnkk { width:5.625rem;height:3.4375rem;top:13.875rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OblZFzku4LQckDaKwoIu3T43o2UAuuyq { width:12.1875rem;height:1.21875rem;top:10.875rem;left:7.1875rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHBIqPOKWUJQCqsC7ZLy411qEMQfHuAK { width:11.875rem;height:1.21875rem;top:16.5625rem;left:7.25rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5Q0dRNBlbkXTaPImRoMleeJlHL18bU { width:12.1875rem;height:1.21875rem;top:5.6875rem;left:7.1875rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 { display:none; }#iguLwwzeWOl907e1vLwTyT4sNOUrbTm5 > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zye5MGNeDxQ2bFW1fJeU7Vrof37vLBS4 { width:20rem;height:3.5rem;top:9.1484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9JfReT3M2upt1fXg0RzIOZsvGmebIht { width:16.1875rem;height:6.400125rem;top:2.125rem;left:1.90625rem;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x0zC34OBuBn8MNhnLce6bwXbGXrZHKPe { width:17.1875rem;height:1.75rem;top:27.84765625rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yiRzvMkSfsIf5J6G5UccP5wtvgANRWCL { width:17.1875rem;height:1.5rem;top:29.91015625rem;left:2.1875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OXoF4FusxqWI8iMisW0xMXp25VFUJkGC { width:17.1875rem;height:1.75rem;top:32.0625rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2wbkv8TbBWSiEvNMnJNNon9bSi7xK0e { width:17.1875rem;height:2.99926875rem;top:34.0625rem;left:2.1875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bV1Lf2u7bw3124FxDOT3sQ6R7uwXU9WR { width:17.1875rem;height:1.75rem;top:37.6875rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #edzsPcNOhQu3nve0ZN8xi8sPalexHI72 { width:17.1875rem;height:2.99926875rem;top:39.75rem;left:2.1875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0VZJDftkiWXOnAsEg3FbfCI6E7B2ENl { width:17.1875rem;height:1.75rem;top:43.375rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9J7y4acVCTnfLau7TTyNDEgC1KIl749 { width:17.1875rem;height:2.99926875rem;top:45.4375rem;left:2.1875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fR6tmUVIlmPGsKAodiOwMP23OnViNlFk { width:17.1875rem;height:2.99926875rem;top:51.125rem;left:2.1875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8TIuOWNQhs54DBv4IhoUTDFsOvE0Tc8 { width:17.1875rem;height:1.75rem;top:49.0625rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMIkIKXVG2BXzuopK2xwkB6vuJMRLSqq { width:1.5625rem;height:1.5625rem;top:27.94140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmaCrZZ7VWE5G955LVlNE76Mv1OQUSJh { width:1.5625rem;height:1.5625rem;top:32.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZBrOeUgEuSPUdOHCbTP1cCKE9yNAWM { width:1.5625rem;height:1.5625rem;top:37.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noJKIWau8uzxI2om5hq0KKC6PodSWcEQ { width:1.5625rem;height:1.5625rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDPTkpxs2rhNv1J0swkD9OZmz7xH6l1h { width:1.5625rem;height:1.5625rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #io1GnvRfh7eBZA3MeiQhTPwxblGC6vW8 { width:14.5rem;height:14.5rem;top:12.09765625rem;left:2.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r { display:none; }#JTcKhBrWhKW7Doky4qhIzKTNswEBBL3r > .row .container { width:20rem;height:102.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nngCMsmRnUT3kSsvkanmMfyx9BT44Jc7 { width:20rem;height:6.2995rem;top:8.9817609786988rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnda339m0iFBgI7n8zdBBbyhSc82B2Sr { width:20rem;height:4.79948125rem;top:2.5615234375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EhRSVRkW2I0qfgMwlxxeuPzVypIUtlU7 { width:20rem;height:12.5rem;top:17.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cHJRT4sIXE6HUWMfEavsnNo9JmWgNg9Z { width:20rem;height:12.5rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMq9d74nhnhHH5zfyaE6M5X1d0s3PUZN { width:20rem;height:12.5693125rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As6qU03aQxRZogFWIHF9S5qU37DFVppG { width:20rem;height:1.75rem;top:31.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3kP1lGJiLnn3Na2HB4KXa5pViN2MPlS { width:20rem;height:4.5rem;top:34rem;left:0rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMnLKLyoXGref52Fo6vDIlTykFZBTRid { width:20rem;height:1.75rem;top:56.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThmFNAJFFUB8IOrp3iPV88H2ZBcdDbEz { width:20rem;height:4.5rem;top:58.5rem;left:0rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UakSSuzR3ccC9PPLyrSqQTX42fXzHqwU { width:20rem;height:1.75rem;top:83.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qKRQlE95BNfBz1gJVFIN8A11pKLihi3k { width:20rem;height:6rem;top:86.3125rem;left:0rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6Q6yM5ePDZCDkKZpWSP8bx8w49uCNBc { width:5.6875rem;height:2.4375rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmwarbl69UfM7Z0Sh2Av1t2mqHGXDQlh { width:20rem;height:3.4375rem;top:93.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI0uI3FBHG7zZDO3UrHvo46i1mr6pep8 { display:block; }
 }@media only screen and (max-width: 763px) { #oyzEG5nbUZ2Nult7nFByMuF54q1PDuq7 { width:20rem;height:3.375rem;top:98.25rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRFf5r3WZFqeWIfHNFhl7wXzNEgf5cq { display:block; }
 }@media only screen and (max-width: 763px) { #JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB { display:none; }#JQTcqZ1ipOmxFU7W3qGUA5AAuUxghnzB > .row .container { width:20rem;height:102.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qw5GMQub3Sp1uOivdMANOFEB1ngtT2GT { width:20rem;height:6.296875rem;top:8.9817609786988rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDrmEqUXgTvXorxOpkFmkkPBZySNAFgX { width:20rem;height:4.798825rem;top:2.5615234375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C5oBkzvCBIwc9NXGNKmpqH1RR7Z4LRCo { width:20rem;height:12.5rem;top:17.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QmsJhsoL6TynuCgHmHWEdHtUX3oP8dT2 { width:20rem;height:12.5rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4MWSFW8TEUcHxCCLlTLRG8WnUbNXKCl { width:20rem;height:12.5693125rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUee1hatm1NMyOyvKyk4NTGfvUoKuGhC { width:20rem;height:1.75rem;top:31.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6wRTo7hQU9CDf0hFoZT7xJyNJqMmS3k { width:20rem;height:4.5rem;top:34rem;left:0rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RDDSrT6yFScQL946GVXT1CIgQ95wN7ZT { width:20rem;height:1.75rem;top:56.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OnsgV47pcH8iRHkUiF7Ilqy3gmd3WAFc { width:20rem;height:4.5rem;top:58.5rem;left:0rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M2dLHCXW4w51HSTFITbyD4g6wvyuVNQT { width:20rem;height:1.75rem;top:83.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4ECqLiS3aWUHPKhHpgXP6owlGc5VwTr { width:20rem;height:6rem;top:86.3125rem;left:0rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMQt0ThFAv5g3QqlyhteakSbmC9iJpIJ { width:5.6875rem;height:2.4375rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCotgBDCzRisuGdVNagNSr4Q7f6onGCh { width:19rem;height:3.4375rem;top:93.5625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfFBAwxrspJklhz9Xpbny5NoANu5DRUc { display:block; }
 }@media only screen and (max-width: 763px) { #arLMWDibxI7huiWGS7oRdGby2RhOXQ6O { display:none; }#arLMWDibxI7huiWGS7oRdGby2RhOXQ6O > .row .container { width:20rem;height:46.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IZqimIslKENJFiCAaIBiGxRp60F9TUnO { width:20rem;height:9rem;top:8.13671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFycrxKAT59TpvREfZH6IlQ0RsTVG5E { width:20rem;height:5.19921875rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8DouDaIPUDwITBxqW9sZnufp4dQEJQt { width:16.25rem;height:3.57421875rem;top:32.75rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu { width:20rem;height:6.834rem;top:36.9375rem;left:0rem;font-size:0.8125rem;display:block; }#gvyOe0AJ1SQVPCMqAxHUgnzeCe0dzUhu li:before{  }
 }@media only screen and (max-width: 763px) { #IyD3Phuvu3WMK5E54FX3TAHUVLl2QUFE { width:16.25rem;height:16.25rem;top:15.88671875rem;left:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 { display:none; }#l26gdTb0iNnITTRxGmpmnmta3XQuhWm9 > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LAwbcVlauKoMSbVO8TfQOsTqJXIvi6UB { width:20rem;height:10.96875rem;top:2.4375rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VEXe8pTCzxNzWF5AaxTLbvEp2a3mfPnW { width:1.5625rem;height:1.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdeeTk400dmpV719WyGpfhIq8w0Qowyy { width:1.5625rem;height:1.1875rem;top:14.03125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwWDhzE1RMGEXqAARVn8daKNd2rpTSqO { width:20rem;height:3.4375rem;top:16.96875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxELM4SZqxwLd1p20u4z52wJLRvpWTIz { display:block; }
 }@media only screen and (max-width: 763px) { #sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf { display:none; }#sznG2LBsxPsp5xmV6GmJUPXAwWTd2dQf > .row .container { width:20rem;height:125.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rAcPtLe4zfbmeIXPBUcs0F8z3ekQaTt9 { width:17.5rem;height:5.19921875rem;top:2.4345703125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzyxrZqDa5FXvdeQTz3NtSPL8Pkk8lW { width:10rem;height:2.625rem;top:15.25rem;left:1.25rem;font-size:0.875rem;z-index:15069;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eu00GDZ4BvAZX66seIQ0vNSSxikSiUq9 { width:10rem;height:3.25rem;top:11.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #JVAmHrkX01498roqyedddqPWFMNqr80M { width:16.5625rem;height:28.125rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9HgUAgdcsTXBW1USrQXpM2bqf0TorJk { width:10.5rem;height:17.9375rem;top:5.625rem;left:8.3125rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #x14h1gFaIQOAecNoue1CDFVdTE42R59v { width:16.5625rem;height:28.125rem;top:107.0712890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #puWSIA7M9TT34eiwhKrEWZwRb5sLPdSH { width:16.1875rem;height:27.5rem;top:107.5712890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhPKalQPNF2myRnUcsfaBg1V9gD4RNIu { width:10rem;height:2.625rem;top:28.375rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SCHC25KOvRSzPApTBUVVo4F4Wlf6De0Z { width:10rem;height:3.25rem;top:24.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrabUBd5st8LkdpTxtfobsRlHJUqvn9t { width:16.5625rem;height:28.125rem;top:165.8212890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4RzapTZzoExJAS2nMTmxZvhsT5C3eOH { width:16.1875rem;height:27.5rem;top:166.3212890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMVhNDRevg6hLWMEzBnRqLZPowHh1BMw { width:10rem;height:2.625rem;top:41.375rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqCmuCzS3RT2Qd05tDI8gRXKTclvcSno { width:10rem;height:3.25rem;top:37.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NxHR6J3E7kEivfEfAiTwl6by5yDk5e97 { width:16.5625rem;height:28.125rem;top:224.5712890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqDztbvXT5deemRvHpfeZTaD1ye8bWNT { width:16.1875rem;height:27.5rem;top:225.0712890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ve0X6x9TRcPr1dcOqU1aPpCucEeDoOFX { width:10rem;height:2.625rem;top:54.5rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmavmDUUx3CUrLumiFeqThbUw9TZCAJS { width:10rem;height:3.25rem;top:50.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNKDmsp3UwiKBR9PFIKcJ5DuJdJNIueg { width:16.5625rem;height:28.125rem;top:93.0087890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd9lbdu6JBy9AumoT3e4hHcNahGucBAZ { width:16.1875rem;height:27.5rem;top:93.5087890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrTDQpSZKXnOX32Luyy5ih3doEwe62LU { width:10rem;height:3.9375rem;top:67.625rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #acIaePqU0xsekA61h3ZZgKJzfetgI8l7 { width:10rem;height:3.25rem;top:63.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfnhKaaH8FTe8dZ7SDhO9Gt6u5Ld8T5X { width:16.5625rem;height:28.125rem;top:136.4462890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6beUyNNspg5D2SdpLszU2oOTJDUqATz { width:16.1875rem;height:27.5rem;top:136.9462890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3lT9q7UA6NUV1HegtpfJtJSq0QTXWx2 { width:10rem;height:3.25rem;top:76.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #xW5vlmOtXnbJwzO9eI8VWh9fWekBhIsu { width:10rem;height:2.625rem;top:80.625rem;left:1.25rem;font-size:0.875rem;z-index:15071;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFTlvshgy5QvJ5HuWu4id1CMXUtGzWmr { width:16.5625rem;height:28.125rem;top:195.1962890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAwBqoeQEp4zRz4H5Iq8wE1ctJt0tG4T { width:16.1875rem;height:27.5rem;top:195.6962890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPgzfz4HuRsykz3V127SkJ2hNNJqWlwt { width:10rem;height:2.625rem;top:93.6875rem;left:1.25rem;font-size:0.875rem;z-index:15073;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQH5TxXABcQgB8KR5hIaEN10MuKtcvKi { width:10rem;height:3.25rem;top:89.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #ATKMhQOUxQpJpeWgutv0o2y5BZTFpI5e { width:16.5625rem;height:28.125rem;top:253.9462890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTvdGmWBtJaw7DTGaPdbHM3qgBvfE4TE { width:16.1875rem;height:26.875rem;top:254.4462890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g34NvOCUdOeSKBEFsFRMOTQo4XhhsPhQ { top:9.5rem;left:0rem;width:20rem;height:12.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OvTyp4zh2KNV34O0lHB0dQ7JeTggA3zP { top:9.5rem;left:0.0625rem;width:19.875rem;height:12.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lLIg2zrkLUC3XVucBkDsG7otZavHqFSL { top:22.625rem;left:0rem;width:20rem;height:12.5rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x2WCcNRn9hdq52Jn3ulxG8fT8vXXFyvJ { top:22.625rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NMh1If3P6U7T04JWbVxOx00v5pT5bOLa { top:35.625rem;left:0rem;width:20rem;height:12.5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hvkTTgI965moyR962KualyESUT2snVUA { top:35.625rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #znsHMTni31vCkFQDNIM5X8P67LoT4zOT { top:48.75rem;left:0rem;width:20rem;height:12.5rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KOtuFbXBl1TzWQyb4GUT4sWtst6zQrcp { top:48.75rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xHhy2iXTxtkErrSNrwh34o2TKMWKpSsM { top:61.875rem;left:0rem;width:20rem;height:12.5rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lf5K00epTdKLfokx399BhP5b4Nb1Nwqh { top:61.875rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #umowO8zREPz0oqeVe4oi1moZBehyhnCU { top:75rem;left:0rem;width:20rem;height:12.5rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nN12BnPelaBJccW2mircufEmx08l8vuz { top:75rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #doz7kAJK2s7USEoVEazalsu8R8lTGAXq { top:88.125rem;left:0rem;width:20rem;height:12.5rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PqRr4Z3syNyLwFAxGu6R4hah11e1elZ6 { top:88.125rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NOX0XnF7lS6O90GUK5pG7sUu1GGoBKk5 { top:101.25rem;left:0rem;width:20rem;height:12.5rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BVThDfkQZlMEclSfoIJrHm66VeqpMNIP { top:101.25rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rRx7pToNSZP2nRGbkatdQlFao9529d3b { width:20rem;height:3.3125rem;top:121rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVEivo2bKrLRiBRQ0wkz1zdtGGpqVCmL { display:block; }
 }@media only screen and (max-width: 763px) { #iyRIMv2LIASM4X5ssf7hdAhlI0qxp5Le { width:20rem;height:3.4375rem;top:116.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN22bxCT5HPKUxJ6037W5nL4qyPkdbNz { display:block; }
 }@media only screen and (max-width: 763px) { #INkhmZKTTG1KKkgFcb6fOdnd4zW0uf67 { width:13.5rem;height:3.25rem;top:103rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Na8NNfOPuPKtJHxt1PyDpmCXiuIwvgaC { width:8.3125rem;height:2.625rem;top:106.9375rem;left:1.25rem;font-size:0.875rem;z-index:15073;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 { display:none; }#WhVN5dZPRUNQkergTPNtmnyAAZ75Tlp4 > .row .container { width:20rem;height:121.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hGC9t54MLe9RSygWN1HDyJo8XT8UlQIp { width:17.5rem;height:7.8003125rem;top:2.4345703125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bkOP6mDCLdtr68lONZVbrWnt5mJOn0 { width:10rem;height:2.6257375rem;top:15.25rem;left:1.25rem;font-size:0.875rem;z-index:15069;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BJcpkz4uTdmp2H9kKLHCGoK7uSbVAldu { width:10rem;height:3.25rem;top:11.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #SRzqmw1JArQDrnWvbEqcWc7xdWvRJIDQ { width:16.5625rem;height:28.125rem;top:27.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJeJ9xraMTZgLh0uGttdnd2Tupfdxvwg { width:10.5rem;height:17.9375rem;top:5.625rem;left:8.3125rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #LDTpRX3VZ7nhs07dCkxaIKQTm5ZuS2ea { width:16.5625rem;height:28.125rem;top:107.0712890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCtpKdxGfS1PCwNA1KagPCCf8EZM9Ko4 { width:16.1875rem;height:27.5rem;top:107.5712890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ax6wVXaGRBnH00NJ0xGRurnsgaixmvb7 { width:10rem;height:2.6257375rem;top:28.375rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dP6XnKTVE8VTrmGoOwkekAedLIwJ6eyh { width:10rem;height:3.25rem;top:24.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsXigGlpF8Wx0zLlHvWWvbZCZMHpPxZo { width:16.5625rem;height:28.125rem;top:165.8212890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0u0KWCgGTJdwuUuvuxoMZHQnZmuJ2o6 { width:16.1875rem;height:27.5rem;top:166.3212890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3iVye4rraQcZM0WlS2XroLXR4G5KNLJ { width:10rem;height:2.6257375rem;top:41.375rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4fW9AsyzA502phgTiaqwA8uXAGCkTLi { width:10rem;height:3.25rem;top:37.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMD0FLD5833PMwMGSrpFsicxqaQh8Azn { width:16.5625rem;height:28.125rem;top:224.5712890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiKqG9qD46W5muErtzd03nTEIdq87Xos { width:16.1875rem;height:27.5rem;top:225.0712890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9xH74yZCcf6upufSnyXUviOXTbxxMbd { width:10rem;height:2.6257375rem;top:54.5rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvCQS8P3NcIxK96eUJIsRtrSUMq1Qyk4 { width:10rem;height:3.25rem;top:50.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pb7AVI3RnBvHcFyFhOsTHhLqcoyKvvpV { width:16.5625rem;height:28.125rem;top:93.0087890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnUd6eDv0vic44IB2wwk0UdP2TRIbW5t { width:16.1875rem;height:27.5rem;top:93.5087890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6DAC13DxOw3BTO5lOWNVwo8XQMtFbC2 { width:10rem;height:3.9386rem;top:67.625rem;left:1.25rem;font-size:0.875rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTWBQh7ply4x0g1XyKN2kqeDfQtuICw6 { width:10rem;height:3.25rem;top:63.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #icZ9rAcGJukE5V4SRS8JQSQiPcXdxbNO { width:16.5625rem;height:28.125rem;top:136.4462890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5e8s18va4wmRycGcKyTP6tTKLqIG0WB { width:16.1875rem;height:27.5rem;top:136.9462890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #si4M6csBlzm49eKCOtzTnTbFTahU0RyW { width:10rem;height:3.25rem;top:76.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #CvMpsbGZi4lp6BotqgRF9F7yRxCI91eO { width:10rem;height:2.6257375rem;top:80.625rem;left:1.25rem;font-size:0.875rem;z-index:15071;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8RW0veDRHaKWZCQhU8TTnefm5dbikqD { width:16.5625rem;height:28.125rem;top:195.1962890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKTr03D5HtSMVLQeUkPPJ7hDgc40Huy1 { width:16.1875rem;height:27.5rem;top:195.6962890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh7xbv3f4q31wV66V768nbx5cUNPWzqp { width:10rem;height:2.6257375rem;top:93.6875rem;left:1.25rem;font-size:0.875rem;z-index:15073;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0JX6emAhICT3UiR5206CHZAqXMxShoQ { width:10rem;height:3.25rem;top:89.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #uTTGyptxpZKT8E5m3SXQ2vwxNQAiTLQ7 { width:16.5625rem;height:28.125rem;top:253.9462890625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #apniw3yEHbFeG0JN6QFa1QzMa1yPXGg9 { width:16.1875rem;height:26.875rem;top:254.4462890625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgElyAiArpCTv8L1KRLoGCELn4dyA53z { top:9.5rem;left:0rem;width:20rem;height:12.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NwSA8EShNyQr9OrmbR9gtVhKLHlR7Rcs { top:9.5rem;left:0.0625rem;width:19.875rem;height:12.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c5eQxCFrG4WCcwdqdidxMVcTtOgOgOpq { top:22.625rem;left:0rem;width:20rem;height:12.5rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tzb0zWmk6p1AP0XrkC18xhLLiDT5nfdc { top:22.625rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #otttC0NzNHvxwlCTB3fX8JE4TJvcD1vA { top:35.625rem;left:0rem;width:20rem;height:12.5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EVCbO5SkUSykQXKfETDxFC1y4tyOSFmN { top:35.625rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o39zp4qXRUSWLGc5cWXokKLX4uIXrxGV { top:48.75rem;left:0rem;width:20rem;height:12.5rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vZb1l7W92W3wclNLmxpNCXG37Oec6edG { top:48.75rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #huH0XSuIuQzB7VqG6BDSFwm42oLQp2Ur { top:61.875rem;left:0rem;width:20rem;height:12.5rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6e4ov5HsdhANsIVsuDzHhrOVptBxBo { top:61.875rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTfKnfLTnHtw6HLbb5COAmDfZKF8d39i { top:75rem;left:0rem;width:20rem;height:12.5rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D93aHXQGfPB0fPhfcX8PnHi7eRqhVeN3 { top:75rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C4gyraqFP8TvEJ0CTeONhtiexRQAP9Xi { top:88.125rem;left:0rem;width:20rem;height:12.5rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xTRMtGmJam5g2w2SnUXXEfIdUpM20kdd { top:88.125rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xGdgrOsUS9NTfrk8lloXPJFRkVLriPQ3 { top:101.25rem;left:0rem;width:20rem;height:12.5rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y2vTFKh1EAU7qHZLRH0VBw7XdIXJmWLi { top:101.25rem;left:0.125rem;width:19.875rem;height:12.375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nG0x7FQPOJJSDlvAQbudIvlQOvqxXuBM { width:13.5rem;height:3.25rem;top:103rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #yf6CJJpMGcI5TKV8KtDs1SWmG6NpNGCy { width:8.3125rem;height:2.62573125rem;top:106.9375rem;left:1.25rem;font-size:0.875rem;z-index:15073;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #va4MePIGCBKGyaTHZH06IuVTxBmTW2Fl { width:19rem;height:3.4375rem;top:115.75rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btPbocT07CTXRXgK3GtV4mwTIVhQ92aT { display:block; }
 }@media only screen and (max-width: 763px) { #RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ { display:none; }#RgHOeBTp6lcqahuPbuK7fA9CKT6J3VPZ > .row .container { width:20rem;height:204.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ugARnzXyNFCZFrXpgbM2tfwIq0WFLOi3 { width:20rem;height:1.5996125rem;top:8.44921875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mX4FZyhFXdznUgGq31RAzOw3TnT36S0a { width:20rem;height:5.19921875rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIqmh4Wm5DW7A7NDlwSlqoaouQDNeG4e { width:17.5rem;height:4.2246125rem;top:16.3125rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2i6e7gGy4ibudcIZTtwEZFBlzw8oFS5 { width:17.5rem;height:7.5rem;top:21.125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZ3kJQWmETamklSa2repZn5fawhAQ9er { width:17.5rem;height:1.6875rem;top:13.3125rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MdowZvDpiwaDwfa3NDoTQtMWiyqHFPTa { width:3.75rem;height:3.75rem;top:30.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5FBhFQmn6ifiH1JyaShltf37gHby9Hr { width:3.75rem;height:3.75rem;top:59.186828613281rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A7NO6F7qAE4vS41XPr4qQQpcHbKES2 { width:17.5rem;height:4.2246125rem;top:40.6875rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ep9n6Fpe5oxh0TTlIOi94vIqw2VDst31 { width:17.5rem;height:3rem;top:45.5625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QH5cJpXp9y3pAc9Z1wut6kbJJwezrgDM { width:17.5rem;height:1.6875rem;top:37.8125rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0G8uQvvVcMSNMk6uyyRlyLV6C071wKn { width:17.5rem;height:7.5rem;top:49.8125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WFcsUIiEvyokTLVsDXCX1XL8we0n6rQ5 { width:17.5rem;height:6rem;top:78.5625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUEBQEAm67oXcWiJD4FxH4B0Epmxi10r { width:17.5rem;height:3rem;top:74.349609375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDfW75Cn0dN419l5W0JaWxduH3Cae6zd { width:17.5rem;height:4.22395625rem;top:69.5rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UMVkF1Jmy4x7KzzCqBABvr01oxyhNHBk { width:17.5rem;height:1.6875rem;top:66.5625rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEq4g9QuCOZalzFHTTv97SeAOQdfk6AJ { width:3.75rem;height:3.75rem;top:59.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUmUrqqNsJx7ansW2poUuurWTwWK67bZ { width:3.75rem;height:3.75rem;top:86.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV2H2kGScGPNDdliQItolvPhnW3sOhy6 { width:3.75rem;height:3.75rem;top:86.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJTVW1VqcGTQgmhq0TPDKN0Tc11JACU { width:20rem;height:29.39226519337rem;top:15.97265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1qDEsSMFff2Qqi6IaThQMgQa8rNDgG4 { width:20rem;height:29.39226519337rem;top:144.4423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmXsT061CgQaHnRn5TKAvShXWizHMLmQ { width:20rem;height:29.39226519337rem;top:241.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcveXUyifuyXwczDrGHyistRdd6WL72D { width:17.5rem;height:1.6875rem;top:94.375rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIfSt6N3sFCTc3g3gRhFl2GWwluCp8sl { width:17.5rem;height:2.11230625rem;top:97.3125rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pg6dpJXMEwVel39lBuepnW6b9gisU6Um { width:17.5rem;height:3rem;top:100.0625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fSVvNFL9SwqFKhROuwwzFNk0tnqq9BOR { width:17.5rem;height:7.5rem;top:104.3125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTom3iO8gF63dkNdixU5WqgwhoJcuX5w { width:9.5625rem;height:1.875rem;top:94.3125rem;left:6.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUPSTTTmPZhKu7EbztR0iwTpktKwsOwk { width:8.3125rem;height:1.21875rem;top:94.6875rem;left:6.875rem;font-size:0.8125rem;z-index:15062;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LP7h2uVe4r8qCsKutQ2xHTBc3rsNFL3V { width:17.5rem;height:1.5rem;top:113.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEoqz7bM7o82vzr8w41IXCH1lKE04JAA { width:13.875rem;height:1.21875rem;top:117.0625rem;left:5.25rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wRcTxFcRq9cNpyhTTTfdDQ0bpxkNq7kJ { width:13.5rem;height:2.4375rem;top:118.5rem;left:5.3125rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qupsqxlu9h1l3K72cfFtttAeOVVcWPtJ { width:3.75rem;height:3.75rem;top:117.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqMlx8S0SQMkJDf0lDom8tcFdpk17yT5 { width:20rem;height:9.0128755364806rem;top:134.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwFXt29e3RAmCRGz9amI2X6Lnrr7oeKr { width:17.5rem;height:1.6875rem;top:124.625rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SRCqyOePGl4foHMsEGLH71Oqm54tIloK { width:17.5rem;height:4.2239625rem;top:127.5625rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PU1L7Ekn04r72nMG6WQeheVnoSDyXugU { width:17.5rem;height:6rem;top:132.375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVEV2WT0Go3Bu15lHvbsv6LyP0DwqyZa { width:3.75rem;height:3.75rem;top:139.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw3fa7DAxli3nXp2VZqGESIr1VBisplp { width:17.5rem;height:7.5rem;top:153.375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n18MGEvc3SJxWBofOZR79xm10oxNuTek { width:3.75rem;height:3.75rem;top:162.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldJJfSRsAkLp89kv9r7Cifl51c3En3OR { width:3.75rem;height:3.75rem;top:162.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB6tmaVRTKIiWhEKEkeGHJUiiuvDaQyK { width:17.5rem;height:2.11230625rem;top:150.625rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCFLOQA3tsJET9WuThprV2OE9z2VLRo3 { width:17.5rem;height:1.6875rem;top:147.6875rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdCG9Q2KiQDbzXbeQJaWVCbTvyibkb2C { width:3.75rem;height:3.75rem;top:162.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebe0XC3tFcvNvOUw5LMg3mIcJdQIVQPi { width:3.75rem;height:3.75rem;top:162.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSStF21livyeS60GDcAzHQq9VERVpD32 { width:3.75rem;height:3.75rem;top:188rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CloQ2r6M8LWhBdRoqDF1QGf9mzVrdVL8 { width:3.75rem;height:3.75rem;top:188rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGnDtJfIdiXuc9eF20XNxqK6yRqtkVv { width:17.5rem;height:7.5rem;top:178.625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #erZzsRyIfHR38fhzGutH3Bpk9hXD5w6v { width:3.75rem;height:3.75rem;top:188rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0407ua6idZBNkWqlSXprTkFFzvxVlT { width:17.5rem;height:4.22395625rem;top:173.8125rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B9MOGeatuKuOSRgmmhFOSHDMz4Rzy8Iz { width:17.5rem;height:1.6875rem;top:170.875rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZnATpDBrZpbZv5Lm1GQzPqkyENiMeMJO { width:20rem;height:30.220994475138rem;top:166.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiDfOWTTHtUPH5hbAqfR46FeMgRd2Fen { width:20rem;height:30.220994475138rem;top:203.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZBMnQHprlscADiavOTTqp6SCrsihQkv { width:20rem;height:30.220994475138rem;top:281.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVzyuawSlDBZhwLsyE6TMxVB6FvXdUF3 { width:5.625rem;height:5.625rem;top:124.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4fPOFiRR7MBCRf8XZbQD5ZRSv77T8KS { top:11.9375rem;left:0rem;width:20rem;height:24rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JxE2ZS2JshcnGpGUoz7TiT9HwfyF6Ufz { top:36.5625rem;left:0rem;width:20rem;height:28.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V91DUIAEpFd0SFUi5kIW3UPFw8Hd996O { top:65.3125rem;left:0rem;width:20rem;height:26.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yuZuVclSA8SkhprVwthZbsGT05pzJVxQ { top:92.625rem;left:0rem;width:20rem;height:29.5625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTPMdm2s7fR1MCtVOIFPBLT3CPZEC85x { top:122.8125rem;left:0rem;width:20rem;height:22.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nGr3BCgbTTMyDF3n9fi9TuSnXAdfrNXf { top:145.875rem;left:0rem;width:20rem;height:22.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HbgiGI6Cm2q9P2pi9CkKuFO1JckaTA80 { top:169rem;left:0rem;width:20rem;height:24.6875rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GdO8C4xLqccpFr7XxA6Dd4B4RZiDnlDT { width:20rem;height:3.25rem;top:199.625rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkPSOypBtgAfZGRIFQsTMbtLRZpqE02u { display:block; }
 }@media only screen and (max-width: 763px) { #LkatunHyskVsvvaJfKJMmv3uDwdlvJCC { width:20rem;height:3.4375rem;top:194.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpcP3JqFZ2oqibaemQzmcQcdFzK6C9qG { display:block; }
 }@media only screen and (max-width: 763px) { #lN93zpegVXDRzcGz64GH93hX2fVyNNLL { display:none; }#lN93zpegVXDRzcGz64GH93hX2fVyNNLL > .row .container { width:20rem;height:204.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HCB1kRLgVUETSweq6tNFBTfd6F6xma48 { width:20rem;height:1.5996125rem;top:8.44921875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #R0zGhJDdg0uvQxOE8PX8IAieOUi3WwB0 { width:20rem;height:5.20019375rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa483D9lTF3TS6dey386axOZhGLLGLrT { width:17.5rem;height:4.22363125rem;top:16.3125rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwtNrFDZlpd4B2XwrmBRFFVmuqc27KbG { width:17.5rem;height:7.4981875rem;top:21.125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGqZien7sAzSikc2Z84WNBoOVvVn6VU0 { width:17.5rem;height:1.6875rem;top:13.3125rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PQK7tTLEQeuWGWrgITdqfMwmUJxzOOQt { width:3.75rem;height:3.75rem;top:30.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHyyxARq8m3JQxwlHEXKuN4qPM0TCIVW { width:3.75rem;height:3.75rem;top:59.186828613281rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQE2uKGbRL9oxSQ21IM02klgyPMd27oG { width:17.5rem;height:4.22363125rem;top:40.6875rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyXrXgdgV1EVD619v2q9TF2qGDMDCl5 { width:17.5rem;height:2.99926875rem;top:45.5625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #blHuBOhVAESHIctErb84dTK0exLoUX0f { width:17.5rem;height:1.6875rem;top:37.8125rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BZyteNLEIs5hi5QnMEroFbvGTCDoJxSO { width:17.5rem;height:7.4981875rem;top:49.8125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bazPOvoTgDys8ETt8CskTS1k0aT2Wi7X { width:17.5rem;height:5.9985375rem;top:78.5625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tW54Df8qdxIAgxdmmMFTDJxK7amTdu9F { width:17.5rem;height:2.99926875rem;top:74.349609375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUFs5d1Ilv8w57gb0DfCmKfbJXRQWenG { width:17.5rem;height:4.22363125rem;top:69.5rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ueJTG4X7t082JfnmHTVutTJMEv8pVOcz { width:17.5rem;height:1.6875rem;top:66.5625rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zteHmEw2gNraaGNfx6XKgXNByHHrhpxa { width:3.75rem;height:3.75rem;top:59.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXS9UWsBurpKg2NsbPkeLMOCM64lQ1a { width:3.75rem;height:3.75rem;top:86.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLHmkVtDRbXbK4w37FiDCWatN6ePbNlJ { width:3.75rem;height:3.75rem;top:86.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtiBTpb1QtNEaSDHqZslTDMZpnnkqRJ { width:20rem;height:29.39226519337rem;top:15.97265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyTw3feEJ8RR0drGAzPqWhZCfeAWoQLR { width:20rem;height:29.39226519337rem;top:144.4423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmOO7yz9n0rxImWvzC3raHPPWnnKMTHJ { width:20rem;height:29.39226519337rem;top:241.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD5L7IZxua2T76Z4eOcpftc6wUgMoXLK { width:17.5rem;height:1.6875rem;top:94.375rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1MTs5EbSHNwk7QrLT9B1WNc1beOCi7 { width:17.5rem;height:2.11230625rem;top:97.3125rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vqgM2waxfvo3TFWNKL85N7TGAIQOgeuz { width:17.5rem;height:2.99926875rem;top:100.0625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTVUOOqPl7MrVW36yI2qPEZ7m7NtTGL5 { width:17.5rem;height:7.4981875rem;top:104.3125rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UIrLTPr21J4vIPBZyy0rUEIV0DybvmER { width:9.5625rem;height:1.875rem;top:94.3125rem;left:6.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6FhZb6FJ6FhNqu5Z6PuK8HU7LCdVm0 { width:8.3125rem;height:1.21875rem;top:94.6875rem;left:6.875rem;font-size:0.8125rem;z-index:15062;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfbR47a50mSKq0OXTTsSF4ISPouXP3X4 { width:17.5rem;height:1.5rem;top:113.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9p2pC57od6qdEHsofrCz74fU02kPVP3 { width:13.875rem;height:1.21875rem;top:117.0625rem;left:5.25rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9vJ7NG7yhch5QuZexa1WVTop8rpZUwK { width:13.5rem;height:2.436525rem;top:118.5rem;left:5.3125rem;font-size:0.8125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUi9U3gRBsPN3MyZBgpahC3FETIAFULO { width:3.75rem;height:3.75rem;top:117.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTs0yqBSqMIMT8exGuISRfZWMB9SJD3X { width:20rem;height:9.0128755364806rem;top:134.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAZ5iGFG5VCRblIrrlPmrbD3EDI63VsJ { width:17.5rem;height:1.6875rem;top:124.625rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NXZPf4oalTkcIN4VAznQMooggpm0DMy0 { width:17.5rem;height:4.2236375rem;top:127.5625rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wex6xKQiKekIR6qObDLcQ8prO5Ky7rwe { width:17.5rem;height:5.9985375rem;top:132.375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M9nTHFSLwPhLRcmUQ2Qv8SSXW8lPR8bB { width:3.75rem;height:3.75rem;top:139.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfIhQF0cNcohsrQSvGr2py3LqUI36XkS { width:17.5rem;height:7.4981875rem;top:153.375rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ruEVFJ76O5XKwVJztbqfde7VseVUG6HX { width:3.75rem;height:3.75rem;top:162.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kggEatQxEeopPpnwMdPNod4TI4q4GJuI { width:3.75rem;height:3.75rem;top:162.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRweTpRN5AXGMtBZaeu5kTF4zKwDopD { width:17.5rem;height:2.11230625rem;top:150.625rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BiAKHVUHyyZAwQs2wndRETroc2Aoib3r { width:17.5rem;height:1.6875rem;top:147.6875rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcU5hzvv1QQoMCp6m1ldKIFb3gxOAUTq { width:3.75rem;height:3.75rem;top:162.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFSkqRiNS2PnU0IvCDfVFeokN0EOoLqO { width:3.75rem;height:3.75rem;top:162.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1s2zuoAOfpmkFWCxzrWTdNk1OpB6hz { width:3.75rem;height:3.75rem;top:188rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvQu9uA2n8hsqGBGDts0lVTuPB8q03Ly { width:3.75rem;height:3.75rem;top:188rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4XZP41dqmdeBwMin1sI76RH5eL1qkJI { width:17.5rem;height:7.4981875rem;top:178.625rem;left:1.25rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDC3MRfdKy9RVZmFMe22LfBpi5NUpoRy { width:3.75rem;height:3.75rem;top:188rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfkzWaF9aZJRGVcos68fU0vp9kOck0cn { width:17.5rem;height:4.22363125rem;top:173.8125rem;left:1.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dwltKztm6VU020Zi44scdvSHEl2fSMvk { width:17.5rem;height:1.6875rem;top:170.875rem;left:1.25rem;font-size:1.125rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTK1aGq5PwLxuBlV7hd151BMdTXdTk6J { width:20rem;height:30.220994475138rem;top:166.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTLfWfRC086nv9THFxXW4AcqUrzoAAlA { width:20rem;height:30.220994475138rem;top:203.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkPOR6ON6igmzyGI9iidGTETmXnNUAT2 { width:20rem;height:30.220994475138rem;top:281.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5WUvbTUsvUsNx7Csm1x2RnZxpka41Sf { width:5.625rem;height:5.625rem;top:124.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xd8HdpAtp2PBfUo20aFkyIQuV2G4pB { top:11.9375rem;left:0rem;width:20rem;height:24rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SBJsCwtp1OdqNFVudSc4aVOFvC5A1fHd { top:36.5625rem;left:0rem;width:20rem;height:28.125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HO8WHnGKebVkbEHMOXAZ3sNtANI82ekd { top:65.3125rem;left:0rem;width:20rem;height:26.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UL6VexdigJ3q3483FLS1WNh7xD6hQ23H { top:92.625rem;left:0rem;width:20rem;height:29.5625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y36bFFvZzSIExkNXmSTohQbPOAPCEhuz { top:122.8125rem;left:0rem;width:20rem;height:22.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ltXpN20DhfigrTTpZfJkaXhTgzcTBAfV { top:145.875rem;left:0rem;width:20rem;height:22.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NuEEzxx3dFeCrK1FWOdevHkelDCQgZg0 { top:169rem;left:0rem;width:20rem;height:24.6875rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k8ie88hkDZ7t5IdZ4LQv0AGpKOn3oTt6 { width:19rem;height:3.4375rem;top:196.06251144409rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGbQ5ZdbcKmNfPo7IsLvWH1iMqhe4JFT { display:block; }
 }@media only screen and (max-width: 763px) { #vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM { display:none; }#vKpO7Z3491cG1vZTJI7CkcW2TEXgBEsM > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qEdCFGzkSVeOkE4R3yL5T0ZrhdapNzZn { width:20rem;height:5.19921875rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSi6zRz9Vt2rcDvS8nUP8WrTJzX72TEy { width:20rem;height:2.798825rem;top:8.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBMKM2ET8xhVAL9vrtz8AOQG9lqlzGpP { height:11.25rem;width:20rem;top:12.93359375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE { display:none; }#qrTb0nRwNUXvR2qdawgP4xesPJ7zIweE > .row .container { width:20rem;height:151.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oc7Hhtzi4dbDohfQfaTrCk8pOf3FsoTk { width:20rem;height:28.059701492537rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbEiFDCGmkmDzcoSxz6xPUdsmWdNwSE6 { width:18.125rem;height:1.21875rem;top:138.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO2TTBFzfUeT8hmyyGThpBUvNAAexeWD { width:18.125rem;height:1.40625rem;top:137.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b638xVVRUTRyWAVeQvdqz4KkEtCHUcGd { width:20rem;height:28rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXiTSMASlx5Le9LsAGw2ezpB46gOeuZd { width:18.125rem;height:1.21875rem;top:113.4375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPqeSN715ULyxXc6EHH8MqTF9H1dxfge { width:18.125rem;height:1.40625rem;top:110.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nwRPoVdM3PEa6i4prTdwRhKSbqhmTm { width:18.125rem;height:1.40625rem;top:112rem;left:0.9375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xmt8OmC1hk1qV7zBlrFSogq0NwbHKZUU { width:18.125rem;height:1.40625rem;top:135.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlOLe5IQmdDXUMrIW0TTOTdS2sBzWMkw { width:18.125rem;height:9.84375rem;top:124.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kBTWw7MAlrSMqRw23eh9IWUEsGCx89 { width:20rem;height:28rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2wIvKce2y0zPXThBZxfJTZVeKDWE7EN { width:18.125rem;height:1.21875rem;top:88.90625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyDTT5rmZ4QGv5pGDWxXhPRItryLCUoO { width:18.125rem;height:1.40625rem;top:86.09375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTGQXfdQwBAoWfJMOpeHd31qwrGBzC2 { width:18.125rem;height:1.40625rem;top:87.5rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyziznPFhs897IOAaaMA392edtQVi3mO { width:18.125rem;height:8.4375rem;top:100.3125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb887sLod7pB9OQQBW5hpT5Mro3DTdDa { width:18.125rem;height:7.03125rem;top:77.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCbkfmZ7puKMwBRK2Sk3WkJsrzlBTp8R { width:5.625rem;height:5.625rem;top:70.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0EnwAvh9S0woHUTZlsHlK8SxvWMmiow { width:5.625rem;height:5.625rem;top:93.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsqsKh53Oc3hQT31hRfMOymKSwZvqv7 { width:5.625rem;height:5.625rem;top:117.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTzKQT1IOT5R7hXFOV4wwbATavrAqxGr { width:20rem;height:26.507462686567rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUaNQuShfGvADDXicqzMKEbSCFMTsT0h { width:20rem;height:26.268656716418rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2JrCltRxI0Re5TPC89UuZmpJUiFRt6M { width:20rem;height:26.507462686567rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSeglB8ERsqZ0ty4oeIKlKZF6K2P4afL { width:18.125rem;height:1.40625rem;top:18.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aano8PGEXrvncPtFDyaXn9yqbFCTQXli { width:18.125rem;height:1.21875rem;top:20rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srx2FhUHJvblkrTl6kGGzKUcOo5I8LxD { width:18.125rem;height:1.21875rem;top:41.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtisCA512vco8yR0GQIBueRrb8xyCH3 { width:18.125rem;height:1.40625rem;top:40.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTV1B16iap0VAoNi8xPWNPIC78uZPPk8 { width:18.125rem;height:1.40625rem;top:64.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsb0cxOUwquUT1yduZ4a6U7lLcrp62TW { width:18.125rem;height:1.21875rem;top:65.9375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEZQsXROtnLCSM7tLzdfrHNSsVp3Tpkx { width:18.125rem;height:1.40625rem;top:17.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmyQTCk9xmtVI0bwSQT8QparsZVJNf1 { width:18.125rem;height:1.40625rem;top:38.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4O1Zr8rrNXRoHrakfWFDcACpoVbmllI { width:18.125rem;height:1.40625rem;top:63.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPytpvlbhNt0q3HDcF5gUuuHD0Qucig { width:18.125rem;height:8.4375rem;top:6.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNa34HESz2PkCClns8up6Il0grduT3OE { width:18.125rem;height:5.625rem;top:31.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNfDuT5iGLV1msd5qfXzAVMCF37f4Uc { width:18.125rem;height:8.4375rem;top:52.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJTeSqv4eaLd94nJD4TPSKzxcX7HGZKE { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwJMRXsDW0quDOrLdAypcxyfCnbpeqsE { width:5.625rem;height:5.625rem;top:24.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaMHwr3UeLXs4O2MLPiT7Bs7ZuV5tT7 { width:5.625rem;height:5.625rem;top:45.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgzTdcaWqkuvv4X6mBtFlMyZx4VoM1T { top:2.71875rem;left:0rem;width:20rem;height:20.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pzINQkePHL5yOoOM4TyG2MnyiT8LsAlZ { top:27.125rem;left:0rem;width:20rem;height:17.5625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JCzUOS32eCS8E6dHpeQ8zEr0i5ZwwMTJ { top:48.75rem;left:0rem;width:20rem;height:20.3125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U4phLwiTlvRcXVx4e4Ba0UWicHwS1mB4 { top:73.09375rem;left:0rem;width:20rem;height:19.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hdILXoVhQTZAE4kvIQHhw49RkyEcbK0f { top:96.25rem;left:0rem;width:20rem;height:20.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mb7X1fC1FelIzwa324LmJvOfoxbmz8z0 { top:120.5625rem;left:0rem;width:20rem;height:21.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CkN7xnt3v8EOKBRl8ZzKH6IfVQZRmLQV { width:19rem;height:3.4375rem;top:144.81245994568rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2zzK2yRWJSRZDy3tqAa9fJegm3vi8T { display:block; }
 }@media only screen and (max-width: 763px) { #ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 { display:none; }#ol7vmkQVqtZEQimEo1oTfdlLxCznFXc4 > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTB4AMbSIO8BpgO10zJJElKLxD9mGxOq { width:20rem;height:2.6001rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeHHacW4degAGl7lXV2FB0RntcE0mtGw { width:20rem;height:9.452125rem;top:10.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNp9uEKndRkHWD3Eykze18N2CUy9sFhC { width:20rem;height:2.4421052631579rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw { display:block; }#VtytvFBs5aZnMfAnhhwkIe7GfWGIvFGw > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR0RIKx8zwegw5EK3Cdp6W8vT3SUNzxK { width:20rem;height:2.6001rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePfwZRbOlnClTbbqdUUhis6y3KN6cefO { width:20rem;height:5.3125rem;top:6.375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLofPdH1plG1lnK6WMsgJhFSsPm1TNKg { width:11.6875rem;height:3.375rem;top:7.625rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iLzdBQMnMoVe1Ao0psvxcdb2bINUNMdP { display:flex;width:3.125rem;height:3.125rem;top:7.6875rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr { display:block; }#BgdV3XUZ0yynyli8TH5tSfpCCdhyTOSr > .row .container { width:20rem;height:8.68651171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp9iNVHCz4b30TC7auQKzrJHVeWsxinS { width:20rem;height:8.375rem;top:0.3125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #vKwbHQKOTV6ECrHtKD0NSaX9RuB4VUWJ { width:17.5rem;height:6.3984375rem;top:1.30078125rem;left:1.375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R { display:block; }#z0eTlOwC7GA4LsqJ6QgluCPLWTGUx88R > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbB7iv0IQZlWRTQukQNE99cEPTkBqeKT { width:20rem;height:5.3125rem;top:0.375rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #H5Mf2cFsFwVTUIkfHVeFlC7KFtSG3QkO { display:flex;width:3.125rem;height:3.125rem;top:1.625rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #LKLRKcpJFP7DLuHUadGQ1NTTFWst3V94 { width:11.6875rem;height:5.0625rem;top:1.5rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG { display:block; }#dWhSfKcu5vaMxRt7vOvvVnk6PkieBgHG > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTXxaherySpTEQbt07aJK6XpiH4umBa { width:20rem;height:25.9375rem;top:0.31201171875rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #FTTVIXcXW0Zomk4DN6kXfe24I4EarJDK { width:17.9375rem;height:11.19725rem;top:1.374755859375rem;left:1.374755859375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cDTFdBqgA7J8E8pkmEaW9IRSoLh3fCIO { width:18.375rem;height:11.19725rem;top:13.733642578125rem;left:1.24951171875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG { display:block; }#R1Vru5U0RTM60R9sLFry2wXnCMmBO7NG > .row .container { width:20rem;height:7.56225rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqkMiSsUJIWBsS0Q2BI9GtZcCanCSSTx { width:19.75rem;height:7rem;top:0.375rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #Q832IWFfitLlc0yKgC5oc7bnHNmaXWai { display:flex;width:3.125rem;height:3.125rem;top:2.4375rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #WxeJxzV12bESUKJQ0Avn0zxR7fWb3oLO { width:14.0625rem;height:5.0625rem;top:1.5rem;left:1.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM { display:block; }#rFzDCSaM6AgCWKISAn2Q3DoartUF6MhM > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTAVgrAE7dwIlx7UVftJa4TTwqisU9I6 { width:20rem;height:5.5rem;top:0.3125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #xZERuADgLFkcdGOirPJpFpmRL6K7cl1K { width:17.5rem;height:3.19921875rem;top:1.4375rem;left:1.375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #doV3WKN8PsO7A67i9dkOZmgVTTRdQddn { display:block; }#doV3WKN8PsO7A67i9dkOZmgVTTRdQddn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNbszD9q0zi7l0pHW9HccRT28mZlfkSw { display:block; }#tNbszD9q0zi7l0pHW9HccRT28mZlfkSw > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6Ezn4xoMfNeAiBFWkk9h4m2BscgUDW5 { width:20rem;height:1.3999rem;top:6.162109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EODo4QQEof8NSUNeA4owz4wOfsuQ3EWK { width:20rem;height:2.6001rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqD9bnDazh7JExGCOaT6rdDT5kK0N2lG { width:15.3125rem;height:1.75rem;top:9.4375rem;left:4.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhLoxlXTsJZci2S8TDHX1Qyr0rdI5bBU { width:15.3125rem;height:4.4978rem;top:11.8125rem;left:4.75rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdD45eehCLSHWh8iEDcM89KsOgfaMgyf { width:15.3125rem;height:1.75rem;top:18.1875rem;left:4.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGFgs44b0uogx1Pvs0fG3etu190tka9I { width:15.3125rem;height:7.4963125rem;top:20.5625rem;left:4.6875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Knz4ka1S5yg47mynDrLBZRtsGUw2BhT2 { width:15.3125rem;height:1.75rem;top:29.9375rem;left:4.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H5gbZEfFrOUzffzQJPTGvlaRZRvznG8t { width:15.3125rem;height:4.4978rem;top:32.3125rem;left:4.6875rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUqUrobTqgsxh38ATxll7ueavGVaV59S { width:0.0625rem;height:3.125rem;top:14.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMvTa5z6UxMUeDvyV64aXFoxixmnbtBh { width:0.0625rem;height:5.9375rem;top:23rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4LTJdTUxg9M1W9s0ozc9ACaqG3nMWnC { width:4.0625rem;height:4.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyW2TfG7mrZLs5sVbkH9p0WEpz5o3C3e { width:2.5rem;height:2.4375rem;top:10.25rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke8kKHlZLzT7y7I0ZTDi6aOt8tTW6IqF { width:4.0625rem;height:4.0625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppzr6bmqc2tT2FAPTfT1GTRUmx8VdheR { width:2.5rem;height:2.4375rem;top:19rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcArrwRDeSBx7TPqRLWwPZ0GChFkILt { width:4.0625rem;height:4.0625rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFs2R0Hog1rKE5qdXRqABZxDPCoQXrI { width:2.5rem;height:2.4375rem;top:30.75rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ11TiKHEAfIl2CclvMGBXFxGlKU2v41 { width:20rem;height:3.375rem;top:38.433837890625rem;left:-0.064453125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6krXyohJIqCcZN2wgDQWOXJ1LEaPIHh { display:block; }
 }@media only screen and (max-width: 763px) { #sJIh0Ea1tpyG78NKlgZet89UzgpRZeXr { width:20rem;height:3.1875rem;top:42.68408203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX0u8TNCHNzhQV6uLTdsoX9AvuLyCmFJ { display:block; }
 }@media only screen and (max-width: 763px) { #yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN { display:block; }#yGErBRCgQ6olmTM85v0vtVnGTO6bV1sN > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3ZQDyLhEfT4P7gW8SBkSxTSBuauiP3T { width:20rem;height:4.5483375rem;top:3.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkWBZU0HF6V2WyRKoTbdLm17Bt6Uph5i { width:20rem;height:2.79980625rem;top:8.359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv1fyP8MtI1SIcFyTw4dCADdIkMc1kuV { width:3.9375rem;height:4.875rem;top:13.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRzX05FZe9JIPqt3Jnp00pD1IKzaB33U { width:6.25rem;height:1.49926875rem;top:14.5625rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtX3RgMUm9qB1nw7Uogp2Wcpm0MXJIX0 { width:8.375rem;height:1.49926875rem;top:16.25rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIyTDJllgPhXWg7AghZ5wXJchIKgOP4S { width:8.75rem;height:1.21801875rem;top:20.5rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2s1fHCJhKp7q2eR43payx2SqLnhxGwF { width:18.25rem;height:1.49926875rem;top:23.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbWowTdWKMG0wFTd5eQPmVuklUfoG1S { width:19rem;height:3.5rem;top:26.375rem;left:0.5rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TmHOwyPVQTN1R5pVZbWL8IBvAOBunGvV { display:block; }
 }@media only screen and (max-width: 763px) { #Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { width:20rem;height:15.1875rem;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.29980625rem;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.6875rem;height:1.5625rem;top:8.3125rem;left:10.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 { display:none; }#PVvvSkAoSBgJA4L29mibQAQ7t7bIqCC4 > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NehJei3k8Rs8SskOkUHN7KpnlSqDDZ97 { width:20rem;height:3.5rem;top:10.40625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnPMCU6Xof6JgLZO08vVoUylM8hCedA8 { width:15.125rem;height:5.8125rem;top:3.34375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUgfWuc4wrilfMFflAeToB34L9CkXTuC { width:12.9375rem;height:1.3997375rem;top:15.8125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FrgkNIFygiv9Qeb4AXZ3ac78Da8TSnzH { width:1.5625rem;height:1.5625rem;top:15.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBBSnwqw1SpZbJt5LTTbXlsuEv3qQaFr { width:16.75rem;height:4.19921875rem;top:18.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlPSOBxCQyXgsSyIpD6hW9DtqdyEKVC { width:1.5625rem;height:1.5625rem;top:18.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0bKabZodKHcTFGPU1XVDHVqFT26ipZf { width:15.5625rem;height:2.79948125rem;top:23.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpdrCqce9TS44X467eeaWoAJLyqQSims { width:1.5625rem;height:1.5625rem;top:23.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tbuO8Oq3mtVZ2oHsIlsrcHiG6xdlhG { width:14.5625rem;height:1.13736875rem;top:26.549478530884rem;left:3.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ivEpT3aH6dyfPvyNb8X11bBVtP4hUM { width:17.8125rem;height:4.19921875rem;top:30.000001192093rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTcNT5TRIAklwGAFNXCp7PMegzPsvN { width:20rem;height:3.125rem;top:40.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ttddzncnMksikzfisIwkkDrvxXFJXT { display:block; }
 }@media only screen and (max-width: 763px) { #e2QbJTH7KGIqpZLSKehZ1TzQ5JRkVuHc { width:20rem;height:3.125rem;top:37.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddMO9OFd5JQKBqzFASb4t13rSau0CVLT { display:block; }
 }@media only screen and (max-width: 763px) { #aVSB9SF6B20d27mWn21UPlMxKM1pnZ3T { width:14.125rem;height:16.5625rem;top:10.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF { display:none; }#CKmMFcywU8u8OR8sLysTTOWQ4dWNbGNF > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iliv8WBLvcgEecC6dbDudEkg4zT3fEZX { width:14.75rem;height:3rem;top:33.5rem;left:5.1875rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hn2V4vTA8lJg7Wvfg3DK2gKn5HUetNtL { width:14.4375rem;height:3.5rem;top:29.375rem;left:5.1875rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XnFEfTwwBQ7Qh3PaTUkqJLRekKWbpOwG { width:14.8125rem;height:4.5rem;top:22.625rem;left:5.1875rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QqS97mSCzzPMXiE0KgHDEtTZwwakpIlI { width:14.8125rem;height:3.5rem;top:18.5rem;left:5.1875rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWQpBJnVTDKFJXZXgDJV3dbLh1GarcaQ { width:4.0625rem;height:4.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7Kl5cL2WvW1PgL6LpOTUU96H0UlRst { width:4.0625rem;height:4.0625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgCTftg4zCOBe6kqrgNnMkc1uvzD24T7 { width:20rem;height:1.3999rem;top:6.099609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRolKIXITKGF76I6Qvgi8aSuHdo9490T { width:13.6875rem;height:3rem;top:13.625rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d38aEGOpgI3gAJrIAxG8LsrLCcHNXlHs { width:12.4375rem;height:3.5rem;top:9.5rem;left:5.1875rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XfphnNXQSoQfleXb3TNom8HDWI5gsGsL { width:20rem;height:2.5996125rem;top:2.9365234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBbspaqEBmp9hNLwSKTwGdCxRwT8Byy { width:4.0625rem;height:4.0625rem;top:9.5rem;left:0rem;display:block; }
 }