.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,223,217;--color-primary-1:255,149,128;--color-primary-2:255,42,0;--color-primary-3:128,21,0;--color-primary-4:38,6,0;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:163,163,163;--color-tertiary-2:36,37,38;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Noto Sans Thai";--paragraphs-font-family:"Noto Sans Thai"; }@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:rgba(var(--color-tertiary-0),1);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); }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container { background-color: transparent; background-image: none; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container > .video-iframe-container { display: none; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row > .video-iframe-container { display: none; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .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); }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container { border-width: 0; border-radius: 0; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#kgfmg04puNNkiDlehNmC1RofHQ3hqGLh { 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:2.4375rem;width:15.1875rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
#Nso0NpseBT85ye0B3JfzMewfFxPpM6Lg { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:2rem;left:31.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LGvewbL29M2ZZCuKNRh2nKVbKNyZw2E6 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2rem;left:36.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vAErDSy8EAixRibuepbUmsvHC4TD0I93 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2rem;left:41.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BnoHM0ABc3kduSmKdtmxEXm2pqH5J1q0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:66.625rem;display:none; }
#PILm2qpPHoNMDUwVT96yCSoBhHDMfd3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxOfQzwPz57CWtNQXMwrlqguo2zA7kUg { 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:10rem;width:62.5rem;display:none; }
#sPUKwZGsgSrDxKONsURtiUrAfww6lTU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FEZDC8qNN6eXyQKddKQx04PU416pLRNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container { background-color: transparent; background-image: none; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container > .video-iframe-container { display: none; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row > .video-iframe-container { display: none; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .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); }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container { border-width: 0; border-radius: 0; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#JuWmFSGA1Wml8LIQ2FtUmoSsqeFMqCmW { 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:2.4375rem;width:15.1875rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#LlfC33f9XFV7X1ZZpNAC3m8s2KK9wclQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:66.625rem;display:block; }
#NT7ooh0T60aD7rxIDHWRbopnk23rar3S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2MLnvXODv3ohbbX0Z7C9w8QU9a7LVUI { 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:10rem;width:62.5rem;display:none; }
#Tnov8uKDUHW9JE1TSv09GmorDAzDqHXx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yAMCtIUw7F5SKiSTLDk4DIFiCcL6z4ZU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:4.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:30.8125rem;display:block; }
#D4q679S4EM6q1cwgfx7REQWRmTNcV0QR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3VpUIDBSR69yfpti7ZRRJs9nuQM0ylw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:4.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:35.78125rem;display:block; }
#OnzVsi0FngIGhfhvaqHdyHKu9MXQ1UQo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLXLcnPvysa2hudnldtyTPBBbaoF9xsG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:6.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.0625rem;left:41.5rem;display:block; }
#PlrOhw2KmakxCyygBqZlxgwo1Jmdc1cN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz { position:relative;display:none; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz { border-width: 0; border-radius: 0; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Xo0i7JP8JIOpON8EzwfXrETG7zVGyr2w { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4.875rem;left:3.75rem;display:none; }
#vzKJXTvxp154GIlaFVyP67dzVU3SnTlR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:5.25rem;left:0rem;display:none; }
#eWTHJGA9a2AlkLXVT5opuZeiasy2uGT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:8.5625rem;left:0rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8bddff27-04c6-4110-ae8f-36dfce78c205/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;overflow:visible;position:relative;display:block; }#kqD7B2CQ0OgraTcEzNQHQbuS3Ityt9LW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:notosansthai-medium;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:12.6875rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqWhPuBdynCoO6reVzWqxMnTvNOCWBRg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:notosansthai-medium;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:15.375rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbTTI1mdrBoPVWMauORW2zxyxILb32Oy { color:rgba(var(--color-primary-2),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:24rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1bDq5a0ak95QH8d0uCXrv5QcdGA1E5o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.875rem;left:27.75rem;display:block; }
#RyHqKykFv5ZnhXIAuQiK5eU3avXevUzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHFkGc6iLeR0T3KOwABkr5TbamT0f8Bp { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:7.8125rem;left:0rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKEyMr5IHqTuh38kozzuOuh4HuAidSLa { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.5625rem;left:0rem;height:5.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HesMo3slUKXU6glnlELeTIMGWzUGTq0P { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.6748046875rem;left:22.125rem; }
#u6QMKitIJQ6P6uCMEs8r0BhOITpNFtud { 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:17rem;display:none; }
#dSs2ZyRhpl6vKWR24wU2OgPTqLDDmqii { 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:32.25rem;width:75rem;top:30.3125rem;left:0rem;overflow:hidden;display:block; }
#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container { background-color: transparent; background-image: none; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container > .video-iframe-container { display: none; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row > .video-iframe-container { display: none; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .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); }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container { border-width: 0; border-radius: 0; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#pm1zgPChPNbg2DrTAq65GU4fTp1r0ebI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMTuaPEM6bHLNs8rtTwZNvAIssAyV1G1 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:16.8125rem;left:11.4375rem;height:6.599125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMk5tKIwG3DXg3q4NHkvailDpokTaZxn { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:29.6875rem;display:block; }
#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container { background-color: transparent; background-image: none; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container > .video-iframe-container { display: none; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row > .video-iframe-container { display: none; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .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); }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container { border-width: 0; border-radius: 0; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container { font-size:0.875rem;font-family:arial;height:218.875rem;width:75rem;overflow:visible;position:relative;display:block; }#pq6KCQ60Xmy6Uang2srwz5GErwtZ3A1Z { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:10.125rem;height:6.01171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v0UeyZEkoSzTapOZn22lavwIaxbluS97 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.4375rem;left:8.9375rem;height:4.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wLwZqJFf4e61hxW6ItqLJIyTcNkX9sGI { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39rem;left:41.5625rem;height:9.0175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTEkTiXahTbkwhWq1popiwcLNCq2Feke { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:48.5rem;left:41.5625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pAJOcgQF75awkSTJT4F65anqfWuJvI6p { box-sizing:content-box;height:218.75rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#e5e5e5;background-image:none;top:0rem;left:37.46875rem;display:block; }
#DnTTdnzxybT3TT31pFnrS9saaKaWohf8 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:99.1875rem;left:41.6875rem;height:6.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BcXWqpdNh3DDxLWzGETVTnglNArSKw00 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:106.0625rem;left:41.75rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ySH30Z7cTpJCN5vaBXp9NPzIvXQPsUwa { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:129.0625rem;left:6.25rem;height:6.01171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OQNyp3qTa7UoJnANcZtklkBor1kxoBRx { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:135.625rem;left:8rem;height:1.92480625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X0CEXHyImxU0XwsLhzolsbFRdwVNgQUL { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:160.375rem;left:41.625rem;height:6.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RN70aCOCpZ6mWEWBAzWktTO5lNd2DTSX { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:79.625rem;left:12.3125rem;height:4.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FPZHcO4QQkAkqC3Uqqhd5sQz0HqqyrW0 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:166.875rem;left:41.625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSBw6euHHxm3wNbDX3DSCnJaVJvdGAzh { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:191rem;left:13.125rem;height:9.0175625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q2BDGQRspcGURxnQlQruuzTgULcpxTc1 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:200.75rem;left:7.3125rem;height:6.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gCQTfNCWM9UJyw48ag3lg9NQcQbDEolH { 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:3.5rem;width:3.5rem;top:3.59375rem;left:29.9375rem;overflow:hidden;display:block; }
#I1gbBAzFvHRFgW5KAQ7BIJeDasG2RuES { 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:3.5rem;width:3.5rem;top:33.5625rem;left:41.5625rem;overflow:hidden;display:block; }
#kQlJc1qwmf21ZeVOTketlOdBpJwerw76 { 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:3.5rem;width:3.5rem;top:64rem;left:30rem;overflow:hidden;display:block; }
#uTs3MCE9gbe98hqcx5152psZTnG6BBlE { color:rgba(var(--color-tertiary-3),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:69.5rem;left:8.8125rem;height:9.0175625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pgaq2fs14DrX03d19CEglKp97ZsNEebf { 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:3.5rem;width:3.5rem;top:93.75rem;left:41.5625rem;overflow:hidden;display:block; }
#T83G543TawF2F6xB7UFZGEvFEZnWfdUS { 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:3.5rem;width:3.5rem;top:123.6875rem;left:30rem;overflow:hidden;display:block; }
#QFnWKbD5edfqE0wiGkQXAMEuM8aNNVzl { 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:3.5rem;width:3.5rem;top:155.25rem;left:41.5rem;overflow:hidden;display:block; }
#vEDxBP0qJ7hD0k387h2I5m4IRuyZwuvX { 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:3.5rem;width:3.5rem;top:185.1875rem;left:30rem;overflow:hidden;display:block; }
#KBzhtoC5Tv0XMa9OCwnSLX5fFrmpuW2L { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:5.3125rem;left:33.375rem;display:block; }
#gPxSJLWvUGxOPvwiCQ8GLobgsTgRcrLi { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:35.25rem;left:37.5rem;display:block; }
#grEvECTI8yyWo4tZ6T58JvuUfi2fpf6Z { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:65.75rem;left:33.5rem;display:block; }
#I9TCsTiq4NCeHQ67d7Mnong4TOaWbbof { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:95.5rem;left:37.5rem;display:block; }
#wUDmy1e62EC9OlT4gmNqEwxWiPmT4M67 { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:125.3125rem;left:33.4375rem;display:block; }
#gLXgs0xqIFRuzxHoQshznGfZ86I1k2ru { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;top:157rem;left:37.5rem;display:block; }
#DIMMkPs0qZAF3TGpMTBfe35EOZsvQPRQ { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:186.9375rem;left:33.5rem;display:block; }
#ZJaCOGMeARiUX2bBpNoam9LTTpk8MPE8 { 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:18.75rem;width:18.75rem;top:3.59375rem;left:39.0625rem;overflow:hidden;display:none; }
#zRzyZLoTLpaiPO7zc06Utb0BFTTlnd48 { 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:18.75rem;width:18.75rem;top:33.53955078125rem;left:7.75rem;overflow:hidden;display:none; }
#Bf4sacnc5ZyPDbkFhrur2zu4qc4leoiM { 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:18.75rem;width:18.75rem;top:63.875rem;left:39.0625rem;overflow:hidden;display:none; }
#D0gAvWCSo73qISV4CrTqOvsahF3nPIFT { 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:18.75rem;width:18.75rem;top:93.75rem;left:7.75rem;overflow:hidden;display:none; }
#y6S3xWcqaac12uzrqbtcKGLsvkShTzde { 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:13.3125rem;width:13.3125rem;top:123.6875rem;left:39.0625rem;overflow:hidden;display:none; }
#LqbduiiTM9Et8pb26Gw8xTfFD5JTf2Ji { 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:18.75rem;width:18.75rem;top:155.25rem;left:7.75rem;overflow:hidden;display:none; }
#cmDVDHyh4cwrPJ420QcsaESIXb0Fo2s4 { 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:18.75rem;width:18.75rem;top:185.53955078125rem;left:39.0625rem;overflow:hidden;display:none; }
#cucXsX1v2Zr8CCRw2tbZlRQZin2A8Vpm { 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:19.5rem;width:27.5rem;top:3.59375rem;left:39.375rem;overflow:hidden;display:block; }
#v9h7e1pvBDxCI2xJtCXmfRPWGTCp7EWI { 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:19.5rem;width:27.5rem;top:33.1875rem;left:8.0625rem;overflow:hidden;display:block; }
#KyVuN2bqF5hUDpdN2K9N1dG5NM0UUzvO { 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:19.5rem;width:27.5rem;top:64rem;left:39.5rem;overflow:hidden;display:block; }
#hbMnovMTzT6XcwJPbyRWDbdxRWS5U7Xv { 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:19.5rem;width:27.5rem;top:93.75rem;left:8.0625rem;overflow:hidden;display:block; }
#rmgHAPT1TQIi7v5FS5GqUKTRUXU0Kso0 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:27.5rem;top:123.6875rem;left:39.4375rem;overflow:hidden;display:block; }
#UEfBCSJslFpMuO7B72t6z1K1E2LBk8zW { 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:19.5rem;width:27.5rem;top:155.25rem;left:8.0625rem;overflow:hidden;display:block; }
#Jk3gyIg5mfXTuNKUhSTLzRIC4WmsfBkD { 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:19.5rem;width:27.5rem;top:185.1875rem;left:39.5rem;overflow:hidden;display:block; }
#oIZc06MToadwQa5wAH1n4mJuuvazCoGK { background-color:#f9f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container { background-color: transparent; background-image: none; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container > .video-iframe-container { display: none; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row > .video-iframe-container { display: none; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .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); }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container { border-width: 0; border-radius: 0; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IE1X0FyG9KO6TxOh13kiTWPrqRkPK6Hn { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f8;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; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container { background-color: transparent; background-image: none; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container > .video-iframe-container { display: none; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row > .video-iframe-container { display: none; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .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); }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container { border-width: 0; border-radius: 0; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#UB5E80UU1ukSCuO8KoBVBV96CISLvFA1 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.07421875rem;left:2.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTixAmZHGh6CfnVQIDf9Z7Ga7ARwoDb5 { color:#101010;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.13671875rem;left:28.28125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AbSdiQV7ngGA2nUE6aHOJdelbfFG3uit { color:#101010;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.94921875rem;left:53.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqJyoRG6psdhdQ4Sulx9DUkPVVaZZ2qr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.73583984375rem;left:2.65625rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7hpNQBPEqCPFylv6zSWDbPoipwEDEZ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.73583984375rem;left:28.28125rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXZAT2EPsBvXZ7Lk6m10TWgc8slxrP0z { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:14.73583984375rem;left:53.8125rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvXsRdL2v2TQK7acVla4enPWM1wSFG4v { box-sizing:content-box;height:22.25rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#oo2NvOVUzwIdlVyIwLsyEFk0gDAI5cDy { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#CGZZC6JuZX4Kn6bfFz2CJ4rubCaHNcqm { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#kL3xUnWgav1vfCR1LoCXoXNvrcEOBvVM { 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:6.3125rem;width:7.375rem;top:3.5rem;left:2.8125rem;overflow:hidden;display:block; }
#EGwrSD2gHsdtaziJgg2TzulZswTbiDnk { 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:7rem;width:8.125rem;top:3.09375rem;left:28.25rem;overflow:hidden;display:block; }
#dxLhgibWA3cn9KLDD56CdZdkiMTpZtL3 { 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:7rem;width:8.125rem;top:2.96875rem;left:53.75rem;overflow:hidden;display:block; }
#cBSsm3ZKP5lbAau3voT0lzMg8APA015t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f8;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; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container { background-color: transparent; background-image: none; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container > .video-iframe-container { display: none; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row > .video-iframe-container { display: none; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .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); }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container { border-width: 0; border-radius: 0; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#uCqoyTQxhuGXZMzGda888kMkx9uF9iwt { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.13671875rem;left:2.65625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zG8VchZinZcTp4LXrKQCi94CFX49rgf1 { color:#101010;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.94921875rem;left:28.28125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLHeGg99kmXOCnpJJ4RozArvwdXTJ5Fm { color:#101010;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.89453125rem;left:54.03125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ac0WvsLicTbkesvQ8R5fRCcnkePH0xlv { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.61328125rem;left:2.625rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwaPP62COuX7mEJpFbI1LupFFMVWNmuy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.5859375rem;left:28.28125rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwPxsipSbmJFWpXN3heJOzT7WTwSAF4w { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:14.61328125rem;left:53.84375rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MlnfvGNlUT2qRwlI0xD9qNhgbJ7DVnRv { box-sizing:content-box;height:22.25rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#DwSFfspUbLIDis9cTbzbT2oK5JlSowHm { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#WQGg0WRyQrnZ1GvzuvwAa1ZFahKRNR2G { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#AgPESfCqxR6WMWXpXpQgVZUcTE7TImp2 { 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:7rem;width:8.125rem;top:3.3125rem;left:2.78125rem;overflow:hidden;display:block; }
#ZRHzLHhg6enTxoRHn8agMBxEgfvucOhr { 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:6.6875rem;width:7.8125rem;top:3.78125rem;left:28.40625rem;overflow:hidden;display:block; }
#qNAOkHFuxao8AtefciIUpTUTEG5M1UWX { 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:7rem;width:8.125rem;top:3rem;left:54.03125rem;overflow:hidden;display:block; }
#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container { background-color: transparent; background-image: none; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container > .video-iframe-container { display: none; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row > .video-iframe-container { display: none; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .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); }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container { border-width: 0; border-radius: 0; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;overflow:visible;position:relative;display:block; }#MsgGtvqEr5PMZK0LJDdVsFdrHnfSFtFx { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTkrO44qugXZWnKGbJ0DmFBX4PLRbp42 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:30.96875rem;display:block; }
#nRzQr4XxhV5PHH6gs5m4RV1pyiQeVIyv { color:rgba(var(--color-tertiary-2),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:15.5625rem;left:11.4375rem;height:6.599125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf66dKXcDrfrThqKIsVP5WptL6fOLShC { position:relative;display:block; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC { background-color: transparent; background-image: none; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row .container > .video-iframe-container { display: none; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row > .video-iframe-container { display: none; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .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); }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC { border-width: 0; border-radius: 0; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MZZv6TsAt08DdAUu5ZnFhsIoGdKngHLJ { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:notosansthai-medium;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.40625rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD { color:rgba(var(--color-tertiary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:19.06884765625rem;left:5.40625rem;height:5.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
#a1yPynslBlrrysIhQM3lZyTKIRZwR1CO { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3125rem;position:absolute;font-family:notosansthai-medium;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.693359375rem;left:43.03125rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFaqhS00pg7mRbgfscVvWESgHzn5xePB { color:rgba(var(--color-tertiary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:19.068359375rem;left:43.03125rem;height:5.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wFaqhS00pg7mRbgfscVvWESgHzn5xePB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wFaqhS00pg7mRbgfscVvWESgHzn5xePB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
#Kx17JqxnqiPxiB83PZcrNVnfWIbp1TG5 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:58.6875rem;left:12.875rem;display:block; }
#i04DD0aV7gG1NXMihtCx64fNpa7TbslH { box-sizing:content-box;height:58.6875rem;width:34.625rem;position:absolute;display:block;z-index:15005;background-color:#f9f8f8;background-image:none;top:0rem;left:1.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#hR9KFgUiTSZbI7mvb93yCHDwtSNTxefL { box-sizing:content-box;height:58.6875rem;width:34.625rem;position:absolute;display:block;z-index:15006;background-color:#f9f8f8;background-image:none;top:0rem;left:38.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#kMq6XXeDF23Txtuo7NyeLAvMqPbnE3hw { 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:4.5rem;width:4.5rem;top:4.125rem;left:16.5rem;overflow:hidden;display:block; }
#a0FT12CiHsks6i1CVy6MTJa6fSuJdhUc { 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:4.5rem;width:4.5rem;top:4.125rem;left:54rem;overflow:hidden;display:block; }
#Id4nvNlyavwSPhF3dfqQw3r80qMhWK6w { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:28.5rem;top:28.125rem;left:4.5rem;overflow:hidden;display:block; }
#KNskdFNeWJqJABHSDs4onSd0Haaohbff { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:28.5rem;top:28.125rem;left:42rem;overflow:hidden;display:block; }
#m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC > .row .container { border-width: 0; border-radius: 0; }#m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:none; }#RinJuKHKApl9DmcXyL3QeOEh41azhkTT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.37890625rem;left:9.5625rem;height:9.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RinJuKHKApl9DmcXyL3QeOEh41azhkTT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RinJuKHKApl9DmcXyL3QeOEh41azhkTT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9594045c7c5be5c9efc8b575abeb2367fd5f0c23.svg); }
#hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:33.37890625rem;left:41.28125rem;height:6.9609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9594045c7c5be5c9efc8b575abeb2367fd5f0c23.svg); }
#RamCHrABGIzlP44TvF69cV4Z9iOMhw9l { 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:46.25rem;width:29.25rem;top:0rem;left:6.875rem;overflow:hidden;display:block; }
#BkfDkOFb1eiZPPR0gdAqQGdv6FIrJvOo { 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:46.1875rem;width:29.25rem;top:0rem;left:38.8125rem;overflow:hidden;display:block; }
#f8dt3A54Z174HExf6wmN6ahP3B7C9SEd { 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:46.25rem;width:29.25rem;top:0rem;left:6.875rem;overflow:hidden;display:none; }
#TWCs6xTMQTfacpl2Ay23AawMI1Wk4uQI { 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:46.25rem;width:29.25rem;top:0rem;left:38.8125rem;overflow:hidden;display:none; }
#QTitPMrBVrx8BIgZkAGMomhTc6T83Flq { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:46.25rem;left:22.375rem;display:block; }
#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f8;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; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container { background-color: transparent; background-image: none; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container > .video-iframe-container { display: none; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row > .video-iframe-container { display: none; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .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); }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container { border-width: 0; border-radius: 0; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#sTF01t19ex3Hphzy8wsJ24qORIkVfiVF { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5rbLPuyetTlmRcIwxcQmc7DxrQhTHBn { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:31.25rem;display:block; }
#KLiwTrR2WdCirSxBefz5c6MshS392Kyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f8;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; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container { background-color: transparent; background-image: none; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container > .video-iframe-container { display: none; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row > .video-iframe-container { display: none; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .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); }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container { border-width: 0; border-radius: 0; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#iXw3k5NUmBPipBwSXinB5a5EDHtKp27l { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:2.1875rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZBvTChDmB7s2TaLcZP2zgcPhxNKEy7w8 { box-sizing:content-box;height:27.1875rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#dRNsPWfSq2HTE28N2HOeZa2CeqcWhfcD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:18.75rem;left:2.1875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2x57KHJ00B2NJ2ue8hOEMxZvuh2drCn { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:27.75rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#opJHeuNC1t3aGaoaGXNvmcWl6IJs8KQ3 { box-sizing:content-box;height:27.1875rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MRtApiAuI6Zk6R2AmVmiqEdSISGIMZu5 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.8125rem;left:27.75rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AkXqv7JDJRllDgyvuTOsJchVxgMZzCmL { box-sizing:content-box;height:27.1875rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#XALEmoSFKOiNzsIzD2kOG1ZZOJgBKprT { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.25rem;left:53.5rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yp41XX6GiQQOclhTXSgGxOoATKpmeeeR { color:rgba(var(--color-tertiary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.875rem;left:53.5625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZHrEx4TJEsv2G3seWpQ21QIAcoP3bhB { color:rgba(var(--color-primary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.0625rem;left:2.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6VhAEA0Qm5FoWClDDUx7KhoRBLTBzu1 { color:rgba(var(--color-primary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:27.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQEo7yAUNUg4kS6puZotp8mJuRIVd8VG { color:rgba(var(--color-primary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:53.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KxwDNkkX7EEh3RC55VnarG1HGfdQxSkL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.875rem;top:5.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#p7852zC67xsaumSoaG8coZnEa9lO4qhg { 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:6.25rem;width:9.25rem;top:5.125rem;left:27.75rem;overflow:hidden;display:block; }
#qpKmHTr4M88CFDvon6d96RTLyrTLllsT { 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:6.3125rem;width:8.4375rem;top:4.96875rem;left:53.625rem;overflow:hidden;display:block; }
#e0tOv5GI8QAQMOXLWJLekTgpoU8lAERU { 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:9.5625rem;width:9.8125rem;top:0rem;left:14rem;overflow:hidden;display:block; }
#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container { background-color: transparent; background-image: none; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container > .video-iframe-container { display: none; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row > .video-iframe-container { display: none; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .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); }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container { border-width: 0; border-radius: 0; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#FJLKN81nMh9KDoOkzIW9iUzda18Ayxiy { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:9.375rem;left:0rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WC7DTbdgfbI0A5mpurb79whu8aAP1aem { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:30.9375rem;display:block; }
#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container { background-color: transparent; background-image: none; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container > .video-iframe-container { display: none; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row > .video-iframe-container { display: none; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .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); }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container { border-width: 0; border-radius: 0; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#nOW1CyiRKJZTuBRIrsmVF8au75nOtsuT { 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:31.125rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#dp1Td0ycT1ZOJmRAeKocIWxk72cTo0Me { 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:18.75rem;width:18.75rem;display:none; }
#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH { position:relative;display:block; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH { background-color: transparent; background-image: none; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row .container > .video-iframe-container { display: none; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row > .video-iframe-container { display: none; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .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); }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH { border-width: 0; border-radius: 0; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bJK9s4Ha57QpWpq8kI1y7LArhD1vk5ox { color:rgba(var(--color-tertiary-3),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:10.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.9;letter-spacing:0;top:6.6875rem;left:10.875rem;height:2.13720625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/459f6e17-1ec4-4f84-b5a6-9e8b4ed4d35f/01.svg); }
#fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:8.75rem;left:10.875rem;height:2.13720625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cf081318-744f-4fc2-ba4f-4c5e6dafabbe/02.svg); }
#Mow3hdPUzZw8xQX9a9TgVyM3V34F7On7 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:38.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cBITFmToVCq5tbBSnN08XKiRE0gNP135 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:6.75rem;left:38.9375rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#cBITFmToVCq5tbBSnN08XKiRE0gNP135 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cBITFmToVCq5tbBSnN08XKiRE0gNP135 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff4b5190-52b0-4c74-8cec-5482a658b204/05.svg); }
#N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:10.8125rem;left:10.875rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/131d5582-0cf1-4e1a-990d-bc87ba0ec694/03.svg); }
#y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:8.8125rem;left:38.9375rem;height:4.0371125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/946874ca-1b7b-43d7-987b-2542523d535e/06.svg); }
#LfVpic15eAyuAbETXTBfb3orXIxfBkIc { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:12.75rem;left:10.875rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#LfVpic15eAyuAbETXTBfb3orXIxfBkIc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LfVpic15eAyuAbETXTBfb3orXIxfBkIc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9e86165b-80aa-44db-bb69-5626134800ce/04.svg); }
#XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz { color:rgba(var(--color-primary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:12.8125rem;left:38.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4b9eb023-fe31-4fce-8ce9-10d97538d24f/07.svg); }
#sJCaeFpIhcB3IP3OdwEgLa524GOXlCT2 { 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:6.25rem;width:6.25rem;display:none; }
#zciN6SCNnsvSm7Ham7u2f8Vdm6pQrMAR { 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:6.25rem;width:6.25rem;display:none; }
#vgD8GX2cs8Trob2mT7WvlAXZ2ue8vTFX { 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:6.25rem;width:6.25rem;display:none; }
#uthII0Tgz1dxyAeTXpTwbr97cDwn34LD { 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:6.25rem;width:6.25rem;display:none; }
#zxXODCIPhmBb8xs4gCtlPv1fvmuQfNyX { 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:6.25rem;width:6.25rem;display:none; }
#kG54zpRtDpD0BB5HZsBT4ctrxh5zt5MG { 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:6.25rem;width:6.25rem;display:none; }
#AmUiJ0GyRA8sRKlxFMzbNTbEbNIx8Tb4 { 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:6.25rem;width:6.25rem;display:none; }
#dOd0ELylrLTio6z7xdXTEwcJfmIiaUip { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.5625rem;left:27.75rem;display:block; }
#FDnDzyKSRpkTsRQDXWX9WVwuJfrwDrCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs { position:relative;display:block; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs { background-color: transparent; background-image: none; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row .container > .video-iframe-container { display: none; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row > .video-iframe-container { display: none; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .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); }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs { border-width: 0; border-radius: 0; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mTXcz3bWCXL7S3Bu4IA79TsZ99ct5bQX { box-sizing:content-box;height:9.375rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#fff6f6;background-image:none;top:0rem;left:7.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#QB34GQkOrCfif4K1THQpe5HCv1CPgC4U { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.125rem;left:17.25rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UdFbrE2JpmXFvi0ZOWU0w7hxvxvyShdA { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2rem;left:11.9375rem; }
#bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF { color:rgba(var(--color-tertiary-3),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.375rem;left:17.25rem;height:3.01171875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
#c3y5LsTC9X37rLegq2m2KLzu5MueVKre { border-top:0.625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);background-color:#f9f8f8;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; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container { background-color: transparent; background-image: none; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container > .video-iframe-container { display: none; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row > .video-iframe-container { display: none; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .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); }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container { border-width: 0; border-radius: 0; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container { font-size:0.875rem;font-family:arial;height:75.4375rem;width:75rem;position:relative;display:block; }#vJSrOATfc4V7Ab6eAAniLQd8L1pU7sGy { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:31.25rem;display:block; }
#LavtJKfBXTo1KS55lWuyqzUHZFWcQEgc { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmmJU0Sxvgc3XoOu7cwdzQrBtmxL65Xx { color:rgba(var(--color-tertiary-2),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:15.1875rem;left:2.0625rem;height:2.44970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6NVLx7OsNuqNOa5OOTvPtgGnccspkzG { box-sizing:content-box;height:4.3125rem;width:50.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:57.5625rem;left:13.34375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#TsSVSa01LeH4yGq4hlssNH3yH67iZDTW { box-sizing:content-box;height:28.0625rem;width:50.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.63);background-image:none;top:29.5rem;left:13.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lKA1pxskHu5VdNbFU3ISa6cTLTMZWnR1 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:58.8125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfWwOoRzlpncata0xOX8ZXRheA5A4Wx5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.75rem;left:28.65625rem;display:block; }
#dTOzP2axI8CVCwq6d2Nuk8UwVTPNpAiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTphIn3CNDDZcAIbqABhfO3lyvrWAVeo { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:42.03125rem;left:36.875rem; }
#QTphIn3CNDDZcAIbqABhfO3lyvrWAVeo > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#lKswEuox4EsWzVwPRM3UTsz6NpJTMcd9 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.224609375rem;left:14.875rem; }
#fPDtGJXcbF7QWgMVWbWnJEabI96FUqHN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.0625rem;width:50rem;top:29.5rem;left:13.4375rem;overflow:hidden;display:block; }
#e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 { border-top:0.625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);background-color:#f9f8f8;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; }#e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 > .row .container { border-width: 0; border-radius: 0; }#e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 > .row .container { font-size:0.875rem;font-family:arial;height:77.25rem;width:75rem;position:relative;display:none; }#LNoK5QWMuySHsZNbJlop9LP7hkfmPo3J { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:31.25rem;display:block; }
#bnb2f4wIm75HZoJEfsgWl6TeSPto2XrF { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTLuBGpHz9hVJMDE7eaK3PE6yDWtTwQ6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:15rem;left:0rem;height:2.44970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knW0ie93PAX4p6SDLfOGdhi6NrCsyzT6 { box-sizing:content-box;height:4.3125rem;width:60rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:63.53125rem;left:7.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#kg5SM6W0fk13iQuQzDCC8yOJ0FSzq062 { box-sizing:content-box;height:35rem;width:60rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:28.59375rem;left:7.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ykJGmCeLwWxEabFubdMVxaBVptJFwZT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:64.78125rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNbuSqxzmvASo4TZQOZcBJOlfObSIEOZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.8125rem;left:27.75rem;display:block; }
#PTtuzNTB0U8iKbx1JP55nZ0s5rMaHQ0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1JS24A2FikZDanDAMfGtD2G7TCmWVJf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:43.53125rem;left:34.9375rem; }
#dPGJfGMHe035PGQDUAE6JTQ1V0Gv1VvN { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.0625rem;left:14.1875rem; }
#JacaFmt6U0bCytbBo6xECFk7iF8OTdkZ { position:absolute;display:block;z-index:15018;height:32.0625rem;width:59.875rem;top:29.40625rem;left:7.5rem;display:block; }
#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container { background-color: transparent; background-image: none; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container > .video-iframe-container { display: none; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row > .video-iframe-container { display: none; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .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); }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container { border-width: 0; border-radius: 0; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#K2BB5cvvB0xxK9Raek98UlcUebCEILWy { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:30.6875rem;display:block; }
#wTyQxOhTLNxD5A9muyq5VWM3FPyGgs0s { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkgIzLi1fBo7NuCgEUsH1cIFfeuXESC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.943359375rem;left:17.40625rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oGvB6pgwIddMQkLArDAiREkNZo3URiJX { position:relative;display:none; }#oGvB6pgwIddMQkLArDAiREkNZo3URiJX { border-width: 0; border-radius: 0; }#oGvB6pgwIddMQkLArDAiREkNZo3URiJX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oGvB6pgwIddMQkLArDAiREkNZo3URiJX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IbSHFShgHLgt7MlLLEhhGl6kBnxh4rPq { background-color:#5d92ff;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fvVW6ZNSC5NCWAuMQ9tMU9x5HLWurB2z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skH0xVbtcOq7dEfbSUq7Xf9qdUuN3iyX { background-color:#5d92ff;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#d1ClqWlK2mp1ZonDf0S1XfEuy9PmO6oy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y { position:relative;display:none; }#ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y { border-width: 0; border-radius: 0; }#ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MIXov7T6bedcps3CbXWB95G9MbcSkZxE { background-color:#5d92ff;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#b0AmvV1Zw6EZXwHJcBpr93IEzv7BQSgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRXzMVwDOqKWNEqLSGOP1DIsDsKPqvKO { background-color:#5d92ff;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TG82wkCv1BmzoTbUb1H4TyRJR0h6dK3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container { background-color: transparent; background-image: none; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container > .video-iframe-container { display: none; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row > .video-iframe-container { display: none; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .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); }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container { border-width: 0; border-radius: 0; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#FLTZ0wHMcPLLvF01MzJxIa7F4bTiWycS { background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.5625rem;left:15.5rem;display:block; }
#dTS6ULX90sCmplpFcrTTaq5QeoIUVmqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lsO6Td9wucAgIBLL5nuKJMOK7bduGV1m { background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.5625rem;left:37.9375rem;display:block; }
#uHn1lSZ6bGzsWoHi30L3VZKlEPE28rDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqSKvlM8HwOsBAlksCozJizZ2Ok8feeF { box-sizing:content-box;height:4.4375rem;width:44.875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:0rem;left:15.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#erDlczT8TrCp9XeutyPKVZNUT9H4a6vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#erDlczT8TrCp9XeutyPKVZNUT9H4a6vw > .row .container { border-width: 0; border-radius: 0; }#erDlczT8TrCp9XeutyPKVZNUT9H4a6vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erDlczT8TrCp9XeutyPKVZNUT9H4a6vw > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#eGgyrwNTFi4VFcHJ95KSWl7rp9RfSyk1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.5rem;left:15.5625rem;display:none; }
#ZfoSsxRu2Tn1q5SsvtIbymLhT9O65vnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCi1PxAv9xHatKTP0nl6PS5Zw110cKhw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.5rem;left:37.5rem;display:none; }
#uIftsAUPTh5OPzRowXn97WI5lSbqd7yc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEWJ0uIs4nzDddhfpFtnaqoMSr2NrBgp { box-sizing:content-box;height:4.4375rem;width:44.875rem;position:absolute;display:block;z-index:15008;background-color:#f3f1f1;background-image:none;top:0rem;left:15.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }
#GRI6VraNiNfegQ2V3IbvLdiVl307NbCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GRI6VraNiNfegQ2V3IbvLdiVl307NbCt > .row .container { border-width: 0; border-radius: 0; }#GRI6VraNiNfegQ2V3IbvLdiVl307NbCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRI6VraNiNfegQ2V3IbvLdiVl307NbCt > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#NUNtftGn58PIxJrSX1241RUrmmO8gf1J { background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.5625rem;left:15.4375rem;display:block; }
#SXrSolafMibnkiq9Pha7Zd12S9DWg4oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZaNAVZmVou6UmSooyEZcZ1nKNCagDTV { background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.5625rem;left:37.9375rem;display:block; }
#x5oc9vGPDdgQnNQ2oUPMc1N5KcJrzfLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k > .row .container { border-width: 0; border-radius: 0; }#zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#iN8Hd7A3uXGZ3cT2X1RpgTlMqUUAp9MJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.5625rem;left:15.4375rem;display:block; }
#ncO7I8ePN6obRWl93GAODJRLL6gKWa7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oi5uEZAPHTd8Tginf275wCogaNwc0WSf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:notosansthai-medium;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.5625rem;left:37.9375rem;display:block; }
#TwqTGi7iNZKO0JQSKvBbFfRqDXIXlWCE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu { position:relative;display:block; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu { background-color: transparent; background-image: none; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row .container > .video-iframe-container { display: none; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row > .video-iframe-container { display: none; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .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); }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu { border-width: 0; border-radius: 0; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #e5e5e5;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oRy0voTszDsSkk0BIbmOFlmlOmAmfDLy { 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:58.25rem;width:29rem;top:3.25rem;left:39.03125rem;overflow:hidden;display:block; }
#f8hVAxPKGPqHxM1lxwFPswu9AIOdHufh { 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:57rem;width:28rem;top:3.78125rem;left:7.53125rem;overflow:hidden;display:block; }
#E4brUzFpAdxEt7wR9QQtt5XuBIgDktzA { 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:52.9375rem;width:23.6875rem;display:none; }
#gv4pX3WK9KIT9LTFA7W8U62MnJheMsTh { 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:46.8125rem;width:26.75rem;display:none; }
#ycbMH7py4vihZOZJnpRvy1UT2NBTy2Cw { 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:119.5625rem;width:41.1875rem;display:none; }
#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv { position:relative;display:block; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv { background-color: transparent; background-image: none; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row .container > .video-iframe-container { display: none; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row > .video-iframe-container { display: none; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .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); }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv { border-width: 0; border-radius: 0; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row .container { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #e5e5e5;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:78.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NAcfoxaHl9dZ4zFVIbkmVJG0BmcsL0Bw { 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:61.6875rem;width:60rem;top:3.84375rem;left:7.5rem;overflow:hidden;display:block; }
#npRFsNJoX5vCtcsIE4ECDtbA46LCSO2e { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:78.375rem;left:9.8125rem;display:block; }
#KItkBAOzPJcCOHFmTbCpScvIyb0eClWs { 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:121.75rem;width:42rem;display:none; }
#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ { position:relative;display:block; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ { background-color: transparent; background-image: none; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row .container > .video-iframe-container { display: none; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row > .video-iframe-container { display: none; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .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); }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ { border-width: 0; border-radius: 0; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fTGxXLaVHZEyivBQTzgbi2GzdnbJiZNG { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmOvrw5wl3SizRMkTz2LDiOd5Fk6qLWm { color:rgba(var(--color-tertiary-3),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:13.375rem;left:20.46875rem;height:4.67480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container { background-color: transparent; background-image: none; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container > .video-iframe-container { display: none; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row > .video-iframe-container { display: none; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .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); }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container { border-width: 0; border-radius: 0; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#XQKXyVvwCDvnZ8nk76T1oFnMnM86bORS { 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:24.8125rem;width:13.4375rem;top:1.4375rem;left:0.5rem;overflow:hidden;display:block; }
#IxtrBPK9sTimst5y0fJ0voaV3PlEsAB0 { 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:24.8125rem;width:13.4375rem;top:1.375rem;left:15.5625rem;overflow:hidden;display:block; }
#BqPlLNwK61M9ZwuvW0HUbOLMNAwQOkJS { 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:25.8125rem;width:13.4375rem;top:0.3125rem;left:30.6875rem;overflow:hidden;display:block; }
#Mo4BxzeSK7I9BKrN031TeC909rW4mxbu { 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:24.9375rem;width:13.4375rem;top:1.3125rem;left:45.8125rem;overflow:hidden;display:block; }
#hrbUBZNmK1KlESRk2I6F45DOaKZZBMTU { 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:26.5625rem;width:14.4375rem;top:0rem;left:60.5625rem;overflow:hidden;display:block; }
#nfzUhQM9Hs6f4NfdrBNxFhO6CvFTeawf { box-sizing:content-box;height:3.5625rem;width:30.5rem;position:absolute;display:block;z-index:15023;background-color:#f9f8f8;background-image:none;top:30.25rem;left:22.25rem;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; }
#UG9kUVIcNbMC6aWch76RB7kF5h1HLU0X { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:31.25rem;left:28.5rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XfJxe5lnLAnCnwEgR9iP6tpEOaTDoKQI { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15025;opacity:1;top:31rem;left:25.6875rem; }
#XfJxe5lnLAnCnwEgR9iP6tpEOaTDoKQI > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#SQoWbZqLlCtzdJenOd1bsx3aXZGhHPaJ { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:33.8125rem;left:26.75rem;display:block; }
#DKbFurxfch8G38isNa0Gla9scKDhaFrd { 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.375rem;width:11.625rem;display:none; }
#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f8;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; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container { background-color: transparent; background-image: none; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container > .video-iframe-container { display: none; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row > .video-iframe-container { display: none; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .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); }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container { border-width: 0; border-radius: 0; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container { font-size:0.875rem;font-family:arial;height:116.125rem;width:75rem;position:relative;display:block; }#XhvVTWPhkbp4crkhT5ZXHl8QeCR3srMT { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.5rem solid rgba(var(--color-tertiary-0),1);border-left:0.5rem solid rgba(var(--color-tertiary-0),1);border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-0),1); }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.0625rem;font-family:notosansthai-medium;line-height:1.5;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:left;text-align-last:left; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);line-height:1.6;overflow:hidden;height:auto;color:#797979; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-trigger.adaptive-delivery-prevent-bg, #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-trigger.lazyload, #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-trigger.lazyloading { background-image: none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts { box-sizing:content-box;height:auto;width:43.125rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15010;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:17.6875rem;left:15.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yKEDCPZm8ZPK7JVf71kFHCnBxQvQFTSS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JVgTbwbuGc2cZ1AdgH24wx1IgU1rQUPA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vEPLb0DPKMk2l8bAIeBTD178OrOJWcSz { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #w7PQZeiXENFd2xWRuPnZ980lwvVFutft {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #bMBgKTrq3KbKiEmU8ICgFEIBzJz0y1mv {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U1ZrvaZIe3I4JgEl7PJoJsaA4vrVxKps { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #tr7CZeXsgEsb9QoWwxVmruTAkfNmiMOL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yxE5KEIGTr4q93vOWmsTA8h7bx62rnGA { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Q9pEEyRy5hN88yKaCtJuDOLiJApqIxXM {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U7T02HzwwJZH6GXNA7nwoW5B7VEyzNh3 { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #G4KhDX8WmwlDmzW26ZdsfvuQwaI5SeoD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ndTdsqx8DThFSpW5wvsqFKlbJaZpXOT7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JuWa1CUl7c2JTd8G2f1bs7xII097LLTM { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ebOB5HMyvdW25tSmeGp4JkJnDfHUli2A {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #hN9695GhT4n0q7bK1qT6ydKFT2m1MTDq { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #OeTqINRfeIHSMiR18kKIrGehe9mpBWII { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #beyH6zJ44hJFEfemxHDe6CK4t6q06L60 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #renhdF7ngDzqInQDyPTgVc6LDDZi4wtv { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #BtbdoiPrm4ETbFdTHFaM6NQgVzfhXO9k {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #y7zTpSbwyF2OSrkiA859W8Vd5XV01m8d { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vJDQC1XZTIlkeas8VvTCNc56iAN1lqAX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #hqIxUq7QZEimNBa3FQiKAJn0fXUPRUbV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #eqSzBov5Ko2pbgnMNVhmQXIBsHUGreho { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #fUEzbGIXmknANlkJofUU5FgyDxE3VRbx {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #kMpDR1ega7xe7vtR6cqDiAcbvZWTvoKV { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ui9blzlmOk8XROZz7OpQszDTfm7fJm6K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Z5EVJP8IQnTdx4W6TQ9HxMaOfddu1V6G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yZsR2sVKx3vZThMFBtlvEzlTsALCUOip { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #n3mcAEPUmnLthsRTHU2IaLDUBVnbVhMC {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #GE26agCoQQlzCpvRUIneM4fw5ObXvIfh { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wEFOrCUJUdlVPL5cKHRHA6TQPfDHB5Gh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #SbnUTdgicN2JoLrM4hdzuSA2rmyQwOuu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wa3DLb7tZVlO6XN0dea2aBzgJ7EXAkZp { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JXyCVbQd5i3awAH7RF31Kz6uZ3VQyQMv {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #F0ghr21tGdRiEgFN8dTRBBWWb1kVTmro { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #EzBb5bdSTmgzEGnbZgJZ90wtttFnXWGT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #zDmdGFnkXKnqAbdlWlk0Tz7kF7fl0iwG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #pOzhr4PtnT4FfMvv98g2IwykiIEc2ETN { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #WT7L1ul1OroPTyiNVRnRVvhLWykwuRIw {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #TJdURBADa58ZkIQGrGTl3PCw7CMVRu9P { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #aWhrk34hEsTiv6tOJJaU4h2kqRBtv3sz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #CUH43dofKIRahoyGPrrbNIDsnpN8UlaV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #qTHTz4q9lrHHDzAV5Ei4EdAoqeIPpUgs { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #enlFUQivpEM9G4PcMofqcB8wpL8Hvsyw {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #zhHDzMDXLLROVRy5BHESDA3mIf5dDPlW { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U77qtF5O99Z1FIJMt1rCFfl3thG4ilWT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #w2P0CDnmTUX7CGqdTmfWyP2W2NLDeTnw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #dRu6wGiQlRuQ1WOTuqexTh6faeCanMkN { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Qw3QB468mMnNheByU6401hXqbLcb0noM {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #QDf4TsSJTBbsH7kRmhm29bPJhecr2lKM { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #FAf5JbweRMHhpWpPZ1ViZxtvZ7ZN6iSV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #oyH6rlmIDAvm6GbDTVicSV0U5vpENJcT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #BeiAUHriHXFNcy0xJNnfaQtqNWpPzhkS { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yUVXPiZFTiSpP15HNhCz705vwm4tT4Iz {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Vqod0ugIfbZ4bGuDQvfxvAWkzWvXHgRu { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #XrR9TFbxTTkiIa7T7TxPoc9EHXhl3XuF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vUBxfXoDXwlpo3PKEsTe9nSFpnGcLGVI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #I8Rm2ivywOZZcsuWBEDcOnH7qQLZkEzu { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Zd8vamV2ONAdKTxRr6965zu68aucbFcx {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ZAe25JKKhmiIBbIrJrHkmtWZbiArF9qK { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #xTgtizAe1K6eKqV4lXIHTaH6eXagmK9T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #kkPFEr2m0JR6ILOzWt96NnioDqLeuRgm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Qv6E5TCJhHuXKO81fT17oJZwSKTwg8a8 { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #azgUFITC0BiKmyw6ssUlliI2fKSS8kS0 {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #rpaxCgz60CX0GWiVWJ7FWEPPQTQ3WE91 { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #OzENQSWMhnX1B4AKCpd7nTM7Wn9Bp1VT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #EhUrxMB2ByotoGCqIk6eK8nT2dbq0p7Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #eemky9QGy4tL4oZtLlq78LzzL8Iaya2E { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #xJZhBlglJXexhzmT8tq08MSXpPWN7qS1 {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #pTpS8rcrUUzTeawQMEyRLTNbz8KCgEHV { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #bTguTsUEVk8AiCdnB94l5rkUyhbcPhfV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wHvTxq5b85yLSgB7TmwiawUckXAVlyhs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #p9Ws4T5oQ87B0UmeBPmpe3HEpti0ISkZ { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #q6W5wkiTC0KpEvBzknpphikNDICgoeMB {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #NQqviFMbbs1eocD32XMfGKQHpIIgb9mJ { display:none; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #leV9P4TKlw8U8tdBJfqZrUp5GHWEvSe8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vViWBPcLJFxrJ9NFcAkOFLU3NHCNCKl8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #DxLzOCuToofMl0g3kSRmFgX5Lixzow0M { display:block;position:relative; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #LVDg3tGFr9yVmt6knylLlsUR340ubrwq {  }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #VfBdnLWRWwrBgk92byEMG31aUUW4vs0s { display:none; }
#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container { background-color: transparent; background-image: none; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container > .video-iframe-container { display: none; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row > .video-iframe-container { display: none; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .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); }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container { border-width: 0; border-radius: 0; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#LQhNBTcWOG7dbLT6IBSWT3oNLCGsxdHx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:30.6875rem;display:block; }
#T1zRTNEWsGGTTWVpQmmxe2KrcZhe0Zee { color:rgba(var(--color-tertiary-2),1);display:block;width:37.25rem;position:absolute;font-family:notosansthai-medium;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:22.375rem;left:19.75rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJzRqKOLlQsy1LTKrUQfwD9fsmrv27ur { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28rem;left:27.75rem;display:block; }
#PSEa933iOm5ba10OLZMrBOty1mazlJHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7yWnh9qzzzvMTN4VaCWsdDQwZGwsKTQ { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:16.375rem;left:0rem;height:5.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhFeSz1AD8AnouzGJnkzbLw8zNxumBOh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.6875rem;left:17.125rem; }
#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f8;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; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container { background-color: transparent; background-image: none; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container > .video-iframe-container { display: none; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row > .video-iframe-container { display: none; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .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); }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container { border-width: 0; border-radius: 0; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#entluamH9azad0XlFQfrgdLWtQeCDrnt { 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:1.9375rem;width:12.5rem;top:1.0615234375rem;left:0rem;overflow:hidden;display:block; }
#Ip3sMLPQIwTf79ZFIhwNNyKmNFwlCpls { color:rgba(var(--color-tertiary-2),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:5.13037109375rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F6HgAGZeWRH1aoaRE06c2ZsZdlAIh5ul { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:5.37451171875rem;left:55.3125rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z1VXstmaOm9FzRB7s9TSBP8RFTLyrXHF { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#e6e6e6;background-image:none;top:4.125rem;left:0rem;display:block; }
#O0gQTUryKaV0SHKzU9Lne6LIuuH0TxO1 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:1.4677734375rem;left:52.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UrxPaps2NBLGc0o0FxZno5q9PhGTEnX0 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:1.5rem;left:67.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuzNDpnBUJOwG2gNV6i5NeZHGgasFFdv { color:rgba(var(--color-tertiary-2),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:2;letter-spacing:0;top:5.11181640625rem;left:4rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nznbdCUiqNt4fdbJbccRMP0D1f1tfWoX { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:5.11181640625rem;left:7.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZAtuUq6HIBXxiFED9FNZFSdf6CMsuPZ { box-sizing:content-box;height:1.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:1.4365234375rem;left:66.34375rem;display:block; }
#v1L3MCAa4KbHSTwMDrDt0u75e1Efwdee { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#e6e6e6;background-image:none;top:4.125rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy { display:block; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgfmg04puNNkiDlehNmC1RofHQ3hqGLh { top:1.0625rem;left:0rem;width:15.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nso0NpseBT85ye0B3JfzMewfFxPpM6Lg { top:2rem;left:17.4375rem;width:4.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGvewbL29M2ZZCuKNRh2nKVbKNyZw2E6 { top:2rem;left:22.6875rem;width:3.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAErDSy8EAixRibuepbUmsvHC4TD0I93 { top:2rem;left:27.875rem;width:6.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnoHM0ABc3kduSmKdtmxEXm2pqH5J1q0 { width:8.375rem;height:2.875rem;top:0.875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PILm2qpPHoNMDUwVT96yCSoBhHDMfd3K { display:block; }
 }@media only screen and (max-width: 763px) { #CxOfQzwPz57CWtNQXMwrlqguo2zA7kUg { width:47.75rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPUKwZGsgSrDxKONsURtiUrAfww6lTU3 { display:none; }
 }@media only screen and (max-width: 763px) { #FEZDC8qNN6eXyQKddKQx04PU416pLRNh { display:block; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuWmFSGA1Wml8LIQ2FtUmoSsqeFMqCmW { top:1.0625rem;left:0rem;width:15.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlfC33f9XFV7X1ZZpNAC3m8s2KK9wclQ { width:8.375rem;height:2.875rem;top:0.875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT7ooh0T60aD7rxIDHWRbopnk23rar3S { display:block; }
 }@media only screen and (max-width: 763px) { #U2MLnvXODv3ohbbX0Z7C9w8QU9a7LVUI { width:47.75rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tnov8uKDUHW9JE1TSv09GmorDAzDqHXx { display:none; }
 }@media only screen and (max-width: 763px) { #yAMCtIUw7F5SKiSTLDk4DIFiCcL6z4ZU { width:4.75rem;height:3.4375rem;top:1.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4q679S4EM6q1cwgfx7REQWRmTNcV0QR { display:block; }
 }@media only screen and (max-width: 763px) { #R3VpUIDBSR69yfpti7ZRRJs9nuQM0ylw { width:4.75rem;height:3.4375rem;top:1.0625rem;left:22.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnzVsi0FngIGhfhvaqHdyHKu9MXQ1UQo { display:block; }
 }@media only screen and (max-width: 763px) { #BLXLcnPvysa2hudnldtyTPBBbaoF9xsG { width:6.9375rem;height:3.4375rem;top:1.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlrOhw2KmakxCyygBqZlxgwo1Jmdc1cN { display:block; }
 }@media only screen and (max-width: 763px) { #bNZX6xcufWX44B11AtTRrcSu0kRzFvPz { display:none; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xo0i7JP8JIOpON8EzwfXrETG7zVGyr2w { top:4.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzKJXTvxp154GIlaFVyP67dzVU3SnTlR { top:5.25rem;left:0rem;width:8.5rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWTHJGA9a2AlkLXVT5opuZeiasy2uGT7 { top:8.5625rem;left:0rem;width:8.5rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqD7B2CQ0OgraTcEzNQHQbuS3Ityt9LW { top:12.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqWhPuBdynCoO6reVzWqxMnTvNOCWBRg { top:15.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbTTI1mdrBoPVWMauORW2zxyxILb32Oy { top:18.75rem;left:10.375rem;width:28.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bDq5a0ak95QH8d0uCXrv5QcdGA1E5o { width:19.5rem;height:3.75rem;top:22.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHqKykFv5ZnhXIAuQiK5eU3avXevUzB { display:block; }
 }@media only screen and (max-width: 763px) { #oHFkGc6iLeR0T3KOwABkr5TbamT0f8Bp { top:7.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKEyMr5IHqTuh38kozzuOuh4HuAidSLa { top:2.5625rem;left:0rem;width:47.75rem;height:5.375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HesMo3slUKXU6glnlELeTIMGWzUGTq0P { top:18.625rem;left:8.5rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6QMKitIJQ6P6uCMEs8r0BhOITpNFtud { width:17rem;height:24.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSs2ZyRhpl6vKWR24wU2OgPTqLDDmqii { top:30.3125rem;left:0rem;width:47.75rem;height:20.5325rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx { display:block; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm1zgPChPNbg2DrTAq65GU4fTp1r0ebI { top:11.25rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMTuaPEM6bHLNs8rtTwZNvAIssAyV1G1 { top:16.8125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMk5tKIwG3DXg3q4NHkvailDpokTaZxn { top:0rem;left:16.0625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg { display:block; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq6KCQ60Xmy6Uang2srwz5GErwtZ3A1Z { top:8.875rem;left:0rem;width:23.375rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0UeyZEkoSzTapOZn22lavwIaxbluS97 { top:15.4375rem;left:0rem;width:24.5rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLwZqJFf4e61hxW6ItqLJIyTcNkX9sGI { top:39rem;left:22.1875rem;width:25.5625rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEkTiXahTbkwhWq1popiwcLNCq2Feke { top:48.5rem;left:23rem;width:24.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJOcgQF75awkSTJT4F65anqfWuJvI6p { top:0rem;left:23.84375rem;width:0.0625rem;height:218.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnTTdnzxybT3TT31pFnrS9saaKaWohf8 { top:99.1875rem;left:27.5625rem;width:20.1875rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXWqpdNh3DDxLWzGETVTnglNArSKw00 { top:106.0625rem;left:27.6875rem;width:20.0625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySH30Z7cTpJCN5vaBXp9NPzIvXQPsUwa { top:129.0625rem;left:0rem;width:27.25rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQNyp3qTa7UoJnANcZtklkBor1kxoBRx { top:135.625rem;left:0rem;width:25.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0CEXHyImxU0XwsLhzolsbFRdwVNgQUL { top:160.375rem;left:20.375rem;width:27.375rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN70aCOCpZ6mWEWBAzWktTO5lNd2DTSX { top:79.625rem;left:0rem;width:21.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPZHcO4QQkAkqC3Uqqhd5sQz0HqqyrW0 { top:166.875rem;left:24.5rem;width:23.25rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBw6euHHxm3wNbDX3DSCnJaVJvdGAzh { top:191rem;left:0rem;width:20.5rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2BDGQRspcGURxnQlQruuzTgULcpxTc1 { top:200.75rem;left:0rem;width:26.3125rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQTfNCWM9UJyw48ag3lg9NQcQbDEolH { top:3.5625rem;left:16.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gbBAzFvHRFgW5KAQ7BIJeDasG2RuES { top:33.5625rem;left:27.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQlJc1qwmf21ZeVOTketlOdBpJwerw76 { top:64rem;left:16.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTs3MCE9gbe98hqcx5152psZTnG6BBlE { top:69.5rem;left:0rem;width:24.6875rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgaq2fs14DrX03d19CEglKp97ZsNEebf { top:93.75rem;left:27.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T83G543TawF2F6xB7UFZGEvFEZnWfdUS { top:123.6875rem;left:16.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnWKbD5edfqE0wiGkQXAMEuM8aNNVzl { top:155.25rem;left:27.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDxBP0qJ7hD0k387h2I5m4IRuyZwuvX { top:185.1875rem;left:16.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBzhtoC5Tv0XMa9OCwnSLX5fFrmpuW2L { top:5.3125rem;left:19.75rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPxSJLWvUGxOPvwiCQ8GLobgsTgRcrLi { top:35.25rem;left:23.875rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grEvECTI8yyWo4tZ6T58JvuUfi2fpf6Z { top:65.75rem;left:19.875rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TCsTiq4NCeHQ67d7Mnong4TOaWbbof { top:95.5rem;left:23.875rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDmy1e62EC9OlT4gmNqEwxWiPmT4M67 { top:125.3125rem;left:19.8125rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLXgs0xqIFRuzxHoQshznGfZ86I1k2ru { top:157rem;left:23.875rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIMMkPs0qZAF3TGpMTBfe35EOZsvQPRQ { top:186.9375rem;left:19.875rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaCOGMeARiUX2bBpNoam9LTTpk8MPE8 { top:3.5625rem;left:19.625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRzyZLoTLpaiPO7zc06Utb0BFTTlnd48 { top:33.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4sacnc5ZyPDbkFhrur2zu4qc4leoiM { top:63.875rem;left:19.625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0gAvWCSo73qISV4CrTqOvsahF3nPIFT { top:93.75rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6S3xWcqaac12uzrqbtcKGLsvkShTzde { top:123.6875rem;left:19.625rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqbduiiTM9Et8pb26Gw8xTfFD5JTf2Ji { top:155.25rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmDVDHyh4cwrPJ420QcsaESIXb0Fo2s4 { top:185.5rem;left:19.625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cucXsX1v2Zr8CCRw2tbZlRQZin2A8Vpm { top:3.5625rem;left:20.25rem;width:27.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9h7e1pvBDxCI2xJtCXmfRPWGTCp7EWI { top:33.1875rem;left:0rem;width:27.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyVuN2bqF5hUDpdN2K9N1dG5NM0UUzvO { top:64rem;left:20.25rem;width:27.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbMnovMTzT6XcwJPbyRWDbdxRWS5U7Xv { top:93.75rem;left:0rem;width:27.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgHAPT1TQIi7v5FS5GqUKTRUXU0Kso0 { top:123.6875rem;left:20.25rem;width:27.5rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEfBCSJslFpMuO7B72t6z1K1E2LBk8zW { top:155.25rem;left:0rem;width:27.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk3gyIg5mfXTuNKUhSTLzRIC4WmsfBkD { top:185.1875rem;left:20.25rem;width:27.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZc06MToadwQa5wAH1n4mJuuvazCoGK { display:block; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE1X0FyG9KO6TxOh13kiTWPrqRkPK6Hn { top:9.375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy { display:block; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UB5E80UU1ukSCuO8KoBVBV96CISLvFA1 { top:12.0625rem;left:0rem;width:18.625rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTixAmZHGh6CfnVQIDf9Z7Ga7ARwoDb5 { top:12.125rem;left:15.875rem;width:15.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSdiQV7ngGA2nUE6aHOJdelbfFG3uit { top:11.9375rem;left:27.625rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJyoRG6psdhdQ4Sulx9DUkPVVaZZ2qr { top:14.6875rem;left:0rem;width:17.8125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7hpNQBPEqCPFylv6zSWDbPoipwEDEZ4 { top:14.6875rem;left:13.1875rem;width:18.5625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXZAT2EPsBvXZ7Lk6m10TWgc8slxrP0z { top:14.6875rem;left:28.875rem;width:18.75rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXsRdL2v2TQK7acVla4enPWM1wSFG4v { top:0rem;left:0rem;width:23.75rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2NvOVUzwIdlVyIwLsyEFk0gDAI5cDy { top:0rem;left:8rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZZC6JuZX4Kn6bfFz2CJ4rubCaHNcqm { top:0rem;left:23.875rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3xUnWgav1vfCR1LoCXoXNvrcEOBvVM { top:3.5rem;left:0rem;width:7.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwrSD2gHsdtaziJgg2TzulZswTbiDnk { top:3.0625rem;left:15.875rem;width:8.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxLhgibWA3cn9KLDD56CdZdkiMTpZtL3 { top:2.9375rem;left:31.75rem;width:8.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBSsm3ZKP5lbAau3voT0lzMg8APA015t { display:block; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCqoyTQxhuGXZMzGda888kMkx9uF9iwt { top:12.125rem;left:0rem;width:18.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8VchZinZcTp4LXrKQCi94CFX49rgf1 { top:11.9375rem;left:15.875rem;width:15.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLHeGg99kmXOCnpJJ4RozArvwdXTJ5Fm { top:11.875rem;left:28.5rem;width:19.125rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0WvsLicTbkesvQ8R5fRCcnkePH0xlv { top:14.5625rem;left:0rem;width:17.6875rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwaPP62COuX7mEJpFbI1LupFFMVWNmuy { top:14.5625rem;left:13.1875rem;width:18.5625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwPxsipSbmJFWpXN3heJOzT7WTwSAF4w { top:14.5625rem;left:28.125rem;width:19.5rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnfvGNlUT2qRwlI0xD9qNhgbJ7DVnRv { top:0rem;left:0rem;width:23.75rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwSFfspUbLIDis9cTbzbT2oK5JlSowHm { top:0rem;left:8rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGg0WRyQrnZ1GvzuvwAa1ZFahKRNR2G { top:0rem;left:23.875rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgPESfCqxR6WMWXpXpQgVZUcTE7TImp2 { top:3.3125rem;left:0rem;width:8.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRHzLHhg6enTxoRHn8agMBxEgfvucOhr { top:3.75rem;left:15.875rem;width:7.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAOkHFuxao8AtefciIUpTUTEG5M1UWX { top:3rem;left:31.75rem;width:8.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo { display:block; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsgGtvqEr5PMZK0LJDdVsFdrHnfSFtFx { top:9.375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkrO44qugXZWnKGbJ0DmFBX4PLRbp42 { top:0rem;left:17.34375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRzQr4XxhV5PHH6gs5m4RV1pyiQeVIyv { top:15.5625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf66dKXcDrfrThqKIsVP5WptL6fOLShC { display:block; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZZv6TsAt08DdAUu5ZnFhsIoGdKngHLJ { top:11.8125rem;left:0rem;width:24.3125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD { top:19.0625rem;left:0rem;width:26.6875rem;height:5.25rem;font-size:1.1875rem;display:block; }#aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
 }@media only screen and (max-width: 763px) { #a1yPynslBlrrysIhQM3lZyTKIRZwR1CO { top:11.6875rem;left:20.4375rem;width:27.3125rem;height:5.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFaqhS00pg7mRbgfscVvWESgHzn5xePB { top:19.0625rem;left:23.5625rem;width:24.1875rem;height:5.25rem;font-size:1.1875rem;display:block; }#wFaqhS00pg7mRbgfscVvWESgHzn5xePB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
 }@media only screen and (max-width: 763px) { #Kx17JqxnqiPxiB83PZcrNVnfWIbp1TG5 { top:58.6875rem;left:6.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i04DD0aV7gG1NXMihtCx64fNpa7TbslH { top:0rem;left:0rem;width:34.625rem;height:58.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR9KFgUiTSZbI7mvb93yCHDwtSNTxefL { top:0rem;left:13.125rem;width:34.625rem;height:58.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMq6XXeDF23Txtuo7NyeLAvMqPbnE3hw { top:4.125rem;left:9.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0FT12CiHsks6i1CVy6MTJa6fSuJdhUc { top:4.125rem;left:33.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4nvNlyavwSPhF3dfqQw3r80qMhWK6w { top:28.125rem;left:0rem;width:28.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNskdFNeWJqJABHSDs4onSd0Haaohbff { top:28.125rem;left:19.25rem;width:28.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC { display:block; }#m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RinJuKHKApl9DmcXyL3QeOEh41azhkTT { top:33.375rem;left:0.25rem;width:23.625rem;height:;font-size:1.1875rem;display:block; }#RinJuKHKApl9DmcXyL3QeOEh41azhkTT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9594045c7c5be5c9efc8b575abeb2367fd5f0c23.svg); }
 }@media only screen and (max-width: 763px) { #hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp { top:33.375rem;left:23.4375rem;width:24.3125rem;height:;font-size:1.1875rem;display:block; }#hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9594045c7c5be5c9efc8b575abeb2367fd5f0c23.svg); }
 }@media only screen and (max-width: 763px) { #RamCHrABGIzlP44TvF69cV4Z9iOMhw9l { top:0rem;left:0rem;width:29.25rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkfDkOFb1eiZPPR0gdAqQGdv6FIrJvOo { top:0rem;left:18.5rem;width:29.25rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8dt3A54Z174HExf6wmN6ahP3B7C9SEd { top:0rem;left:0rem;width:29.25rem;height:46.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWCs6xTMQTfacpl2Ay23AawMI1Wk4uQI { top:0rem;left:18.5rem;width:29.25rem;height:46.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTitPMrBVrx8BIgZkAGMomhTc6T83Flq { top:46.25rem;left:14.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 { display:block; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTF01t19ex3Hphzy8wsJ24qORIkVfiVF { top:9.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5rbLPuyetTlmRcIwxcQmc7DxrQhTHBn { top:0rem;left:17.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLiwTrR2WdCirSxBefz5c6MshS392Kyv { display:block; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXw3k5NUmBPipBwSXinB5a5EDHtKp27l { top:15.125rem;left:0rem;width:18.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBvTChDmB7s2TaLcZP2zgcPhxNKEy7w8 { top:0rem;left:0rem;width:23.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRNsPWfSq2HTE28N2HOeZa2CeqcWhfcD { top:18.75rem;left:0rem;width:17.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2x57KHJ00B2NJ2ue8hOEMxZvuh2drCn { top:15.125rem;left:13.75rem;width:18rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJHeuNC1t3aGaoaGXNvmcWl6IJs8KQ3 { top:0rem;left:8rem;width:23.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRtApiAuI6Zk6R2AmVmiqEdSISGIMZu5 { top:18.8125rem;left:14rem;width:17.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkXqv7JDJRllDgyvuTOsJchVxgMZzCmL { top:0rem;left:23.875rem;width:23.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALEmoSFKOiNzsIzD2kOG1ZZOJgBKprT { top:15.25rem;left:29.625rem;width:18rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp41XX6GiQQOclhTXSgGxOoATKpmeeeR { top:18.875rem;left:27.5625rem;width:20.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHrEx4TJEsv2G3seWpQ21QIAcoP3bhB { top:12.0625rem;left:0rem;width:18rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6VhAEA0Qm5FoWClDDUx7KhoRBLTBzu1 { top:12.0625rem;left:13.75rem;width:18rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEo7yAUNUg4kS6puZotp8mJuRIVd8VG { top:12.375rem;left:29.625rem;width:18rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxwDNkkX7EEh3RC55VnarG1HGfdQxSkL { top:5.0625rem;left:0rem;width:6.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7852zC67xsaumSoaG8coZnEa9lO4qhg { top:5.125rem;left:15.875rem;width:9.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpKmHTr4M88CFDvon6d96RTLyrTLllsT { top:4.9375rem;left:31.75rem;width:8.4375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0tOv5GI8QAQMOXLWJLekTgpoU8lAERU { top:0rem;left:6.0625rem;width:9.8125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX { display:block; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJLKN81nMh9KDoOkzIW9iUzda18Ayxiy { top:9.375rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC7DTbdgfbI0A5mpurb79whu8aAP1aem { top:0rem;left:17.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX { display:block; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOW1CyiRKJZTuBRIrsmVF8au75nOtsuT { top:0rem;left:0rem;width:47.75rem;height:24.7703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp1Td0ycT1ZOJmRAeKocIWxk72cTo0Me { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH { display:block; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJK9s4Ha57QpWpq8kI1y7LArhD1vk5ox { top:4.375rem;left:0rem;width:24.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx { top:6.6875rem;left:0rem;width:23.1875rem;height:2.125rem;font-size:1.125rem;display:block; }#sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/459f6e17-1ec4-4f84-b5a6-9e8b4ed4d35f/01.svg); }
 }@media only screen and (max-width: 763px) { #fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa { top:8.75rem;left:0rem;width:23.1875rem;height:2.125rem;font-size:1.125rem;display:block; }#fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cf081318-744f-4fc2-ba4f-4c5e6dafabbe/02.svg); }
 }@media only screen and (max-width: 763px) { #Mow3hdPUzZw8xQX9a9TgVyM3V34F7On7 { top:4.375rem;left:19.3125rem;width:28.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBITFmToVCq5tbBSnN08XKiRE0gNP135 { top:6.75rem;left:23.25rem;width:24.5rem;height:2rem;font-size:1.125rem;display:block; }#cBITFmToVCq5tbBSnN08XKiRE0gNP135 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff4b5190-52b0-4c74-8cec-5482a658b204/05.svg); }
 }@media only screen and (max-width: 763px) { #N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT { top:10.8125rem;left:0rem;width:23.1875rem;height:2rem;font-size:1.125rem;display:block; }#N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/131d5582-0cf1-4e1a-990d-bc87ba0ec694/03.svg); }
 }@media only screen and (max-width: 763px) { #y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX { top:8.8125rem;left:24.125rem;width:23.625rem;height:4rem;font-size:1.125rem;display:block; }#y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/946874ca-1b7b-43d7-987b-2542523d535e/06.svg); }
 }@media only screen and (max-width: 763px) { #LfVpic15eAyuAbETXTBfb3orXIxfBkIc { top:12.75rem;left:0rem;width:23.1875rem;height:2rem;font-size:1.125rem;display:block; }#LfVpic15eAyuAbETXTBfb3orXIxfBkIc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9e86165b-80aa-44db-bb69-5626134800ce/04.svg); }
 }@media only screen and (max-width: 763px) { #XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz { top:12.8125rem;left:22.5625rem;width:25.1875rem;height:;font-size:1.125rem;display:block; }#XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4b9eb023-fe31-4fce-8ce9-10d97538d24f/07.svg); }
 }@media only screen and (max-width: 763px) { #sJCaeFpIhcB3IP3OdwEgLa524GOXlCT2 { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zciN6SCNnsvSm7Ham7u2f8Vdm6pQrMAR { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgD8GX2cs8Trob2mT7WvlAXZ2ue8vTFX { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uthII0Tgz1dxyAeTXpTwbr97cDwn34LD { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxXODCIPhmBb8xs4gCtlPv1fvmuQfNyX { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kG54zpRtDpD0BB5HZsBT4ctrxh5zt5MG { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmUiJ0GyRA8sRKlxFMzbNTbEbNIx8Tb4 { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOd0ELylrLTio6z7xdXTEwcJfmIiaUip { width:19.5rem;height:3.75rem;top:19.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDnDzyKSRpkTsRQDXWX9WVwuJfrwDrCZ { display:block; }
 }@media only screen and (max-width: 763px) { #NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs { display:block; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTXcz3bWCXL7S3Bu4IA79TsZ99ct5bQX { top:0rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB34GQkOrCfif4K1THQpe5HCv1CPgC4U { top:2.125rem;left:3.625rem;width:35.5625rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdFbrE2JpmXFvi0ZOWU0w7hxvxvyShdA { top:2rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF { top:4.375rem;left:3.625rem;width:32.0625rem;height:3rem;font-size:1.125rem;display:block; }#bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
 }@media only screen and (max-width: 763px) { #c3y5LsTC9X37rLegq2m2KLzu5MueVKre { display:block; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJSrOATfc4V7Ab6eAAniLQd8L1pU7sGy { top:0rem;left:17.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavtJKfBXTo1KS55lWuyqzUHZFWcQEgc { top:9.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmmJU0Sxvgc3XoOu7cwdzQrBtmxL65Xx { top:15.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6NVLx7OsNuqNOa5OOTvPtgGnccspkzG { top:57.5625rem;left:0rem;width:47.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsSVSa01LeH4yGq4hlssNH3yH67iZDTW { top:29.5rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKA1pxskHu5VdNbFU3ISa6cTLTMZWnR1 { top:58.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWwOoRzlpncata0xOX8ZXRheA5A4Wx5 { width:19.5rem;height:3.75rem;top:20.75rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOzP2axI8CVCwq6d2Nuk8UwVTPNpAiw { display:block; }
 }@media only screen and (max-width: 763px) { #QTphIn3CNDDZcAIbqABhfO3lyvrWAVeo { top:42rem;left:23.25rem;width:4.5rem;height:4.5rem;display:block; }
#QTphIn3CNDDZcAIbqABhfO3lyvrWAVeo > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; } }@media only screen and (max-width: 763px) { #lKswEuox4EsWzVwPRM3UTsz6NpJTMcd9 { top:15.1875rem;left:1.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDtGJXcbF7QWgMVWbWnJEabI96FUqHN { top:29.5rem;left:0rem;width:47.75rem;height:26.7996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 { display:block; }#e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNoK5QWMuySHsZNbJlop9LP7hkfmPo3J { top:0rem;left:17.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnb2f4wIm75HZoJEfsgWl6TeSPto2XrF { top:9.375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLuBGpHz9hVJMDE7eaK3PE6yDWtTwQ6 { top:15rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knW0ie93PAX4p6SDLfOGdhi6NrCsyzT6 { top:63.5rem;left:0rem;width:47.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg5SM6W0fk13iQuQzDCC8yOJ0FSzq062 { top:28.5625rem;left:0rem;width:47.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykJGmCeLwWxEabFubdMVxaBVptJFwZT4 { top:64.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNbuSqxzmvASo4TZQOZcBJOlfObSIEOZ { width:19.5rem;height:3.75rem;top:20.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTtuzNTB0U8iKbx1JP55nZ0s5rMaHQ0g { display:block; }
 }@media only screen and (max-width: 763px) { #o1JS24A2FikZDanDAMfGtD2G7TCmWVJf { top:43.5rem;left:21.3125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPGJfGMHe035PGQDUAE6JTQ1V0Gv1VvN { top:15.0625rem;left:0.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JacaFmt6U0bCytbBo6xECFk7iF8OTdkZ { top:29.375rem;left:0rem;width:47.75rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K { display:block; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2BB5cvvB0xxK9Raek98UlcUebCEILWy { top:0rem;left:17.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTyQxOhTLNxD5A9muyq5VWM3FPyGgs0s { top:9.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkgIzLi1fBo7NuCgEUsH1cIFfeuXESC9 { top:14.9375rem;left:3.78125rem;width:40.1875rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGvB6pgwIddMQkLArDAiREkNZo3URiJX { display:none; }#oGvB6pgwIddMQkLArDAiREkNZo3URiJX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IbSHFShgHLgt7MlLLEhhGl6kBnxh4rPq { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fvVW6ZNSC5NCWAuMQ9tMU9x5HLWurB2z { display:block; }
 }@media only screen and (max-width: 763px) { #skH0xVbtcOq7dEfbSUq7Xf9qdUuN3iyX { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #d1ClqWlK2mp1ZonDf0S1XfEuy9PmO6oy { display:block; }
 }@media only screen and (max-width: 763px) { #ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y { display:none; }#ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MIXov7T6bedcps3CbXWB95G9MbcSkZxE { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #b0AmvV1Zw6EZXwHJcBpr93IEzv7BQSgv { display:block; }
 }@media only screen and (max-width: 763px) { #IRXzMVwDOqKWNEqLSGOP1DIsDsKPqvKO { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TG82wkCv1BmzoTbUb1H4TyRJR0h6dK3n { display:block; }
 }@media only screen and (max-width: 763px) { #vghrflNQOSE5ERCkylRkeKWfB4hMKP3q { display:block; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLTZ0wHMcPLLvF01MzJxIa7F4bTiWycS { width:21.5625rem;height:3.4375rem;top:0.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTS6ULX90sCmplpFcrTTaq5QeoIUVmqA { display:block; }
 }@media only screen and (max-width: 763px) { #lsO6Td9wucAgIBLL5nuKJMOK7bduGV1m { width:21.5625rem;height:3.4375rem;top:0.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHn1lSZ6bGzsWoHi30L3VZKlEPE28rDb { display:block; }
 }@media only screen and (max-width: 763px) { #dqSKvlM8HwOsBAlksCozJizZ2Ok8feeF { top:0rem;left:0rem;width:44.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erDlczT8TrCp9XeutyPKVZNUT9H4a6vw { display:block; }#erDlczT8TrCp9XeutyPKVZNUT9H4a6vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGgyrwNTFi4VFcHJ95KSWl7rp9RfSyk1 { width:21.9375rem;height:3.4375rem;top:0.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoSsxRu2Tn1q5SsvtIbymLhT9O65vnu { display:block; }
 }@media only screen and (max-width: 763px) { #wCi1PxAv9xHatKTP0nl6PS5Zw110cKhw { width:21.875rem;height:3.4375rem;top:0.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIftsAUPTh5OPzRowXn97WI5lSbqd7yc { display:block; }
 }@media only screen and (max-width: 763px) { #PEWJ0uIs4nzDddhfpFtnaqoMSr2NrBgp { top:0rem;left:0rem;width:44.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRI6VraNiNfegQ2V3IbvLdiVl307NbCt { display:block; }#GRI6VraNiNfegQ2V3IbvLdiVl307NbCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUNtftGn58PIxJrSX1241RUrmmO8gf1J { width:21.625rem;height:3.4375rem;top:0.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXrSolafMibnkiq9Pha7Zd12S9DWg4oi { display:block; }
 }@media only screen and (max-width: 763px) { #FZaNAVZmVou6UmSooyEZcZ1nKNCagDTV { width:21.625rem;height:3.4375rem;top:0.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5oc9vGPDdgQnNQ2oUPMc1N5KcJrzfLb { display:block; }
 }@media only screen and (max-width: 763px) { #zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k { display:block; }#zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN8Hd7A3uXGZ3cT2X1RpgTlMqUUAp9MJ { width:21.625rem;height:3.4375rem;top:0.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncO7I8ePN6obRWl93GAODJRLL6gKWa7L { display:block; }
 }@media only screen and (max-width: 763px) { #oi5uEZAPHTd8Tginf275wCogaNwc0WSf { width:21.625rem;height:3.4375rem;top:0.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwqTGi7iNZKO0JQSKvBbFfRqDXIXlWCE { display:block; }
 }@media only screen and (max-width: 763px) { #L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu { display:block; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRy0voTszDsSkk0BIbmOFlmlOmAmfDLy { top:3.25rem;left:18.75rem;width:29rem;height:58.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8hVAxPKGPqHxM1lxwFPswu9AIOdHufh { top:3.75rem;left:0rem;width:28rem;height:57rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4brUzFpAdxEt7wR9QQtt5XuBIgDktzA { width:23.6875rem;height:52.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gv4pX3WK9KIT9LTFA7W8U62MnJheMsTh { width:26.75rem;height:46.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycbMH7py4vihZOZJnpRvy1UT2NBTy2Cw { width:41.1875rem;height:119.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLzQUuSbuJs1DTmaxOi8t1mudKHepACv { display:block; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAcfoxaHl9dZ4zFVIbkmVJG0BmcsL0Bw { top:3.8125rem;left:0rem;width:47.75rem;height:49.09296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npRFsNJoX5vCtcsIE4ECDtbA46LCSO2e { top:78.375rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItkBAOzPJcCOHFmTbCpScvIyb0eClWs { width:42rem;height:121.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ { display:block; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTGxXLaVHZEyivBQTzgbi2GzdnbJiZNG { top:8.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmOvrw5wl3SizRMkTz2LDiOd5Fk6qLWm { top:13.375rem;left:6.84375rem;width:34.0625rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa { display:block; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQKXyVvwCDvnZ8nk76T1oFnMnM86bORS { top:1.4375rem;left:0rem;width:13.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxtrBPK9sTimst5y0fJ0voaV3PlEsAB0 { top:1.375rem;left:1.9375rem;width:13.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqPlLNwK61M9ZwuvW0HUbOLMNAwQOkJS { top:0.3125rem;left:17.0625rem;width:13.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo4BxzeSK7I9BKrN031TeC909rW4mxbu { top:1.3125rem;left:32.1875rem;width:13.4375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrbUBZNmK1KlESRk2I6F45DOaKZZBMTU { top:0rem;left:33.3125rem;width:14.4375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzUhQM9Hs6f4NfdrBNxFhO6CvFTeawf { top:30.25rem;left:8.625rem;width:30.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9kUVIcNbMC6aWch76RB7kF5h1HLU0X { top:31.25rem;left:14.875rem;width:21.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfJxe5lnLAnCnwEgR9iP6tpEOaTDoKQI { top:31rem;left:12.0625rem;width:2rem;height:2rem;display:block; }
#XfJxe5lnLAnCnwEgR9iP6tpEOaTDoKQI > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #SQoWbZqLlCtzdJenOd1bsx3aXZGhHPaJ { top:33.8125rem;left:13.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKbFurxfch8G38isNa0Gla9scKDhaFrd { width:11.625rem;height:22.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBypD6zFTCLIpl90DAt4ymasA3mw0PIP { display:block; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhvVTWPhkbp4crkhT5ZXHl8QeCR3srMT { top:9.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts { display:flex;height:auto;width:37.5625rem;top:18.375rem;left:3.21875rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yKEDCPZm8ZPK7JVf71kFHCnBxQvQFTSS {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JVgTbwbuGc2cZ1AdgH24wx1IgU1rQUPA {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vEPLb0DPKMk2l8bAIeBTD178OrOJWcSz {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #w7PQZeiXENFd2xWRuPnZ980lwvVFutft {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #bMBgKTrq3KbKiEmU8ICgFEIBzJz0y1mv {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U1ZrvaZIe3I4JgEl7PJoJsaA4vrVxKps {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #tr7CZeXsgEsb9QoWwxVmruTAkfNmiMOL {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yxE5KEIGTr4q93vOWmsTA8h7bx62rnGA {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Q9pEEyRy5hN88yKaCtJuDOLiJApqIxXM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U7T02HzwwJZH6GXNA7nwoW5B7VEyzNh3 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #G4KhDX8WmwlDmzW26ZdsfvuQwaI5SeoD {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ndTdsqx8DThFSpW5wvsqFKlbJaZpXOT7 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JuWa1CUl7c2JTd8G2f1bs7xII097LLTM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ebOB5HMyvdW25tSmeGp4JkJnDfHUli2A {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #hN9695GhT4n0q7bK1qT6ydKFT2m1MTDq {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #OeTqINRfeIHSMiR18kKIrGehe9mpBWII {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #beyH6zJ44hJFEfemxHDe6CK4t6q06L60 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #renhdF7ngDzqInQDyPTgVc6LDDZi4wtv {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #BtbdoiPrm4ETbFdTHFaM6NQgVzfhXO9k {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #y7zTpSbwyF2OSrkiA859W8Vd5XV01m8d {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vJDQC1XZTIlkeas8VvTCNc56iAN1lqAX {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #hqIxUq7QZEimNBa3FQiKAJn0fXUPRUbV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #eqSzBov5Ko2pbgnMNVhmQXIBsHUGreho {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #fUEzbGIXmknANlkJofUU5FgyDxE3VRbx {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #kMpDR1ega7xe7vtR6cqDiAcbvZWTvoKV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ui9blzlmOk8XROZz7OpQszDTfm7fJm6K {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Z5EVJP8IQnTdx4W6TQ9HxMaOfddu1V6G {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yZsR2sVKx3vZThMFBtlvEzlTsALCUOip {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #n3mcAEPUmnLthsRTHU2IaLDUBVnbVhMC {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #GE26agCoQQlzCpvRUIneM4fw5ObXvIfh {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wEFOrCUJUdlVPL5cKHRHA6TQPfDHB5Gh {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #SbnUTdgicN2JoLrM4hdzuSA2rmyQwOuu {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wa3DLb7tZVlO6XN0dea2aBzgJ7EXAkZp {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JXyCVbQd5i3awAH7RF31Kz6uZ3VQyQMv {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #F0ghr21tGdRiEgFN8dTRBBWWb1kVTmro {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #EzBb5bdSTmgzEGnbZgJZ90wtttFnXWGT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #zDmdGFnkXKnqAbdlWlk0Tz7kF7fl0iwG {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #pOzhr4PtnT4FfMvv98g2IwykiIEc2ETN {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #WT7L1ul1OroPTyiNVRnRVvhLWykwuRIw {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #TJdURBADa58ZkIQGrGTl3PCw7CMVRu9P {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #aWhrk34hEsTiv6tOJJaU4h2kqRBtv3sz {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #CUH43dofKIRahoyGPrrbNIDsnpN8UlaV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #qTHTz4q9lrHHDzAV5Ei4EdAoqeIPpUgs {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #enlFUQivpEM9G4PcMofqcB8wpL8Hvsyw {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #zhHDzMDXLLROVRy5BHESDA3mIf5dDPlW {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U77qtF5O99Z1FIJMt1rCFfl3thG4ilWT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #w2P0CDnmTUX7CGqdTmfWyP2W2NLDeTnw {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #dRu6wGiQlRuQ1WOTuqexTh6faeCanMkN {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Qw3QB468mMnNheByU6401hXqbLcb0noM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #QDf4TsSJTBbsH7kRmhm29bPJhecr2lKM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #FAf5JbweRMHhpWpPZ1ViZxtvZ7ZN6iSV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #oyH6rlmIDAvm6GbDTVicSV0U5vpENJcT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #BeiAUHriHXFNcy0xJNnfaQtqNWpPzhkS {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yUVXPiZFTiSpP15HNhCz705vwm4tT4Iz {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Vqod0ugIfbZ4bGuDQvfxvAWkzWvXHgRu {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #XrR9TFbxTTkiIa7T7TxPoc9EHXhl3XuF {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vUBxfXoDXwlpo3PKEsTe9nSFpnGcLGVI {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #I8Rm2ivywOZZcsuWBEDcOnH7qQLZkEzu {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Zd8vamV2ONAdKTxRr6965zu68aucbFcx {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ZAe25JKKhmiIBbIrJrHkmtWZbiArF9qK {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #xTgtizAe1K6eKqV4lXIHTaH6eXagmK9T {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #kkPFEr2m0JR6ILOzWt96NnioDqLeuRgm {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Qv6E5TCJhHuXKO81fT17oJZwSKTwg8a8 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #azgUFITC0BiKmyw6ssUlliI2fKSS8kS0 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #rpaxCgz60CX0GWiVWJ7FWEPPQTQ3WE91 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #OzENQSWMhnX1B4AKCpd7nTM7Wn9Bp1VT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #EhUrxMB2ByotoGCqIk6eK8nT2dbq0p7Q {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #eemky9QGy4tL4oZtLlq78LzzL8Iaya2E {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #xJZhBlglJXexhzmT8tq08MSXpPWN7qS1 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #pTpS8rcrUUzTeawQMEyRLTNbz8KCgEHV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #bTguTsUEVk8AiCdnB94l5rkUyhbcPhfV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wHvTxq5b85yLSgB7TmwiawUckXAVlyhs {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #p9Ws4T5oQ87B0UmeBPmpe3HEpti0ISkZ {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #q6W5wkiTC0KpEvBzknpphikNDICgoeMB {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #NQqviFMbbs1eocD32XMfGKQHpIIgb9mJ {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #leV9P4TKlw8U8tdBJfqZrUp5GHWEvSe8 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vViWBPcLJFxrJ9NFcAkOFLU3NHCNCKl8 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #DxLzOCuToofMl0g3kSRmFgX5Lixzow0M {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #LVDg3tGFr9yVmt6knylLlsUR340ubrwq {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #VfBdnLWRWwrBgk92byEMG31aUUW4vs0s {  }
 }@media only screen and (max-width: 763px) { #OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc { display:block; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQhNBTcWOG7dbLT6IBSWT3oNLCGsxdHx { top:0rem;left:17.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1zRTNEWsGGTTWVpQmmxe2KrcZhe0Zee { top:22.375rem;left:6.125rem;width:37.25rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJzRqKOLlQsy1LTKrUQfwD9fsmrv27ur { width:19.5rem;height:3.75rem;top:28rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSEa933iOm5ba10OLZMrBOty1mazlJHt { display:block; }
 }@media only screen and (max-width: 763px) { #b7yWnh9qzzzvMTN4VaCWsdDQwZGwsKTQ { top:16.375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhFeSz1AD8AnouzGJnkzbLw8zNxumBOh { top:22.6875rem;left:3.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ { display:block; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #entluamH9azad0XlFQfrgdLWtQeCDrnt { top:1rem;left:0rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip3sMLPQIwTf79ZFIhwNNyKmNFwlCpls { top:5.125rem;left:0rem;width:3.8125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6HgAGZeWRH1aoaRE06c2ZsZdlAIh5ul { top:5.3125rem;left:28.0625rem;width:19.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1VXstmaOm9FzRB7s9TSBP8RFTLyrXHF { top:4.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gQTUryKaV0SHKzU9Lne6LIuuH0TxO1 { top:1.4375rem;left:35.125rem;width:12.625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrxPaps2NBLGc0o0FxZno5q9PhGTEnX0 { top:1.5rem;left:40.1875rem;width:7.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuzNDpnBUJOwG2gNV6i5NeZHGgasFFdv { top:5.0625rem;left:0rem;width:3.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nznbdCUiqNt4fdbJbccRMP0D1f1tfWoX { top:5.0625rem;left:0rem;width:7.625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAtuUq6HIBXxiFED9FNZFSdf6CMsuPZ { top:1.375rem;left:47.6875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1L3MCAa4KbHSTwMDrDt0u75e1Efwdee { top:4.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy { display:none; }#VMTLdTbz8CpV5lqFQ9vwaZ81VwyRW6fy > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgfmg04puNNkiDlehNmC1RofHQ3hqGLh { width:14.1875rem;height:2.25rem;top:1.25rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nso0NpseBT85ye0B3JfzMewfFxPpM6Lg { width:4.25rem;height:auto;top:2rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LGvewbL29M2ZZCuKNRh2nKVbKNyZw2E6 { width:3.6875rem;height:auto;top:2rem;left:8.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vAErDSy8EAixRibuepbUmsvHC4TD0I93 { width:6.9375rem;height:auto;top:2rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BnoHM0ABc3kduSmKdtmxEXm2pqH5J1q0 { width:8.375rem;height:2.875rem;top:0.875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PILm2qpPHoNMDUwVT96yCSoBhHDMfd3K { display:block; }
 }@media only screen and (max-width: 763px) { #CxOfQzwPz57CWtNQXMwrlqguo2zA7kUg { top:1.6875rem;left:0rem;width:12.5rem;height:2rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sPUKwZGsgSrDxKONsURtiUrAfww6lTU3 { display:flex;top:1.9375rem;left:18.25rem;width:1.75rem;height:1.75rem;z-index:15001;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEZDC8qNN6eXyQKddKQx04PU416pLRNh { display:block; }#FEZDC8qNN6eXyQKddKQx04PU416pLRNh > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuWmFSGA1Wml8LIQ2FtUmoSsqeFMqCmW { width:14.1875rem;height:2.25rem;top:1.25rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlfC33f9XFV7X1ZZpNAC3m8s2KK9wclQ { width:8.375rem;height:2.875rem;top:0.875rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT7ooh0T60aD7rxIDHWRbopnk23rar3S { display:block; }
 }@media only screen and (max-width: 763px) { #U2MLnvXODv3ohbbX0Z7C9w8QU9a7LVUI { top:1.6875rem;left:0rem;width:12.5rem;height:2rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tnov8uKDUHW9JE1TSv09GmorDAzDqHXx { display:flex;top:1.9375rem;left:18.25rem;width:1.75rem;height:1.75rem;z-index:15001;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #yAMCtIUw7F5SKiSTLDk4DIFiCcL6z4ZU { width:4.75rem;height:3.4375rem;top:4.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4q679S4EM6q1cwgfx7REQWRmTNcV0QR { display:block; }
 }@media only screen and (max-width: 763px) { #R3VpUIDBSR69yfpti7ZRRJs9nuQM0ylw { width:4.75rem;height:3.4375rem;top:9.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnzVsi0FngIGhfhvaqHdyHKu9MXQ1UQo { display:block; }
 }@media only screen and (max-width: 763px) { #BLXLcnPvysa2hudnldtyTPBBbaoF9xsG { width:6.9375rem;height:3.4375rem;top:14.3125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlrOhw2KmakxCyygBqZlxgwo1Jmdc1cN { display:block; }
 }@media only screen and (max-width: 763px) { #bNZX6xcufWX44B11AtTRrcSu0kRzFvPz { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #e5e5e5;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container { background-color: transparent; background-image: none; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container > .video-iframe-container { display: none; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row > .video-iframe-container { display: none; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .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); }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container { border-width: 0; border-radius: 0; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNZX6xcufWX44B11AtTRrcSu0kRzFvPz > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xo0i7JP8JIOpON8EzwfXrETG7zVGyr2w { top:0rem;left:0rem;width:8.5rem;height:3.375rem;z-index:15000;font-size:1.125rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #vzKJXTvxp154GIlaFVyP67dzVU3SnTlR { top:3.3125rem;left:0rem;width:8.5rem;height:3.26220625rem;z-index:15001;font-size:1.125rem;line-height:2.9;display:block; }
 }@media only screen and (max-width: 763px) { #eWTHJGA9a2AlkLXVT5opuZeiasy2uGT7 { top:6.5rem;left:0rem;width:8.5rem;height:3.26220625rem;z-index:15002;font-size:1.125rem;line-height:2.9;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqD7B2CQ0OgraTcEzNQHQbuS3Ityt9LW { width:20rem;height:3.5625rem;top:11.125rem;left:-0.0625rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #OqWhPuBdynCoO6reVzWqxMnTvNOCWBRg { width:18.0625rem;height:5.34375rem;top:14.90625rem;left:0.96875rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #dbTTI1mdrBoPVWMauORW2zxyxILb32Oy { width:17.5rem;height:3.5996125rem;top:26.875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v1bDq5a0ak95QH8d0uCXrv5QcdGA1E5o { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHqKykFv5ZnhXIAuQiK5eU3avXevUzB { display:block; }
 }@media only screen and (max-width: 763px) { #oHFkGc6iLeR0T3KOwABkr5TbamT0f8Bp { width:20rem;height:5.6875rem;top:4.4375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IKEyMr5IHqTuh38kozzuOuh4HuAidSLa { width:20rem;height:3.0058625rem;top:1.49365234375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HesMo3slUKXU6glnlELeTIMGWzUGTq0P { display:flex;width:1.625rem;height:1.625rem;top:26.9375rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #u6QMKitIJQ6P6uCMEs8r0BhOITpNFtud { top:33.0625rem;left:0rem;width:20rem;height:29.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dSs2ZyRhpl6vKWR24wU2OgPTqLDDmqii { width:18.75rem;height:8.0625rem;top:63.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx { display:block; }#pmPsmdJuU8w8tI0Z9NHHvOmOixs70kDx > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm1zgPChPNbg2DrTAq65GU4fTp1r0ebI { width:20rem;height:6.2998125rem;top:6.875rem;left:-0.0625rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kMTuaPEM6bHLNs8rtTwZNvAIssAyV1G1 { width:20rem;height:13.78125rem;top:14.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-family:"noto sans thai";display:block; }
 }@media only screen and (max-width: 763px) { #sMk5tKIwG3DXg3q4NHkvailDpokTaZxn { width:4.375rem;height:4.375rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg { display:block; }#rdx2zt17TU1ffbJvn7spPLWO7Km8lXCg > .row .container { width:20rem;height:245.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq6KCQ60Xmy6Uang2srwz5GErwtZ3A1Z { width:16.125rem;height:4.38671875rem;top:0rem;left:3.875rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v0UeyZEkoSzTapOZn22lavwIaxbluS97 { width:16rem;height:5.25rem;top:4.875rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wLwZqJFf4e61hxW6ItqLJIyTcNkX9sGI { width:15.375rem;height:6.5800625rem;top:31.9375rem;left:3.875rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fTEkTiXahTbkwhWq1popiwcLNCq2Feke { width:14.6875rem;height:5.25rem;top:39.125rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pAJOcgQF75awkSTJT4F65anqfWuJvI6p { width:0.0625rem;height:243.75rem;top:1.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnTTdnzxybT3TT31pFnrS9saaKaWohf8 { width:15.8125rem;height:4.38671875rem;top:101.1875rem;left:3.875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BcXWqpdNh3DDxLWzGETVTnglNArSKw00 { width:15.375rem;height:3.5rem;top:106.3125rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ySH30Z7cTpJCN5vaBXp9NPzIvXQPsUwa { width:14.5625rem;height:6.8246875rem;top:132.1875rem;left:3.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OQNyp3qTa7UoJnANcZtklkBor1kxoBRx { width:14.9375rem;height:3.5rem;top:139.625rem;left:3.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0CEXHyImxU0XwsLhzolsbFRdwVNgQUL { width:15.5625rem;height:6.8246875rem;top:165.5625rem;left:3.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RN70aCOCpZ6mWEWBAzWktTO5lNd2DTSX { width:15.8125rem;height:5.25rem;top:73.75rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FPZHcO4QQkAkqC3Uqqhd5sQz0HqqyrW0 { width:16.1875rem;height:7rem;top:173.1875rem;left:3.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XSBw6euHHxm3wNbDX3DSCnJaVJvdGAzh { width:16.125rem;height:6.8246875rem;top:202.5625rem;left:3.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q2BDGQRspcGURxnQlQruuzTgULcpxTc1 { width:16.0625rem;height:7rem;top:210.4375rem;left:3.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gCQTfNCWM9UJyw48ag3lg9NQcQbDEolH { width:2.5rem;height:2.5rem;top:0rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #I1gbBAzFvHRFgW5KAQ7BIJeDasG2RuES { width:2.5rem;height:2.5rem;top:31.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQlJc1qwmf21ZeVOTketlOdBpJwerw76 { width:2.5rem;height:2.5rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTs3MCE9gbe98hqcx5152psZTnG6BBlE { width:14.75rem;height:6.5800625rem;top:66.5rem;left:3.875rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pgaq2fs14DrX03d19CEglKp97ZsNEebf { width:2.5rem;height:2.5rem;top:101.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T83G543TawF2F6xB7UFZGEvFEZnWfdUS { width:2.5rem;height:2.5rem;top:132.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnWKbD5edfqE0wiGkQXAMEuM8aNNVzl { width:2.5rem;height:2.5rem;top:165.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDxBP0qJ7hD0k387h2I5m4IRuyZwuvX { width:2.5rem;height:2.5rem;top:202.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBzhtoC5Tv0XMa9OCwnSLX5fFrmpuW2L { width:4.0625rem;height:0.0625rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPxSJLWvUGxOPvwiCQ8GLobgsTgRcrLi { width:4.0625rem;height:0.0625rem;top:264.38671875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grEvECTI8yyWo4tZ6T58JvuUfi2fpf6Z { width:4.0625rem;height:0.0625rem;top:74.875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9TCsTiq4NCeHQ67d7Mnong4TOaWbbof { width:4.0625rem;height:0.0625rem;top:348.98334375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUDmy1e62EC9OlT4gmNqEwxWiPmT4M67 { width:4.0625rem;height:0.0625rem;top:122.75rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLXgs0xqIFRuzxHoQshznGfZ86I1k2ru { width:4.0625rem;height:0.0625rem;top:294.9375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIMMkPs0qZAF3TGpMTBfe35EOZsvQPRQ { width:4.0625rem;height:0.0625rem;top:321.6875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJaCOGMeARiUX2bBpNoam9LTTpk8MPE8 { width:16.875rem;height:16.875rem;top:11.25732421875rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zRzyZLoTLpaiPO7zc06Utb0BFTTlnd48 { width:16.875rem;height:16.875rem;top:45.625rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4sacnc5ZyPDbkFhrur2zu4qc4leoiM { width:16.875rem;height:16.875rem;top:80.4375rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D0gAvWCSo73qISV4CrTqOvsahF3nPIFT { width:16.875rem;height:16.875rem;top:111.375rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y6S3xWcqaac12uzrqbtcKGLsvkShTzde { width:16.875rem;height:16.875rem;top:144.625rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LqbduiiTM9Et8pb26Gw8xTfFD5JTf2Ji { width:16.875rem;height:16.875rem;top:181.6875rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cmDVDHyh4cwrPJ420QcsaESIXb0Fo2s4 { width:16.875rem;height:16.875rem;top:218.875rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cucXsX1v2Zr8CCRw2tbZlRQZin2A8Vpm { width:20rem;height:14.181818181818rem;top:246.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9h7e1pvBDxCI2xJtCXmfRPWGTCp7EWI { width:20rem;height:14.181818181818rem;top:262.119125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyVuN2bqF5hUDpdN2K9N1dG5NM0UUzvO { width:20rem;height:14.181818181818rem;top:277.55075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbMnovMTzT6XcwJPbyRWDbdxRWS5U7Xv { width:20rem;height:14.181818181818rem;top:292.982375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmgHAPT1TQIi7v5FS5GqUKTRUXU0Kso0 { width:18.75rem;height:13.3125rem;top:308.414rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEfBCSJslFpMuO7B72t6z1K1E2LBk8zW { width:13.3125rem;height:9.4375rem;top:323.845625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jk3gyIg5mfXTuNKUhSTLzRIC4WmsfBkD { width:20rem;height:14.181818181818rem;top:339.27725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIZc06MToadwQa5wAH1n4mJuuvazCoGK { display:block; }#oIZc06MToadwQa5wAH1n4mJuuvazCoGK > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE1X0FyG9KO6TxOh13kiTWPrqRkPK6Hn { width:20rem;height:6.82425rem;top:5.068359375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy { display:block; }#S3FuplnPrdhKZigLPbR37CWxLOtxC8Qy > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UB5E80UU1ukSCuO8KoBVBV96CISLvFA1 { width:17.1875rem;height:2.11230625rem;top:10.5625rem;left:1.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTixAmZHGh6CfnVQIDf9Z7Ga7ARwoDb5 { width:15.8125rem;height:2.11230625rem;top:31.5rem;left:1.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSdiQV7ngGA2nUE6aHOJdelbfFG3uit { width:13.9375rem;height:3.8994125rem;top:51.125rem;left:1.5rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eqJyoRG6psdhdQ4Sulx9DUkPVVaZZ2qr { width:16.75rem;height:3.32421875rem;top:13.3125rem;left:1.375rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z7hpNQBPEqCPFylv6zSWDbPoipwEDEZ4 { width:17.125rem;height:3.32421875rem;top:34rem;left:1.4375rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HXZAT2EPsBvXZ7Lk6m10TWgc8slxrP0z { width:14.25rem;height:3.32421875rem;top:55.6875rem;left:1.5625rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lvXsRdL2v2TQK7acVla4enPWM1wSFG4v { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2NvOVUzwIdlVyIwLsyEFk0gDAI5cDy { width:20rem;height:19.625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZZC6JuZX4Kn6bfFz2CJ4rubCaHNcqm { width:20rem;height:20.1875rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3xUnWgav1vfCR1LoCXoXNvrcEOBvVM { width:6.3125rem;height:5.4375rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwrSD2gHsdtaziJgg2TzulZswTbiDnk { width:7.5rem;height:6.375rem;top:23.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxLhgibWA3cn9KLDD56CdZdkiMTpZtL3 { width:7.5rem;height:6.125rem;top:43.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBSsm3ZKP5lbAau3voT0lzMg8APA015t { display:block; }#cBSsm3ZKP5lbAau3voT0lzMg8APA015t > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCqoyTQxhuGXZMzGda888kMkx9uF9iwt { width:14.3125rem;height:2.11230625rem;top:11.005859375rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8VchZinZcTp4LXrKQCi94CFX49rgf1 { width:13.8125rem;height:2.11230625rem;top:31.8125rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLHeGg99kmXOCnpJJ4RozArvwdXTJ5Fm { width:17.5rem;height:3.8994125rem;top:52.4375rem;left:1.5625rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0WvsLicTbkesvQ8R5fRCcnkePH0xlv { width:16.9375rem;height:3.32421875rem;top:13.80078125rem;left:1.53125rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TwaPP62COuX7mEJpFbI1LupFFMVWNmuy { width:17rem;height:4.986325rem;top:34.4375rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwPxsipSbmJFWpXN3heJOzT7WTwSAF4w { width:17.6875rem;height:4.72411875rem;top:57.25rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlnfvGNlUT2qRwlI0xD9qNhgbJ7DVnRv { width:20rem;height:19.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwSFfspUbLIDis9cTbzbT2oK5JlSowHm { width:20rem;height:19.75rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGg0WRyQrnZ1GvzuvwAa1ZFahKRNR2G { width:20rem;height:21.1875rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgPESfCqxR6WMWXpXpQgVZUcTE7TImp2 { width:6.875rem;height:6.875rem;top:3.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRHzLHhg6enTxoRHn8agMBxEgfvucOhr { width:6.6875rem;height:5.75rem;top:24.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAOkHFuxao8AtefciIUpTUTEG5M1UWX { width:6.75rem;height:5.75rem;top:45.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo { display:block; }#DJGnvk3EWOcT0UrQyvu5kCwEVtfBnfDo > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsgGtvqEr5PMZK0LJDdVsFdrHnfSFtFx { width:20rem;height:6.82425rem;top:5.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTkrO44qugXZWnKGbJ0DmFBX4PLRbp42 { width:5.25rem;height:5.25rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRzQr4XxhV5PHH6gs5m4RV1pyiQeVIyv { width:20rem;height:13.78125rem;top:13.32425rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-family:"noto sans thai";display:block; }
 }@media only screen and (max-width: 763px) { #cf66dKXcDrfrThqKIsVP5WptL6fOLShC { display:block; }#cf66dKXcDrfrThqKIsVP5WptL6fOLShC > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZZv6TsAt08DdAUu5ZnFhsIoGdKngHLJ { width:20rem;height:4.2246125rem;top:6.875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-family:notosansthai-medium;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD { width:20rem;height:8.6230625rem;top:12.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-family:"noto sans thai";line-height:1.4;display:block; }#aiZ2pBakudRGAnuJx4uI2NEXUMwdRSCD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
 }@media only screen and (max-width: 763px) { #a1yPynslBlrrysIhQM3lZyTKIRZwR1CO { width:20rem;height:4.54980625rem;top:53.5625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-family:notosansthai-medium;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wFaqhS00pg7mRbgfscVvWESgHzn5xePB { width:19.9375rem;height:8.6230625rem;top:59.5625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-family:"noto sans thai";line-height:1.4;display:block; }#wFaqhS00pg7mRbgfscVvWESgHzn5xePB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
 }@media only screen and (max-width: 763px) { #Kx17JqxnqiPxiB83PZcrNVnfWIbp1TG5 { width:6.5rem;height:6.5rem;top:104.15625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i04DD0aV7gG1NXMihtCx64fNpa7TbslH { width:20rem;height:46.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hR9KFgUiTSZbI7mvb93yCHDwtSNTxefL { width:20rem;height:46.1875rem;top:49.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMq6XXeDF23Txtuo7NyeLAvMqPbnE3hw { width:4.0625rem;height:4.0625rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0FT12CiHsks6i1CVy6MTJa6fSuJdhUc { width:4.0625rem;height:4.0625rem;top:46.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4nvNlyavwSPhF3dfqQw3r80qMhWK6w { width:20rem;height:20rem;top:22.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNskdFNeWJqJABHSDs4onSd0Haaohbff { width:20rem;height:20rem;top:70rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC { display:none; }#m2OH7m7cClF7aCAA3FPimeE7MaIXLVSC > .row .container { width:20rem;height:81.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RinJuKHKApl9DmcXyL3QeOEh41azhkTT { width:16.5rem;height:11rem;top:22.1875rem;left:1.6875rem;font-size:1.1875rem;display:block; }#RinJuKHKApl9DmcXyL3QeOEh41azhkTT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9594045c7c5be5c9efc8b575abeb2367fd5f0c23.svg); }
 }@media only screen and (max-width: 763px) { #hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp { width:17.0625rem;height:8.6230625rem;top:62.9375rem;left:1.75rem;font-size:1.1875rem;display:block; }#hkENeHSNOiBWxLVNDWRN432ZKIDZpDgp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9594045c7c5be5c9efc8b575abeb2367fd5f0c23.svg); }
 }@media only screen and (max-width: 763px) { #RamCHrABGIzlP44TvF69cV4Z9iOMhw9l { width:20rem;height:31.6235625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkfDkOFb1eiZPPR0gdAqQGdv6FIrJvOo { width:20rem;height:31.5625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8dt3A54Z174HExf6wmN6ahP3B7C9SEd { width:20rem;height:31.6235625rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TWCs6xTMQTfacpl2Ay23AawMI1Wk4uQI { width:8.5rem;height:13.5rem;top:18.9365234375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QTitPMrBVrx8BIgZkAGMomhTc6T83Flq { width:6.25rem;height:6.25rem;top:74.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 { display:block; }#I2ZOrXHAJn0xtM32KPbEuaBlesdAmIo5 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTF01t19ex3Hphzy8wsJ24qORIkVfiVF { width:20rem;height:9.75rem;top:6.25rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5rbLPuyetTlmRcIwxcQmc7DxrQhTHBn { width:6.25rem;height:6.25rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLiwTrR2WdCirSxBefz5c6MshS392Kyv { display:block; }#KLiwTrR2WdCirSxBefz5c6MshS392Kyv > .row .container { width:20rem;height:84.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXw3k5NUmBPipBwSXinB5a5EDHtKp27l { width:16.4375rem;height:2.2749rem;top:14.1875rem;left:1.8125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBvTChDmB7s2TaLcZP2zgcPhxNKEy7w8 { width:20rem;height:23.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRNsPWfSq2HTE28N2HOeZa2CeqcWhfcD { width:17.3125rem;height:3.5rem;top:16.875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2x57KHJ00B2NJ2ue8hOEMxZvuh2drCn { width:18rem;height:2.2749rem;top:37.125rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJHeuNC1t3aGaoaGXNvmcWl6IJs8KQ3 { width:20rem;height:23.0625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRtApiAuI6Zk6R2AmVmiqEdSISGIMZu5 { width:15.9375rem;height:5.25rem;top:40rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkXqv7JDJRllDgyvuTOsJchVxgMZzCmL { width:20rem;height:23.0625rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALEmoSFKOiNzsIzD2kOG1ZZOJgBKprT { width:18rem;height:2.2749rem;top:62.25rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp41XX6GiQQOclhTXSgGxOoATKpmeeeR { width:15.5625rem;height:5.25rem;top:65.0625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHrEx4TJEsv2G3seWpQ21QIAcoP3bhB { width:6.25rem;height:2.03125rem;top:11.4375rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6VhAEA0Qm5FoWClDDUx7KhoRBLTBzu1 { width:18rem;height:2.03125rem;top:34.0625rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEo7yAUNUg4kS6puZotp8mJuRIVd8VG { width:18rem;height:2.03125rem;top:59.375rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxwDNkkX7EEh3RC55VnarG1HGfdQxSkL { width:6.875rem;height:5.9375rem;top:4.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7852zC67xsaumSoaG8coZnEa9lO4qhg { width:9.25rem;height:6.25rem;top:27.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpKmHTr4M88CFDvon6d96RTLyrTLllsT { width:8.4375rem;height:6.3125rem;top:52rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0tOv5GI8QAQMOXLWJLekTgpoU8lAERU { width:9.8125rem;height:9.5625rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX { display:block; }#JuOtgmdJSGqgLNtXlTvE8LTIRtT2LUIX > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJLKN81nMh9KDoOkzIW9iUzda18Ayxiy { width:20rem;height:6.5rem;top:6.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WC7DTbdgfbI0A5mpurb79whu8aAP1aem { width:6.25rem;height:6.25rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX { display:block; }#agEUkkMUdcPnQ5Qoqi17QxGd9aT7N7bX > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOW1CyiRKJZTuBRIrsmVF8au75nOtsuT { width:20rem;height:10.375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dp1Td0ycT1ZOJmRAeKocIWxk72cTo0Me { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH { display:block; }#ZTWxLVSo6OA3pcrDhChxbxopoIgO8uGH > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJK9s4Ha57QpWpq8kI1y7LArhD1vk5ox { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx { width:20rem;height:2.25rem;top:2.375rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }#sTMLr2knK7tvEMiPUCwbMlaaSqsTxEyx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/459f6e17-1ec4-4f84-b5a6-9e8b4ed4d35f/01.svg); }
 }@media only screen and (max-width: 763px) { #fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa { width:20rem;height:2.25rem;top:4.5625rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }#fIQOQ8Vxp8wfBTg6pxwKz3BtUT8ubeLa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cf081318-744f-4fc2-ba4f-4c5e6dafabbe/02.svg); }
 }@media only screen and (max-width: 763px) { #Mow3hdPUzZw8xQX9a9TgVyM3V34F7On7 { width:20rem;height:1.625rem;top:17.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cBITFmToVCq5tbBSnN08XKiRE0gNP135 { width:20rem;height:2.8125rem;top:12.82275390625rem;left:0rem;font-size:1.125rem;line-height:2.5;display:block; }#cBITFmToVCq5tbBSnN08XKiRE0gNP135 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ff4b5190-52b0-4c74-8cec-5482a658b204/05.svg); }
 }@media only screen and (max-width: 763px) { #N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT { width:20rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }#N0dMVT2KAWaIyGX6FGtx8UztG4INdTLT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/131d5582-0cf1-4e1a-990d-bc87ba0ec694/03.svg); }
 }@media only screen and (max-width: 763px) { #y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX { width:20rem;height:3.5996125rem;top:20.25rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#y3iD8rMv05zMcb4tphb1dsTv8p7r8NmX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/946874ca-1b7b-43d7-987b-2542523d535e/06.svg); }
 }@media only screen and (max-width: 763px) { #LfVpic15eAyuAbETXTBfb3orXIxfBkIc { width:20rem;height:3.5996125rem;top:9.25rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#LfVpic15eAyuAbETXTBfb3orXIxfBkIc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9e86165b-80aa-44db-bb69-5626134800ce/04.svg); }
 }@media only screen and (max-width: 763px) { #XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz { width:20rem;height:3.5996125rem;top:24.375rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }#XxxUp4XaCIGEMnR3lm3pn1tvUOU9dTQz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4b9eb023-fe31-4fce-8ce9-10d97538d24f/07.svg); }
 }@media only screen and (max-width: 763px) { #sJCaeFpIhcB3IP3OdwEgLa524GOXlCT2 { top:2.875rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zciN6SCNnsvSm7Ham7u2f8Vdm6pQrMAR { top:5.03125rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vgD8GX2cs8Trob2mT7WvlAXZ2ue8vTFX { top:7.21875rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uthII0Tgz1dxyAeTXpTwbr97cDwn34LD { top:9.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zxXODCIPhmBb8xs4gCtlPv1fvmuQfNyX { top:13.57275390625rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kG54zpRtDpD0BB5HZsBT4ctrxh5zt5MG { top:20.5rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AmUiJ0GyRA8sRKlxFMzbNTbEbNIx8Tb4 { top:24.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dOd0ELylrLTio6z7xdXTEwcJfmIiaUip { width:19.5rem;height:3.75rem;top:29.2246125rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDnDzyKSRpkTsRQDXWX9WVwuJfrwDrCZ { display:block; }
 }@media only screen and (max-width: 763px) { #NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs { display:block; }#NGToLrL7uDzviIuyRtKLUDfPJi5CUyrs > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTXcz3bWCXL7S3Bu4IA79TsZ99ct5bQX { width:20rem;height:22.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB34GQkOrCfif4K1THQpe5HCv1CPgC4U { width:16.1875rem;height:5.51220625rem;top:8.3125rem;left:1.90625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdFbrE2JpmXFvi0ZOWU0w7hxvxvyShdA { display:flex;width:4.25rem;height:4.25rem;top:2.6875rem;left:1.90625rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF { width:14.875rem;height:4.13720625rem;top:14.875rem;left:1.75rem;font-size:1.0625rem;display:block; }#bA5ziGrB8exTxTh33E5TvCl9QAxrB6VF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b9a3f7e244a9654e772c30ac58b9c929f9ec8d5.svg); }
 }@media only screen and (max-width: 763px) { #c3y5LsTC9X37rLegq2m2KLzu5MueVKre { display:block; }#c3y5LsTC9X37rLegq2m2KLzu5MueVKre > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJSrOATfc4V7Ab6eAAniLQd8L1pU7sGy { width:5.125rem;height:5.125rem;top:0rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavtJKfBXTo1KS55lWuyqzUHZFWcQEgc { width:17.0625rem;height:9.4496875rem;top:5.125rem;left:1.46875rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PmmJU0Sxvgc3XoOu7cwdzQrBtmxL65Xx { width:16.9375rem;height:3.67480625rem;top:15.8125rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #c6NVLx7OsNuqNOa5OOTvPtgGnccspkzG { width:20rem;height:2rem;top:44.8125rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TsSVSa01LeH4yGq4hlssNH3yH67iZDTW { width:20rem;height:11.5625rem;top:21.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKA1pxskHu5VdNbFU3ISa6cTLTMZWnR1 { width:20rem;height:1.21875rem;top:34.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #TfWwOoRzlpncata0xOX8ZXRheA5A4Wx5 { width:17rem;height:3.75rem;top:39.6875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOzP2axI8CVCwq6d2Nuk8UwVTPNpAiw { display:block; }
 }@media only screen and (max-width: 763px) { #QTphIn3CNDDZcAIbqABhfO3lyvrWAVeo { display:flex;width:3.4375rem;height:3.4375rem;top:26rem;left:8.3125rem;font-size:2.375rem; }
#QTphIn3CNDDZcAIbqABhfO3lyvrWAVeo > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #lKswEuox4EsWzVwPRM3UTsz6NpJTMcd9 { display:flex;width:2rem;height:2rem;top:15.75rem;left:0.4375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #fPDtGJXcbF7QWgMVWbWnJEabI96FUqHN { width:20rem;height:11.228571428571rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 { display:none; }#e96TO5Vc6bMCd5aGgAr9parF8kBAVIz7 > .row .container { width:20rem;height:80.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LNoK5QWMuySHsZNbJlop9LP7hkfmPo3J { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnb2f4wIm75HZoJEfsgWl6TeSPto2XrF { width:17.0625rem;height:9rem;top:5.1875rem;left:1.46875rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XTLuBGpHz9hVJMDE7eaK3PE6yDWtTwQ6 { width:16.9375rem;height:3.67480625rem;top:15.375rem;left:1.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #knW0ie93PAX4p6SDLfOGdhi6NrCsyzT6 { width:20rem;height:3.6875rem;top:42.4375rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kg5SM6W0fk13iQuQzDCC8yOJ0FSzq062 { width:20rem;height:13.25rem;top:28.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykJGmCeLwWxEabFubdMVxaBVptJFwZT4 { width:20rem;height:1.3808625rem;top:43.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #cNbuSqxzmvASo4TZQOZcBJOlfObSIEOZ { width:17rem;height:3.75rem;top:21.5625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTtuzNTB0U8iKbx1JP55nZ0s5rMaHQ0g { display:block; }
 }@media only screen and (max-width: 763px) { #o1JS24A2FikZDanDAMfGtD2G7TCmWVJf { display:flex;width:3.75rem;height:3.75rem;top:33.3125rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #dPGJfGMHe035PGQDUAE6JTQ1V0Gv1VvN { display:flex;width:2rem;height:2rem;top:15.3125rem;left:0.3125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #JacaFmt6U0bCytbBo6xECFk7iF8OTdkZ { width:20rem;height:32.0625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K { display:block; }#q3Q1fUva9nHpkQ0StRc3S032IQ7QJK2K > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2BB5cvvB0xxK9Raek98UlcUebCEILWy { width:6.25rem;height:6.25rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTyQxOhTLNxD5A9muyq5VWM3FPyGgs0s { width:20rem;height:9rem;top:6.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NkgIzLi1fBo7NuCgEUsH1cIFfeuXESC9 { width:20rem;height:6.75rem;top:16.25rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oGvB6pgwIddMQkLArDAiREkNZo3URiJX { display:block; }#oGvB6pgwIddMQkLArDAiREkNZo3URiJX > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbSHFShgHLgt7MlLLEhhGl6kBnxh4rPq { top:3.625rem;left:0rem;width:9.6875rem;height:5.3125rem;z-index:15000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#242526;background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f3f1f1;border-left:0.3125rem solid #f3f1f1;border-right:0.3125rem solid #f3f1f1;border-bottom:0.3125rem solid #f3f1f1;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #fvVW6ZNSC5NCWAuMQ9tMU9x5HLWurB2z { display:block; }
 }@media only screen and (max-width: 763px) { #skH0xVbtcOq7dEfbSUq7Xf9qdUuN3iyX { top:3.59375rem;left:10.3125rem;width:9.6875rem;height:5.3125rem;z-index:15001;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#242526;background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f3f1f1;border-left:0.3125rem solid #f3f1f1;border-right:0.3125rem solid #f3f1f1;border-bottom:0.3125rem solid #f3f1f1;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #d1ClqWlK2mp1ZonDf0S1XfEuy9PmO6oy { display:block; }
 }@media only screen and (max-width: 763px) { #ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y { display:none; }#ZuyabRuziUQTpnFFCXElbcw8IWtQtZ3y > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MIXov7T6bedcps3CbXWB95G9MbcSkZxE { top:3.625rem;left:0rem;width:10rem;height:5.3125rem;z-index:15000;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;color:#a3a3a3;background-color:#f3f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f3f1f1;border-left:0.3125rem solid #f3f1f1;border-right:0.3125rem solid #f3f1f1;border-bottom:0.3125rem solid #f3f1f1;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #b0AmvV1Zw6EZXwHJcBpr93IEzv7BQSgv { display:block; }
 }@media only screen and (max-width: 763px) { #IRXzMVwDOqKWNEqLSGOP1DIsDsKPqvKO { top:3.625rem;left:10rem;width:10rem;height:5.3125rem;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;color:#242526;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.3125rem solid #f3f1f1;border-left:0.3125rem solid #f3f1f1;border-right:0.3125rem solid #f3f1f1;border-bottom:0.3125rem solid #f3f1f1;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #TG82wkCv1BmzoTbUb1H4TyRJR0h6dK3n { display:block; }
 }@media only screen and (max-width: 763px) { #vghrflNQOSE5ERCkylRkeKWfB4hMKP3q { display:none; }#vghrflNQOSE5ERCkylRkeKWfB4hMKP3q > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FLTZ0wHMcPLLvF01MzJxIa7F4bTiWycS { width:9.625rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTS6ULX90sCmplpFcrTTaq5QeoIUVmqA { display:block; }
 }@media only screen and (max-width: 763px) { #lsO6Td9wucAgIBLL5nuKJMOK7bduGV1m { width:18.875rem;height:3.4375rem;top:6.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHn1lSZ6bGzsWoHi30L3VZKlEPE28rDb { display:block; }
 }@media only screen and (max-width: 763px) { #dqSKvlM8HwOsBAlksCozJizZ2Ok8feeF { width:20rem;height:4.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erDlczT8TrCp9XeutyPKVZNUT9H4a6vw { display:none; }#erDlczT8TrCp9XeutyPKVZNUT9H4a6vw > .row .container { width:20rem;height:44rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eGgyrwNTFi4VFcHJ95KSWl7rp9RfSyk1 { width:9.625rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfoSsxRu2Tn1q5SsvtIbymLhT9O65vnu { display:block; }
 }@media only screen and (max-width: 763px) { #wCi1PxAv9xHatKTP0nl6PS5Zw110cKhw { width:18.875rem;height:3.4375rem;top:6.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIftsAUPTh5OPzRowXn97WI5lSbqd7yc { display:block; }
 }@media only screen and (max-width: 763px) { #PEWJ0uIs4nzDddhfpFtnaqoMSr2NrBgp { width:20rem;height:4.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRI6VraNiNfegQ2V3IbvLdiVl307NbCt { display:none; }#GRI6VraNiNfegQ2V3IbvLdiVl307NbCt > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NUNtftGn58PIxJrSX1241RUrmmO8gf1J { width:9.625rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXrSolafMibnkiq9Pha7Zd12S9DWg4oi { display:block; }
 }@media only screen and (max-width: 763px) { #FZaNAVZmVou6UmSooyEZcZ1nKNCagDTV { width:18.875rem;height:3.4375rem;top:6.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5oc9vGPDdgQnNQ2oUPMc1N5KcJrzfLb { display:block; }
 }@media only screen and (max-width: 763px) { #zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k { display:none; }#zXpQ5TBCNfNoBvSO0DiOnNXia9b5cx9k > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iN8Hd7A3uXGZ3cT2X1RpgTlMqUUAp9MJ { width:9.625rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncO7I8ePN6obRWl93GAODJRLL6gKWa7L { display:block; }
 }@media only screen and (max-width: 763px) { #oi5uEZAPHTd8Tginf275wCogaNwc0WSf { width:18.875rem;height:3.4375rem;top:6.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwqTGi7iNZKO0JQSKvBbFfRqDXIXlWCE { display:block; }
 }@media only screen and (max-width: 763px) { #L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu { display:block; }#L0Kn4IsAlQ852PcATuulRxpsQiJfaLPu > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRy0voTszDsSkk0BIbmOFlmlOmAmfDLy { width:15.6875rem;height:31.5rem;top:40.84228515625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #f8hVAxPKGPqHxM1lxwFPswu9AIOdHufh { width:15.3125rem;height:31.375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #E4brUzFpAdxEt7wR9QQtt5XuBIgDktzA { top:38.1875rem;left:0rem;width:20rem;height:44.8125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gv4pX3WK9KIT9LTFA7W8U62MnJheMsTh { top:0rem;left:0rem;width:20rem;height:35rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ycbMH7py4vihZOZJnpRvy1UT2NBTy2Cw { top:91.6875rem;left:0rem;width:20rem;height:58rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pLzQUuSbuJs1DTmaxOi8t1mudKHepACv { display:block; }#pLzQUuSbuJs1DTmaxOi8t1mudKHepACv > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAcfoxaHl9dZ4zFVIbkmVJG0BmcsL0Bw { width:20rem;height:20.5625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #npRFsNJoX5vCtcsIE4ECDtbA46LCSO2e { width:6.1875rem;height:6.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KItkBAOzPJcCOHFmTbCpScvIyb0eClWs { top:1.375rem;left:0rem;width:20rem;height:57.9375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ { display:block; }#U1XzsiNzn5VVpSXBSy7bVw0lUNXDqusQ > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTGxXLaVHZEyivBQTzgbi2GzdnbJiZNG { width:20rem;height:4.875rem;top:5.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmOvrw5wl3SizRMkTz2LDiOd5Fk6qLWm { width:20rem;height:6.0556625rem;top:10.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa { display:block; }#aipO8Tl4IVWSzFe3Jymmh2eLGMdKDGIa > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQKXyVvwCDvnZ8nk76T1oFnMnM86bORS { width:9.5rem;height:17.5625rem;top:40.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IxtrBPK9sTimst5y0fJ0voaV3PlEsAB0 { width:9.5rem;height:17.5625rem;top:20.3125rem;left:10.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BqPlLNwK61M9ZwuvW0HUbOLMNAwQOkJS { width:9.5rem;height:18.25rem;top:19.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mo4BxzeSK7I9BKrN031TeC909rW4mxbu { width:9.5rem;height:17.4375rem;top:0.625rem;left:10.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hrbUBZNmK1KlESRk2I6F45DOaKZZBMTU { width:8rem;height:15.0625rem;top:0rem;left:0rem;overflow:hidden;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nfzUhQM9Hs6f4NfdrBNxFhO6CvFTeawf { width:9.5rem;height:17.5625rem;top:40.125rem;left:10.5rem;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) { #UG9kUVIcNbMC6aWch76RB7kF5h1HLU0X { width:7.1875rem;height:4.5rem;top:48.75rem;left:11.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #XfJxe5lnLAnCnwEgR9iP6tpEOaTDoKQI { display:flex;width:3rem;height:3rem;top:44.875rem;left:13.75rem;font-size:2.0625rem; }
#XfJxe5lnLAnCnwEgR9iP6tpEOaTDoKQI > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #SQoWbZqLlCtzdJenOd1bsx3aXZGhHPaJ { width:6.125rem;height:6.125rem;top:0rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKbFurxfch8G38isNa0Gla9scKDhaFrd { top:0rem;left:0rem;width:9.5rem;height:17.9375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QBypD6zFTCLIpl90DAt4ymasA3mw0PIP { display:block; }#QBypD6zFTCLIpl90DAt4ymasA3mw0PIP > .row .container { width:20rem;height:141.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhvVTWPhkbp4crkhT5ZXHl8QeCR3srMT { width:20rem;height:6.5rem;top:6.125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;font-family:"noto sans thai";display:block; }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts { display:flex;height:auto;width:20rem;top:15.57421875rem;left:0rem; }
#tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yKEDCPZm8ZPK7JVf71kFHCnBxQvQFTSS {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JVgTbwbuGc2cZ1AdgH24wx1IgU1rQUPA {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vEPLb0DPKMk2l8bAIeBTD178OrOJWcSz {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #w7PQZeiXENFd2xWRuPnZ980lwvVFutft {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #bMBgKTrq3KbKiEmU8ICgFEIBzJz0y1mv {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U1ZrvaZIe3I4JgEl7PJoJsaA4vrVxKps {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #tr7CZeXsgEsb9QoWwxVmruTAkfNmiMOL {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yxE5KEIGTr4q93vOWmsTA8h7bx62rnGA {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Q9pEEyRy5hN88yKaCtJuDOLiJApqIxXM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U7T02HzwwJZH6GXNA7nwoW5B7VEyzNh3 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #G4KhDX8WmwlDmzW26ZdsfvuQwaI5SeoD {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ndTdsqx8DThFSpW5wvsqFKlbJaZpXOT7 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JuWa1CUl7c2JTd8G2f1bs7xII097LLTM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ebOB5HMyvdW25tSmeGp4JkJnDfHUli2A {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #hN9695GhT4n0q7bK1qT6ydKFT2m1MTDq {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #OeTqINRfeIHSMiR18kKIrGehe9mpBWII {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #beyH6zJ44hJFEfemxHDe6CK4t6q06L60 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #renhdF7ngDzqInQDyPTgVc6LDDZi4wtv {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #BtbdoiPrm4ETbFdTHFaM6NQgVzfhXO9k {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #y7zTpSbwyF2OSrkiA859W8Vd5XV01m8d {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vJDQC1XZTIlkeas8VvTCNc56iAN1lqAX {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #hqIxUq7QZEimNBa3FQiKAJn0fXUPRUbV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #eqSzBov5Ko2pbgnMNVhmQXIBsHUGreho {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #fUEzbGIXmknANlkJofUU5FgyDxE3VRbx {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #kMpDR1ega7xe7vtR6cqDiAcbvZWTvoKV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ui9blzlmOk8XROZz7OpQszDTfm7fJm6K {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Z5EVJP8IQnTdx4W6TQ9HxMaOfddu1V6G {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yZsR2sVKx3vZThMFBtlvEzlTsALCUOip {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #n3mcAEPUmnLthsRTHU2IaLDUBVnbVhMC {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #GE26agCoQQlzCpvRUIneM4fw5ObXvIfh {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wEFOrCUJUdlVPL5cKHRHA6TQPfDHB5Gh {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #SbnUTdgicN2JoLrM4hdzuSA2rmyQwOuu {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wa3DLb7tZVlO6XN0dea2aBzgJ7EXAkZp {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #JXyCVbQd5i3awAH7RF31Kz6uZ3VQyQMv {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #F0ghr21tGdRiEgFN8dTRBBWWb1kVTmro {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #EzBb5bdSTmgzEGnbZgJZ90wtttFnXWGT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #zDmdGFnkXKnqAbdlWlk0Tz7kF7fl0iwG {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #pOzhr4PtnT4FfMvv98g2IwykiIEc2ETN {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #WT7L1ul1OroPTyiNVRnRVvhLWykwuRIw {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #TJdURBADa58ZkIQGrGTl3PCw7CMVRu9P {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #aWhrk34hEsTiv6tOJJaU4h2kqRBtv3sz {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #CUH43dofKIRahoyGPrrbNIDsnpN8UlaV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #qTHTz4q9lrHHDzAV5Ei4EdAoqeIPpUgs {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #enlFUQivpEM9G4PcMofqcB8wpL8Hvsyw {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #zhHDzMDXLLROVRy5BHESDA3mIf5dDPlW {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #U77qtF5O99Z1FIJMt1rCFfl3thG4ilWT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #w2P0CDnmTUX7CGqdTmfWyP2W2NLDeTnw {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #dRu6wGiQlRuQ1WOTuqexTh6faeCanMkN {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Qw3QB468mMnNheByU6401hXqbLcb0noM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #QDf4TsSJTBbsH7kRmhm29bPJhecr2lKM {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #FAf5JbweRMHhpWpPZ1ViZxtvZ7ZN6iSV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #oyH6rlmIDAvm6GbDTVicSV0U5vpENJcT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #BeiAUHriHXFNcy0xJNnfaQtqNWpPzhkS {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #yUVXPiZFTiSpP15HNhCz705vwm4tT4Iz {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Vqod0ugIfbZ4bGuDQvfxvAWkzWvXHgRu {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #XrR9TFbxTTkiIa7T7TxPoc9EHXhl3XuF {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vUBxfXoDXwlpo3PKEsTe9nSFpnGcLGVI {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #I8Rm2ivywOZZcsuWBEDcOnH7qQLZkEzu {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Zd8vamV2ONAdKTxRr6965zu68aucbFcx {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #ZAe25JKKhmiIBbIrJrHkmtWZbiArF9qK {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #xTgtizAe1K6eKqV4lXIHTaH6eXagmK9T {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #kkPFEr2m0JR6ILOzWt96NnioDqLeuRgm {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #Qv6E5TCJhHuXKO81fT17oJZwSKTwg8a8 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #azgUFITC0BiKmyw6ssUlliI2fKSS8kS0 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #rpaxCgz60CX0GWiVWJ7FWEPPQTQ3WE91 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #OzENQSWMhnX1B4AKCpd7nTM7Wn9Bp1VT {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #EhUrxMB2ByotoGCqIk6eK8nT2dbq0p7Q {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #eemky9QGy4tL4oZtLlq78LzzL8Iaya2E {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #xJZhBlglJXexhzmT8tq08MSXpPWN7qS1 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #pTpS8rcrUUzTeawQMEyRLTNbz8KCgEHV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #bTguTsUEVk8AiCdnB94l5rkUyhbcPhfV {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #wHvTxq5b85yLSgB7TmwiawUckXAVlyhs {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #p9Ws4T5oQ87B0UmeBPmpe3HEpti0ISkZ {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #q6W5wkiTC0KpEvBzknpphikNDICgoeMB {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #NQqviFMbbs1eocD32XMfGKQHpIIgb9mJ {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #leV9P4TKlw8U8tdBJfqZrUp5GHWEvSe8 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #vViWBPcLJFxrJ9NFcAkOFLU3NHCNCKl8 {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #DxLzOCuToofMl0g3kSRmFgX5Lixzow0M {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #LVDg3tGFr9yVmt6knylLlsUR340ubrwq {  }
 }@media only screen and (max-width: 763px) { #tbPwv15JCXJNKxLdJwlmpk1RqRXhdEts #VfBdnLWRWwrBgk92byEMG31aUUW4vs0s {  }
 }@media only screen and (max-width: 763px) { #OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc { display:block; }#OpGnaoqnIB8LT4ANe1qrb3rrhGdQPckc > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQhNBTcWOG7dbLT6IBSWT3oNLCGsxdHx { width:7.1875rem;height:7.1875rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1zRTNEWsGGTTWVpQmmxe2KrcZhe0Zee { width:14.5rem;height:7.349125rem;top:16.375rem;left:3rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;font-family:notosansthai-medium;display:block; }
 }@media only screen and (max-width: 763px) { #FJzRqKOLlQsy1LTKrUQfwD9fsmrv27ur { width:20rem;height:3.75rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSEa933iOm5ba10OLZMrBOty1mazlJHt { display:block; }
 }@media only screen and (max-width: 763px) { #b7yWnh9qzzzvMTN4VaCWsdDQwZGwsKTQ { width:20rem;height:5.5244125rem;top:8.8125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qhFeSz1AD8AnouzGJnkzbLw8zNxumBOh { display:flex;width:2.1875rem;height:2.1875rem;top:16.5625rem;left:0.9375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ { display:block; }#FtnpWDsNXWP18zTI3vdi6g8VuKOn2zQQ > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #entluamH9azad0XlFQfrgdLWtQeCDrnt { width:13.75rem;height:2.1875rem;top:4.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip3sMLPQIwTf79ZFIhwNNyKmNFwlCpls { width:20rem;height:3.375rem;top:11.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #F6HgAGZeWRH1aoaRE06c2ZsZdlAIh5ul { width:20rem;height:1.2246125rem;top:32rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1VXstmaOm9FzRB7s9TSBP8RFTLyrXHF { width:20rem;height:0.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0gQTUryKaV0SHKzU9Lne6LIuuH0TxO1 { width:20rem;height:2.8125rem;top:22.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #UrxPaps2NBLGc0o0FxZno5q9PhGTEnX0 { width:20rem;height:2.8125rem;top:25.25rem;left:0rem;font-size:0.9375rem;line-height:3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuzNDpnBUJOwG2gNV6i5NeZHGgasFFdv { width:20rem;height:3.375rem;top:7.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #nznbdCUiqNt4fdbJbccRMP0D1f1tfWoX { width:20rem;height:3.1875rem;top:15.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #yZAtuUq6HIBXxiFED9FNZFSdf6CMsuPZ { width:0.0625rem;height:1.5625rem;top:4.4990234375rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1L3MCAa4KbHSTwMDrDt0u75e1Efwdee { width:20rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15013;display:block; }
 }