.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:21,83,111;--color-primary-1:12,73,102;--color-primary-2:0,50,104;--color-primary-3:9,27,69;--color-primary-4:0,18,49;--color-secondary-0:239,13,13;--color-secondary-1:246,0,0;--color-secondary-2:215,31,31;--color-secondary-3:102,36,0;--color-secondary-4:43,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:251,253,255;--color-tertiary-2:155,155,155;--color-tertiary-3:33,33,33;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Mitr"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/yZdnAc6Y/Layer_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container { background-color: transparent; background-image: none; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container > .video-iframe-container { display: none; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row > .video-iframe-container { display: none; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .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); }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container { border-width: 0; border-radius: 0; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#rNqWSUElJOaq7zi0xErqKGXcyxsscL9T { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.25rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#L1LutQa20oB2PWrJuPnVmTLMaLAIRWJc { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:31rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SqkpFMMtrmUQ1c3c3la0GWOsTUeqV6eL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.25rem;left:19.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#aIOBxBXWIV7CuuaebrGKM0TKbhum8T94 { z-index:15001;top:0.8121745586395rem;left:51.125rem;background-color:#fd0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9371875rem;height:2.12456875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uR5BwGA43N5dIgQHDaoFBS2rXcwfxaZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4TBcPmlVoEyDbqp6hry4SX9Dc7oF6L4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff968ae-84e8-44a1-8fde-64a84f1c4546/landingprofeb2026.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl.adaptive-delivery-prevent-bg, #zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl.lazyload, #zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl.lazyloading { background-image: none; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl > .row .container { border-width: 0; border-radius: 0; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;position:relative;display:none; }#fvpS3dxTfC816v3ND2ihkAtDhWTy68w7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:25.5rem;top:30rem;left:4.0625rem;overflow:hidden;display:block; }
#dh3sh0aLyaicbucDhUXqDS2B4kcabU1d { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.1875rem;width:25.0625rem;top:30.125rem;left:32.875rem;overflow:hidden;display:block; }
#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2eea0ca7-206e-431c-a581-1cf0dfde1347/image1412.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk.adaptive-delivery-prevent-bg, #oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk.lazyload, #oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk.lazyloading { background-image: none; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk > .row .container { border-width: 0; border-radius: 0; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:none; }#sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #20004c, #8a43ff);background-image: -moz-linear-gradient(180deg, #20004c, #8a43ff);background-image: -ms-linear-gradient(180deg, #20004c, #8a43ff);background-image: -o-linear-gradient(180deg, #20004c, #8a43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#20004c', endColorstr='#8a43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#20004c', endColorstr='#8a43ff' );";background-image: linear-gradient(180deg, #20004c, #8a43ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ > .row .container { border-width: 0; border-radius: 0; }#sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:none; }#ac6dw0Nmnfoar3NHtQLcNqDFIqZsLXvT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:44.5rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#v3RLeCvsUkJTsBVKH3QbZ0sATf1ZHgKN { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:16.5625rem;left:14.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QO7g9FbJPmlMuA9rWoim6rNoQMyyBigU { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:16.5625rem;left:31.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qhFHPEVu3T6d84OxJD1Ei154lxIgJt43 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:9.375rem;width:5.125rem;top:21.375rem;left:23.4375rem;overflow:hidden;display:block; }
#w46She6QlxfplFkr0iKR8PIX8VgttTqg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:14.9375rem;left:13.25rem;display:block; }
#NmODCdGE1CTHrKRIorkxrBbUMeve3myf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEVnJFMDrP4vO1oZAiiZF6CCF0AUAowo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.9375rem;left:30.6875rem;display:block; }
#GdEoVRNaHh0JNHwVdpMmprM7TnhhTT0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5eruTRCppSkDnk8vzG7GMkC6zHFLiBt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.3125rem;left:14.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#B8yHpEyw1WNTednE4go4ik6bCzbIr6rB { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:27.25rem;left:17.375rem;overflow:hidden;display:block; }
#D5qfTVHtRxG9rTRi5Mbim5IBWsoUzusR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:25.3125rem;left:13.625rem;overflow:hidden;display:block; }
#SNnQ8Qv3Gsaqscq3at6OnTyr1PR8hTLD { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:23.3125rem;left:17.375rem;overflow:hidden;display:block; }
#rfdWtFpWsBqg8MDRHTk5xyCVOSZ7y6C0 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:21.375rem;left:13.625rem;overflow:hidden;display:block; }
#HZr0Z0s2sFzT6lxTOq0twwEVQW3qG0ha { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.1875rem;left:32.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#aTl1ZP4W2tcRCsVwMTlfZUpoyhJto36d { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:16.0625rem;top:20.9375rem;left:30.6875rem;overflow:hidden;display:block; }
#VOTbZUqIqoeTpJkfBVTID4772x15wTpy { box-sizing:content-box;height:2.875rem;width:37.4375rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, #33000e);background-image: -moz-linear-gradient(180deg, #d71f1f, #33000e);background-image: -ms-linear-gradient(180deg, #d71f1f, #33000e);background-image: -o-linear-gradient(180deg, #d71f1f, #33000e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#33000e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#33000e' );";background-image: linear-gradient(180deg, #d71f1f, #33000e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:10.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#F5O8AUGWWqXypGR0eTypP3tvX6ZwI6Hq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:"line seed sans th";font-size:1.625rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:11.3125rem;left:11.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 > .row .container { border-width: 0; border-radius: 0; }#E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:none; }#XnpDTLQWBKxhs1B0N94LksxSQdag3rM1 { color:#f8f600;display:block;width:53.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:8.375rem;left:3.375rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rAeUD9gyMXN50plqyuUne66slL2r4i7G { color:#f8f600;display:block;width:33.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:13.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy { background-color:transparent;background-image: -webkit-linear-gradient(182deg, #5800ce, #ff84ad);background-image: -moz-linear-gradient(182deg, #5800ce, #ff84ad);background-image: -ms-linear-gradient(182deg, #5800ce, #ff84ad);background-image: -o-linear-gradient(182deg, #5800ce, #ff84ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5800ce', endColorstr='#ff84ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5800ce', endColorstr='#ff84ad' );";background-image: linear-gradient(182deg, #5800ce, #ff84ad);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; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container { background-color: transparent; background-image: none; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container > .video-iframe-container { display: none; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row > .video-iframe-container { display: none; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .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); }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container { border-width: 0; border-radius: 0; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container { font-size:0.875rem;font-family:"open sans";height:19.625rem;width:60rem;overflow:visible;position:relative;display:block; }#opwBDRyXqBMTXhrc8wNKiuukRyrb1KCa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.3541669845581rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuVTFhguvEZ1Xmc1N7zQZck0IP3EKXgu { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.35791015625rem;left:4.1806640625rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#yH3fbPkqxtFHFHTqVRTg6SCshwBNzgeA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.0869140625rem;left:21.375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#rCzf3l6MDDwFDitgpcZxJGtPAhbIPfNk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.02587890625rem;left:19.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.43375rem;padding-right:0.39rem;padding-bottom:0.43375rem;padding-left:0.39rem;display:block;align-items:center;width:2.339375rem;min-width:2.339375rem;height:2.333125rem;position:relative;font-family:arial;font-size:1.73625rem;font-weight:700;line-height:37.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.118125rem;height:0.9225rem;position:relative;font-family:"open sans";font-size:0.65125rem;font-weight:700;line-height:14.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg { 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;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.394375rem;padding-top:0.5425rem;padding-right:0.556875rem;padding-bottom:0.5425rem;padding-left:0.556875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.56201171875rem;left:21.19189453125rem;z-index:15006; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #GvU63wwFDGhTyAirvvf1wAqr9gG2uBKt { display:flex;position:relative;top:0rem;left:0rem; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #OswqykqFENDZWPRJHaFdQ8MzHVTvQTbr { width:auto; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #f7qpMTRqeuEhgkXUoDwtrz1EV631yt85 {  }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #wReVqrrWnVnSgKNatsHnPWKw2TKM397n { display:flex;position:relative;top:0rem;left:0rem; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #EBTrm7CHHnxb3y3DVdvqUMhCp4MxnGG0 {  }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #KTFPAHkuhoWkFy3rOqgyHAPr63I2pmD9 {  }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #aUyOyU3CMi2vxCfLNCg7sEmxXk5qcZO4 { display:flex;position:relative;top:0rem;left:0rem; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #C91MBBgIXggiDqwbdaTn2LrWDimnfU4u {  }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #U9rRfCf79kTzs07qpoNNGewMBnXsiGBB {  }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #NGae1NXKZ77x05l5MkbGosNT7GKBdOUy { display:flex;position:relative;top:0rem;left:0rem; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #l51CpZo0qxatiVDqpmyckMZrmO2uGTil {  }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #qXIOexqT4zsEOaTdgZUEzyzoMr8Zgtad {  }
#mUDbCLGXHx4HhWX4d2mgT0glr7uNSC5L { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-image: -moz-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-image: -ms-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-image: -o-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-tertiary-4),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-tertiary-4),0.65)' );";background-image: linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.125rem;width:25.125rem;top:6.68212890625rem;left:17.4375rem;display:block; }
#TwozSxDStDLOOlLUBNMVfPAyMyzCsL6A { background-color:rgba(var(--color-secondary-1),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.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3109375rem;height:4.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:49.487501144409rem;left:18.93593788147rem;display:none; }
#PEak6hHidaEc8Zn2vdbuEuAvagORkzXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ffc2040-897a-4da7-b420-f9650acaa9ee/image22.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg.adaptive-delivery-prevent-bg, #V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg.lazyload, #V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg.lazyloading { background-image: none; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg > .row .container { border-width: 0; border-radius: 0; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a43ff;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; }#ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n > .row .container { border-width: 0; border-radius: 0; }#ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:none; }#qndThT3ZgbxCnWLU6XLwSieCTW16ZQov { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.125rem;left:16.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sasITfL6Z9uota32DmQyD0ZaO4qBPVDf { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:42.9375rem;left:16.875rem;height:3.9375rem;font-style:normal;display:block; }
#UHEFG2cGSSADQ9neyEA0vWuRILhUro7t { box-sizing:content-box;height:16.3125rem;width:58.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:16.03125rem;left:0.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#i39FvhdrTA0HMphLZMkz9GOlNT9t5k11 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5rem;left:13rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K4zdghZEvkH6P2twapsKMdwInzFQPnQV { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-size:auto !important;top:10.9375rem;left:11.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lZG4imoBl2PTMLxcBDSprctflVWXWwbi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:17.8125rem;top:17.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#Xexp8Ii1MS1mMgH3hec4J36ghA5iydPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3110625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5625rem;left:17.31298828125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PITD8ZkCVeaJnc6T77AsKt7IZTEJ5hLf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:17.875rem;top:17.8125rem;left:21.0625rem;overflow:hidden;display:block; }
#hrVC8Zk6yoJhfE6570Q2uBSdX3nL1z8X { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.4375rem;left:17.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIBuuTGzR9OMRsgWzDCrnTyX2NdVxuya { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.3125rem;left:16.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#tyNRBOFnGLNrHqcgCsBHGWwc3rK9b0VH { color:rgba(var(--color-tertiary-4),1);display:block;width:35.687rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:28.1875rem;left:13.1240234375rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXtPQhie1fRpT7CCyB8f8nGDKZT3XQFR { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:4.2333984375rem;left:5.0625rem;display:block; }
#LPeGTdyx6NMEmF6a8PeFrW50TwyFUX30 { color:#d71f1f;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:17rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#bqqHMSlgA4hT3gMOvF2ruk2xxbcgoSLR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:17.875rem;top:17.8125rem;left:40.0625rem;overflow:hidden;display:block; }
#l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 { background-color:transparent;background-image: -webkit-linear-gradient(182deg, #5800ce, #ff84ad);background-image: -moz-linear-gradient(182deg, #5800ce, #ff84ad);background-image: -ms-linear-gradient(182deg, #5800ce, #ff84ad);background-image: -o-linear-gradient(182deg, #5800ce, #ff84ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5800ce', endColorstr='#ff84ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5800ce', endColorstr='#ff84ad' );";background-image: linear-gradient(182deg, #5800ce, #ff84ad);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:none; }#l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 > .row .container { border-width: 0; border-radius: 0; }#l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 > .row .container { font-size:0.875rem;font-family:"open sans";height:37.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#rb434DaeEbPAVKzwu8DsocM3iiBtx5ak { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VF4dVQ85LTurvKnZUKq7UnEoHzBDnSrB { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.125rem;left:4.875rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyg64uQe6yaZwOBLFn7FB0cqHdUL2Twx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.0625rem;left:21.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#cFC7CKqiMz8BRt8SVUr1q0cGhAoOg8UE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23rem;left:19.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.43375rem;padding-right:0.39rem;padding-bottom:0.43375rem;padding-left:0.39rem;display:block;align-items:center;width:2.339375rem;min-width:2.339375rem;height:2.333125rem;position:relative;font-family:arial;font-size:1.73625rem;font-weight:700;line-height:37.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.118125rem;height:0.9225rem;position:relative;font-family:"open sans";font-size:0.65125rem;font-weight:700;line-height:14.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT { 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;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.394375rem;padding-top:0.5425rem;padding-right:0.556875rem;padding-bottom:0.5425rem;padding-left:0.556875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.25rem;left:21.1875rem;z-index:15006; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #arBViJLza0HMIPHPNyWCGHOc4G1KTOTz { display:flex;position:relative;top:0rem;left:0rem; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #TrnRAyHoh3P7XTWAtzPtywioK1qKtzef { width:auto; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #RRT85kTTEirIZD0hzMkAgtdp5xUiiAPz {  }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #MSh04QnkWt6BSHWf4dOEzuST8Arsza2L { display:flex;position:relative;top:0rem;left:0rem; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eUKQib3cgEU1hCXtBKUuaZGUl3kXGHLL {  }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #QMwOhocamcmbqhnasd2Mqn7qSm1dAww8 {  }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #KHnlgTxE54svK5q5VkHtlZT37ZPqiuLq { display:flex;position:relative;top:0rem;left:0rem; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #JacqW9cFK1ZTXHtPWKE3TWlVVhvV7hHT {  }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #VfTTKqZ3N850Z5KaTuatM9EbzdeM2Tps {  }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eKhL7Cczf2O0kh1agHcldJoF4v1egIN0 { display:flex;position:relative;top:0rem;left:0rem; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #KpGKE4pUAe8QPZOIxcZhsDzQIFK5VTWW {  }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eI6AxPfQtJrtNXEKw7TPlczrgpTT7pqT {  }
#GWhFqrSvnpv6MfEtEnM3H8bB7vCUp70l { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-image: -moz-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-image: -ms-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-image: -o-linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-tertiary-4),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-tertiary-4),0.65)' );";background-image: linear-gradient(180deg, #ff0000, rgba(var(--color-tertiary-4),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.125rem;width:25.125rem;top:22.625rem;left:17.4375rem;display:block; }
#S2wABQddqDpV2qepr0KIzUvmkTI3wHUf { color:#8a43ff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lP0WXLxWC35b3nxDa9c90hPby1nnTvTq { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:14.375rem;left:2.125rem;overflow:hidden;display:block; }
#ilWziTOA8UzWFFMlER5w86C3WrSrILlo { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:14.375rem;left:16.25rem;overflow:hidden;display:block; }
#RcIZie6ftP9cV9wpnTqsEBkOumlLzytt { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:14.375rem;left:30.375rem;overflow:hidden;display:block; }
#WErrgbVrKTZMs0BeFXKHnftXTyzFy7Jm { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.375rem;left:4.875rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFTHszXJCt2oWUCN46fgAFXVx62N6sVB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:34.375rem;left:21.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#AmBnda9Lyqzrpeb3ipkaRakqcA27rs5o { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:14.375rem;left:44.4375rem;overflow:hidden;display:block; }
#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU.adaptive-delivery-prevent-bg, #LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU.lazyload, #LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU.lazyloading { background-image: none; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU > .row .container { border-width: 0; border-radius: 0; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:none; }#X8xaTchzeNAD74LSgdbw0U78NTwWI5Rp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:3.4375rem;overflow:hidden;display:block; }
#p90DmF3yPA3kQExBHkZtffhTNCidwBGa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:15.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISIs5ECWrrMolpRpgiJdLdAytJIqCFv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:16.4375rem;height:3.9375rem;font-style:normal;display:block; }
#LeWloeA4i7sa8bv695WFHRar5VzNskii { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.25rem;left:4.6875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#I7ESSwkT7Qa1lzqVRMCoMD45kwOov9SZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X3T0XwbFHITFWEhehRugZytbHNFZKt9r { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-size:auto !important;top:19.75rem;left:11.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D20udXbsy6RRAI6d2k0Qvz1E4nbGfiqK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:6rem;overflow:hidden;display:block; }
#s9KvnJ1T3XJpTrehPwTSatVTcu5gN4dh { 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:7.8125rem;width:10.75rem;top:27.3125rem;left:42.8125rem;overflow:hidden;display:block; }
#ZObR0Z24micNEtkT2DwvhesVFZDQ8Jna { color:rgba(var(--color-tertiary-0),1);display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7XXWgVIXabzWfhQE4SOThqcWiyN96S0 { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-3),1));background-size:auto !important;top:26.8125rem;left:44.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ff5OOQBJtWJ3xvCVL5UhbOBSaExHPe35 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:44.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTCt0HJWISP90gG2516Wwf2d9mMD7H3V { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:16.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McpcUcpgWHTxDEKsGTOEpvnCKsfgs5ez { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:20.9375rem;overflow:hidden;display:block; }
#SkZr07pT0l1aXOkDl4syRJUcmAKlkcbu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:30.2490234375rem;left:11.125rem;overflow:hidden;display:block; }
#UoBDRuFxX9xt73aHiZL6TFG80nMbFBSN { color:#c50000;display:block;width:11.875rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:44.8125rem;left:17.1875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4XcFNGBw5IEOxfTvathhqBpfl1Tdcqs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.125rem;width:22.0625rem;top:22.982788085938rem;left:51.677606183341rem;overflow:hidden;display:block; }
#NhTIVCohxQKMM2eSyChzRA9cSBA4NZpi { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.3125rem;left:41.0625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#G5AZNUxNlca2ETcJwxuIwmOBPRN4sG8q { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:36.875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMQ15VpT3ZT8aRlhsD2X4Uq9GpmZHnQl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:5.375rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.35375rem;padding-right:0.3075rem;padding-bottom:0.35375rem;padding-left:0.3075rem;display:block;align-items:center;width:1.84625rem;min-width:1.84625rem;height:1.9rem;position:relative;font-family:"open sans";font-size:1.414375rem;font-weight:700;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.461875rem;height:0.750625rem;position:relative;font-family:"open sans";font-size:0.53rem;font-weight:400;line-height:12.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.875rem;height:3.579375rem;padding-top:0.441875rem;padding-right:0.439375rem;padding-bottom:0.441875rem;padding-left:0.439375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:43.6875rem;left:29.3125rem;z-index:15017; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #QfvX4V50VCsBtNpfRUq4btqVtPGvVX1V { display:flex;position:relative;top:0rem;left:0rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #lzsaH3iHunxHFfSBRf1QfmKrFgwNWgfG { width:auto; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #BI4LPqdLPvBsowo4B0zMz4auA2T6bJPk {  }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #vTs1qlwDEUkRO5CBfIdUwA3sicxrF9AE { display:flex;position:relative;top:0rem;left:0rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #dXvukLvwDo5fFI5FfKhUrI29I3h2uTOB {  }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #lRidXZ3yFRQdkArQ6v1g3zqeTiobW0dt {  }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #BzTh7dT2O9Dm15zaQUqxa9D1bmqoW1Z2 { display:flex;position:relative;top:0rem;left:0rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #uEKgrS5UicAaKT26O33p2ClKfgPysIxo {  }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #RoCZ3TmHzdPntioGEv0qxB3eqvRpgl4q {  }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #IiT1Uw7DewGWm6ZOQDv7OefDHBTPKPJz { display:flex;position:relative;top:0rem;left:0rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #Up39AlAimabyfeQ7ZzB8Hu9lWkaH1Ray {  }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #zSSzqurNhmUBJIXt6BMAPRwWVk8IOkXX {  }
#p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ > .row .container { border-width: 0; border-radius: 0; }#p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:none; }#PcZHitTbyqwhPobqQJ6gKpAZToUV6R1s { color:rgba(var(--color-tertiary-1),1);display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:10.5625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZTFdvOfQCtC5VOBBMF4iMBxs6cv3HwT { color:#ffc319;display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.43701171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.9375rem;left:20.4375rem;z-index:15054; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #R9HyXIITFPPlB2XmXQ0v0TJQLZ5EONFM { display:flex;position:relative;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #ThyglwtIJr2BxTeQZcL3On1au43LLlMR { width:auto; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #Adyg7DgHMTw74l9mfnKvk34f7752kVSl {  }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #fVI1aJIS90NT8JhELcLoMhKurByW9kyg { display:flex;position:relative;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #iputx3o2LoxymseDwGoEs38Q5TuGIkg4 {  }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #Frqz8GAQwXRyQzc4ZbMauxHysGaJnSoq {  }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #a3D8o4Ek6KTFfzx1g6ka0ZrdFReTHhFT { display:flex;position:relative;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #QxbONcGBuuw4fiRvxmmqhVMXPacdBDws {  }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #BMmMi7Vau53xpa4dgluwhgLIOHTlfizR {  }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #HM3X2gRusbMf8oVRam6nE51kTfguIP7d { display:flex;position:relative;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #rM0FrotDussZ2MqBuCWrQLTAl2XfNTII {  }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #whBsIivwfDiCDVIU03D3gJTy6IcT6u1e {  }
#V9GQn1rldnDe8fEEqPFgsAtJRpSsLAbv { color:#d8e3f6;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.25rem;left:18.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZ0y6Mf4XsgIp1DJ1xpCJVZ5ID3oTDRq { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#BtFTTAUe1fO1dJ3yUhOoS9CbVGtdZTBp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#wk9tyPhi3Nar1UJpfVX5gzlh1mdUPLpr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:8.125rem;overflow:hidden;display:none; }
#SVJnfsSqITLG54CeSkuBVdDCqe6sp82f { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:46.75rem;overflow:hidden;display:none; }
#chT8i0FumZo6NhX5MqKuiUJS1Jp1ruWk { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#yx7rnkWDE5FtzbIJbAfpTzfLPpH83tW9 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#gMMU7he2qNphFehX89gmbw15UdmSldyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00608b, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #00608b, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #00608b, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #00608b, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608b', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608b', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #00608b, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container { background-color: transparent; background-image: none; }#gMMU7he2qNphFehX89gmbw15UdmSldyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container > .video-iframe-container { display: none; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row > .video-iframe-container { display: none; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .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); }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container { border-width: 0; border-radius: 0; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#SoV7mCPTJxlVhxNOcAC3M15fQ9mtPMmb { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:18.8125rem;width:34.9375rem;top:1.4993057250976rem;left:25.0625rem;display:block; }
#qEvRGFwdoy9yvQUvBuTscUDQs31rDXJP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.5611982345581rem;left:28.871528625488rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#VSwIuddFSTTC1GTJRmad1NUs4ZkLiBip { position:absolute;display:block;z-index:14984;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:36.8125rem;width:34.9375rem;top:7.021484375rem;left:25.0625rem;display:block; }
#iGgFwJwygPIJxBhcTxThhlkAxkFnDBDt { position:absolute;display:block;z-index:15008;background-color:#151515;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.875rem;width:28.1875rem;top:9.171875rem;left:28.4375rem;display:block; }
#gCzg7i1H8eQJUehFvlmF81ANF41Q2FHu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:400;z-index:14985;line-height:1.3;letter-spacing:0;top:1.4973964691162rem;left:34.310981750488rem;height:5.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLTsaoxz4foQlzZIfM2irm1UTwAZCArD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2099609375rem;left:40.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlt53B0lM9yI2KOOKKZMIoCsnDWP5HFm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.5611982345581rem;left:46.061199188233rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#Gwm1pxiu2JlbUDKukk36wvyoAFFNEFNB { position:absolute;display:block;z-index:14979;border-top:0;border-left:0;border-right:0;border-bottom:0;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:28.8723965rem;top:13.750001907349rem;left:0rem;overflow:hidden;display:block; }
#KvEAnDQMfx50sFuyPJh2n0mTPa9uPZTw { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38.076171875rem;left:28.84375rem;height:2.9238375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y0JdqwhhaQCsKd3ziytU1E2p4FECq2y2 { color:#f6d000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.0999999046326rem;left:0rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-form-header { font-size:0.75rem; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-regular-label { height:auto;display:block;font-family:sukhumvit;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-text {padding-top: 0; padding-bottom: 0;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-select {padding-top: 0; padding-bottom: 0;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#ff2e5b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;height:3.875rem;font-family:kanit;overflow:hidden;box-shadow: none;line-height:.7; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]:-moz-placeholder { color:#808080;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]::-moz-placeholder { color:#808080;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]:-ms-input-placeholder { color:#808080;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]::-webkit-input-placeholder { color:#808080;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;line-height:1.3;font-size:0.9375rem;font-weight:700;color:#37dc8d;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-container:first-of-type{padding-top:0;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-container:last-of-type{padding-bottom:0;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:30.34375rem;top:10.490234375rem;z-index:15018;position:absolute; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js {display:block;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:30.34375rem;top:10.490234375rem;z-index:15018;position:absolute; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #JaAImZzIBTeqVsR9F9qVNnm7CVcRS47c { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #D6SsDf176A5AZcXkZNLwGC0y5nQ3yTmx { position:relative;display:block; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #LdlRZyTAVNKZ5fNtzQPKCMZ0Jvst6TKC { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #V3Vu0GSnwecA71yOg8InTUNaHr1HokaA { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #hdTm76npcscSyORyVZ54RPFxMMAgkkXa { position:relative;display:block; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #upvEE1x32mTUcX7cuiVqLdxWRP1B4aQB { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #ixHXzrw0IqTFPIqt8xCIVBUllRdenEMR { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #UHcvRagK6FTX5aaHAaG82bDXpLTeyo7B { position:relative;display:block; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #dS8lSnEv6Gn3LTHxkKAHRNImQMym5eDZ { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #Zwfxqwa8wkHcXIAf8lxZ0dkZSkcAGKLP { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #H1KhfFDAUzL3TuuiWSEi4WNtOnfhJxA5 { position:relative;z-index:2; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #L0Fxkf5ggr1sLcIRmw2t8KbgixNR7ITE { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #o3g9u2O8w9Ki3afz1Dh73a9S39ZOabtJ { position:relative;display:block;z-index:15000; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #DkQ5IhwnBCUAKoBLQy3MyMtTFTMsKLbO { position:relative;display:block;z-index:15000; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #aSAng9mGuXF1JP7AsKrJIw6kT8ScQeNT { position:relative; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #uPLLRkF1xMK0dLGuK6COE9dNXDTG7FkO { position:relative; }
#ldwFUTiy50EOIO46nCDJ3TqEDcQuiXZi { position:relative;display:block; }
#SzsvQ4bLdZ4knhVvXemVTZDk2zv2mNBZ { position:relative;display:block; }
#MdTGMO5QoI607Q0JTP0FZ78TEop5MphC { position:relative;display:block; }
#WZE1RZVgrLmDOuMK10QCclcehETELPw2 { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Xt99G5Rg4EWBZhJDw6yrsVIGuZInncas { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GokxpCA2UphBMD8xMlZgnUXWMKyhrOGp { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RKq4unpLCck2N4mtf8Nh3yNxNCxr6Rvn { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bxircQ47sbM6BAXcGtP34CwRuhWg718W { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CxFD4TTsPoQbLMkzexqg8zJ6DNVSafR9 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #p61S73Wn5uvrOxRRdigJIEnoCHgiFyN3 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #aVrgAXxDttPGOXRKM4uO3q86rlwDIdqb { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #L5wyifq3uNCJ6eWdWfRa3WPeLUdkp7sa { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #upyoawUsdcWGzQJznFsTgvUU55vxiK36 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #JLgOXfJOIvLvcq8NNglatNoWc2Pyqzaf { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hC7xrPJIKopgsRmLTvPpfsRhpmhusoSD { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KQKR3AOCPzs4h4tWUGTw0fppg9WMLPMd { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #MCHd9K2Xtxr9pAGCWUdQcfVpPF9Hp1X7 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TPtLQolCFJJNbbGcbsk45wydfiw5udo5 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hUcOpawWOfc1S41BguzPqik7RhaDeOfO { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #rwMAdONVJn75ocAr5dL0ozCTatRkRFa8 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #cydIFOyiReF0GU7lZdVJ6X8NEWOZEaGZ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xG7zrHd2GGX4rxbVO0udbTKHToRTAe6m { position:relative; }
#EWkbzTflsb5kazMAI0KQL864XwbbOyti { position:relative;display:block; }
#iJTd3T5sT3HGGWJS6dKosP6g10sQtTIM { position:relative;display:block; }
#TQ5AUIO5JRSfZcrB7hzBQbOv8ioTD5ZR { position:relative;display:block; }
#qRQez7vn6qT4kJJCnOtW4PA5UUWLF7vq { position:relative;display:block; }
#qRPoCkys0CVTNwukxdMMEFNCfu77STpl { position:relative;display:block; }
#BCl6u2nyhS0mBzpmxWqBMSBgilxbPWaO { position:relative;display:block; }
#UFWrFpa76dGbHtQ0SZRTz4emexWZG0aG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.5611982345581rem;left:28.871528625488rem;height:3.00625rem;text-align:center;text-align-last:center;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #00608b);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #00608b);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #00608b);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #00608b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#00608b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#00608b' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #00608b);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:78.6875rem;width:60rem;position:relative;display:block; }#A3DL9xyvhlmz55IN6e1BzZM2MsS8TDPW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:14988;line-height:1.3;letter-spacing:0;top:6.677085876465rem;left:11.15625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCf42TkHQVdppiAq5HXThAmVFIXexwKw { color:#ff6c48;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2492189407349rem;left:17.83749961853rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#UVIar7nxbUKr1H6NQ7utKdbkb6pC8tRD { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1236991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:8.9375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#pXQPTrGH8JMTXIceTdTlwH1nZWT7Gc9u { position:absolute;display:block;z-index:14987;background-color:#ff3500;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:4.5625rem;width:34.4375rem;top:6.4375rem;left:12.78125rem;display:block; }
#Ts1H8QA0lxhCurENqJu9uvnTkduEQPZm { box-sizing:content-box;color:#ff6c48;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.57421875rem;left:14.625001907349rem;display:block; }
#T1gdOIuqdmyGlTtaIE53aX38AtC0FeBD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:44.193795919418rem;left:0rem;overflow:hidden;display:block; }
#va1FksuHlwu4T7wTnTJ1rqv5q2DS5R7s { 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:5.43728125rem;width:6.8120625rem;top:20.811632156372rem;left:53.186847686767rem;overflow:hidden;display:block; }
#q23Jl0wQt8CbDhB5TLtgaiCTnwToLkO1 { position:absolute;display:block;z-index:14976;background-color:#00608b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:9.5625rem;width:42.6875rem;top:8.5rem;left:8.75rem;display:block; }
#hW6WuIwzpU1mhoDyOTE7JR8BM4Znq2OT { position:absolute;display:block;z-index:14975;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:9.125rem;width:42.6875rem;top:2.0625rem;left:8.75rem;display:block; }
#i8v3mdrfm5elSndvFdFEd6GocZ3chXf8 { 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:6.5625rem;width:5.5618104934692rem;top:12.5rem;left:47.75rem;overflow:hidden;display:block; }
#ZdL9QKTpBm3CTTB2lcE7FyIrm2EA8RSk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:17.6875rem;width:26.9375rem;top:55rem;left:32.5rem;overflow:hidden;display:block; }
#x1Wm2VHQEO9U3a1tdCdW7qoZuSdGp8gq { position:absolute;display:block;z-index:14978;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:47.8125rem;top:20.81093788147rem;left:6.09375rem;overflow:hidden;display:block; }
#qg1ZTyUdsBb8sxHAt2LMRvT0sPsANcMg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.061580657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:14977;line-height:1.6;letter-spacing:0;top:31rem;left:12.875rem;height:13.1997rem;text-align:center;text-align-last:center;display:block; }
#Ountg8WX1PcZ73oFsJLttPnewGfubP0d { position:absolute;display:block;z-index:14984;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:4rem;width:31rem;top:31rem;left:14.5rem;display:block; }
#XIutwOAyivTwf79NvxVNTvWbqIxTmk6f { position:absolute;display:block;z-index:14981;background-color:#f6d000;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:3.9993104934692rem;width:28.937269210816rem;top:31rem;left:12.8125rem;display:block; }
#dBx4RbiupPuOwMQvFGnTP3pQthIRADac { position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:4rem;width:30.9375rem;top:35.60000038147rem;left:14.531251907349rem;display:block; }
#rizQg8sG2FP6JZDFGq1hf4a13F3WbZWe { position:absolute;display:block;z-index:14980;background-color:#f6d000;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:3.9993104934692rem;width:28.937269210816rem;top:35.625rem;left:12.8125rem;display:block; }
#eEvOu6dBpDOUvV4rdDC02C1v99kafOPs { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:4rem;width:31.25rem;top:40.25rem;left:14.4375rem;display:block; }
#yNqCy5zu3U8957kzdelhmmUlP0t1sDUk { position:absolute;display:block;z-index:14979;background-color:#f6d000;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:3.9993104934692rem;width:28.937269210816rem;top:40.25rem;left:12.8125rem;display:block; }
#egFoeDNSJ1hiWRnLn2NedR26pO0HQpG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:59.5625rem;left:3.0625rem;height:8.77345rem;text-align:center;text-align-last:center;display:block; }
#IVAT5GHdvHT3ZrBlEyQ371ohk5U0LhE8 { 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:9.6875rem;width:10rem;top:13.05121588707rem;left:0rem;overflow:hidden;display:block; }
#ldM8d7uNTrJMeLByw0CeDG6o500wuLw5 { background-color:#f6d000;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.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6245625rem;height:4.12435rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:47.375rem;left:9.5rem;display:none; }
#ZQ0znc59OIgld4uhRWnrgnQdRW1ZsCkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHdd7P4xFkG5VyMfSmEal4kNB3aTq90M { background-color:rgba(var(--color-secondary-1),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.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3109375rem;height:4.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:49.487501144409rem;left:18.93593788147rem;display:block; }
#PpLaG3xCv1y9GCBzEFG88JOVMyf7JiKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWq0KKpToMzoT8TdH0PWZvC3dTp6bfTq { color:#1e1581;display:block;width:50.1851875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:74.060937881469rem;left:4.9070320129394rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FcXydSrmdzIJJhHGXo74F5M2Tqq2JTrQ { position:absolute;display:block;z-index:14985;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:13.0625rem;width:34.75rem;top:57.4375rem;left:0.5rem;display:block; }
#Ci2ZAVAFumUF48OF0T6mgXZfoIPIVRcB { box-sizing:content-box;color:#ff6c48;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.57421875rem;left:40.362501144409rem;display:block; }
#XNLroRtM6898gT17AgayuUQQg5CfzcyT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:32.14687538147rem;left:15.39296913147rem;height:1.70605625rem;display:block; }
#soZ3T64yMRptGDBQVDoqweFNsycE5GbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:36.78750038147rem;left:15.39296913147rem;height:1.625rem;display:block; }
#plTy9xTJVOsmT6BFcBJCxMQPBgZSgtLu { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:46.061719894409rem;left:15.39296913147rem;height:1.625rem;display:block; }
#eBTenRw6nZ2mz1dQQldK9rHvaG8TC0rN { position:absolute;display:block;z-index:14981;background-color:#f6d000;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:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:3.9993104934692rem;width:28.937269210816rem;top:44.875rem;left:12.8125rem;display:block; }
#uPdxlbe8lg0wTKS9uIlfSPt8Q67rE3D2 { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:4rem;width:31.25rem;top:44.875rem;left:14.4375rem;display:block; }
#CFngyyFEbqACXkmlTm09HQk0bRm3phlJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:41.39687538147rem;left:15.39296913147rem;height:1.70625rem;display:block; }
#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 { 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; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container { background-color: transparent; background-image: none; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container > .video-iframe-container { display: none; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row > .video-iframe-container { display: none; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .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); }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container { border-width: 0; border-radius: 0; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#uEFKiCdBPlilDWAqJWNGJLoBHRmZJshs { position:absolute;display:block;z-index:14990;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.25rem;width:55.75rem;top:1.1556015014649rem;left:2.1245651245117rem;display:block; }
#sZnfVvlwwTgISTTDWOH7Rz5cs6SvTn4a { color:rgba(var(--color-primary-0),1);display:block;width:48.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:5.1755647659302rem;left:5.9691848754883rem;height:3.7373rem;text-align:center;text-align-last:center;display:block; }
#JfnIcB8usfGmEeaA2mVJonQBsbNroaWe { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.8446178436279rem;left:7.3741321563719rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#csTsrzx6qJim6Ora2Tt3dDLFJJyeF5Tq { box-sizing:content-box;color:#020202;font-size:3.125rem;font-weight:400;line-height:1;height:4.4984375rem;width:4.4984375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.1554632186889rem;left:4.3718757629394rem;display:block; }
#lnNFZgZlLSv8epMHfVsFhvAhMkQHvxnr { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:30.6875rem;width:59.8125rem;top:4.8437576293945rem;left:0.060979843139649rem;display:block; }
#JK66ApZUMRcZpx3u8uxdq9uFUEONu1Lp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.249125rem;width:16.936875rem;top:16.561414718628rem;left:41.792537689209rem;overflow:hidden;display:block; }
#kLhz7QXKPvy6waVdOsCqwRsOyO23AePo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:12.125rem;top:16.684679031372rem;left:2.1223964691162rem;overflow:hidden;display:block; }
#fruHAbQq8wkw2XhcosSTNSXtTIoRifPy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:28rem;top:11.434463500976rem;left:15.873481750488rem;overflow:hidden;display:block; }
#BBlD13utLTuTGmXEmwOnuVgqZn9I0wnt { 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:42.4375rem;width:60rem;display:none; }
#DI063yqLVx3msZd5vMmi5phWJfnSZJZQ { 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:42.4375rem;width:60rem;display:none; }
#xMSNMPX6b4TdyevzvL6m1DWewTIswysS { 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:42.4375rem;width:60rem;display:none; }
#dx7dMPtqD64c94xAXRK5iRwa6SwTRKaT { 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:42.4375rem;width:60rem;display:none; }
#l02PQ6yXDRfrObarDPRw5VHAPM6zHhZl { 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:42.4375rem;width:60rem;display:none; }
#L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea3612;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; }#L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS > .row .container { border-width: 0; border-radius: 0; }#L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:none; }#XFC5s4itNE4pJnbGqu4oTIZ5HFqPQL3I { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;box-shadow: none;height:3.375rem;width:55.75rem;top:1.28125rem;left:2.125rem;display:block; }
#U9awZugfItH6T2dxJaWIPGAhMrZdJ0rp { color:#f84343;display:block;width:51.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:1.53125rem;left:4.125rem;height:2.8875rem;text-align:center;text-align-last:center;display:block; }
#BU12Lg6JlL1e3OmBs1LzJm1xmpW8BNkT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.5312490463257rem;left:4.1242179870606rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQGxGUU0WTzrQdRPWRf4PfMIW5cXQUCn { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7056;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; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container { border-width: 0; border-radius: 0; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#T01FblyKFC7G2lD1RQUBBJakMHfk2xv9 { position:absolute;display:block;z-index:14988;background-color:#ff9784;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.125rem;width:20rem;top:1.6875rem;left:20rem;display:block; }
#ZgZzCucEiVGXbFJ8AXR6JQioaLSERJth { position:absolute;display:block;z-index:14987;background-color:#ffe7e3;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.125rem;width:20rem;top:1.6875rem;left:40rem;display:block; }
#u63E4SqrGWzz6cKRlmXu6qMvTVBGidhO { position:absolute;display:block;z-index:14989;background-color:#ffe7e3;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.125rem;width:20rem;top:1.6875rem;left:0rem;display:block; }
#pD4tWU7x55ywWeAPKPxKAtdBkQgghrKV { position:absolute;display:block;z-index:15001;background-color:#43809b;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:5rem;width:19.8125rem;top:19.375rem;left:0rem;display:block; }
#T2UafOlIEptWG6HLL0M30U7UHOX759Aq { position:absolute;display:block;z-index:15003;background-color:#43809b;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:5rem;width:19.8125rem;top:19.375rem;left:40rem;display:block; }
#TC3hvItb12KJO67CL7D3Ew9XdGg5JAAM { position:absolute;display:block;z-index:15004;background-color:#43809b;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:5rem;width:19.8125rem;top:19.375rem;left:20rem;display:block; }
#Ne1AJatzXIcFJJxl1FDzv5vMCEHorJFX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:20.875rem;left:0.5625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:block; }
#zceUSFGrV8TkVlNNT5pgJvCHJ5GJr46m { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:19.875rem;left:20.5625rem;height:3.83333325rem;text-align:center;text-align-last:center;display:block; }
#eGKJNfmphfWgeN8wxNcrxPGNPGyyGbG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.875rem;left:40.5625rem;height:1.916666625rem;text-align:center;text-align-last:center;display:block; }
#I0wTwEOIHLedhfJ40TtNMQ044ADb3lms { 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:14.0625rem;width:20rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#x38KeU7d3sthU1RFZfMezmrbFM5bLou1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:18.6875rem;top:3.6875rem;left:20.5625rem;overflow:hidden;display:block; }
#PKRUISvnoai2dCxKwL2J8pVr3UPHDrOD { 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:15.1875rem;width:17.9375rem;top:3.6875rem;left:40.5625rem;overflow:hidden;display:block; }
#uanp1PtVzLK3g6A4eEl80R9lwZRPfzZa { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.374080657959rem;width:20rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7056;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; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container { border-width: 0; border-radius: 0; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:none; }#CRAGOoNUPgA4qHQ4AJRz5uzwMM8XroVK { position:absolute;display:block;z-index:14988;background-color:#ffe7e3;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.125rem;width:20rem;top:0rem;left:20rem;display:block; }
#MXJVERTbPhBhfrhrSboAGQzdoyi0oL9Q { position:absolute;display:block;z-index:14987;background-color:#ff9784;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.125rem;width:20rem;top:0rem;left:0rem;display:block; }
#KbXgihrGKBUUTnxTwgH8ohIn1yIbwL33 { position:absolute;display:block;z-index:14989;background-color:#ff9784;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.125rem;width:20rem;top:0rem;left:40rem;display:block; }
#QL3U7Pkd3uqB6e1y5gm6P9NZl3CL1lVL { position:absolute;display:block;z-index:15002;background-color:#43809b;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:5rem;width:19.8125rem;top:17.625rem;left:20rem;display:block; }
#f0ydp6SFnC0kiGl2zDAVkvZ3H4Mb5eaw { position:absolute;display:block;z-index:15005;background-color:#43809b;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:5rem;width:19.8125rem;top:17.625rem;left:0rem;display:block; }
#uZTA1ZqcCdw51TQKZyMZhW7sp7tTHvyi { position:absolute;display:block;z-index:15006;background-color:#43809b;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:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:5rem;width:19.8125rem;top:17.625rem;left:40rem;display:block; }
#He4y81Dm0tNbmqN9ThMzz498Ttps8ZOU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:19.125rem;left:0.5625rem;height:2.0588235855102rem;text-align:center;text-align-last:center;display:block; }
#OAWdfonP47TQXMhZg3w8P7D9MoMCxTfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:18.125rem;left:20.5625rem;height:4.1176471710205rem;text-align:center;text-align-last:center;display:block; }
#LMArvvQqa831J3kedXGyoyXSUVH3MNWF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:19.125rem;left:40.5625rem;height:2.0588235855102rem;text-align:center;text-align-last:center;display:block; }
#tHFPyU4VPVLrnkJ8VOtihy4tJD9rsxZu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:20rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#WtRse5Qb4oi5FHOb4kg7FV3Lzbiry1d9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:20rem;top:2.375rem;left:20rem;overflow:hidden;display:block; }
#WqllJ9mlf6nXRNN8gmkgyyncSgpWPqgS { 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:14.1875rem;width:19.8125rem;top:2.625rem;left:40rem;overflow:hidden;display:block; }
#sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ac0032, #ff89ab);background-image: -moz-linear-gradient(180deg, #ac0032, #ff89ab);background-image: -ms-linear-gradient(180deg, #ac0032, #ff89ab);background-image: -o-linear-gradient(180deg, #ac0032, #ff89ab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0032', endColorstr='#ff89ab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0032', endColorstr='#ff89ab' );";background-image: linear-gradient(180deg, #ac0032, #ff89ab);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T > .row .container { border-width: 0; border-radius: 0; }#sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:none; }#ytFPgBPS2CQ1RlVXPUK8nXvnoTCuQNbL { color:#0023b7;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.74);top:1.625rem;left:18.375rem;height:5.099825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m8Pwmw8vZZTqD1f0OstkTsVEQ1NlL7Wd { color:#25c4ff;display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.73);top:1.5625rem;left:32.875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxKCnUU0KL54LOf3FsOL2LOKHgHMuXhL { 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.5625rem;width:33rem;top:8.625rem;left:1.5625rem;overflow:hidden;display:block; }
#TkVOD6Tl2HU9lrVUEWXsDywKZRNmfeVp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.79);top:9.0625rem;left:35.125rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLEw1S1xTZzVopoXnTGVyCWusp9XywaQ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:24.875rem;top:9.9375rem;left:5.625rem;display:block; }#yLEw1S1xTZzVopoXnTGVyCWusp9XywaQ.adaptive-delivery-prevent-bg, #yLEw1S1xTZzVopoXnTGVyCWusp9XywaQ.lazyload, #yLEw1S1xTZzVopoXnTGVyCWusp9XywaQ.lazyloading { background-image: none; }
#UpNi6bnTE79AlXfF9Vlk3V0f0OtV1zss { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.79);top:12.8125rem;left:35.125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xn42DDzWR5c6oLc5RcNnn5TlhxrHFi7V { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:6rem;width:24.5rem;top:15.875rem;left:34rem;display:block; }
#uuEG5W42BzkuxV1Od1494NdSnTp7k0CM { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:16.80322265625rem;left:34.9375rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7BGr61nP7EQ6M638pRT3HTnO1v6rg9R { color:#00049b;display:block;width:11.0625rem;position:absolute;font-family:kanit;font-size:4.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.0625rem;left:41.375rem;height:5.0249rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c93Ndt5sxiTIASrZC7OByx8ZZx6KaHSx { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.79);top:23.5rem;left:35.5rem;height:2.5499125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWOzfhTG8NK0pdorMc0prEESVJhwCQPO { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(4,1,2,0.79);top:23.5rem;left:53.1875rem;height:2.5499125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f2sS86OdiO3D4WFK4xnoahTTB42wgT7H { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.4375rem;top:14.34375rem;left:11.84375rem;overflow:hidden;display:block; }
#NEAZwIC6pF3tA6PvunOnJup4cvaJMibf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.4375rem;top:9.9375rem;left:5.625rem;overflow:hidden;display:block; }
#ELinK2xy5gpNaF4SwoIICGvpFBM603I4 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.4375rem;top:18.8125rem;left:5.625rem;overflow:hidden;display:block; }
#T6ECg4wH4TsEzUbUxUuCtVKhTEPVCZ9o { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.4375rem;top:9.9375rem;left:18.125rem;overflow:hidden;display:block; }
#xUCLmP9lUaSL1QZrXJgAsy1XK5unxEsr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.4375rem;top:18.8125rem;left:18.125rem;overflow:hidden;display:block; }
#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6f7ff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #e6f7ff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #e6f7ff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #e6f7ff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7ff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7ff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #e6f7ff, rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container { background-color: transparent; background-image: none; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container > .video-iframe-container { display: none; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row > .video-iframe-container { display: none; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .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); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container { border-width: 0; border-radius: 0; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container { font-size:0.875rem;font-family:arial;height:287.3125rem;width:60rem;position:relative;display:block; }#MzLOzmTKTt1kmDCaItczfqmcWPdt7LJ0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:18.625rem;width:34.3125rem;top:11.625rem;left:0rem;display:block; }
#y61X1gA5n3DSoLvGyohtuyPP50iaV73s { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#wX4UalWZ4VxzS6PFin4oWTbyt5tbV3uu { position:absolute;display:block;z-index:15008;background-color:#ff0000;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.83) ;height:3.75rem;width:21.3125rem;top:63.6875rem;left:19.375rem;display:none; }
#rqghVJl3ufHksKs6hEhlqLFT53B41QAm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:31rem;top:12.75rem;left:1.5rem;overflow:hidden;display:block; }
#sZCAWAyTqFKeC5dyU1hZLgA0GP3XSOeK { position:absolute;display:block;z-index:15001;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.6873125rem;width:33.624125rem;top:7.8125rem;left:0rem;display:block; }
#Kh2hXwg2DSc2avwnAu4Z2aSQA5D3GtOd { position:absolute;display:block;z-index:15011;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.6875rem;width:33.625rem;top:56.875rem;left:0rem;display:block; }
#UqlSrhBTSTyTbtrgea1w1LIh7Qh7cqAo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9973965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:58.1875rem;left:1.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vLxE1fhR6bOnSXXHyqWhAsid4REEtJvb { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:18.5rem;width:34.6875rem;top:60.6875rem;left:0rem;display:block; }
#C31R9q2FR9gnc6dw88n32xMsLTt4ZPgC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:61.8125rem;left:1.625rem;overflow:hidden;display:block; }
#sTVMtcFsFdeQBocIdmuZ9yNhTQvoOvce { position:absolute;display:block;z-index:15016;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.6875rem;width:33.625rem;top:32.3125rem;left:25.375rem;display:block; }
#azVPPktDc1WnI3dckkUPZhqkc1179ITX { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.375rem;left:27.8125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#BnlMRT6JIuFrTMaSWZX39F3IVns2bXny { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.1875rem;width:34.875rem;top:35.6875rem;left:25.1875rem;display:block; }
#DdSgxx7FX6uQk6PwpXOcssqS23ml6sqp { position:absolute;display:block;z-index:15026;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:81.625rem;left:25.125rem;display:block; }
#fW2KQUWqZv8z2igZebd09gETLVR3HviG { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.4375rem;width:35.25rem;top:85rem;left:24.75rem;display:block; }
#dtIeyBSWTiTwAWeWfTbrMvI4aZewWKcM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:86.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#cxWJbn25rFe8oggzI0Q5lkWCOXky4R9X { position:absolute;display:block;z-index:15031;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:20.875rem;width:33.625rem;top:157rem;left:0.375rem;display:block; }
#fnsvn9DZLvvASaIgNPPTdlKLhuB2KXB0 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:18.75rem;width:35rem;top:160rem;left:0rem;display:block; }
#VPeBMIJH8HvrrDkvEDFr09BOVQp5C5fb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.1875rem;width:27.125rem;top:16.375rem;left:32.875rem;display:block; }
#Z9cv2XocR4LrSU1UFECy8rwBVDT3M21f { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.375rem;width:35.4375rem;top:65.75rem;left:24.5625rem;display:block; }
#Tkz9oZLNTXwWaTMZgh7GUQaJ2Z1c3u9M { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:67rem;left:35.4375rem;height:5.84960625rem;text-align:center;text-align-last:center;display:block; }
#M5suwPwfDcriXpH3E0ay06DP2MIQg7Lm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.3125rem;width:35.4375rem;top:41.125rem;left:0rem;display:block; }
#LQohCBdTWgAKMsLM8OyfwSmIMxGbT8S6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.375rem;left:1.5rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#xdTdfSJg8ZQC9KOiAE7evpXnIpMqCJHR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.8125rem;width:35.4375rem;top:189.5rem;left:0.25rem;display:block; }
#J1zPA0eMUTR4cd163xsoUZJ6uJ5GFdLA { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.625rem;width:35.4375rem;top:165.0625rem;left:24.6875rem;display:block; }
#ZA4nRoH1OWDL8BlCCxGCUuNFPzHIlPBI { z-index:15001;top:281.97578144074rem;left:21.750001907349rem;background-color:rgba(var(--color-secondary-1),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.059375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GhtrFkxk9I0ubefyBmFwvA4LvzVc2ZNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wc9upovTiQFDPBI2adEnnEep2akNBICK { background-color:#f6d000;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.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:#fafafa;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3748125rem;height:4.49978125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:200rem;left:5.625rem;display:none; }
#hCwmPNsz8hicvU7RHgTK7erEODKXzM6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dbsx4kAoRISnmynxPV8eQ8DFAEwIhkih { color:rgba(var(--color-primary-1),1);display:block;width:51.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.3927907943726rem;left:4.1243495941162rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUbqyeotEsW3bl2ZOx5i36gpqsavCmfR { position:absolute;display:block;z-index:14992;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.25rem solid rgba(var(--color-primary-1),1);border-left:0.25rem solid rgba(var(--color-primary-1),1);border-right:0.25rem solid rgba(var(--color-primary-1),1);border-bottom:0.25rem solid rgba(var(--color-primary-1),1);border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;box-shadow: none;height:4.0625rem;width:29.6245625rem;top:0.6875rem;left:14.875rem;display:block; }
#TUIZtQiyTLpNMapXJHckHPPec5pL3zsz { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.875rem;width:32.1875rem;top:36.625rem;left:26.5rem;overflow:hidden;display:block; }
#UGRHCZqtGnFTXObJAQKAZNFtKhT2zsgN { position:absolute;display:block;z-index:15032;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:181.5rem;left:25.125rem;display:block; }
#L3Sc5MBRSLbBHHBR2x38uQ7duIZl0E1s { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:182.3125rem;left:27.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#hmH3ktgFkAf5RXoSTWWVoIoBBbpWND6C { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.4375rem;width:35.25rem;top:184.875rem;left:24.75rem;display:block; }
#TGXr5RExidumAICxxH4TDMwDFZW4eRKx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:186.5rem;left:27.018751144409rem;overflow:hidden;display:block; }
#OQuBfTTG4IOl8qTG2FkGoZPydIk3SvV6 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.8125rem;width:35.4375rem;top:90.3125rem;left:0rem;display:block; }
#zTVRs62SqIStqyXkXAVoBJZF39T13N7K { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:192.4375rem;left:1.5rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#CdVKIB2WaVAPQbRKlWvob4K7awb6CCiZ { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:31.0625rem;top:161.3125rem;left:1.875rem;overflow:hidden;display:block; }
#vCCKH43BswZsehKIZ5NZKGTuAvvI4Lzf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:157.625rem;left:2.25rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#olcshHqANHrHHX7EUTqgomFLArWD3AIH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:167.18124961853rem;left:34.687501907349rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#t7iH42TIe2atVtt2XJBJB3qFyAtDelae { position:absolute;display:block;z-index:15038;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:207.375rem;left:0.375rem;display:block; }
#uTbJZzmn0zKBcXxi6Cug3eE3OpVHK81Z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:208.25rem;left:2.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#mRXOhRa0wXyNBFZBedFeDWXrNKAuaZMi { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.4375rem;width:35.25rem;top:210.75rem;left:0rem;display:block; }
#MbTWaNeWWHPxBIOh0wOwB56XNGJD7lxz { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:212.375rem;left:2.0179691314698rem;overflow:hidden;display:block; }
#twn0HFVCkuBL051wVJuQKP4rlWNFWv9I { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.8125rem;width:35.4375rem;top:216.0625rem;left:24.5625rem;display:block; }
#gcC0PSvWP5zp8e6Z8Ryb3uH2nsgeM5SW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:219.00625038147rem;left:36.67421913147rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#C499mQbdHyOinePX06Spp0vS62llsGSm { position:absolute;display:block;z-index:15027;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:107.125rem;left:0.25rem;display:block; }
#GGlXmQeEBsiwbQ1PItwGRThwy9dazonN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:107.75000476837rem;left:2.5625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#DZsRu8DGDNC3nMaxrVT3SqGvlIyPJsdh { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.1875rem;width:34.6875rem;top:110.125rem;left:0rem;display:block; }
#HeTMhEudnOVuHeLrOmPkIvdq7cPNB0uG { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:111.625rem;left:1.6875rem;overflow:hidden;display:block; }
#n22X2zdudaITksD22tzI70kPU2FUPisG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.0625rem;width:35.4375rem;top:114.4375rem;left:24.625rem;display:block; }
#sbWpqA8kaz9ukncIeIO60Nteac6QT8oV { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:116.10624885559rem;left:35.11171913147rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#a1ytkvTAHHBNrIrulwcmyQxRJ3TKhJ1q { position:absolute;display:block;z-index:15044;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:131.6875rem;left:25.125rem;display:block; }
#tXDLVfkNLc2T5VqCBJgaczbWDyHnvo91 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:132.6875038147rem;left:26.875001907349rem;height:1.86865rem;text-align:left;text-align-last:left;display:block; }
#M7uc6Rwg1ihqEsQzRBcp5cePCVShH82r { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.4375rem;width:35.25rem;top:135.0625rem;left:24.75rem;display:block; }
#OVUBGkQPHmqsKPuFiT08nFTxdiodoAzT { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:136.68749427796rem;left:27.018751144409rem;overflow:hidden;display:block; }
#sSVAPopHzqbNvmuEOF6l1EISNDaFX5Ue { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.8125rem;width:35.4375rem;top:139.6875rem;left:0.25rem;display:block; }
#XN5VzwpDqaTbv3UEQSL9ydpv7WylNb3W { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:141.90000152588rem;left:1.5rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#y85dktd7G91yRCm2bWt64sGoCuQRfV3T { position:absolute;display:block;z-index:15033;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:258.5625rem;left:0rem;display:block; }
#U3ccKtomagON1Sgl3JGCDRTSJNgxfwNH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:259.3125rem;left:2.5625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#sasbu8rNn5nvOVszpWb06q5DDso1IDcU { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.1875rem;width:34.6875rem;top:261.3125rem;left:0rem;display:block; }
#lb5V3oMUf1EFHv2fvETFDI9DG4tTJU85 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.1875rem;width:30.875rem;top:262.81172466278rem;left:1.71875rem;overflow:hidden;display:block; }
#OFAKWFHRbEeUu07BgkS98yeMiy85POrM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.0625rem;width:35.4375rem;top:266.375rem;left:24.5625rem;display:block; }
#mJM8lL36cKFmnA16cEgQVgnF0OpTKLB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:268.8125rem;left:35.687501907349rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#Qq8CHlTLObk8k0V0cXTuPmPEUuZQh1TG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:92.5250377655rem;left:1.5rem;height:5.84960625rem;text-align:center;text-align-last:center;display:block; }
#OhrKDOannUFuapWUha0OMML3Pg1nZvqs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:82.4375rem;left:27.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#apkeUT51n6UycB7Lcyp7F5Hmm51FqBrT { position:absolute;display:block;z-index:15038;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:21.375rem;width:33.625rem;top:233rem;left:25.125rem;display:block; }
#mKBcfNFTAJSzwaksdstqOoHe4aGoXtQh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:233.8125rem;left:27.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#odIyBGzDK8EV12BoTqVVqPr5scB2ZNfn { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:19.4375rem;width:35.25rem;top:236.375rem;left:24.75rem;display:block; }
#MTszl8yLxPuhXedweCkffJnQU6Ob5nf6 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:30.8125rem;top:238rem;left:27.1875rem;overflow:hidden;display:block; }
#To16zNDzPNMVSFVgcZdLZSwKdJh8SBVW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.8125rem;width:35.4375rem;top:241rem;left:0rem;display:block; }
#Qt4RCe0xpvWNPiwbeqho6JBSO9SsTTOD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:243.21249961853rem;left:2.6546878814698rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#R7fAHJnSB8ufCHi2bffeGIZS0odNxLF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:17.25rem;left:34.6875rem;height:7.3120125rem;text-align:center;text-align-last:center;display:block; }
#H40A43EhgzafBdi9UF839VqlGGeioZCS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:5.8124881386757rem;left:21.093751907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#f9VKNwadCPxbxS5UN1yBl4bTm1g0E1G7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:27.76220703125rem;left:10.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uoeGuBFxL0lfZDcTDir1l7dta1zFgLmU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:52.2626953125rem;left:36.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ct4nI5iSmxlZPRLM1sNfPKfow6De4za3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:76.7626953125rem;left:10.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2FN6hn6WnaRC8XS9JAT4QbbobRcXBke { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:101.5126953125rem;left:36.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5h7hspUaKpDgnRdD5UHUAKNtpT4oOtV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:126.5751953125rem;left:10.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJtSffWZMqbCNv4ByXTasIVTvakN0nLV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:151.6376953125rem;left:36.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NFWH0DRO6bkw5UTRlim8DLdMKJKaAxaX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:176.1376953125rem;left:10.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GbT5VhzXLb9FlFgTxBxMNDqv0qRSrqc4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:201.4501953125rem;left:36.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ld5ikmKLBhLCKKA1x5PQnMhM1o3DCNNF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:227.3251953125rem;left:10.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmvqwTL9srpFmidUZPcV00mf1GLFTkPt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:252.9501953125rem;left:36.875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oO1cchrL6SExI6TqpwxCd9z0oPxS467K { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:277.76171875rem;left:10.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf6ff;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; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container { background-color: transparent; background-image: none; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container > .video-iframe-container { display: none; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row > .video-iframe-container { display: none; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .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); }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container { border-width: 0; border-radius: 0; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:60rem;position:relative;display:block; }#e6xB4kKw60vgeuKTxboanZAENwVV7ztq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:28.375rem;width:42.625rem;top:1.25rem;left:8.6875rem;overflow:hidden;display:block; }
#TIXUAp0COFP2Z8OCRLtGd5Ly5ab5TKRc { position:absolute;display:block;z-index:14992;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.25rem solid rgba(var(--color-primary-1),1);border-left:0.25rem solid rgba(var(--color-primary-1),1);border-right:0.25rem solid rgba(var(--color-primary-1),1);border-bottom:0.25rem solid rgba(var(--color-primary-1),1);border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;box-shadow: none;height:20.0625rem;width:55.75rem;top:14.875rem;left:1.875rem;display:block; }
#B2QynLToRwSoSp0M1N4qRza99WmhWiyN { color:rgba(var(--color-primary-1),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.625rem;left:4.375rem;height:2.975rem;text-align:center;text-align-last:center;display:block; }
#ck1QwDgLaAOsHU1ICirtoSpTpzt6wbKg { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6d000;border-left:0.25rem solid #f6d000;border-right:0.25rem solid #f6d000;border-bottom:0.25rem solid #f6d000;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:36.25rem;left:1.875rem;display:block; }
#O2pSgBZfWp14QZQ5CV1aXd53zn3eeqeU { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:37rem;left:4.375rem;height:2.44970625rem;text-align:center;text-align-last:center;display:block; }
#BB7sdfqhlee6kpcEXpJbCE46NNK0QnUT { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0.25rem solid #f6d000;border-left:0.25rem solid #f6d000;border-right:0.25rem solid #f6d000;border-bottom:0.25rem solid #f6d000;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:block; }
#rENM1S1zPnnWTrIqSUly3KtJLn2anGe6 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:41.5rem;left:4.625rem;height:2.44970625rem;text-align:center;text-align-last:center;display:block; }
#K5Os8eO2e82iOvypDpfZNuUXLPSKV6Xo { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6d000;border-left:0.25rem solid #f6d000;border-right:0.25rem solid #f6d000;border-bottom:0.25rem solid #f6d000;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.4375rem;width:55.75rem;top:45.187255859375rem;left:2.0625rem;display:block; }
#Mlfx37QRikPfBZmcpN9VKbs092MGGMHf { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:45.9375rem;left:4.625rem;height:2.44970625rem;text-align:center;text-align-last:center;display:block; }
#k6H6oBfh8ig1e0pM5ta5o08ym9EFxCnl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6d000;border-left:0.25rem solid #f6d000;border-right:0.25rem solid #f6d000;border-bottom:0.25rem solid #f6d000;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:55rem;left:2.125rem;display:block; }
#AV692k0uSwDt18cIWEsEGtw2yJ3MehvV { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:55.75rem;left:4.625rem;height:2.44970625rem;text-align:center;text-align-last:center;display:block; }
#BolI2ATqsihK5nBq2h1zB6UsgZntFNct { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6d000;border-left:0.25rem solid #f6d000;border-right:0.25rem solid #f6d000;border-bottom:0.25rem solid #f6d000;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.625rem;width:55.75rem;top:49.875rem;left:2.125rem;display:block; }
#JBpkTslp8g1Bb4BxaW1gbTS8KJOBhaug { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:50.624786376953rem;left:4.5616321563721rem;height:2.44970625rem;text-align:center;text-align-last:center;display:block; }
#SgXIgkZmSdBVDRtnqptt2dGaH1F51KG4 { position:absolute;display:block;z-index:14995;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.25rem solid rgba(var(--color-primary-2),0.36);border-left:0.25rem solid rgba(var(--color-primary-2),0.36);border-right:0.25rem solid rgba(var(--color-primary-2),0.36);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.36);border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:none; }
#xqHpZtfLT3eUwmMzg6v1JE80oTm6wmWu { position:absolute;display:block;z-index:14995;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.25rem solid rgba(var(--color-primary-2),0.36);border-left:0.25rem solid rgba(var(--color-primary-2),0.36);border-right:0.25rem solid rgba(var(--color-primary-2),0.36);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.36);border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:none; }
#wvJX4DWWIM6XL4gakSls4DRyGAMuulMt { position:absolute;display:block;z-index:14995;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.25rem solid rgba(var(--color-primary-2),0.36);border-left:0.25rem solid rgba(var(--color-primary-2),0.36);border-right:0.25rem solid rgba(var(--color-primary-2),0.36);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.36);border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:none; }
#nWzOzCeBai3mxgdnFRs2KortN30aQolW { position:absolute;display:block;z-index:14995;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.25rem solid rgba(var(--color-primary-2),0.36);border-left:0.25rem solid rgba(var(--color-primary-2),0.36);border-right:0.25rem solid rgba(var(--color-primary-2),0.36);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.36);border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:none; }
#xUdaWJxe0PmfcETsDTgAwdmvLe2x6zCz { position:absolute;display:block;z-index:14995;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.25rem solid rgba(var(--color-primary-2),0.36);border-left:0.25rem solid rgba(var(--color-primary-2),0.36);border-right:0.25rem solid rgba(var(--color-primary-2),0.36);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.36);border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:none; }
#eBonTcWoqP3UovwhTpVSfd2u4qEBD2Q5 { 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:9.5rem;width:8rem;top:2.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#OxNgZbgkWME3dSTeNyMhQxRJHo7GoSMO { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4361875rem;width:60rem;top:26.872831344604rem;left:0rem;overflow:hidden;display:block; }
#cwUTdrNSMFzneGpafGzGFQC9XqCNUfXo { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:60.125rem;left:4.625rem;height:2.44970625rem;text-align:center;text-align-last:center;display:block; }
#aJa9qbNbttWfnZS0rW0RHz7DQT989V3T { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f6d000;border-left:0.25rem solid #f6d000;border-right:0.25rem solid #f6d000;border-bottom:0.25rem solid #f6d000;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:59.375rem;left:2.125rem;display:block; }
#D5Cm9CMtSP11RZMCgiWZ0O1hTP4eVVu8 { position:absolute;display:block;z-index:14995;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.25rem solid rgba(var(--color-primary-2),0.36);border-left:0.25rem solid rgba(var(--color-primary-2),0.36);border-right:0.25rem solid rgba(var(--color-primary-2),0.36);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.36);border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;box-shadow: none;height:3.25rem;width:55.75rem;top:40.75rem;left:2.125rem;display:none; }
#MUL7QTRpTFTAFeh9pDaqGeAM189W5tN0 { z-index:15001;top:65.534931182862rem;left:20.341796875rem;background-color:rgba(var(--color-secondary-1),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8123125rem;height:4.18728125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZrxJtTWPK2uXlidgmDmkbgbQVMmTNpM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLsGlNoDuFQEEVyAIizeNZkhgavS0sAH { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:45rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#gf6AcSRfIa1VqZUanRlP1niguueMpkfe { position:relative;display:block; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe { background-color: transparent; background-image: none; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .row .container > .video-iframe-container { display: none; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .row > .video-iframe-container { display: none; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .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); }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe { border-width: 0; border-radius: 0; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .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; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .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:35.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rIuWGgzdpUXWTkW83MmUyeRUnd2vBDV5 { color:rgba(var(--color-primary-2),1);display:block;width:23.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:6.9335803985594rem;left:35.437282562256rem;height:4.11255rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7gSnKrlRyxdAetk2VzQ2iIAc1eeP9xm { 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:19rem;width:24.1875rem;top:15.375000476837rem;left:38.312501907349rem;overflow:hidden;display:block; }
#TBZbh8DDu6UK3Oc9rHNCJnflaEs4CMgS { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #007bff;border-left:0.1875rem solid #007bff;border-right:0.1875rem solid #007bff;border-bottom:0.1875rem solid #007bff;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:9.375rem;width:49.0625rem;top:24rem;left:0rem;overflow:hidden;display:block; }
#Q1ko6JERZuDLww0NNsTncFui31WbHMVJ { 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:27.6875rem;width:33.625rem;top:0.58670043945312rem;left:0rem;overflow:hidden;display:block; }
#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eaf6ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eaf6ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eaf6ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eaf6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#eaf6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#eaf6ff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eaf6ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container { background-color: transparent; background-image: none; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container > .video-iframe-container { display: none; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row > .video-iframe-container { display: none; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .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); }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container { border-width: 0; border-radius: 0; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#UQR6QWo8QTBFv0MpgwcH1dGT42SypWX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:1.7054691314698rem;left:15.156251907349rem;height:6.649875rem;text-align:center;text-align-last:center;display:block; }
#p1FHbp5J1qpWi30TwgWfGw9Zmqd3W0r8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.1875rem;width:6.375rem;top:1.4375rem;left:15.125rem;display:block; }
#GMaAFCgheoyVzwOr4ryRF47NfTRpIfaB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.1875rem;width:6.375rem;top:9.25rem;left:15.125rem;display:block; }
#a1V2T9tdXa2HaHT58i4LLDV5CizrTMwp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.4375rem;left:15.812501907349rem;height:6.649875rem;text-align:left;text-align-last:left;display:block; }
#PSU4lqetWpffLoBu8IT5OLnpiTm1Xu8R { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:19.687501907349rem;left:7.6875rem;height:3.41254375rem;text-align:center;text-align-last:center;display:block; }
#TRTU78WiXM9iGOX9BaG2RAV6z1sXPfQR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:18.831250667572rem;left:8.73671913147rem;display:block; }
#DLngQU0h25zo1WtKrmpS1vHMtJ1e9eeg { position:absolute;display:block;z-index:15001;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.1875rem;width:6.375rem;top:1rem;left:10.75rem;display:none; }
#QCTOFGBBl35XHPFkxhMii3uJzHecUGm8 { position:absolute;display:block;z-index:15001;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.1875rem;width:6.375rem;top:1rem;left:10.75rem;display:none; }
#eadzxQBVKumFSkknSGnVVGyOuUFGezWx { box-sizing:content-box;color:rgba(var(--color-secondary-1),1);font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.1866703033448rem;left:7.5187492370606rem;display:block; }
#S2LIWLis2AFrptywI1RQHSIhUwffWnFE { position:absolute;display:block;z-index:15004;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:7.25rem;width:30.4375rem;top:1.375rem;left:22.0625rem;display:block; }
#pVzQ4TCVhFcnhez0kH8Q3aDZP2l7wMfT { position:absolute;display:block;z-index:15005;background-color:#f6d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:7.25rem;width:30.4375rem;top:9.25rem;left:22.0625rem;display:block; }
#c7KGrAU7Ticiea0pAwqlpfMcLIVmmSxh { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:4.9375rem;width:47.6875rem;top:18.9375rem;left:6.9375rem;display:block; }
#UTQ9iaoU8XrTN0sxdaHe9k9CpqSfsFJq { box-sizing:content-box;color:#67bbc5;font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.1875rem;left:1rem;display:none; }
#oeiuldkHgtEqMX6bx530G8ziS2GaxT5I { box-sizing:content-box;color:rgba(var(--color-secondary-1),1);font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:8.6249504089356rem;left:7.4874992370606rem;display:block; }
#NTG0Ec5pNcrcemaXPP9l90IpkHlZtHnp { box-sizing:content-box;color:#67bbc5;font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.1875rem;left:1rem;display:none; }
#CBtrmqfkVdn894DyNrCpp3E0CtQC3kgd { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4375rem;left:23.5625rem;height:6.649875rem;text-align:left;text-align-last:left;display:block; }
#OWhuGk38PnheaT9JrARhGRegAGEPTOF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.5rem;left:23.9375rem;height:6.649875rem;text-align:left;text-align-last:left;display:block; }
#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { background-color: transparent; background-image: none; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container > .video-iframe-container { display: none; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row > .video-iframe-container { display: none; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .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); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { border-width: 0; border-radius: 0; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#CrxFiXNsnHTcmo1JPQ4qyA0b2rzUleeg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:23.5625rem;left:0rem;display:none; }
#xKLB2pdqDcwa1l0JN7gVAFo15NPS02E8 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#zzkbQqOn89rrA7atH0yOBsl2PXIaGta6 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:10rem;left:16.75rem;overflow:hidden;display:none; }
#oeGv4NeAUUaiOhBMP8T6ywAcTkCwPe47 { color:#01074c;display:block;width:34.375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875009536743rem;left:12.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ig6RxMKhGceFqwyPGM2uo4PsM4GavAXF { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:32.500001907349rem;height:5.84960625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEAS21aKnFtdkwpdvXtGVwbZKz3kXSvB { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:14.8125rem;width:26.875rem;top:8.0625002384187rem;left:31.093751907349rem;display:block; }
#u1UNeTi0XRXvnPCH84mcEEIZwT8NTVpJ { position:absolute;display:block;z-index:14998;background-color:#01074c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:6.6875rem;width:25.8125rem;top:8.8187561035156rem;left:31.625001907349rem;display:block; }
#weUIeFxftS0FaqHpNBPapCxsnen9RCJH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.309375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:16.331249475479rem;left:35.37656211853rem;height:1.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBtEKpH2Tf6Wfth7INRUqgqV8LgeTu44 { color:#a40000;display:block;width:18.309375rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.587499856949rem;left:35.72031211853rem;height:2.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2yV0vsBtg02y9pmM8hGZ6Tdc7Nldvoz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.309375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:20.812500238419rem;left:35.37656211853rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFmXkZXCERgavRvfx2GeT3XJ3FVTtJg6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:2.3125rem;width:49.25rem;top:23.875rem;left:5.375rem;display:block; }
#rByrHIRQObW8gNXrDZIBeD09KuKW4vd0 { color:#01074c;display:block;width:43.625rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.3125rem;left:8.1875rem;height:1.4624rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fGAyqETdTM2s4Tu9SET809IOw4vfeDSI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.875rem;width:26.5625rem;top:8.0312502384187rem;left:2.2117195129394rem;display:block; }
#yrZuXMkRGLSD4huLKg3xCN4K3VRhlcX5 { color:#ff0000;display:block;width:34.375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.6125001907349rem;left:12.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcTEOWkeDL5Jtbrfy30Ec4LDzLaOIxBE { color:#01074c;display:block;width:43.625rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.3125rem;left:8.1875rem;height:1.4625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container { background-color: transparent; background-image: none; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container > .video-iframe-container { display: none; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row > .video-iframe-container { display: none; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .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); }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container { border-width: 0; border-radius: 0; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;position:relative;display:block; }#Lb4R7Kqs4o24ERiCywOmWHShHcUxMhep { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:32.3125rem;width:27.0625rem;top:17.18603515625rem;left:32.99853515625rem;display:block; }
#gC55fRFfcPZ7k5A5uSf5ED4nCrPMRb3h { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.875rem;border-top-right-radius:4.875rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:4.875rem;box-shadow: none;height:4.5625rem;width:23.1875rem;top:10.186645507812rem;left:36.749568939209rem;display:block; }
#lr9ToDPOeftP3k83FdivwbaL9iTTE8tg { color:rgba(var(--color-secondary-1),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:9.90771484375rem;left:44.78173828125rem;height:5.1188125rem;text-align:center;text-align-last:center;display:block; }
#NIpvOOaBBBSNgRikuCoJXJBv8ZxZRuZ9 { 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:16.25rem;width:15.5625rem;top:29.436645507812rem;left:18.562282562256rem;overflow:hidden;display:block; }
#oKK03NEmcMIyvqIklL7IxLdrpVh84q7n { position:absolute;display:block;z-index:14978;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:46.6875rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#kGZ4fXlFSs3ADNQp4Chp8wz0GcnCXGG5 { color:rgba(var(--color-primary-1),1);display:block;width:28.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:1.2467441558838rem;left:31.529949188233rem;height:5.8625rem;text-align:right;text-align-last:right;display:block; }
#sUETPEBarMcumVDTLPnGdUuPn1gvpxuw { color:rgba(var(--color-primary-1),1);display:block;width:31.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:5.8231344223022rem;left:28.597007751465rem;height:3.41254375rem;text-align:right;text-align-last:right;display:block; }
#suizu6W7adR6GXtAhmJTeXvW1cD8xf7T { color:rgba(var(--color-secondary-1),1);display:block;width:6.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:10.76171875rem;left:37.53173828125rem;height:3.41254375rem;text-align:right;text-align-last:right;display:block; }
#ee7nx1iyZboxlVcy53t27XmqVLS7QSVD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.748265266419rem;left:31.778430938721rem;height:1.6621125rem;text-align:right;text-align-last:right;display:block; }
#M0mwiRUB14ll3y3bvfPxEBg6eTocZcNW { 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:41.0611991875rem;width:34.1861991875rem;top:8.0234375rem;left:0rem;overflow:hidden;display:block; }
#Tzo9Irm33esnHKx1SDqtfqUT2qXJrM0l { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:43.55517578125rem;left:35.59228515625rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-form-header { font-size:0.75rem; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-regular-label { height:auto;display:block;font-family:sukhumvit;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#ff2e5b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;height:3.875rem;font-family:kanit;overflow:hidden;box-shadow: none;line-height:.7; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;line-height:1.3;font-size:1rem;font-weight:700;color:#37dc8d;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-container:first-of-type{padding-top:0;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-container:last-of-type{padding-bottom:0;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:34.40478515625rem;top:18.35595703125rem;z-index:15019;position:absolute; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 {display:block;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:34.40478515625rem;top:18.35595703125rem;z-index:15019;position:absolute; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #JeocAu9HNEewcc4l1cDWV9kDbNWf3504 { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #kXtv7v04l6wpRbbKbscW3P9JGDFROHDI { position:relative;display:block; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #aqaZDAWKtJeoTZErfSSo2yNdJdDLfamN { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #stFmK1kmsWiKvbpwn2dyhSDpXwFeXomg { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #xTsEZg4rCAe9kF5JKau0ph70tQPAe37o { position:relative;display:block; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #uvT6VNLxxtmuZg3LTXVi2BIw0lygQ1az { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #gOTV7ORDuD8UaWTvhsU6ew1ckccf4rZw { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #GwbdvTumW2T195MBuBMXJpDSmCxxkPoQ { position:relative;display:block; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #i6HilkTEan818KBvmikz59BgpeKmrSwX { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #ADQiFXMzKz5t7o0FSsvRibwJSg9et9fO { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #DFAfePTBfOafVWxKVhpawRATkC3EDH3v { position:relative;z-index:2; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #IXuDbKyz5nuou2tfpTPOfcOfCXD3obWH { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #Xn90oQgxKR9TNpKnx9AiemMkrTocB2Hn { position:relative;display:block;z-index:15000; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #n4LbFWPdXa2uN80EmicqU7mcyDWISuQm { position:relative;display:block;z-index:15000; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #BDlZhObFSMZGZFHHsXZ2d8DnLgyLRMiH { position:relative; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #y5xAK878nav9nxx1XRE0yQsd9Fnhg0Xk { position:relative; }
#NHBOhyviFMdEMQMpB7fZUySUTITVdBNF { position:relative;display:block; }
#nDTWwID8UpnJw8GwkwAGzXTJXiSSIuNa { position:relative;display:block; }
#vBbWXT2PQndRzwIW5tGn6oITJUBea3Sw { position:relative;display:block; }
#bsUpiFW5rzsZJDJwXCM9tD17GXGecPoy { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nqm8OwanixQee79ycgoOamDGpkru62X0 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SI6BTLGIwxIBQ1ExNG7ABVEDb9zZfiNT { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vAFQ4kx2e2Z5Amyr57vJkBmE8p3855GN { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #UAZWVQQbB5o4maLhecmHaIw8oDTRkRSW { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #FOyRkTN9l8cc9u7vlMRDIGrPCAtxMTob { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #fCxlM7s5S0XFGJUTbD8lrgITEIoVXc2d { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SnzRuZcbiC6f0cS3kUSO6rfqIagc1hIR { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zBrIQeT45eTucTmJxf1aE3vF0qvOx4xl { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SzOheSqnhL5PTs56sI1puvM4dzVybtcn { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #l03ZPMG7Tx7xcJVHKyvRBuyB8gLWvd66 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #rrCT8SS4AnWDTHwizb47Z4EJw8WoJQO1 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HpledHhWhdiA6lCTQs5kTwO9TZB7CnAK { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #mVxfooIdkCTKJTIP5mwNnotoxlI48hSr { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ce4x4FKiwbvgq2pO0XTP6hc7dZHaW2TG { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #PZ2qQdFIKuMkCRtkMEGGc0b3Sb5rcgto { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wM7LtRmpVCrOHTKxg1ISRhm62kSi0t4L { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OSxqlVyrWQMcSmQ226LSmb83BN668lrT { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HE4zGFq00saiCVThHfCTrAptQ8qivWQB { position:relative; }
#I4teJETzHUdIotddSWLeXts0cK2Gn9Js { position:relative;display:block; }
#XEBeRnzD7CsKxMBxLtlG70UdEevJFTrP { position:relative;display:block; }
#FzfvX8KeTTUMy7TBSCB6PtXF6kiTqMtC { position:relative;display:block; }
#KzQv1TvhqAVPH9qH86WaS5GR6dISOLC9 { position:relative;display:block; }
#b8S5lUPe8SgIwsszSEFWmEMUIoSrHSwa { position:relative;display:block; }
#ptuwX2uFnIDG7mAGMR4J7q5XThAUOCI2 { position:relative;display:block; }
#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/266a4589-d2ec-4195-9a3e-d8ca00a0ef8b/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT.adaptive-delivery-prevent-bg, #H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT.lazyload, #H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT.lazyloading { background-image: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { background-color: transparent; background-image: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container > .video-iframe-container { display: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row > .video-iframe-container { display: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .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); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { border-width: 0; border-radius: 0; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#pdB4c2NRW9WwgX42cTg8HaafnvHBm1PH { color:#ffd300;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.7495651245119rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qQABkHkvgg7bP20By31ObgNcwL0zeITC { color:#b56ff6;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.6236991882324rem;left:0rem;height:4.423825rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S0Kun8CPxD4UvqIf10KfRqzSisQRaZQ6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0619375rem;width:59.1868125rem;top:1.1875rem;left:0.5rem;display:block; }
#bEfUMepZwZWJ1uuwdTOlJAExwqcJAJMN { position:absolute;display:block;z-index:15014;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.0623125rem;width:16.9993125rem;top:1.1875rem;left:42.6875rem;display:block; }
#DhlTdc11RrAJsqRHuideyJhKqxhugKEP { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:58.2493125rem;top:33.125rem;left:1.4375rem;display:block; }
#VNxR2877bTB4TCRhO70Bek71v5by4qx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.9375rem;left:33.625rem; }
#XmTIgH1grHrLSgWbFg9nyL2GTyi2gvNx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.8125rem;left:49.625rem; }
#nLsTONdusxNkIIuMlWrikQzQUwtTKOoR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.2493125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#S4u9963IE85nZPqHTs1gQIHpMXF96kkB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.75rem;left:22.6865234375rem; }
#eTkJW56iQe2GZBHZTIbQSXs9hAawen1N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:34.75rem;left:17.75rem; }
#Wgd3yN75T8sEe70f33FFDH9TPLgLef27 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:34.75rem;left:13.125rem; }
#LTa6IdPax8CMBpaWl5RXE2f57KBCevCz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4368125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6875rem;left:2rem;height:1.3rem;font-style:normal;display:block; }
#UMMyn2sVuwcWZOgytRsuxM3m35cURbyE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.3125rem;left:1.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#vkHAg3dpttevq96VlT8QVHMaJIdSBcro { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.4375rem;left:33.625rem; }
#n9nQeEWyfKeRUC8rcXTXCizTvqqp1iiE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.3125rem;left:49.625rem; }
#ns9cew5mGHA4GIt4nFb4bar7J6kpJXq7 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:58.2493125rem;top:26.25rem;left:1.4375rem;display:block; }
#isv7Vl1HyMZDQeiHgHt5dxW9dQOxwZMC { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:58.2493125rem;top:20.0625rem;left:1.4375rem;display:block; }
#vWfU1dmFoKqfu7JXeshx11vcb37kdEe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#qTAtDkIwnuP3t370PUHyL6aoZ660vWmB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15rem;left:33.625rem; }
#LfT6aPGrQzaOHm1eUEcw4uHuzlMZCfJe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15rem;left:49.625rem; }
#aOTHbZ7hmlmDeZx3AVBZwn3lZ6Lt1TnL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#UTUdbzAqXXAQf2TzS5O49PtUsORunfA2 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:58.2493125rem;top:14.0625rem;left:1.4375rem;display:block; }
#dGPTLn8tHnInmZd0pUf2iMqvgz443DRO { color:#e2105f;display:block;width:28.812125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#qc42QbxWB0ECCTExPLGOSw8XKaTSmQAs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.6875rem;left:49.625rem; }
#SkTGnslDFMLJBdm6WOXQBBwJwLWnXNw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:33.625rem; }
#qWygxrf9SEMm8g0AbnkKwDRt20ZvNJ1q { color:#842cdd;display:block;width:14.3119375rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#oMh6RwHbV7VhplvARlFT1BbJ9CqVvwv6 { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:31.375rem;height:1.7871125rem;font-style:normal;display:block; }
#EG5sBR2v1IIqOOVG1ingJ5CESwqqrnzw { color:#e2105f;display:block;width:10.4368125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1875rem;left:46rem;height:1.7871125rem;font-style:normal;display:block; }
#LCmJ9z3UyHukT8iNMdc5ylmcvlDxTxGR { position:absolute;display:block;z-index:15016;background-color:#ffdd7b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:16.875rem;top:1.1875rem;left:42.75rem;display:block; }
#PBNxsszveE19QceobvtCMS81V3m3DTDT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6875rem;left:48.375rem;height:1.4624rem;font-style:normal;display:block; }
#rITmiOQMfGKTkDfertDufHokM9nGDbnl { position:absolute;display:block;z-index:15014;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.0623125rem;width:16.9993125rem;top:1.1875rem;left:42.6875rem;display:none; }
#u4qAbKRtXdDtHIzTz76tomgFNLtL5Xaq { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:58.2493125rem;top:33.125rem;left:1.4375rem;display:none; }
#ETDaLI69ytSorN3T6uED2UpfxWxszWAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb500;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { background-color: transparent; background-image: none; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container > .video-iframe-container { display: none; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row > .video-iframe-container { display: none; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .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); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { border-width: 0; border-radius: 0; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#Rf3HPxtn9otfS24Z0pJ9oXDzua9zSUth { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#xHTEGPlwubKOTXBCbpkIoTuGkktFAKF4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#aAcZTuwoFTPhz19wJSbKJh80XoQ6FnI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:3.9375rem;left:16.25rem;height:1.70625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bWGRQqqQ7VM6IdoaTPgC6KqSMaZQKyvF { color:#000435;display:block;width:29.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:0.75rem;left:15.125rem;height:3.36875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvL0BsJQqnkreayEiJQgyl5mMKlfly8T { position:absolute;display:block;z-index:15002;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:0.875rem;display:block; }
#hv8eB4DWXCGUBq8BRN7mZQNhxqXs7Vi8 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:7.5625rem;left:2.5rem;overflow:hidden;display:block; }
#W5FJqqtdIWNkMXKRZxaMAllUUMg6VBkO { position:absolute;display:block;z-index:15003;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.5rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:20.625rem;display:block; }
#US2R5IBmTgo6NmQMw3UikoBfwvsr11tP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:17.375rem;top:5.625rem;left:21.3125rem;overflow:hidden;display:block; }
#fEunwsBADXNOQVKG8TknRMMhl9mxEHAm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:24rem;left:2.25rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JCgDCK8uGX93v1EGOrB1UKrVykbhT0Dr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:24.1875rem;left:21.25rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Smb7rfFaybXx9mE8hOVZAq0mT7ofrw2q { position:absolute;display:block;z-index:15004;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:40.375rem;display:block; }
#IetlK2CvrQTDXcz3kPig0TD4MzvC1uz8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:24.75rem;left:44.4375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QHkUdEuD1fGTT58DxtUvb0ts1XiVzolh { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:16.875rem;top:7.875rem;left:41.3125rem;overflow:hidden;display:block; }
#N8SsJamDXZGH5HNtHUAt8lR9D3CdrcHG { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #ff00b5, #590cff);background-image: -moz-linear-gradient(113deg, #ff00b5, #590cff);background-image: -ms-linear-gradient(113deg, #ff00b5, #590cff);background-image: -o-linear-gradient(113deg, #ff00b5, #590cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00b5', endColorstr='#590cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00b5', endColorstr='#590cff' );";background-image: linear-gradient(113deg, #ff00b5, #590cff);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:33.25rem;left:18.625rem;display:none; }
#DP9T4tspDiTnFsRKd9fVD5GHCTDzL3nG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPTvaETiBEKSnlvL6aEa9raToWWufpqd { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.5625rem;left:1.5rem;overflow:hidden;display:none; }
#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3579;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; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container { background-color: transparent; background-image: none; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container > .video-iframe-container { display: none; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row > .video-iframe-container { display: none; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .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); }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container { border-width: 0; border-radius: 0; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:12.375rem;width:60rem;position:relative;display:block; }#p5JKqOTMtysW3f1Oz6l9cStfgQXJ4Syp { 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.3125rem;width:9.5rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#NTc8i0S0ANUVrLW6a2OKuTpU0Wio3ygu { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.2744125rem;display:block; }
#lAwNTNbo5UlgEGmeHMA96ygPZytF73G9 { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.7871125rem;display:block; }
#sFHDZVym3FDR4Pke39k3TFxcCelT4Ww5 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:39.125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#sV77MPqcFl44L4hywXkXVKoI13ArLTyV { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:45.0625rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#sFOkwDi3F0nq48c64WqmesGtRr6JlmtS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.0625rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 { display:block; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNqWSUElJOaq7zi0xErqKGXcyxsscL9T { top:1.25rem;left:34.5rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1LutQa20oB2PWrJuPnVmTLMaLAIRWJc { top:1.25rem;left:24.875rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkpFMMtrmUQ1c3c3la0GWOsTUeqV6eL { top:1.25rem;left:13rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIOBxBXWIV7CuuaebrGKM0TKbhum8T94 { top:0.75rem;left:38.875rem;width:8.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5BwGA43N5dIgQHDaoFBS2rXcwfxaZU { display:block; }
 }@media only screen and (max-width: 763px) { #U4TBcPmlVoEyDbqp6hry4SX9Dc7oF6L4 { top:0rem;left:0rem;width:12.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl { display:block; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvpS3dxTfC816v3ND2ihkAtDhWTy68w7 { top:30rem;left:0rem;width:25.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3sh0aLyaicbucDhUXqDS2B4kcabU1d { top:30.125rem;left:22.6875rem;width:25.0625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk { display:block; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ { display:block; }#sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac6dw0Nmnfoar3NHtQLcNqDFIqZsLXvT { top:0rem;left:1.3125rem;width:44.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RLeCvsUkJTsBVKH3QbZ0sATf1ZHgKN { top:16.5625rem;left:8.0625rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO7g9FbJPmlMuA9rWoim6rNoQMyyBigU { top:16.5625rem;left:25.5625rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhFHPEVu3T6d84OxJD1Ei154lxIgJt43 { top:21.375rem;left:17.3125rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46She6QlxfplFkr0iKR8PIX8VgttTqg { width:4.6875rem;height:3.125rem;top:14.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmODCdGE1CTHrKRIorkxrBbUMeve3myf { display:block; }
 }@media only screen and (max-width: 763px) { #xEVnJFMDrP4vO1oZAiiZF6CCF0AUAowo { width:4.6875rem;height:3.125rem;top:14.9375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdEoVRNaHh0JNHwVdpMmprM7TnhhTT0z { display:block; }
 }@media only screen and (max-width: 763px) { #o5eruTRCppSkDnk8vzG7GMkC6zHFLiBt { top:18.3125rem;left:8.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8yHpEyw1WNTednE4go4ik6bCzbIr6rB { top:27.25rem;left:11.25rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qfTVHtRxG9rTRi5Mbim5IBWsoUzusR { top:25.3125rem;left:7.5rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnQ8Qv3Gsaqscq3at6OnTyr1PR8hTLD { top:23.3125rem;left:11.25rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfdWtFpWsBqg8MDRHTk5xyCVOSZ7y6C0 { top:21.375rem;left:7.5rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZr0Z0s2sFzT6lxTOq0twwEVQW3qG0ha { top:18.1875rem;left:26.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTl1ZP4W2tcRCsVwMTlfZUpoyhJto36d { top:20.9375rem;left:24.5625rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTbZUqIqoeTpJkfBVTID4772x15wTpy { top:10.8125rem;left:4rem;width:37.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5O8AUGWWqXypGR0eTypP3tvX6ZwI6Hq { top:11.3125rem;left:5rem;width:35.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 { display:block; }#E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnpDTLQWBKxhs1B0N94LksxSQdag3rM1 { top:8.375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAeUD9gyMXN50plqyuUne66slL2r4i7G { top:0.9375rem;left:6.9375rem;width:33.9375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0HLoZi9NpuvdMSTATyTpfylQldkOHy { display:block; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opwBDRyXqBMTXhrc8wNKiuukRyrb1KCa { top:1.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuVTFhguvEZ1Xmc1N7zQZck0IP3EKXgu { top:4.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3fbPkqxtFHFHTqVRTg6SCshwBNzgeA { top:10.0625rem;left:15.25rem;width:17.25rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCzf3l6MDDwFDitgpcZxJGtPAhbIPfNk { top:7rem;left:13.75rem;width:20.25rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg { width:18rem;height:5.0625rem;display:flex;top:17rem;left:20.797796249389rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #GvU63wwFDGhTyAirvvf1wAqr9gG2uBKt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #OswqykqFENDZWPRJHaFdQ8MzHVTvQTbr {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #f7qpMTRqeuEhgkXUoDwtrz1EV631yt85 {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #wReVqrrWnVnSgKNatsHnPWKw2TKM397n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #EBTrm7CHHnxb3y3DVdvqUMhCp4MxnGG0 {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #KTFPAHkuhoWkFy3rOqgyHAPr63I2pmD9 {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #aUyOyU3CMi2vxCfLNCg7sEmxXk5qcZO4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #C91MBBgIXggiDqwbdaTn2LrWDimnfU4u {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #U9rRfCf79kTzs07qpoNNGewMBnXsiGBB {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #NGae1NXKZ77x05l5MkbGosNT7GKBdOUy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #l51CpZo0qxatiVDqpmyckMZrmO2uGTil {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #qXIOexqT4zsEOaTdgZUEzyzoMr8Zgtad {  }
 }@media only screen and (max-width: 763px) { #mUDbCLGXHx4HhWX4d2mgT0glr7uNSC5L { top:6.625rem;left:11.3125rem;width:25.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwozSxDStDLOOlLUBNMVfPAyMyzCsL6A { width:19.25rem;height:4.0625rem;top:49.4375rem;left:12.81093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEak6hHidaEc8Zn2vdbuEuAvagORkzXm { display:block; }
 }@media only screen and (max-width: 763px) { #V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg { display:block; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n { display:block; }#ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qndThT3ZgbxCnWLU6XLwSieCTW16ZQov { top:41.125rem;left:10.1875rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sasITfL6Z9uota32DmQyD0ZaO4qBPVDf { top:42.9375rem;left:10.75rem;width:28.6875rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHEFG2cGSSADQ9neyEA0vWuRILhUro7t { top:16rem;left:0rem;width:47.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i39FvhdrTA0HMphLZMkz9GOlNT9t5k11 { top:11.5rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zdghZEvkH6P2twapsKMdwInzFQPnQV { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZG4imoBl2PTMLxcBDSprctflVWXWwbi { top:17.8125rem;left:0rem;width:17.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xexp8Ii1MS1mMgH3hec4J36ghA5iydPQ { top:33.5625rem;left:11.18798828125rem;width:27.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITD8ZkCVeaJnc6T77AsKt7IZTEJ5hLf { top:17.8125rem;left:14.9375rem;width:17.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrVC8Zk6yoJhfE6570Q2uBSdX3nL1z8X { top:37.4375rem;left:11.0625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBuuTGzR9OMRsgWzDCrnTyX2NdVxuya { top:36.3125rem;left:10.125rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNRBOFnGLNrHqcgCsBHGWwc3rK9b0VH { top:28.1875rem;left:6.9990234375rem;width:35.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXtPQhie1fRpT7CCyB8f8nGDKZT3XQFR { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPeGTdyx6NMEmF6a8PeFrW50TwyFUX30 { top:4.5rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqqHMSlgA4hT3gMOvF2ruk2xxbcgoSLR { top:17.8125rem;left:29.875rem;width:17.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 { display:block; }#l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb434DaeEbPAVKzwu8DsocM3iiBtx5ak { top:1.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF4dVQ85LTurvKnZUKq7UnEoHzBDnSrB { top:5.125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyg64uQe6yaZwOBLFn7FB0cqHdUL2Twx { top:26.0625rem;left:15.25rem;width:17.25rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFC7CKqiMz8BRt8SVUr1q0cGhAoOg8UE { top:23rem;left:13.75rem;width:20.25rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT { width:18rem;height:5.0625rem;display:flex;top:17rem;left:20.797796249389rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #arBViJLza0HMIPHPNyWCGHOc4G1KTOTz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #TrnRAyHoh3P7XTWAtzPtywioK1qKtzef {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #RRT85kTTEirIZD0hzMkAgtdp5xUiiAPz {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #MSh04QnkWt6BSHWf4dOEzuST8Arsza2L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eUKQib3cgEU1hCXtBKUuaZGUl3kXGHLL {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #QMwOhocamcmbqhnasd2Mqn7qSm1dAww8 {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #KHnlgTxE54svK5q5VkHtlZT37ZPqiuLq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #JacqW9cFK1ZTXHtPWKE3TWlVVhvV7hHT {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #VfTTKqZ3N850Z5KaTuatM9EbzdeM2Tps {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eKhL7Cczf2O0kh1agHcldJoF4v1egIN0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #KpGKE4pUAe8QPZOIxcZhsDzQIFK5VTWW {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eI6AxPfQtJrtNXEKw7TPlczrgpTT7pqT {  }
 }@media only screen and (max-width: 763px) { #GWhFqrSvnpv6MfEtEnM3H8bB7vCUp70l { top:22.625rem;left:11.3125rem;width:25.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2wABQddqDpV2qepr0KIzUvmkTI3wHUf { top:7.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0WXLxWC35b3nxDa9c90hPby1nnTvTq { top:14.375rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWziTOA8UzWFFMlER5w86C3WrSrILlo { top:14.375rem;left:10.125rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcIZie6ftP9cV9wpnTqsEBkOumlLzytt { top:14.375rem;left:24.25rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WErrgbVrKTZMs0BeFXKHnftXTyzFy7Jm { top:11.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFTHszXJCt2oWUCN46fgAFXVx62N6sVB { top:34.375rem;left:15.25rem;width:17.25rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmBnda9Lyqzrpeb3ipkaRakqcA27rs5o { top:14.375rem;left:34.25rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU { display:block; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8xaTchzeNAD74LSgdbw0U78NTwWI5Rp { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #p90DmF3yPA3kQExBHkZtffhTNCidwBGa { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIs5ECWrrMolpRpgiJdLdAytJIqCFv6 { top:50.375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWloeA4i7sa8bv695WFHRar5VzNskii { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ESSwkT7Qa1lzqVRMCoMD45kwOov9SZ { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3T0XwbFHITFWEhehRugZytbHNFZKt9r { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20udXbsy6RRAI6d2k0Qvz1E4nbGfiqK { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KvnJ1T3XJpTrehPwTSatVTcu5gN4dh { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZObR0Z24micNEtkT2DwvhesVFZDQ8Jna { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7XXWgVIXabzWfhQE4SOThqcWiyN96S0 { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5OOQBJtWJ3xvCVL5UhbOBSaExHPe35 { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCt0HJWISP90gG2516Wwf2d9mMD7H3V { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McpcUcpgWHTxDEKsGTOEpvnCKsfgs5ez { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZr07pT0l1aXOkDl4syRJUcmAKlkcbu { top:30.1875rem;left:5rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoBDRuFxX9xt73aHiZL6TFG80nMbFBSN { top:44.8125rem;left:11.0625rem;width:11.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XcFNGBw5IEOxfTvathhqBpfl1Tdcqs { top:22.9375rem;left:25.6875rem;width:22.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTIVCohxQKMM2eSyChzRA9cSBA4NZpi { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5AZNUxNlca2ETcJwxuIwmOBPRN4sG8q { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMQ15VpT3ZT8aRlhsD2X4Uq9GpmZHnQl { top:38.625rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u { display:flex;width:18rem;height:5.0625rem;top:43.6875rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #QfvX4V50VCsBtNpfRUq4btqVtPGvVX1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #lzsaH3iHunxHFfSBRf1QfmKrFgwNWgfG {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #BI4LPqdLPvBsowo4B0zMz4auA2T6bJPk {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #vTs1qlwDEUkRO5CBfIdUwA3sicxrF9AE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #dXvukLvwDo5fFI5FfKhUrI29I3h2uTOB {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #lRidXZ3yFRQdkArQ6v1g3zqeTiobW0dt {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #BzTh7dT2O9Dm15zaQUqxa9D1bmqoW1Z2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #uEKgrS5UicAaKT26O33p2ClKfgPysIxo {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #RoCZ3TmHzdPntioGEv0qxB3eqvRpgl4q {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #IiT1Uw7DewGWm6ZOQDv7OefDHBTPKPJz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #Up39AlAimabyfeQ7ZzB8Hu9lWkaH1Ray {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #zSSzqurNhmUBJIXt6BMAPRwWVk8IOkXX {  }
 }@media only screen and (max-width: 763px) { #p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ { display:block; }#p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcZHitTbyqwhPobqQJ6gKpAZToUV6R1s { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTFdvOfQCtC5VOBBMF4iMBxs6cv3HwT { top:5.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #R9HyXIITFPPlB2XmXQ0v0TJQLZ5EONFM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #ThyglwtIJr2BxTeQZcL3On1au43LLlMR {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #Adyg7DgHMTw74l9mfnKvk34f7752kVSl {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #fVI1aJIS90NT8JhELcLoMhKurByW9kyg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #iputx3o2LoxymseDwGoEs38Q5TuGIkg4 {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #Frqz8GAQwXRyQzc4ZbMauxHysGaJnSoq {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #a3D8o4Ek6KTFfzx1g6ka0ZrdFReTHhFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #QxbONcGBuuw4fiRvxmmqhVMXPacdBDws {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #BMmMi7Vau53xpa4dgluwhgLIOHTlfizR {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #HM3X2gRusbMf8oVRam6nE51kTfguIP7d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #rM0FrotDussZ2MqBuCWrQLTAl2XfNTII {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #whBsIivwfDiCDVIU03D3gJTy6IcT6u1e {  }
 }@media only screen and (max-width: 763px) { #V9GQn1rldnDe8fEEqPFgsAtJRpSsLAbv { top:18.25rem;left:12.3125rem;width:23.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0y6Mf4XsgIp1DJ1xpCJVZ5ID3oTDRq { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtFTTAUe1fO1dJ3yUhOoS9CbVGtdZTBp { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wk9tyPhi3Nar1UJpfVX5gzlh1mdUPLpr { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVJnfsSqITLG54CeSkuBVdDCqe6sp82f { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #chT8i0FumZo6NhX5MqKuiUJS1Jp1ruWk { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yx7rnkWDE5FtzbIJbAfpTzfLPpH83tW9 { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMMU7he2qNphFehX89gmbw15UdmSldyl { display:block; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoV7mCPTJxlVhxNOcAC3M15fQ9mtPMmb { top:1.4375rem;left:12.8125rem;width:34.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEvRGFwdoy9yvQUvBuTscUDQs31rDXJP { top:3.5rem;left:22.746528625488rem;width:8.1875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSwIuddFSTTC1GTJRmad1NUs4ZkLiBip { top:7rem;left:12.8125rem;width:34.9375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGgFwJwygPIJxBhcTxThhlkAxkFnDBDt { top:9.125rem;left:19.5625rem;width:28.1875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCzg7i1H8eQJUehFvlmF81ANF41Q2FHu { top:1.4375rem;left:28.185546875rem;width:16.875rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLTsaoxz4foQlzZIfM2irm1UTwAZCArD { top:7.1875rem;left:30.875rem;width:16.875rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlt53B0lM9yI2KOOKKZMIoCsnDWP5HFm { top:3.5rem;left:35.1875rem;width:12.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwm1pxiu2JlbUDKukk36wvyoAFFNEFNB { top:13.75rem;left:0rem;width:28.8125rem;height:26.507395437369rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEAnDQMfx50sFuyPJh2n0mTPa9uPZTw { top:38.0625rem;left:20.375rem;width:27.375rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0JdqwhhaQCsKd3ziytU1E2p4FECq2y2 { top:5.0625rem;left:0rem;width:25rem;height:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-regular-label { display:block; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-checkbox-label { width:13.75rem; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js  { width:15rem;height:auto; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js {display:block;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #JaAImZzIBTeqVsR9F9qVNnm7CVcRS47c {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #D6SsDf176A5AZcXkZNLwGC0y5nQ3yTmx { display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #LdlRZyTAVNKZ5fNtzQPKCMZ0Jvst6TKC {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #V3Vu0GSnwecA71yOg8InTUNaHr1HokaA {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #hdTm76npcscSyORyVZ54RPFxMMAgkkXa { display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #upvEE1x32mTUcX7cuiVqLdxWRP1B4aQB {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #ixHXzrw0IqTFPIqt8xCIVBUllRdenEMR {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #UHcvRagK6FTX5aaHAaG82bDXpLTeyo7B { display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #dS8lSnEv6Gn3LTHxkKAHRNImQMym5eDZ {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #Zwfxqwa8wkHcXIAf8lxZ0dkZSkcAGKLP {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #H1KhfFDAUzL3TuuiWSEi4WNtOnfhJxA5 {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #L0Fxkf5ggr1sLcIRmw2t8KbgixNR7ITE {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #o3g9u2O8w9Ki3afz1Dh73a9S39ZOabtJ {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #DkQ5IhwnBCUAKoBLQy3MyMtTFTMsKLbO {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #aSAng9mGuXF1JP7AsKrJIw6kT8ScQeNT {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #uPLLRkF1xMK0dLGuK6COE9dNXDTG7FkO {  }
 }@media only screen and (max-width: 763px) { #ldwFUTiy50EOIO46nCDJ3TqEDcQuiXZi { display:block; }
 }@media only screen and (max-width: 763px) { #SzsvQ4bLdZ4knhVvXemVTZDk2zv2mNBZ { display:block; }
 }@media only screen and (max-width: 763px) { #MdTGMO5QoI607Q0JTP0FZ78TEop5MphC { display:block; }
 }@media only screen and (max-width: 763px) { #WZE1RZVgrLmDOuMK10QCclcehETELPw2 { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Xt99G5Rg4EWBZhJDw6yrsVIGuZInncas {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GokxpCA2UphBMD8xMlZgnUXWMKyhrOGp {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RKq4unpLCck2N4mtf8Nh3yNxNCxr6Rvn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bxircQ47sbM6BAXcGtP34CwRuhWg718W {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CxFD4TTsPoQbLMkzexqg8zJ6DNVSafR9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #p61S73Wn5uvrOxRRdigJIEnoCHgiFyN3 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #aVrgAXxDttPGOXRKM4uO3q86rlwDIdqb {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #L5wyifq3uNCJ6eWdWfRa3WPeLUdkp7sa {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #upyoawUsdcWGzQJznFsTgvUU55vxiK36 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #JLgOXfJOIvLvcq8NNglatNoWc2Pyqzaf {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hC7xrPJIKopgsRmLTvPpfsRhpmhusoSD {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KQKR3AOCPzs4h4tWUGTw0fppg9WMLPMd {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #MCHd9K2Xtxr9pAGCWUdQcfVpPF9Hp1X7 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TPtLQolCFJJNbbGcbsk45wydfiw5udo5 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hUcOpawWOfc1S41BguzPqik7RhaDeOfO {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #rwMAdONVJn75ocAr5dL0ozCTatRkRFa8 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #cydIFOyiReF0GU7lZdVJ6X8NEWOZEaGZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xG7zrHd2GGX4rxbVO0udbTKHToRTAe6m {  }
 }@media only screen and (max-width: 763px) { #EWkbzTflsb5kazMAI0KQL864XwbbOyti { display:block; }
 }@media only screen and (max-width: 763px) { #iJTd3T5sT3HGGWJS6dKosP6g10sQtTIM { display:block; }
 }@media only screen and (max-width: 763px) { #TQ5AUIO5JRSfZcrB7hzBQbOv8ioTD5ZR { display:block; }
 }@media only screen and (max-width: 763px) { #qRQez7vn6qT4kJJCnOtW4PA5UUWLF7vq { display:block; }
 }@media only screen and (max-width: 763px) { #qRPoCkys0CVTNwukxdMMEFNCfu77STpl { display:block; }
 }@media only screen and (max-width: 763px) { #BCl6u2nyhS0mBzpmxWqBMSBgilxbPWaO { display:block; }
 }@media only screen and (max-width: 763px) { #UFWrFpa76dGbHtQ0SZRTz4emexWZG0aG { top:39.5rem;left:5.4375rem;width:5.75rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3DL9xyvhlmz55IN6e1BzZM2MsS8TDPW { top:6.625rem;left:5.03125rem;width:37.6875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCf42TkHQVdppiAq5HXThAmVFIXexwKw { top:3.1875rem;left:11.71249961853rem;width:24.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVIar7nxbUKr1H6NQ7utKdbkb6pC8tRD { top:12.5rem;left:2.8125rem;width:42.0625rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQPTrGH8JMTXIceTdTlwH1nZWT7Gc9u { top:6.4375rem;left:6.65625rem;width:34.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts1H8QA0lxhCurENqJu9uvnTkduEQPZm { top:1.5625rem;left:8.5000019073488rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1gdOIuqdmyGlTtaIE53aX38AtC0FeBD { top:44.1875rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va1FksuHlwu4T7wTnTJ1rqv5q2DS5R7s { top:20.75rem;left:40.9375rem;width:6.75rem;height:5.3877439376841rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23Jl0wQt8CbDhB5TLtgaiCTnwToLkO1 { top:8.5rem;left:2.625rem;width:42.625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6WuIwzpU1mhoDyOTE7JR8BM4Znq2OT { top:2.0625rem;left:2.625rem;width:42.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8v3mdrfm5elSndvFdFEd6GocZ3chXf8 { top:12.5rem;left:41.625rem;width:5.5rem;height:6.4905361801031rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdL9QKTpBm3CTTB2lcE7FyIrm2EA8RSk { top:55rem;left:20.8125rem;width:26.9375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Wm2VHQEO9U3a1tdCdW7qoZuSdGp8gq { top:20.75rem;left:0rem;width:47.75rem;height:30.772222222222rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1ZTyUdsBb8sxHAt2LMRvT0sPsANcMg { top:31rem;left:6.75rem;width:6rem;height:13.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ountg8WX1PcZ73oFsJLttPnewGfubP0d { top:31rem;left:8.375rem;width:31rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIutwOAyivTwf79NvxVNTvWbqIxTmk6f { top:31rem;left:6.6875rem;width:28.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBx4RbiupPuOwMQvFGnTP3pQthIRADac { top:35.5625rem;left:8.4062519073488rem;width:30.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizQg8sG2FP6JZDFGq1hf4a13F3WbZWe { top:35.625rem;left:6.6875rem;width:28.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEvOu6dBpDOUvV4rdDC02C1v99kafOPs { top:40.25rem;left:8.3125rem;width:31.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqCy5zu3U8957kzdelhmmUlP0t1sDUk { top:40.25rem;left:6.6875rem;width:28.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFoeDNSJ1hiWRnLn2NedR26pO0HQpG7 { top:59.5625rem;left:0rem;width:28.625rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVAT5GHdvHT3ZrBlEyQ371ohk5U0LhE8 { top:13rem;left:0rem;width:10rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldM8d7uNTrJMeLByw0CeDG6o500wuLw5 { width:19.5625rem;height:4.0625rem;top:47.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0znc59OIgld4uhRWnrgnQdRW1ZsCkI { display:block; }
 }@media only screen and (max-width: 763px) { #wHdd7P4xFkG5VyMfSmEal4kNB3aTq90M { width:19.25rem;height:4.0625rem;top:49.4375rem;left:12.81093788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpLaG3xCv1y9GCBzEFG88JOVMyf7JiKU { display:block; }
 }@media only screen and (max-width: 763px) { #DWq0KKpToMzoT8TdH0PWZvC3dTp6bfTq { top:74rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXydSrmdzIJJhHGXo74F5M2Tqq2JTrQ { top:57.4375rem;left:0rem;width:34.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci2ZAVAFumUF48OF0T6mgXZfoIPIVRcB { top:1.5625rem;left:34.237501144409rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLroRtM6898gT17AgayuUQQg5CfzcyT { top:32.125rem;left:9.26796913147rem;width:22.25rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZ3T64yMRptGDBQVDoqweFNsycE5GbQ { top:36.75rem;left:9.26796913147rem;width:31.125rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTy9xTJVOsmT6BFcBJCxMQPBgZSgtLu { top:46rem;left:9.26796913147rem;width:31.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBTenRw6nZ2mz1dQQldK9rHvaG8TC0rN { top:44.875rem;left:6.6875rem;width:28.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPdxlbe8lg0wTKS9uIlfSPt8Q67rE3D2 { top:44.875rem;left:8.3125rem;width:31.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFngyyFEbqACXkmlTm09HQk0bRm3phlJ { top:41.375rem;left:9.26796913147rem;width:25.5625rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 { display:block; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEFKiCdBPlilDWAqJWNGJLoBHRmZJshs { top:1.125rem;left:0rem;width:47.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZnfVvlwwTgISTTDWOH7Rz5cs6SvTn4a { top:5.125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfnIcB8usfGmEeaA2mVJonQBsbNroaWe { top:1.8125rem;left:0.1875rem;width:47.5625rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTsrzx6qJim6Ora2Tt3dDLFJJyeF5Tq { top:1.125rem;left:0rem;width:4.4375rem;height:4.4375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnNFZgZlLSv8epMHfVsFhvAhMkQHvxnr { top:4.8125rem;left:0rem;width:47.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK66ApZUMRcZpx3u8uxdq9uFUEONu1Lp { top:16.5rem;left:30.8125rem;width:16.875rem;height:19.178802723347rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLhz7QXKPvy6waVdOsCqwRsOyO23AePo { top:16.625rem;left:0rem;width:12.125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fruHAbQq8wkw2XhcosSTNSXtTIoRifPy { top:11.375rem;left:9.7484817504881rem;width:28rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBlD13utLTuTGmXEmwOnuVgqZn9I0wnt { width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DI063yqLVx3msZd5vMmi5phWJfnSZJZQ { width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMSNMPX6b4TdyevzvL6m1DWewTIswysS { width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dx7dMPtqD64c94xAXRK5iRwa6SwTRKaT { width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l02PQ6yXDRfrObarDPRw5VHAPM6zHhZl { width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS { display:block; }#L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFC5s4itNE4pJnbGqu4oTIZ5HFqPQL3I { top:1.25rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9awZugfItH6T2dxJaWIPGAhMrZdJ0rp { top:1.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU12Lg6JlL1e3OmBs1LzJm1xmpW8BNkT { top:1.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGxGUU0WTzrQdRPWRf4PfMIW5cXQUCn { top:0rem;left:0rem;width:47.75rem;height:39.294270833333rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG { display:block; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T01FblyKFC7G2lD1RQUBBJakMHfk2xv9 { top:1.6875rem;left:11.75rem;width:20rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgZzCucEiVGXbFJ8AXR6JQioaLSERJth { top:1.6875rem;left:27.625rem;width:20rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u63E4SqrGWzz6cKRlmXu6qMvTVBGidhO { top:1.6875rem;left:0rem;width:20rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4tWU7x55ywWeAPKPxKAtdBkQgghrKV { top:19.375rem;left:0rem;width:19.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UafOlIEptWG6HLL0M30U7UHOX759Aq { top:19.375rem;left:27.875rem;width:19.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3hvItb12KJO67CL7D3Ew9XdGg5JAAM { top:19.375rem;left:12rem;width:19.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1AJatzXIcFJJxl1FDzv5vMCEHorJFX { top:20.875rem;left:0rem;width:18.625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zceUSFGrV8TkVlNNT5pgJvCHJ5GJr46m { top:19.875rem;left:13.125rem;width:18.625rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGKJNfmphfWgeN8wxNcrxPGNPGyyGbG3 { top:20.875rem;left:29rem;width:18.625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wTwEOIHLedhfJ40TtNMQ044ADb3lms { top:4.25rem;left:0rem;width:20rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x38KeU7d3sthU1RFZfMezmrbFM5bLou1 { top:3.6875rem;left:13.125rem;width:18.625rem;height:15.1370358975rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUISvnoai2dCxKwL2J8pVr3UPHDrOD { top:3.6875rem;left:29.75rem;width:17.875rem;height:15.135128560293rem;display:block; }
 }@media only screen and (max-width: 763px) { #uanp1PtVzLK3g6A4eEl80R9lwZRPfzZa { top:1.6875rem;left:0rem;width:47.75rem;height:122.65561757087rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV { display:block; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRAGOoNUPgA4qHQ4AJRz5uzwMM8XroVK { top:0rem;left:6.75rem;width:25rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJVERTbPhBhfrhrSboAGQzdoyi0oL9Q { top:0rem;left:0rem;width:25rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbXgihrGKBUUTnxTwgH8ohIn1yIbwL33 { top:0rem;left:22.625rem;width:25rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL3U7Pkd3uqB6e1y5gm6P9NZl3CL1lVL { top:17.5625rem;left:11.9375rem;width:19.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ydp6SFnC0kiGl2zDAVkvZ3H4Mb5eaw { top:17.5625rem;left:0rem;width:19.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTA1ZqcCdw51TQKZyMZhW7sp7tTHvyi { top:17.5625rem;left:27.8125rem;width:19.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4y81Dm0tNbmqN9ThMzz498Ttps8ZOU { top:19.0625rem;left:0rem;width:18.6875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAWdfonP47TQXMhZg3w8P7D9MoMCxTfZ { top:18.125rem;left:13.0625rem;width:18.6875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMArvvQqa831J3kedXGyoyXSUVH3MNWF { top:19.0625rem;left:28.9375rem;width:18.6875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHFPyU4VPVLrnkJ8VOtihy4tJD9rsxZu { top:2.8125rem;left:0rem;width:21.625rem;height:14.8671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtRse5Qb4oi5FHOb4kg7FV3Lzbiry1d9 { top:2.3125rem;left:11.375rem;width:20.375rem;height:14.962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqllJ9mlf6nXRNN8gmkgyyncSgpWPqgS { top:2.5625rem;left:27.8125rem;width:19.8125rem;height:14.187238975952rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T { display:block; }#sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytFPgBPS2CQ1RlVXPUK8nXvnoTCuQNbL { top:1.625rem;left:12.25rem;width:15.1875rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Pwmw8vZZTqD1f0OstkTsVEQ1NlL7Wd { top:1.5625rem;left:26.75rem;width:11.9375rem;height:5.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxKCnUU0KL54LOf3FsOL2LOKHgHMuXhL { top:8.625rem;left:0rem;width:33rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVOD6Tl2HU9lrVUEWXsDywKZRNmfeVp { top:9.0625rem;left:25.1875rem;width:22.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEw1S1xTZzVopoXnTGVyCWusp9XywaQ { top:9.9375rem;left:0rem;width:24.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNi6bnTE79AlXfF9Vlk3V0f0OtV1zss { top:12.8125rem;left:25.1875rem;width:22.5625rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn42DDzWR5c6oLc5RcNnn5TlhxrHFi7V { top:15.875rem;left:23.25rem;width:24.5rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuEG5W42BzkuxV1Od1494NdSnTp7k0CM { top:16.75rem;left:24.8125rem;width:22.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7BGr61nP7EQ6M638pRT3HTnO1v6rg9R { top:22.0625rem;left:35.25rem;width:11.0625rem;height:5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c93Ndt5sxiTIASrZC7OByx8ZZx6KaHSx { top:23.5rem;left:29.375rem;width:5.625rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWOzfhTG8NK0pdorMc0prEESVJhwCQPO { top:23.5rem;left:43.5625rem;width:4.1875rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2sS86OdiO3D4WFK4xnoahTTB42wgT7H { top:14.3125rem;left:5.71875rem;width:12.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEAZwIC6pF3tA6PvunOnJup4cvaJMibf { top:9.9375rem;left:0rem;width:12.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELinK2xy5gpNaF4SwoIICGvpFBM603I4 { top:18.8125rem;left:0rem;width:12.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ECg4wH4TsEzUbUxUuCtVKhTEPVCZ9o { top:9.9375rem;left:12rem;width:12.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUCLmP9lUaSL1QZrXJgAsy1XK5unxEsr { top:18.8125rem;left:12rem;width:12.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO { display:block; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzLOzmTKTt1kmDCaItczfqmcWPdt7LJ0 { top:11.625rem;left:0rem;width:34.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y61X1gA5n3DSoLvGyohtuyPP50iaV73s { top:9.125rem;left:0rem;width:30.8125rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX4UalWZ4VxzS6PFin4oWTbyt5tbV3uu { top:63.6875rem;left:13.25rem;width:21.3125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqghVJl3ufHksKs6hEhlqLFT53B41QAm { top:12.75rem;left:0rem;width:31rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZCAWAyTqFKeC5dyU1hZLgA0GP3XSOeK { top:7.8125rem;left:0rem;width:33.5625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh2hXwg2DSc2avwnAu4Z2aSQA5D3GtOd { top:56.875rem;left:0rem;width:33.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqlSrhBTSTyTbtrgea1w1LIh7Qh7cqAo { top:58.1875rem;left:0rem;width:18.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLxE1fhR6bOnSXXHyqWhAsid4REEtJvb { top:60.6875rem;left:0rem;width:34.6875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C31R9q2FR9gnc6dw88n32xMsLTt4ZPgC { top:61.8125rem;left:0rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVMtcFsFdeQBocIdmuZ9yNhTQvoOvce { top:32.3125rem;left:13.5rem;width:33.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azVPPktDc1WnI3dckkUPZhqkc1179ITX { top:33.375rem;left:17.125rem;width:30.625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnlMRT6JIuFrTMaSWZX39F3IVns2bXny { top:35.6875rem;left:12.875rem;width:34.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdSgxx7FX6uQk6PwpXOcssqS23ml6sqp { top:81.625rem;left:13.5rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW2KQUWqZv8z2igZebd09gETLVR3HviG { top:85rem;left:12.5rem;width:35.25rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtIeyBSWTiTwAWeWfTbrMvI4aZewWKcM { top:86.5625rem;left:16.8125rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWJbn25rFe8oggzI0Q5lkWCOXky4R9X { top:157rem;left:0rem;width:33.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnsvn9DZLvvASaIgNPPTdlKLhuB2KXB0 { top:160rem;left:0rem;width:35rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPeBMIJH8HvrrDkvEDFr09BOVQp5C5fb { top:16.375rem;left:20.625rem;width:27.125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cv2XocR4LrSU1UFECy8rwBVDT3M21f { top:65.75rem;left:12.3125rem;width:35.4375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkz9oZLNTXwWaTMZgh7GUQaJ2Z1c3u9M { top:67rem;left:24.4375rem;width:23.3125rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5suwPwfDcriXpH3E0ay06DP2MIQg7Lm { top:41.125rem;left:0rem;width:35.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQohCBdTWgAKMsLM8OyfwSmIMxGbT8S6 { top:42.375rem;left:0rem;width:22.875rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTdfSJg8ZQC9KOiAE7evpXnIpMqCJHR { top:189.5rem;left:0rem;width:35.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1zPA0eMUTR4cd163xsoUZJ6uJ5GFdLA { top:165.0625rem;left:12.3125rem;width:35.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA4nRoH1OWDL8BlCCxGCUuNFPzHIlPBI { top:281.9375rem;left:15.625001907349rem;width:20rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtrFkxk9I0ubefyBmFwvA4LvzVc2ZNw { display:block; }
 }@media only screen and (max-width: 763px) { #wc9upovTiQFDPBI2adEnnEep2akNBICK { width:21.3125rem;height:4.4375rem;top:200rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCwmPNsz8hicvU7RHgTK7erEODKXzM6z { display:block; }
 }@media only screen and (max-width: 763px) { #Dbsx4kAoRISnmynxPV8eQ8DFAEwIhkih { top:1.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUbqyeotEsW3bl2ZOx5i36gpqsavCmfR { top:0.6875rem;left:8.75rem;width:29.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIZtQiyTLpNMapXJHckHPPec5pL3zsz { top:36.625rem;left:15.5625rem;width:32.1875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGRHCZqtGnFTXObJAQKAZNFtKhT2zsgN { top:181.5rem;left:13.5rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Sc5MBRSLbBHHBR2x38uQ7duIZl0E1s { top:182.3125rem;left:21.625rem;width:24.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmH3ktgFkAf5RXoSTWWVoIoBBbpWND6C { top:184.875rem;left:12.5rem;width:35.25rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXr5RExidumAICxxH4TDMwDFZW4eRKx { top:186.5rem;left:16.8125rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuBfTTG4IOl8qTG2FkGoZPydIk3SvV6 { top:90.3125rem;left:0rem;width:35.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTVRs62SqIStqyXkXAVoBJZF39T13N7K { top:192.4375rem;left:0rem;width:22.3125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdVKIB2WaVAPQbRKlWvob4K7awb6CCiZ { top:161.3125rem;left:0rem;width:31.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCCKH43BswZsehKIZ5NZKGTuAvvI4Lzf { top:157.625rem;left:0rem;width:31.1875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olcshHqANHrHHX7EUTqgomFLArWD3AIH { top:167.125rem;left:23.3125rem;width:24.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7iH42TIe2atVtt2XJBJB3qFyAtDelae { top:207.375rem;left:0rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTbJZzmn0zKBcXxi6Cug3eE3OpVHK81Z { top:208.25rem;left:0rem;width:24.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXOhRa0wXyNBFZBedFeDWXrNKAuaZMi { top:210.75rem;left:0rem;width:35.25rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTWaNeWWHPxBIOh0wOwB56XNGJD7lxz { top:212.375rem;left:0rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twn0HFVCkuBL051wVJuQKP4rlWNFWv9I { top:216.0625rem;left:12.3125rem;width:35.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcC0PSvWP5zp8e6Z8Ryb3uH2nsgeM5SW { top:219rem;left:26.625rem;width:21.125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C499mQbdHyOinePX06Spp0vS62llsGSm { top:107.125rem;left:0rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGlXmQeEBsiwbQ1PItwGRThwy9dazonN { top:107.75rem;left:0rem;width:29.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsRu8DGDNC3nMaxrVT3SqGvlIyPJsdh { top:110.125rem;left:0rem;width:34.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeTMhEudnOVuHeLrOmPkIvdq7cPNB0uG { top:111.625rem;left:0rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n22X2zdudaITksD22tzI70kPU2FUPisG { top:114.4375rem;left:12.3125rem;width:35.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWpqA8kaz9ukncIeIO60Nteac6QT8oV { top:116.0625rem;left:24.375rem;width:23.375rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1ytkvTAHHBNrIrulwcmyQxRJ3TKhJ1q { top:131.6875rem;left:13.5rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXDLVfkNLc2T5VqCBJgaczbWDyHnvo91 { top:132.6875rem;left:16.1875rem;width:31.5625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uc6Rwg1ihqEsQzRBcp5cePCVShH82r { top:135.0625rem;left:12.5rem;width:35.25rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUBGkQPHmqsKPuFiT08nFTxdiodoAzT { top:136.625rem;left:16.8125rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSVAPopHzqbNvmuEOF6l1EISNDaFX5Ue { top:139.6875rem;left:0rem;width:35.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN5VzwpDqaTbv3UEQSL9ydpv7WylNb3W { top:141.875rem;left:0rem;width:22.5rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85dktd7G91yRCm2bWt64sGoCuQRfV3T { top:258.5625rem;left:0rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3ccKtomagON1Sgl3JGCDRTSJNgxfwNH { top:259.3125rem;left:0rem;width:29.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sasbu8rNn5nvOVszpWb06q5DDso1IDcU { top:261.3125rem;left:0rem;width:34.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5V3oMUf1EFHv2fvETFDI9DG4tTJU85 { top:262.75rem;left:0rem;width:30.875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAKWFHRbEeUu07BgkS98yeMiy85POrM { top:266.375rem;left:12.3125rem;width:35.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJM8lL36cKFmnA16cEgQVgnF0OpTKLB5 { top:268.8125rem;left:25.1875rem;width:22.5625rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8CHlTLObk8k0V0cXTuPmPEUuZQh1TG { top:92.5rem;left:0rem;width:21.4375rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhrKDOannUFuapWUha0OMML3Pg1nZvqs { top:82.4375rem;left:21.625rem;width:24.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apkeUT51n6UycB7Lcyp7F5Hmm51FqBrT { top:233rem;left:13.5rem;width:33.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBcfNFTAJSzwaksdstqOoHe4aGoXtQh { top:233.8125rem;left:21.625rem;width:24.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odIyBGzDK8EV12BoTqVVqPr5scB2ZNfn { top:236.375rem;left:12.5rem;width:35.25rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTszl8yLxPuhXedweCkffJnQU6Ob5nf6 { top:238rem;left:16.9375rem;width:30.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To16zNDzPNMVSFVgcZdLZSwKdJh8SBVW { top:241rem;left:0rem;width:35.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4RCe0xpvWNPiwbeqho6JBSO9SsTTOD { top:243.1875rem;left:0rem;width:20.625rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7fAHJnSB8ufCHi2bffeGIZS0odNxLF9 { top:17.25rem;left:23.625rem;width:24.125rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H40A43EhgzafBdi9UF839VqlGGeioZCS { top:5.75rem;left:14.968751907349rem;width:17.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9VKNwadCPxbxS5UN1yBl4bTm1g0E1G7 { top:27.75rem;left:4.78125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoeGuBFxL0lfZDcTDir1l7dta1zFgLmU { top:52.25rem;left:30.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4nI5iSmxlZPRLM1sNfPKfow6De4za3 { top:76.75rem;left:4.78125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2FN6hn6WnaRC8XS9JAT4QbbobRcXBke { top:101.5rem;left:30.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5h7hspUaKpDgnRdD5UHUAKNtpT4oOtV { top:126.5625rem;left:4.78125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJtSffWZMqbCNv4ByXTasIVTvakN0nLV { top:151.625rem;left:30.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWH0DRO6bkw5UTRlim8DLdMKJKaAxaX { top:176.125rem;left:4.78125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbT5VhzXLb9FlFgTxBxMNDqv0qRSrqc4 { top:201.4375rem;left:30.125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5ikmKLBhLCKKA1x5PQnMhM1o3DCNNF { top:227.3125rem;left:4.78125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmvqwTL9srpFmidUZPcV00mf1GLFTkPt { top:252.9375rem;left:30.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO1cchrL6SExI6TqpwxCd9z0oPxS467K { top:277.75rem;left:4.78125rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs { display:block; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6xB4kKw60vgeuKTxboanZAENwVV7ztq { top:1.25rem;left:2.5625rem;width:42.625rem;height:28.37468731534rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXUAp0COFP2Z8OCRLtGd5Ly5ab5TKRc { top:14.8125rem;left:0rem;width:47.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QynLToRwSoSp0M1N4qRza99WmhWiyN { top:30.625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1QwDgLaAOsHU1ICirtoSpTpzt6wbKg { top:36.25rem;left:0rem;width:47.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pSgBZfWp14QZQ5CV1aXd53zn3eeqeU { top:36.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7sdfqhlee6kpcEXpJbCE46NNK0QnUT { top:40.6875rem;left:0rem;width:47.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rENM1S1zPnnWTrIqSUly3KtJLn2anGe6 { top:41.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Os8eO2e82iOvypDpfZNuUXLPSKV6Xo { top:45.125rem;left:0rem;width:47.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlfx37QRikPfBZmcpN9VKbs092MGGMHf { top:45.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6H6oBfh8ig1e0pM5ta5o08ym9EFxCnl { top:55rem;left:0rem;width:47.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV692k0uSwDt18cIWEsEGtw2yJ3MehvV { top:55.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolI2ATqsihK5nBq2h1zB6UsgZntFNct { top:49.8125rem;left:0rem;width:47.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBpkTslp8g1Bb4BxaW1gbTS8KJOBhaug { top:50.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgXIgkZmSdBVDRtnqptt2dGaH1F51KG4 { top:40.75rem;left:0rem;width:47.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqHpZtfLT3eUwmMzg6v1JE80oTm6wmWu { top:40.75rem;left:0rem;width:47.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvJX4DWWIM6XL4gakSls4DRyGAMuulMt { top:40.75rem;left:0rem;width:47.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWzOzCeBai3mxgdnFRs2KortN30aQolW { top:40.75rem;left:0rem;width:47.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUdaWJxe0PmfcETsDTgAwdmvLe2x6zCz { top:40.75rem;left:0rem;width:47.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBonTcWoqP3UovwhTpVSfd2u4qEBD2Q5 { top:2.8125rem;left:28.4375rem;width:8rem;height:9.5001836009219rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNgZbgkWME3dSTeNyMhQxRJHo7GoSMO { top:26.8125rem;left:0rem;width:47.75rem;height:36.159632552083rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwUTdrNSMFzneGpafGzGFQC9XqCNUfXo { top:60.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJa9qbNbttWfnZS0rW0RHz7DQT989V3T { top:59.375rem;left:0rem;width:47.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Cm9CMtSP11RZMCgiWZ0O1hTP4eVVu8 { top:40.75rem;left:0rem;width:47.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUL7QTRpTFTAFeh9pDaqGeAM189W5tN0 { top:65.5rem;left:14.216796875rem;width:19.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxJtTWPK2uXlidgmDmkbgbQVMmTNpM8 { display:block; }
 }@media only screen and (max-width: 763px) { #yLsGlNoDuFQEEVyAIizeNZkhgavS0sAH { top:0.375rem;left:0rem;width:45rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf6AcSRfIa1VqZUanRlP1niguueMpkfe { display:block; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIuWGgzdpUXWTkW83MmUyeRUnd2vBDV5 { top:6.875rem;left:23.875rem;width:23.875rem;height:4.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7gSnKrlRyxdAetk2VzQ2iIAc1eeP9xm { top:15.375rem;left:23.5625rem;width:24.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZbh8DDu6UK3Oc9rHNCJnflaEs4CMgS { top:24rem;left:0rem;width:47.375rem;height:9.0525477707006rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ko6JERZuDLww0NNsTncFui31WbHMVJ { top:0.5625rem;left:0rem;width:33.625rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA { display:block; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQR6QWo8QTBFv0MpgwcH1dGT42SypWX8 { top:1.6875rem;left:9.0312519073488rem;width:6.25rem;height:6.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1FHbp5J1qpWi30TwgWfGw9Zmqd3W0r8 { top:1.4375rem;left:9rem;width:6.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMaAFCgheoyVzwOr4ryRF47NfTRpIfaB { top:9.25rem;left:9rem;width:6.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1V2T9tdXa2HaHT58i4LLDV5CizrTMwp { top:9.4375rem;left:9.6875019073488rem;width:5.5rem;height:6.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSU4lqetWpffLoBu8IT5OLnpiTm1Xu8R { top:19.6875rem;left:0rem;width:46.0625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTU78WiXM9iGOX9BaG2RAV6z1sXPfQR { top:18.8125rem;left:2.6117191314698rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLngQU0h25zo1WtKrmpS1vHMtJ1e9eeg { top:1rem;left:4.625rem;width:6.375rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCTOFGBBl35XHPFkxhMii3uJzHecUGm8 { top:1rem;left:4.625rem;width:6.375rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eadzxQBVKumFSkknSGnVVGyOuUFGezWx { top:1.125rem;left:1.3937492370606rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2LIWLis2AFrptywI1RQHSIhUwffWnFE { top:1.375rem;left:15.9375rem;width:30.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVzQ4TCVhFcnhez0kH8Q3aDZP2l7wMfT { top:9.25rem;left:15.9375rem;width:30.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7KGrAU7Ticiea0pAwqlpfMcLIVmmSxh { top:18.9375rem;left:0.125rem;width:47.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQ9iaoU8XrTN0sxdaHe9k9CpqSfsFJq { top:1.1875rem;left:0rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeiuldkHgtEqMX6bx530G8ziS2GaxT5I { top:8.5625rem;left:1.3624992370606rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTG0Ec5pNcrcemaXPP9l90IpkHlZtHnp { top:1.1875rem;left:0rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBtrmqfkVdn894DyNrCpp3E0CtQC3kgd { top:1.4375rem;left:17.4375rem;width:28rem;height:6.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWhuGk38PnheaT9JrARhGRegAGEPTOF0 { top:9.5rem;left:17.8125rem;width:15.625rem;height:6.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 { display:block; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrxFiXNsnHTcmo1JPQ4qyA0b2rzUleeg { top:23.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKLB2pdqDcwa1l0JN7gVAFo15NPS02E8 { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzkbQqOn89rrA7atH0yOBsl2PXIaGta6 { top:10rem;left:10.625rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeGv4NeAUUaiOhBMP8T6ywAcTkCwPe47 { top:4.1875rem;left:6.6875rem;width:34.375rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6RxMKhGceFqwyPGM2uo4PsM4GavAXF { top:9.125rem;left:24.625rem;width:23.125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEAS21aKnFtdkwpdvXtGVwbZKz3kXSvB { top:8.0625rem;left:20.875rem;width:26.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UNeTi0XRXvnPCH84mcEEIZwT8NTVpJ { top:8.8125rem;left:21.9375rem;width:25.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weUIeFxftS0FaqHpNBPapCxsnen9RCJH { top:16.3125rem;left:29.25156211853rem;width:18.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBtEKpH2Tf6Wfth7INRUqgqV8LgeTu44 { top:17.5625rem;left:29.5rem;width:18.25rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2yV0vsBtg02y9pmM8hGZ6Tdc7Nldvoz { top:20.8125rem;left:29.25156211853rem;width:18.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFmXkZXCERgavRvfx2GeT3XJ3FVTtJg6 { top:23.875rem;left:0rem;width:47.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rByrHIRQObW8gNXrDZIBeD09KuKW4vd0 { top:24.3125rem;left:2.0625rem;width:43.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGAyqETdTM2s4Tu9SET809IOw4vfeDSI { top:8rem;left:0rem;width:26.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrZuXMkRGLSD4huLKg3xCN4K3VRhlcX5 { top:1.5625rem;left:6.6875rem;width:34.375rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTEOWkeDL5Jtbrfy30Ec4LDzLaOIxBE { top:40.1875rem;left:0rem;width:16.75rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG { display:block; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb4R7Kqs4o24ERiCywOmWHShHcUxMhep { top:17.125rem;left:20.5625rem;width:27.0625rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC55fRFfcPZ7k5A5uSf5ED4nCrPMRb3h { top:10.125rem;left:24.5625rem;width:23.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr9ToDPOeftP3k83FdivwbaL9iTTE8tg { top:9.875rem;left:37.875rem;width:9.875rem;height:10.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIpvOOaBBBSNgRikuCoJXJBv8ZxZRuZ9 { top:29.375rem;left:12.437282562256rem;width:15.5625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKK03NEmcMIyvqIklL7IxLdrpVh84q7n { top:9.5625rem;left:0rem;width:46.6875rem;height:33.24994603392rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGZ4fXlFSs3ADNQp4Chp8wz0GcnCXGG5 { top:1.1875rem;left:19.75rem;width:28rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUETPEBarMcumVDTLPnGdUuPn1gvpxuw { top:5.8125rem;left:16.75rem;width:31rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suizu6W7adR6GXtAhmJTeXvW1cD8xf7T { top:10.75rem;left:31.40673828125rem;width:6.3125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7nx1iyZboxlVcy53t27XmqVLS7QSVD { top:14.6875rem;left:20.25rem;width:27.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0mwiRUB14ll3y3bvfPxEBg6eTocZcNW { top:8rem;left:0rem;width:34.125rem;height:40.987692565303rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzo9Irm33esnHKx1SDqtfqUT2qXJrM0l { top:43.5rem;left:24.5rem;width:23.25rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-regular-label { display:block; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-checkbox-label { width:13.75rem; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73  { width:15rem;height:auto; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 {display:block;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #JeocAu9HNEewcc4l1cDWV9kDbNWf3504 {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #kXtv7v04l6wpRbbKbscW3P9JGDFROHDI { display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #aqaZDAWKtJeoTZErfSSo2yNdJdDLfamN {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #stFmK1kmsWiKvbpwn2dyhSDpXwFeXomg {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #xTsEZg4rCAe9kF5JKau0ph70tQPAe37o { display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #uvT6VNLxxtmuZg3LTXVi2BIw0lygQ1az {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #gOTV7ORDuD8UaWTvhsU6ew1ckccf4rZw {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #GwbdvTumW2T195MBuBMXJpDSmCxxkPoQ { display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #i6HilkTEan818KBvmikz59BgpeKmrSwX {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #ADQiFXMzKz5t7o0FSsvRibwJSg9et9fO {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #DFAfePTBfOafVWxKVhpawRATkC3EDH3v {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #IXuDbKyz5nuou2tfpTPOfcOfCXD3obWH {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #Xn90oQgxKR9TNpKnx9AiemMkrTocB2Hn {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #n4LbFWPdXa2uN80EmicqU7mcyDWISuQm {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #BDlZhObFSMZGZFHHsXZ2d8DnLgyLRMiH {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #y5xAK878nav9nxx1XRE0yQsd9Fnhg0Xk {  }
 }@media only screen and (max-width: 763px) { #NHBOhyviFMdEMQMpB7fZUySUTITVdBNF { display:block; }
 }@media only screen and (max-width: 763px) { #nDTWwID8UpnJw8GwkwAGzXTJXiSSIuNa { display:block; }
 }@media only screen and (max-width: 763px) { #vBbWXT2PQndRzwIW5tGn6oITJUBea3Sw { display:block; }
 }@media only screen and (max-width: 763px) { #bsUpiFW5rzsZJDJwXCM9tD17GXGecPoy { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nqm8OwanixQee79ycgoOamDGpkru62X0 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SI6BTLGIwxIBQ1ExNG7ABVEDb9zZfiNT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vAFQ4kx2e2Z5Amyr57vJkBmE8p3855GN {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #UAZWVQQbB5o4maLhecmHaIw8oDTRkRSW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #FOyRkTN9l8cc9u7vlMRDIGrPCAtxMTob {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #fCxlM7s5S0XFGJUTbD8lrgITEIoVXc2d {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SnzRuZcbiC6f0cS3kUSO6rfqIagc1hIR {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zBrIQeT45eTucTmJxf1aE3vF0qvOx4xl {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SzOheSqnhL5PTs56sI1puvM4dzVybtcn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #l03ZPMG7Tx7xcJVHKyvRBuyB8gLWvd66 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #rrCT8SS4AnWDTHwizb47Z4EJw8WoJQO1 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HpledHhWhdiA6lCTQs5kTwO9TZB7CnAK {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #mVxfooIdkCTKJTIP5mwNnotoxlI48hSr {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ce4x4FKiwbvgq2pO0XTP6hc7dZHaW2TG {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #PZ2qQdFIKuMkCRtkMEGGc0b3Sb5rcgto {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wM7LtRmpVCrOHTKxg1ISRhm62kSi0t4L {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OSxqlVyrWQMcSmQ226LSmb83BN668lrT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HE4zGFq00saiCVThHfCTrAptQ8qivWQB {  }
 }@media only screen and (max-width: 763px) { #I4teJETzHUdIotddSWLeXts0cK2Gn9Js { display:block; }
 }@media only screen and (max-width: 763px) { #XEBeRnzD7CsKxMBxLtlG70UdEevJFTrP { display:block; }
 }@media only screen and (max-width: 763px) { #FzfvX8KeTTUMy7TBSCB6PtXF6kiTqMtC { display:block; }
 }@media only screen and (max-width: 763px) { #KzQv1TvhqAVPH9qH86WaS5GR6dISOLC9 { display:block; }
 }@media only screen and (max-width: 763px) { #b8S5lUPe8SgIwsszSEFWmEMUIoSrHSwa { display:block; }
 }@media only screen and (max-width: 763px) { #ptuwX2uFnIDG7mAGMR4J7q5XThAUOCI2 { display:block; }
 }@media only screen and (max-width: 763px) { #H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT { display:block; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdB4c2NRW9WwgX42cTg8HaafnvHBm1PH { width:15.0625rem;height:2.75rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQABkHkvgg7bP20By31ObgNcwL0zeITC { top:0rem;left:0rem;width:19.9375rem;height:5.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0Kun8CPxD4UvqIf10KfRqzSisQRaZQ6 { top:1.1875rem;left:0rem;width:47.75rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEfUMepZwZWJ1uuwdTOlJAExwqcJAJMN { top:1.1875rem;left:30.8125rem;width:16.9375rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlTdc11RrAJsqRHuideyJhKqxhugKEP { top:33.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VNxR2877bTB4TCRhO70Bek71v5by4qx7 { top:27.9375rem;left:24.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmTIgH1grHrLSgWbFg9nyL2GTyi2gvNx { top:27.8125rem;left:40.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLsTONdusxNkIIuMlWrikQzQUwtTKOoR { top:28.875rem;left:0rem;width:28.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4u9963IE85nZPqHTs1gQIHpMXF96kkB { top:34.75rem;left:19.6240234375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkJW56iQe2GZBHZTIbQSXs9hAawen1N { top:34.75rem;left:14.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgd3yN75T8sEe70f33FFDH9TPLgLef27 { top:34.75rem;left:10.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTa6IdPax8CMBpaWl5RXE2f57KBCevCz { top:35.6875rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMyn2sVuwcWZOgytRsuxM3m35cURbyE { top:22.3125rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkHAg3dpttevq96VlT8QVHMaJIdSBcro { top:21.4375rem;left:24.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9nQeEWyfKeRUC8rcXTXCizTvqqp1iiE { top:21.3125rem;left:40.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns9cew5mGHA4GIt4nFb4bar7J6kpJXq7 { top:26.25rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #isv7Vl1HyMZDQeiHgHt5dxW9dQOxwZMC { top:20.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vWfU1dmFoKqfu7JXeshx11vcb37kdEe3 { top:16.375rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTAtDkIwnuP3t370PUHyL6aoZ660vWmB { top:15rem;left:24.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfT6aPGrQzaOHm1eUEcw4uHuzlMZCfJe { top:15rem;left:40.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTHbZ7hmlmDeZx3AVBZwn3lZ6Lt1TnL { top:9.625rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTUdbzAqXXAQf2TzS5O49PtUsORunfA2 { top:14.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dGPTLn8tHnInmZd0pUf2iMqvgz443DRO { top:11.9375rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc42QbxWB0ECCTExPLGOSw8XKaTSmQAs { top:8.6875rem;left:40.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTGnslDFMLJBdm6WOXQBBwJwLWnXNw6 { top:8.8125rem;left:24.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWygxrf9SEMm8g0AbnkKwDRt20ZvNJ1q { top:5.1875rem;left:0rem;width:14.25rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMh6RwHbV7VhplvARlFT1BbJ9CqVvwv6 { top:5.1875rem;left:23.875rem;width:8.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG5sBR2v1IIqOOVG1ingJ5CESwqqrnzw { top:5.1875rem;left:36.8125rem;width:10.375rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmJ9z3UyHukT8iNMdc5ylmcvlDxTxGR { top:1.1875rem;left:30.875rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNxsszveE19QceobvtCMS81V3m3DTDT { top:1.6875rem;left:39.1875rem;width:5.625rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITmiOQMfGKTkDfertDufHokM9nGDbnl { top:1.1875rem;left:30.8125rem;width:16.9375rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4qAbKRtXdDtHIzTz76tomgFNLtL5Xaq { top:33.125rem;left:0rem;width:47.75rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ETDaLI69ytSorN3T6uED2UpfxWxszWAC { display:block; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf3HPxtn9otfS24Z0pJ9oXDzua9zSUth { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHTEGPlwubKOTXBCbpkIoTuGkktFAKF4 { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAcZTuwoFTPhz19wJSbKJh80XoQ6FnI4 { top:3.9375rem;left:10.125rem;width:27.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGRQqqQ7VM6IdoaTPgC6KqSMaZQKyvF { top:0.75rem;left:9rem;width:29.6875rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvL0BsJQqnkreayEiJQgyl5mMKlfly8T { width:18.75rem;height:23.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv8eB4DWXCGUBq8BRN7mZQNhxqXs7Vi8 { top:7.5625rem;left:0rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FJqqtdIWNkMXKRZxaMAllUUMg6VBkO { width:18.75rem;height:23.125rem;top:6.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #US2R5IBmTgo6NmQMw3UikoBfwvsr11tP { top:5.625rem;left:15.1875rem;width:17.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEunwsBADXNOQVKG8TknRMMhl9mxEHAm { top:24rem;left:0rem;width:15.9375rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCgDCK8uGX93v1EGOrB1UKrVykbhT0Dr { top:24.1875rem;left:15.125rem;width:17.8125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smb7rfFaybXx9mE8hOVZAq0mT7ofrw2q { width:18.75rem;height:23.125rem;top:6.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #IetlK2CvrQTDXcz3kPig0TD4MzvC1uz8 { top:24.75rem;left:36.75rem;width:11rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHkUdEuD1fGTT58DxtUvb0ts1XiVzolh { top:7.875rem;left:30.875rem;width:16.875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8SsJamDXZGH5HNtHUAt8lR9D3CdrcHG { width:21.125rem;height:4.125rem;top:33.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9T4tspDiTnFsRKd9fVD5GHCTDzL3nG { display:block; }
 }@media only screen and (max-width: 763px) { #LPTvaETiBEKSnlvL6aEa9raToWWufpqd { top:8.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 { display:block; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5JKqOTMtysW3f1Oz6l9cStfgQXJ4Syp { top:0.8125rem;left:0rem;width:9.5rem;height:2.3123268880307rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTc8i0S0ANUVrLW6a2OKuTpU0Wio3ygu { top:3.125rem;left:0rem;width:26.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAwNTNbo5UlgEGmeHMA96ygPZytF73G9 { top:8.4375rem;left:0rem;width:30rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFHDZVym3FDR4Pke39k3TFxcCelT4Ww5 { top:10.375rem;left:26.875rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV77MPqcFl44L4hywXkXVKoI13ArLTyV { top:6.875rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOkwDi3F0nq48c64WqmesGtRr6JlmtS { top:1rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 { display:block; }#p9MHpSQTf5Cqp5TO0q8EtRaQ0mLCpnr9 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNqWSUElJOaq7zi0xErqKGXcyxsscL9T { width:10.5rem;height:auto;top:1.25rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1LutQa20oB2PWrJuPnVmTLMaLAIRWJc { width:10.5rem;height:auto;top:1.25rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqkpFMMtrmUQ1c3c3la0GWOsTUeqV6eL { width:14.375rem;height:auto;top:1.25rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIOBxBXWIV7CuuaebrGKM0TKbhum8T94 { top:2.999675rem;left:5.5625rem;width:8.875rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uR5BwGA43N5dIgQHDaoFBS2rXcwfxaZU { display:block; }
 }@media only screen and (max-width: 763px) { #U4TBcPmlVoEyDbqp6hry4SX9Dc7oF6L4 { width:9.9375rem;height:3.3125rem;top:0rem;left:5.0312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff968ae-84e8-44a1-8fde-64a84f1c4546/landingprofeb2026.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl.adaptive-delivery-prevent-bg, #zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl.lazyload, #zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl.lazyloading { background-image: none; }#zhJTOvW65U4ZtWfBATxHVud3LMXbrxvl > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fvpS3dxTfC816v3ND2ihkAtDhWTy68w7 { width:9.0625rem;height:4.75rem;top:10.5rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3sh0aLyaicbucDhUXqDS2B4kcabU1d { width:8.8125rem;height:4.625rem;top:10.5625rem;left:11rem;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) { #oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4938b6f-b6b9-43a1-9939-f9d4037b0d79/image1413.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk.adaptive-delivery-prevent-bg, #oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk.lazyload, #oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk.lazyloading { background-image: none; }#oTBWuUql8zqMBJiLFQ6Aoc7XzawHUuWk > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ { display:none; }#sbnvuCXFmJPyTMfm4Gn25nBQq9sRO6yQ > .row .container { width:20rem;height:41.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ac6dw0Nmnfoar3NHtQLcNqDFIqZsLXvT { width:19.75rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RLeCvsUkJTsBVKH3QbZ0sATf1ZHgKN { width:16.125rem;height:12.5rem;top:10.69140625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO7g9FbJPmlMuA9rWoim6rNoQMyyBigU { width:16.125rem;height:12.5rem;top:25.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhFHPEVu3T6d84OxJD1Ei154lxIgJt43 { width:4.6875rem;height:8.625rem;top:15rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46She6QlxfplFkr0iKR8PIX8VgttTqg { width:4.375rem;height:2.75rem;top:9.25390625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmODCdGE1CTHrKRIorkxrBbUMeve3myf { display:block; }
 }@media only screen and (max-width: 763px) { #xEVnJFMDrP4vO1oZAiiZF6CCF0AUAowo { width:4.375rem;height:2.75rem;top:24.48193359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdEoVRNaHh0JNHwVdpMmprM7TnhhTT0z { display:block; }
 }@media only screen and (max-width: 763px) { #o5eruTRCppSkDnk8vzG7GMkC6zHFLiBt { width:12.5rem;height:2.5996125rem;top:12.00390625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8yHpEyw1WNTednE4go4ik6bCzbIr6rB { width:5.375rem;height:3.75rem;top:19.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qfTVHtRxG9rTRi5Mbim5IBWsoUzusR { width:5.375rem;height:3.75rem;top:16rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnQ8Qv3Gsaqscq3at6OnTyr1PR8hTLD { width:5.375rem;height:3.75rem;top:19.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfdWtFpWsBqg8MDRHTk5xyCVOSZ7y6C0 { width:5.375rem;height:3.75rem;top:15.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZr0Z0s2sFzT6lxTOq0twwEVQW3qG0ha { width:12.5rem;height:2.5996125rem;top:26.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTl1ZP4W2tcRCsVwMTlfZUpoyhJto36d { width:16.0625rem;height:9.875rem;top:29.8125rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VOTbZUqIqoeTpJkfBVTID4772x15wTpy { width:20rem;height:2.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5O8AUGWWqXypGR0eTypP3tvX6ZwI6Hq { width:20rem;height:1.21875rem;top:6.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 { display:none; }#E8CbWsHuOdesSK8hQHS7GgqZq6crt3U7 > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XnpDTLQWBKxhs1B0N94LksxSQdag3rM1 { width:20rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAeUD9gyMXN50plqyuUne66slL2r4i7G { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0HLoZi9NpuvdMSTATyTpfylQldkOHy { display:block; }#mg0HLoZi9NpuvdMSTATyTpfylQldkOHy > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opwBDRyXqBMTXhrc8wNKiuukRyrb1KCa { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuVTFhguvEZ1Xmc1N7zQZck0IP3EKXgu { width:20rem;height:1rem;top:2.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3fbPkqxtFHFHTqVRTg6SCshwBNzgeA { width:8.3125rem;height:0.73095625rem;top:8.1875rem;left:5.84375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCzf3l6MDDwFDitgpcZxJGtPAhbIPfNk { width:15.5625rem;height:1.86865rem;top:5.314453125rem;left:2.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-text.counter-number { padding-top:0.31125rem;padding-right:0.401875rem;padding-bottom:0.31125rem;padding-left:0.401875rem;width:1.68625rem;min-width:1.68625rem;height:1.6725rem;font-size:1.245rem;line-height:26.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.194375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.248125rem;height:0.660625rem;font-size:0.466875rem;line-height:10.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg { width:13.9375rem;height:3.1499rem;display:flex;top:9.875rem;left:3.0625rem;z-index:15005;padding-top:0.3375rem;padding-right:0.3575rem;padding-bottom:0.3375rem;padding-left:0.3575rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #GvU63wwFDGhTyAirvvf1wAqr9gG2uBKt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #OswqykqFENDZWPRJHaFdQ8MzHVTvQTbr {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #f7qpMTRqeuEhgkXUoDwtrz1EV631yt85 {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #wReVqrrWnVnSgKNatsHnPWKw2TKM397n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #EBTrm7CHHnxb3y3DVdvqUMhCp4MxnGG0 {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #KTFPAHkuhoWkFy3rOqgyHAPr63I2pmD9 {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #aUyOyU3CMi2vxCfLNCg7sEmxXk5qcZO4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #C91MBBgIXggiDqwbdaTn2LrWDimnfU4u {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #U9rRfCf79kTzs07qpoNNGewMBnXsiGBB {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #NGae1NXKZ77x05l5MkbGosNT7GKBdOUy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #l51CpZo0qxatiVDqpmyckMZrmO2uGTil {  }
 }@media only screen and (max-width: 763px) { #day0V1CiRgEQTIX1Rk1LDdUCLJ51rSwg #qXIOexqT4zsEOaTdgZUEzyzoMr8Zgtad {  }
 }@media only screen and (max-width: 763px) { #mUDbCLGXHx4HhWX4d2mgT0glr7uNSC5L { width:17.9375rem;height:2.75rem;top:4.8740234375rem;left:1.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e00b9, rgba(0,0,0,0.65));background-image: -moz-linear-gradient(180deg, #2e00b9, rgba(0,0,0,0.65));background-image: -ms-linear-gradient(180deg, #2e00b9, rgba(0,0,0,0.65));background-image: -o-linear-gradient(180deg, #2e00b9, rgba(0,0,0,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#000000a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#000000a5' );";background-image: linear-gradient(180deg, #2e00b9, rgba(0,0,0,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TwozSxDStDLOOlLUBNMVfPAyMyzCsL6A { width:11.5625rem;height:2.999875rem;top:14.75rem;left:4.5625rem;font-size:1.3125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #PEak6hHidaEc8Zn2vdbuEuAvagORkzXm { display:block; }
 }@media only screen and (max-width: 763px) { #V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3275f5fa-3bd8-45c0-959d-3fbde8cbc92d/image23.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg.adaptive-delivery-prevent-bg, #V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg.lazyload, #V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg.lazyloading { background-image: none; }#V4sPmhzcW6RfCxXThJqlruqd5TMw7uLg > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n { background-color:#8a43ff;background-image:none;display:none; }#ht8fCHcSbwCaau5GrSIiaXFr4nuyBT6n > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qndThT3ZgbxCnWLU6XLwSieCTW16ZQov { width:11.7495rem;height:1.21875rem;top:29.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sasITfL6Z9uota32DmQyD0ZaO4qBPVDf { width:20rem;height:2.8125rem;top:30.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHEFG2cGSSADQ9neyEA0vWuRILhUro7t { width:20rem;height:12.4375rem;top:10.5625rem;left:-0.125rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #i39FvhdrTA0HMphLZMkz9GOlNT9t5k11 { width:19.3125rem;height:2.2744125rem;top:7.8125rem;left:0.375rem;font-size:0.875rem;font-family:"line seed sans th";display:block; }
 }@media only screen and (max-width: 763px) { #K4zdghZEvkH6P2twapsKMdwInzFQPnQV { width:20rem;height:2.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZG4imoBl2PTMLxcBDSprctflVWXWwbi { width:9.25rem;height:4.8125rem;top:11.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xexp8Ii1MS1mMgH3hec4J36ghA5iydPQ { width:20rem;height:1.13720625rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITD8ZkCVeaJnc6T77AsKt7IZTEJ5hLf { width:9.25rem;height:4.8125rem;top:11.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrVC8Zk6yoJhfE6570Q2uBSdX3nL1z8X { width:18.125rem;height:1.4624rem;top:26.5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIBuuTGzR9OMRsgWzDCrnTyX2NdVxuya { width:19.75rem;height:2.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNRBOFnGLNrHqcgCsBHGWwc3rK9b0VH { width:20rem;height:1.9248rem;top:20.50634765625rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fXtPQhie1fRpT7CCyB8f8nGDKZT3XQFR { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPeGTdyx6NMEmF6a8PeFrW50TwyFUX30 { width:20rem;height:2.84375rem;top:2.875rem;left:0rem;font-size:2.1875rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #bqqHMSlgA4hT3gMOvF2ruk2xxbcgoSLR { width:9.25rem;height:4.8125rem;top:15.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 { display:none; }#l9eiqhtMUcJhP8hMwDPXh6oXMIMK0cT5 > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rb434DaeEbPAVKzwu8DsocM3iiBtx5ak { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF4dVQ85LTurvKnZUKq7UnEoHzBDnSrB { width:20rem;height:1rem;top:2.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyg64uQe6yaZwOBLFn7FB0cqHdUL2Twx { width:8.3125rem;height:0.73095625rem;top:22rem;left:5.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFC7CKqiMz8BRt8SVUr1q0cGhAoOg8UE { width:15.5625rem;height:1.29980625rem;top:20.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-text.counter-number { padding-top:0.31125rem;padding-right:0.401875rem;padding-bottom:0.31125rem;padding-left:0.401875rem;width:1.68625rem;min-width:1.68625rem;height:1.6725rem;font-size:1.245rem;line-height:26.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.194375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.248125rem;height:0.660625rem;font-size:0.466875rem;line-height:10.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT { width:13.9375rem;height:3.15rem;display:flex;top:23.6875rem;left:2.6875rem;z-index:15005;padding-top:0.3375rem;padding-right:0.3575rem;padding-bottom:0.3375rem;padding-left:0.3575rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #arBViJLza0HMIPHPNyWCGHOc4G1KTOTz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #TrnRAyHoh3P7XTWAtzPtywioK1qKtzef {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #RRT85kTTEirIZD0hzMkAgtdp5xUiiAPz {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #MSh04QnkWt6BSHWf4dOEzuST8Arsza2L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eUKQib3cgEU1hCXtBKUuaZGUl3kXGHLL {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #QMwOhocamcmbqhnasd2Mqn7qSm1dAww8 {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #KHnlgTxE54svK5q5VkHtlZT37ZPqiuLq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #JacqW9cFK1ZTXHtPWKE3TWlVVhvV7hHT {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #VfTTKqZ3N850Z5KaTuatM9EbzdeM2Tps {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eKhL7Cczf2O0kh1agHcldJoF4v1egIN0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #KpGKE4pUAe8QPZOIxcZhsDzQIFK5VTWW {  }
 }@media only screen and (max-width: 763px) { #DqBey4RamDPyPMEtVJ7sNTyq6mom6IFT #eI6AxPfQtJrtNXEKw7TPlczrgpTT7pqT {  }
 }@media only screen and (max-width: 763px) { #GWhFqrSvnpv6MfEtEnM3H8bB7vCUp70l { width:13.1875rem;height:2.125rem;top:19.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2wABQddqDpV2qepr0KIzUvmkTI3wHUf { width:20rem;height:1.625rem;top:4.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0WXLxWC35b3nxDa9c90hPby1nnTvTq { width:10.125rem;height:5.1875rem;top:8.75rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWziTOA8UzWFFMlER5w86C3WrSrILlo { width:10.1875rem;height:5.25rem;top:12.5rem;left:0.53125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #RcIZie6ftP9cV9wpnTqsEBkOumlLzytt { width:10.125rem;height:5.1875rem;top:9.75rem;left:9.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WErrgbVrKTZMs0BeFXKHnftXTyzFy7Jm { width:19.9375rem;height:1.0996125rem;top:6.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFTHszXJCt2oWUCN46fgAFXVx62N6sVB { width:17.25rem;height:1.05615rem;top:28.125rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmBnda9Lyqzrpeb3ipkaRakqcA27rs5o { width:10.1875rem;height:5.3125rem;top:13.375rem;left:9.28125rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU.adaptive-delivery-prevent-bg, #LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU.lazyload, #LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU.lazyloading { background-image: none; }#LDxrVp3gS77yFUbnDB5SU54RA4Vim8rU > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X8xaTchzeNAD74LSgdbw0U78NTwWI5Rp { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p90DmF3yPA3kQExBHkZtffhTNCidwBGa { width:11.7495rem;height:1.2182625rem;top:44.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIs5ECWrrMolpRpgiJdLdAytJIqCFv6 { width:20rem;height:2.2485375rem;top:46.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWloeA4i7sa8bv695WFHRar5VzNskii { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #I7ESSwkT7Qa1lzqVRMCoMD45kwOov9SZ { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3T0XwbFHITFWEhehRugZytbHNFZKt9r { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20udXbsy6RRAI6d2k0Qvz1E4nbGfiqK { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KvnJ1T3XJpTrehPwTSatVTcu5gN4dh { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZObR0Z24micNEtkT2DwvhesVFZDQ8Jna { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A7XXWgVIXabzWfhQE4SOThqcWiyN96S0 { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff5OOQBJtWJ3xvCVL5UhbOBSaExHPe35 { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCt0HJWISP90gG2516Wwf2d9mMD7H3V { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McpcUcpgWHTxDEKsGTOEpvnCKsfgs5ez { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZr07pT0l1aXOkDl4syRJUcmAKlkcbu { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoBDRuFxX9xt73aHiZL6TFG80nMbFBSN { width:18.125rem;height:0;top:39.876342773438rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#d71f1f;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #x4XcFNGBw5IEOxfTvathhqBpfl1Tdcqs { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTIVCohxQKMM2eSyChzRA9cSBA4NZpi { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #G5AZNUxNlca2ETcJwxuIwmOBPRN4sG8q { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMQ15VpT3ZT8aRlhsD2X4Uq9GpmZHnQl { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-text.counter-number { padding-top:0.356875rem;padding-right:0.305625rem;padding-bottom:0.356875rem;padding-left:0.305625rem;width:1.8325rem;min-width:1.8325rem;height:1.918125rem;font-size:1.428125rem;line-height:30.69px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.223125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.4425rem;height:0.7575rem;font-size:0.53625rem;line-height:12.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pbe43pJqEDlTF6hpJTM7egySvMVdXh7u { display:flex;width:13.75rem;height:3.6125rem;top:39.961547851562rem;left:2.8125rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #QfvX4V50VCsBtNpfRUq4btqVtPGvVX1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #lzsaH3iHunxHFfSBRf1QfmKrFgwNWgfG {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #BI4LPqdLPvBsowo4B0zMz4auA2T6bJPk {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #vTs1qlwDEUkRO5CBfIdUwA3sicxrF9AE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #dXvukLvwDo5fFI5FfKhUrI29I3h2uTOB {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #lRidXZ3yFRQdkArQ6v1g3zqeTiobW0dt {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #BzTh7dT2O9Dm15zaQUqxa9D1bmqoW1Z2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #uEKgrS5UicAaKT26O33p2ClKfgPysIxo {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #RoCZ3TmHzdPntioGEv0qxB3eqvRpgl4q {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #IiT1Uw7DewGWm6ZOQDv7OefDHBTPKPJz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #Up39AlAimabyfeQ7ZzB8Hu9lWkaH1Ray {  }
 }@media only screen and (max-width: 763px) { #pbe43pJqEDlTF6hpJTM7egySvMVdXh7u #zSSzqurNhmUBJIXt6BMAPRwWVk8IOkXX {  }
 }@media only screen and (max-width: 763px) { #p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ { background-color:#190072;background-image:none;display:none; }#p0zpF9cWzcqOiMvAQT9lwTmPCl7DdToJ > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PcZHitTbyqwhPobqQJ6gKpAZToUV6R1s { width:18.5rem;height:1.94970625rem;top:1.4375rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #GZTFdvOfQCtC5VOBBMF4iMBxs6cv3HwT { width:12.1875rem;height:5.17383125rem;top:4.25rem;left:3.90625rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t { display:flex;width:12.375rem;height:2.911875rem;top:11.5625rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #R9HyXIITFPPlB2XmXQ0v0TJQLZ5EONFM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #ThyglwtIJr2BxTeQZcL3On1au43LLlMR {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #Adyg7DgHMTw74l9mfnKvk34f7752kVSl {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #fVI1aJIS90NT8JhELcLoMhKurByW9kyg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #iputx3o2LoxymseDwGoEs38Q5TuGIkg4 {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #Frqz8GAQwXRyQzc4ZbMauxHysGaJnSoq {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #a3D8o4Ek6KTFfzx1g6ka0ZrdFReTHhFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #QxbONcGBuuw4fiRvxmmqhVMXPacdBDws {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #BMmMi7Vau53xpa4dgluwhgLIOHTlfizR {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #HM3X2gRusbMf8oVRam6nE51kTfguIP7d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #rM0FrotDussZ2MqBuCWrQLTAl2XfNTII {  }
 }@media only screen and (max-width: 763px) { #R4e37WPS86yNZhWhVc5ZTiFrD6RZ5V3t #whBsIivwfDiCDVIU03D3gJTy6IcT6u1e {  }
 }@media only screen and (max-width: 763px) { #V9GQn1rldnDe8fEEqPFgsAtJRpSsLAbv { width:15.375rem;height:1.05615rem;top:15.1875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0y6Mf4XsgIp1DJ1xpCJVZ5ID3oTDRq { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #BtFTTAUe1fO1dJ3yUhOoS9CbVGtdZTBp { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #wk9tyPhi3Nar1UJpfVX5gzlh1mdUPLpr { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #SVJnfsSqITLG54CeSkuBVdDCqe6sp82f { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #chT8i0FumZo6NhX5MqKuiUJS1Jp1ruWk { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #yx7rnkWDE5FtzbIJbAfpTzfLPpH83tW9 { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #gMMU7he2qNphFehX89gmbw15UdmSldyl { display:block; }#gMMU7he2qNphFehX89gmbw15UdmSldyl > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoV7mCPTJxlVhxNOcAC3M15fQ9mtPMmb { width:20rem;height:18.8125rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEvRGFwdoy9yvQUvBuTscUDQs31rDXJP { width:5.8125rem;height:1.05615rem;top:7.6875rem;left:10.6875rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VSwIuddFSTTC1GTJRmad1NUs4ZkLiBip { width:6rem;height:2.375rem;top:9.11767578125rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGgFwJwygPIJxBhcTxThhlkAxkFnDBDt { width:20rem;height:27.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCzg7i1H8eQJUehFvlmF81ANF41Q2FHu { width:9.8734375rem;height:2.19360625rem;top:9.1875rem;left:8.6875rem;font-size:1.6875rem;color:#f60000;z-index:15009;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nLTsaoxz4foQlzZIfM2irm1UTwAZCArD { width:9.9375rem;height:0.8125rem;top:11.9375rem;left:8.625rem;font-size:0.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qlt53B0lM9yI2KOOKKZMIoCsnDWP5HFm { width:4.4375rem;height:1.29980625rem;top:9.75rem;left:15.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Gwm1pxiu2JlbUDKukk36wvyoAFFNEFNB { width:10rem;height:9.0625rem;top:5.55029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEAnDQMfx50sFuyPJh2n0mTPa9uPZTw { width:18.125rem;height:3.25rem;top:39.046020507812rem;left:0.9375rem;font-size:0.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y0JdqwhhaQCsKd3ziytU1E2p4FECq2y2 { width:20rem;height:4.46191875rem;top:0.75rem;left:0rem;font-size:1.0625rem;color:#ffee43;display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#000000; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-text {padding-top: 0; padding-bottom: 0;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-select {padding-top: 0; padding-bottom: 0;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff2e5b;background-image:none; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]:-moz-placeholder { color:#8b8b8b;text-align:left;text-align-last:left; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]::-moz-placeholder { color:#8b8b8b;text-align:left;text-align-last:left; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]:-ms-input-placeholder { color:#8b8b8b;text-align:left;text-align-last:left; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js [class*="-text"]::-webkit-input-placeholder { color:#8b8b8b;text-align:left;text-align-last:left; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;color:#3742dc; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js  { width:17.5rem;height:auto;top:14.3212890625rem;left:0rem; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem;color:#000000; }
#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js {display:block;}#r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js { width:17.5rem;height:auto;top:14.3212890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #JaAImZzIBTeqVsR9F9qVNnm7CVcRS47c {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #D6SsDf176A5AZcXkZNLwGC0y5nQ3yTmx { display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #LdlRZyTAVNKZ5fNtzQPKCMZ0Jvst6TKC {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #V3Vu0GSnwecA71yOg8InTUNaHr1HokaA {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #hdTm76npcscSyORyVZ54RPFxMMAgkkXa { display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #upvEE1x32mTUcX7cuiVqLdxWRP1B4aQB {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #ixHXzrw0IqTFPIqt8xCIVBUllRdenEMR {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #UHcvRagK6FTX5aaHAaG82bDXpLTeyo7B { display:block; }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #dS8lSnEv6Gn3LTHxkKAHRNImQMym5eDZ {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #Zwfxqwa8wkHcXIAf8lxZ0dkZSkcAGKLP {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #H1KhfFDAUzL3TuuiWSEi4WNtOnfhJxA5 {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #L0Fxkf5ggr1sLcIRmw2t8KbgixNR7ITE {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #o3g9u2O8w9Ki3afz1Dh73a9S39ZOabtJ {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #DkQ5IhwnBCUAKoBLQy3MyMtTFTMsKLbO {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #aSAng9mGuXF1JP7AsKrJIw6kT8ScQeNT {  }
 }@media only screen and (max-width: 763px) { #r7waTooSlZ1gLAQ4dGLKFpbdtvJf43Js #uPLLRkF1xMK0dLGuK6COE9dNXDTG7FkO {  }
 }@media only screen and (max-width: 763px) { #ldwFUTiy50EOIO46nCDJ3TqEDcQuiXZi { display:block; }
 }@media only screen and (max-width: 763px) { #SzsvQ4bLdZ4knhVvXemVTZDk2zv2mNBZ { display:block; }
 }@media only screen and (max-width: 763px) { #MdTGMO5QoI607Q0JTP0FZ78TEop5MphC { display:block; }
 }@media only screen and (max-width: 763px) { #WZE1RZVgrLmDOuMK10QCclcehETELPw2 { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Xt99G5Rg4EWBZhJDw6yrsVIGuZInncas {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GokxpCA2UphBMD8xMlZgnUXWMKyhrOGp {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RKq4unpLCck2N4mtf8Nh3yNxNCxr6Rvn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bxircQ47sbM6BAXcGtP34CwRuhWg718W {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CxFD4TTsPoQbLMkzexqg8zJ6DNVSafR9 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #p61S73Wn5uvrOxRRdigJIEnoCHgiFyN3 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #aVrgAXxDttPGOXRKM4uO3q86rlwDIdqb {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #L5wyifq3uNCJ6eWdWfRa3WPeLUdkp7sa {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #upyoawUsdcWGzQJznFsTgvUU55vxiK36 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #JLgOXfJOIvLvcq8NNglatNoWc2Pyqzaf {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hC7xrPJIKopgsRmLTvPpfsRhpmhusoSD {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KQKR3AOCPzs4h4tWUGTw0fppg9WMLPMd {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #MCHd9K2Xtxr9pAGCWUdQcfVpPF9Hp1X7 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #TPtLQolCFJJNbbGcbsk45wydfiw5udo5 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #hUcOpawWOfc1S41BguzPqik7RhaDeOfO {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #rwMAdONVJn75ocAr5dL0ozCTatRkRFa8 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #cydIFOyiReF0GU7lZdVJ6X8NEWOZEaGZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xG7zrHd2GGX4rxbVO0udbTKHToRTAe6m {  }
 }@media only screen and (max-width: 763px) { #EWkbzTflsb5kazMAI0KQL864XwbbOyti { display:block; }
 }@media only screen and (max-width: 763px) { #iJTd3T5sT3HGGWJS6dKosP6g10sQtTIM { display:block; }
 }@media only screen and (max-width: 763px) { #TQ5AUIO5JRSfZcrB7hzBQbOv8ioTD5ZR { display:block; }
 }@media only screen and (max-width: 763px) { #qRQez7vn6qT4kJJCnOtW4PA5UUWLF7vq { display:block; }
 }@media only screen and (max-width: 763px) { #qRPoCkys0CVTNwukxdMMEFNCfu77STpl { display:block; }
 }@media only screen and (max-width: 763px) { #BCl6u2nyhS0mBzpmxWqBMSBgilxbPWaO { display:block; }
 }@media only screen and (max-width: 763px) { #UFWrFpa76dGbHtQ0SZRTz4emexWZG0aG { width:16.437375rem;height:1.13769375rem;top:37.323364257812rem;left:1.77978515625rem;font-size:0.875rem;color:#d71f1f;z-index:15003;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3DL9xyvhlmz55IN6e1BzZM2MsS8TDPW { width:20rem;height:1.7875rem;top:4.4231796264649rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xCf42TkHQVdppiAq5HXThAmVFIXexwKw { width:17.4359375rem;height:1.4624rem;top:1.6492195129394rem;left:1.2812501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVIar7nxbUKr1H6NQ7utKdbkb6pC8tRD { width:20rem;height:2.1123rem;top:8.2710914611819rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQPTrGH8JMTXIceTdTlwH1nZWT7Gc9u { width:15.625rem;height:3.4995403289795rem;top:3.6132669448852rem;left:2.1243106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts1H8QA0lxhCurENqJu9uvnTkduEQPZm { width:3.06171875rem;height:3.06171875rem;top:0.84922027587888rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1gdOIuqdmyGlTtaIE53aX38AtC0FeBD { width:5rem;height:5rem;top:86.084rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #va1FksuHlwu4T7wTnTJ1rqv5q2DS5R7s { width:3.125rem;height:2.5rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23Jl0wQt8CbDhB5TLtgaiCTnwToLkO1 { width:19.6875rem;height:5.4375rem;top:6.2093725204467rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6WuIwzpU1mhoDyOTE7JR8BM4Znq2OT { width:19.625rem;height:9.0625rem;top:92.333403348925rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8v3mdrfm5elSndvFdFEd6GocZ3chXf8 { width:2.1231617927551rem;height:2.5620403289795rem;top:22.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdL9QKTpBm3CTTB2lcE7FyIrm2EA8RSk { width:20rem;height:13.2258125rem;top:33.21484375rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #x1Wm2VHQEO9U3a1tdCdW7qoZuSdGp8gq { width:20rem;height:12.9359375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg1ZTyUdsBb8sxHAt2LMRvT0sPsANcMg { width:6.0625rem;height:0;top:20.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ountg8WX1PcZ73oFsJLttPnewGfubP0d { width:13.31227016449rem;height:1.9990807771682rem;top:59.686347007751rem;left:1.2798712253571rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIutwOAyivTwf79NvxVNTvWbqIxTmk6f { width:12.8125rem;height:1.875rem;top:55.471045494079rem;left:3.5937498807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBx4RbiupPuOwMQvFGnTP3pQthIRADac { width:20rem;height:3.9993104934692rem;top:49.369254112244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rizQg8sG2FP6JZDFGq1hf4a13F3WbZWe { width:20rem;height:3.9993104934692rem;top:54.061347007751rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEvOu6dBpDOUvV4rdDC02C1v99kafOPs { width:20rem;height:3.9993104934692rem;top:54.021132469178rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNqCy5zu3U8957kzdelhmmUlP0t1sDUk { width:20rem;height:3.9993104934692rem;top:48.483450889588rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egFoeDNSJ1hiWRnLn2NedR26pO0HQpG7 { width:20rem;height:4.798825rem;top:27.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #IVAT5GHdvHT3ZrBlEyQ371ohk5U0LhE8 { width:2.3747701644898rem;height:2.3115808963776rem;top:2.263352394104rem;left:16.806064724922rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #ldM8d7uNTrJMeLByw0CeDG6o500wuLw5 { width:19.5625rem;height:4.0625rem;top:46.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ0znc59OIgld4uhRWnrgnQdRW1ZsCkI { display:block; }
 }@media only screen and (max-width: 763px) { #wHdd7P4xFkG5VyMfSmEal4kNB3aTq90M { width:11.5625rem;height:3.4375rem;top:51.75rem;left:4.2187498807907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpLaG3xCv1y9GCBzEFG88JOVMyf7JiKU { display:block; }
 }@media only screen and (max-width: 763px) { #DWq0KKpToMzoT8TdH0PWZvC3dTp6bfTq { width:20rem;height:3.25rem;top:47.328903198243rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXydSrmdzIJJhHGXo74F5M2Tqq2JTrQ { width:20rem;height:13.0625rem;top:57.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ci2ZAVAFumUF48OF0T6mgXZfoIPIVRcB { width:3.0625rem;height:3.0625rem;top:0.84765625rem;left:16.937500357628rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNLroRtM6898gT17AgayuUQQg5CfzcyT { width:14.8125rem;height:1.05625rem;top:17.680468559265rem;left:1.9062501192093rem;font-size:0.8125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soZ3T64yMRptGDBQVDoqweFNsycE5GbQ { width:14.625rem;height:1.05625rem;top:24.186719894409rem;left:2.0312501192093rem;font-size:0.8125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plTy9xTJVOsmT6BFcBJCxMQPBgZSgtLu { width:10.1875rem;height:2.11230625rem;top:19.48671913147rem;left:4.2187498807907rem;font-size:0.8125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBTenRw6nZ2mz1dQQldK9rHvaG8TC0rN { width:20rem;height:3.9375rem;top:44.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPdxlbe8lg0wTKS9uIlfSPt8Q67rE3D2 { width:20rem;height:4rem;top:44.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFngyyFEbqACXkmlTm09HQk0bRm3phlJ { width:15.1875rem;height:1.05625rem;top:22.25rem;left:1.7187501192093rem;font-size:0.8125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 { display:block; }#TGfZMvLg4HItdFuRkhPudKNXOTPIt5x7 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEFKiCdBPlilDWAqJWNGJLoBHRmZJshs { width:17.374769210816rem;height:4.0625rem;top:11.75rem;left:1.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#0c4966;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sZnfVvlwwTgISTTDWOH7Rz5cs6SvTn4a { width:20rem;height:1.625rem;top:16.5703125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JfnIcB8usfGmEeaA2mVJonQBsbNroaWe { width:13.4375rem;height:2.625rem;top:12.468750596046rem;left:4.7375000715256rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #csTsrzx6qJim6Ora2Tt3dDLFJJyeF5Tq { width:4.0625rem;height:4.0625rem;top:11.75rem;left:2.125rem;font-size:2.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lnNFZgZlLSv8epMHfVsFhvAhMkQHvxnr { width:20rem;height:26.5rem;top:36.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#0c4966;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #JK66ApZUMRcZpx3u8uxdq9uFUEONu1Lp { width:13.999310493469rem;height:15.874310493469rem;top:2.5303382873535rem;left:6.0006889104843rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #kLhz7QXKPvy6waVdOsCqwRsOyO23AePo { width:7.625rem;height:12.25rem;top:1.25rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #fruHAbQq8wkw2XhcosSTNSXtTIoRifPy { width:13.5rem;height:9.5rem;top:1.7807922363281rem;left:2.2162224054336rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBlD13utLTuTGmXEmwOnuVgqZn9I0wnt { top:1.8125rem;left:8.125rem;width:9.375rem;height:6.625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DI063yqLVx3msZd5vMmi5phWJfnSZJZQ { top:2.4375rem;left:8.75rem;width:9.375rem;height:6.625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xMSNMPX6b4TdyevzvL6m1DWewTIswysS { top:3.0625rem;left:9.375rem;width:9.375rem;height:6.625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dx7dMPtqD64c94xAXRK5iRwa6SwTRKaT { top:3.6875rem;left:10rem;width:9.375rem;height:6.625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l02PQ6yXDRfrObarDPRw5VHAPM6zHhZl { top:4.3125rem;left:10.625rem;width:9.375rem;height:6.625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS { display:none; }#L2vBZf3tuS5UTmVyDBmETvaRM2kMXGJS > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XFC5s4itNE4pJnbGqu4oTIZ5HFqPQL3I { width:18.5625rem;height:3.875rem;top:1.09375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9awZugfItH6T2dxJaWIPGAhMrZdJ0rp { width:15.75rem;height:1.6625rem;top:1.46875rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BU12Lg6JlL1e3OmBs1LzJm1xmpW8BNkT { width:16.811809539795rem;height:3.15rem;top:1.5169372558594rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQGxGUU0WTzrQdRPWRf4PfMIW5cXQUCn { width:16.125rem;height:12.0625rem;top:0rem;left:3.875rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG { display:none; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG { border-width: 0; border-radius: 0; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .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; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container { width:20rem;height:60.625rem;background-color:#ffe3d3;background-image:url("https://images.assets-landingi.com/yZdnAc6Y/Layer_4.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container.adaptive-delivery-prevent-bg, #VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container.lazyload, #VoL3a6KzdE2Rge9QTBJrBfTHqQZgclDG > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #T01FblyKFC7G2lD1RQUBBJakMHfk2xv9 { width:20rem;height:25.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgZzCucEiVGXbFJ8AXR6JQioaLSERJth { width:20rem;height:25.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u63E4SqrGWzz6cKRlmXu6qMvTVBGidhO { width:20rem;height:25.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD4tWU7x55ywWeAPKPxKAtdBkQgghrKV { width:19.8125rem;height:2.1875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UafOlIEptWG6HLL0M30U7UHOX759Aq { width:19.8125rem;height:4.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3hvItb12KJO67CL7D3Ew9XdGg5JAAM { width:19.8125rem;height:2.0625rem;top:1.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1AJatzXIcFJJxl1FDzv5vMCEHorJFX { width:18.6875rem;height:2.0588235855102rem;top:1.25rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zceUSFGrV8TkVlNNT5pgJvCHJ5GJr46m { width:18.6875rem;height:4.1176471710205rem;top:20.0625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGKJNfmphfWgeN8wxNcrxPGNPGyyGbG3 { width:18.6875rem;height:2.0588235855102rem;top:41.25rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wTwEOIHLedhfJ40TtNMQ044ADb3lms { width:20rem;height:14.0625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x38KeU7d3sthU1RFZfMezmrbFM5bLou1 { width:18.6875rem;height:15.1875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUISvnoai2dCxKwL2J8pVr3UPHDrOD { width:17.9375rem;height:15.1875rem;top:25.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uanp1PtVzLK3g6A4eEl80R9lwZRPfzZa { width:20rem;height:14.94725rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV { display:none; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV { border-width: 0; border-radius: 0; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .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; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container { width:20rem;height:57.8125rem;background-color:#ffb194;background-image:url("https://images.assets-landingi.com/yZdnAc6Y/Layer_4.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container.adaptive-delivery-prevent-bg, #Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container.lazyload, #Tfo37gq5qlcTtcKHQEcQMpgtU5qQ7TyV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CRAGOoNUPgA4qHQ4AJRz5uzwMM8XroVK { width:20rem;height:25.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXJVERTbPhBhfrhrSboAGQzdoyi0oL9Q { width:20rem;height:25.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbXgihrGKBUUTnxTwgH8ohIn1yIbwL33 { width:20rem;height:25.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL3U7Pkd3uqB6e1y5gm6P9NZl3CL1lVL { width:19.8125rem;height:2.375rem;top:54.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ydp6SFnC0kiGl2zDAVkvZ3H4Mb5eaw { width:19.8125rem;height:5rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTA1ZqcCdw51TQKZyMZhW7sp7tTHvyi { width:19.8125rem;height:2.375rem;top:14.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4y81Dm0tNbmqN9ThMzz498Ttps8ZOU { width:18.6875rem;height:2.0588235855102rem;top:14.625rem;left:0.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAWdfonP47TQXMhZg3w8P7D9MoMCxTfZ { width:18.6875rem;height:4.1176471710205rem;top:33.625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMArvvQqa831J3kedXGyoyXSUVH3MNWF { width:18.6875rem;height:2.0588235855102rem;top:54.4375rem;left:0.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHFPyU4VPVLrnkJ8VOtihy4tJD9rsxZu { width:20rem;height:12.7158125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtRse5Qb4oi5FHOb4kg7FV3Lzbiry1d9 { width:20rem;height:14.417rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqllJ9mlf6nXRNN8gmkgyyncSgpWPqgS { width:19.8125rem;height:14.1875rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T { display:none; }#sXaDZFPkmmfFiZ2Sd2Rg3GIX5AJmxh2T > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ytFPgBPS2CQ1RlVXPUK8nXvnoTCuQNbL { width:8.1875rem;height:2.5996125rem;top:2.625rem;left:3rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #m8Pwmw8vZZTqD1f0OstkTsVEQ1NlL7Wd { width:6.625rem;height:2.5996125rem;top:2.625rem;left:10.4375rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;color:#cc00ff;display:block; }
 }@media only screen and (max-width: 763px) { #pxKCnUU0KL54LOf3FsOL2LOKHgHMuXhL { width:17.4375rem;height:9.8125rem;top:5.224609375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVOD6Tl2HU9lrVUEWXsDywKZRNmfeVp { width:13.9375rem;height:2.76171875rem;top:16.10791015625rem;left:3.03125rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLEw1S1xTZzVopoXnTGVyCWusp9XywaQ { width:13.375rem;height:8.1875rem;top:5.912109375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNi6bnTE79AlXfF9Vlk3V0f0OtV1zss { width:19.999rem;height:2.4375rem;top:20.25rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #Xn42DDzWR5c6oLc5RcNnn5TlhxrHFi7V { width:17.375rem;height:8.9375rem;top:23.30126953125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuEG5W42BzkuxV1Od1494NdSnTp7k0CM { width:12.25rem;height:6.9043rem;top:24.3173828125rem;left:3.875rem;font-size:1.0625rem;color:#ffffff;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #I7BGr61nP7EQ6M638pRT3HTnO1v6rg9R { width:5.25rem;height:2.92480625rem;top:33rem;left:7.1875rem;font-size:2.25rem;line-height:1.3;text-align:justify;text-align-last:initial;color:#000000;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #c93Ndt5sxiTIASrZC7OByx8ZZx6KaHSx { width:8.1875rem;height:1.86865rem;top:33.5rem;left:2.5rem;font-size:1.4375rem;line-height:1.3;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uWOzfhTG8NK0pdorMc0prEESVJhwCQPO { width:4.1875rem;height:1.86865rem;top:33.5rem;left:14.375rem;font-size:1.4375rem;line-height:1.3;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f2sS86OdiO3D4WFK4xnoahTTB42wgT7H { width:7rem;height:3.625rem;top:10.5rem;left:9.6875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #NEAZwIC6pF3tA6PvunOnJup4cvaJMibf { width:7rem;height:3.625rem;top:5.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELinK2xy5gpNaF4SwoIICGvpFBM603I4 { width:7rem;height:3.625rem;top:5.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ECg4wH4TsEzUbUxUuCtVKhTEPVCZ9o { width:7rem;height:3.625rem;top:10.5rem;left:3.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xUCLmP9lUaSL1QZrXJgAsy1XK5unxEsr { width:7rem;height:3.5625rem;top:8.349609375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f4f4, #0c4966);background-image: -moz-linear-gradient(180deg, #f4f4f4, #0c4966);background-image: -ms-linear-gradient(180deg, #f4f4f4, #0c4966);background-image: -o-linear-gradient(180deg, #f4f4f4, #0c4966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#0c4966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#0c4966' );";background-image: linear-gradient(180deg, #f4f4f4, #0c4966);background-size:auto !important;display:block; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container { background-color: transparent; background-image: none; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container > .video-iframe-container { display: none; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row > .video-iframe-container { display: none; }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .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); }#tc8vvIJpy2x8zBXnx3wKE8PCquiGxIGO > .row .container { width:20rem;height:217.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzLOzmTKTt1kmDCaItczfqmcWPdt7LJ0 { width:19.8125rem;height:18.75rem;top:6.18359375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y61X1gA5n3DSoLvGyohtuyPP50iaV73s { width:16.5rem;height:1.21875rem;top:7.3406219482425rem;left:1.7500001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wX4UalWZ4VxzS6PFin4oWTbyt5tbV3uu { width:8.9995625rem;height:1.99978125rem;top:163.31217956543rem;left:5.4991324543953rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #rqghVJl3ufHksKs6hEhlqLFT53B41QAm { width:17.1875rem;height:8.9375rem;top:9.2984352111819rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZCAWAyTqFKeC5dyU1hZLgA0GP3XSOeK { width:19.375rem;height:25.125rem;top:42.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Kh2hXwg2DSc2avwnAu4Z2aSQA5D3GtOd { width:19.375rem;height:21.625rem;top:189.33708512783rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #UqlSrhBTSTyTbtrgea1w1LIh7Qh7cqAo { width:17.6234375rem;height:1.3rem;top:45.922657012939rem;left:1.1882812976837rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLxE1fhR6bOnSXXHyqWhAsid4REEtJvb { width:19.75rem;height:16.6875rem;top:26.486721038818rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C31R9q2FR9gnc6dw88n32xMsLTt4ZPgC { width:17.1875rem;height:9rem;top:47.910152435302rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVMtcFsFdeQBocIdmuZ9yNhTQvoOvce { width:19.375rem;height:21.6875rem;top:212.79986071587rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #azVPPktDc1WnI3dckkUPZhqkc1179ITX { width:18rem;height:1.3rem;top:27.562496185302rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnlMRT6JIuFrTMaSWZX39F3IVns2bXny { width:19.75rem;height:17.125rem;top:44.999996185302rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DdSgxx7FX6uQk6PwpXOcssqS23ml6sqp { width:19.375rem;height:21.375rem;top:259.59949254989rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #fW2KQUWqZv8z2igZebd09gETLVR3HviG { width:19.75rem;height:16.5rem;top:63.6249961853rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dtIeyBSWTiTwAWeWfTbrMvI4aZewWKcM { width:17.1875rem;height:9rem;top:66.6249961853rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWJbn25rFe8oggzI0Q5lkWCOXky4R9X { width:19.375rem;height:20.875rem;top:157rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #fnsvn9DZLvvASaIgNPPTdlKLhuB2KXB0 { width:19.8125rem;height:16.8125rem;top:120.6250038147rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VPeBMIJH8HvrrDkvEDFr09BOVQp5C5fb { width:20rem;height:5.75rem;top:69.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9cv2XocR4LrSU1UFECy8rwBVDT3M21f { width:20rem;height:5.749080657959rem;top:66.579742431637rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkz9oZLNTXwWaTMZgh7GUQaJ2Z1c3u9M { width:17.5rem;height:3.89844375rem;top:57.774219512939rem;left:1.25rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M5suwPwfDcriXpH3E0ay06DP2MIQg7Lm { width:20rem;height:5.75rem;top:93.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQohCBdTWgAKMsLM8OyfwSmIMxGbT8S6 { width:19.2491875rem;height:2.92419375rem;top:39.562496185302rem;left:0.37343752384186rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xdTdfSJg8ZQC9KOiAE7evpXnIpMqCJHR { width:20rem;height:5.75rem;top:108.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1zPA0eMUTR4cd163xsoUZJ6uJ5GFdLA { width:20rem;height:5.75rem;top:115.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZA4nRoH1OWDL8BlCCxGCUuNFPzHIlPBI { top:212.2070350647rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtrFkxk9I0ubefyBmFwvA4LvzVc2ZNw { display:block; }
 }@media only screen and (max-width: 763px) { #wc9upovTiQFDPBI2adEnnEep2akNBICK { width:16.75rem;height:3.8125rem;top:127.5625rem;left:1.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCwmPNsz8hicvU7RHgTK7erEODKXzM6z { display:block; }
 }@media only screen and (max-width: 763px) { #Dbsx4kAoRISnmynxPV8eQ8DFAEwIhkih { width:20rem;height:2.0125rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUbqyeotEsW3bl2ZOx5i36gpqsavCmfR { width:19.4991875rem;height:2.9984375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIZtQiyTLpNMapXJHckHPPec5pL3zsz { width:17.1875rem;height:8.9375rem;top:29.612499237061rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGRHCZqtGnFTXObJAQKAZNFtKhT2zsgN { width:19.375rem;height:21.375rem;top:181.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #L3Sc5MBRSLbBHHBR2x38uQ7duIZl0E1s { width:18.4375rem;height:1.3rem;top:140.3750038147rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmH3ktgFkAf5RXoSTWWVoIoBBbpWND6C { width:19.6875rem;height:16.5rem;top:139.1875038147rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TGXr5RExidumAICxxH4TDMwDFZW4eRKx { width:17.1875rem;height:8.9375rem;top:142.8125038147rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuBfTTG4IOl8qTG2FkGoZPydIk3SvV6 { width:20rem;height:8.8125rem;top:90.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTVRs62SqIStqyXkXAVoBJZF39T13N7K { width:15.6875rem;height:1.9494625rem;top:152.7500038147rem;left:2.1562501192093rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CdVKIB2WaVAPQbRKlWvob4K7awb6CCiZ { width:17.1875rem;height:8.5625rem;top:123.8125038147rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCCKH43BswZsehKIZ5NZKGTuAvvI4Lzf { width:20rem;height:1.21875rem;top:121.8750038147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olcshHqANHrHHX7EUTqgomFLArWD3AIH { width:17.8125rem;height:3.14941875rem;top:133.3750038147rem;left:1.09375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t7iH42TIe2atVtt2XJBJB3qFyAtDelae { width:19.375rem;height:21.375rem;top:207.375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #uTbJZzmn0zKBcXxi6Cug3eE3OpVHK81Z { width:16rem;height:1.3rem;top:158.6250038147rem;left:2.0000001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRXOhRa0wXyNBFZBedFeDWXrNKAuaZMi { width:19.6875rem;height:17.6875rem;top:81.8125038147rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MbTWaNeWWHPxBIOh0wOwB56XNGJD7lxz { width:17.1875rem;height:8.75rem;top:160.7500038147rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #twn0HFVCkuBL051wVJuQKP4rlWNFWv9I { width:20rem;height:8.8125rem;top:216.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcC0PSvWP5zp8e6Z8Ryb3uH2nsgeM5SW { width:14.6875rem;height:1.949225rem;top:170.3750038147rem;left:2.6562501192093rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C499mQbdHyOinePX06Spp0vS62llsGSm { width:19.375rem;height:21.375rem;top:175.915364625rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #GGlXmQeEBsiwbQ1PItwGRThwy9dazonN { width:18.5rem;height:1.3rem;top:82.8750038147rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZsRu8DGDNC3nMaxrVT3SqGvlIyPJsdh { width:19.8125rem;height:15.6875rem;top:157.53749465942rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HeTMhEudnOVuHeLrOmPkIvdq7cPNB0uG { width:17.1875rem;height:8.9375rem;top:85.0000038147rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n22X2zdudaITksD22tzI70kPU2FUPisG { width:20rem;height:9.0625rem;top:114.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbWpqA8kaz9ukncIeIO60Nteac6QT8oV { width:18.75rem;height:3.898925rem;top:94.9375038147rem;left:0.625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a1ytkvTAHHBNrIrulwcmyQxRJ3TKhJ1q { width:19.375rem;height:21.375rem;top:131.6875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #tXDLVfkNLc2T5VqCBJgaczbWDyHnvo91 { width:12.75rem;height:2.4375rem;top:102.0000038147rem;left:3.6249998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7uc6Rwg1ihqEsQzRBcp5cePCVShH82r { width:19.875rem;height:17.5625rem;top:101.1875038147rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OVUBGkQPHmqsKPuFiT08nFTxdiodoAzT { width:17.1875rem;height:9rem;top:105.0625038147rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSVAPopHzqbNvmuEOF6l1EISNDaFX5Ue { width:20rem;height:8.8125rem;top:139.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN5VzwpDqaTbv3UEQSL9ydpv7WylNb3W { width:16.625rem;height:2.92383125rem;top:115.0000038147rem;left:1.6875001192093rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y85dktd7G91yRCm2bWt64sGoCuQRfV3T { width:19.375rem;height:21.375rem;top:231.61954078674rem;left:0.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #U3ccKtomagON1Sgl3JGCDRTSJNgxfwNH { width:20rem;height:1.3rem;top:195.36952590942rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sasbu8rNn5nvOVszpWb06q5DDso1IDcU { width:19.8125rem;height:16.5625rem;top:194.49452590942rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lb5V3oMUf1EFHv2fvETFDI9DG4tTJU85 { width:17.1875rem;height:9rem;top:197.16952896118rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAKWFHRbEeUu07BgkS98yeMiy85POrM { width:20rem;height:9.0625rem;top:266.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJM8lL36cKFmnA16cEgQVgnF0OpTKLB5 { width:16.8125rem;height:2.92419375rem;top:207.0000038147rem;left:1.5937501192093rem;font-size:0.8125rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8CHlTLObk8k0V0cXTuPmPEUuZQh1TG { width:17.125rem;height:2.92383125rem;top:76.5624961853rem;left:1.4375001192093rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OhrKDOannUFuapWUha0OMML3Pg1nZvqs { width:20rem;height:1.3rem;top:64.581249237062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apkeUT51n6UycB7Lcyp7F5Hmm51FqBrT { width:19.375rem;height:21.375rem;top:233rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #mKBcfNFTAJSzwaksdstqOoHe4aGoXtQh { width:20rem;height:1.3rem;top:176.68672561646rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #odIyBGzDK8EV12BoTqVVqPr5scB2ZNfn { width:19.8125rem;height:16.9375rem;top:175.44374465942rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MTszl8yLxPuhXedweCkffJnQU6Ob5nf6 { width:17.1875rem;height:9rem;top:178.87422561646rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #To16zNDzPNMVSFVgcZdLZSwKdJh8SBVW { width:20rem;height:8.8125rem;top:241rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt4RCe0xpvWNPiwbeqho6JBSO9SsTTOD { width:20rem;height:2.92419375rem;top:188.68672561646rem;left:0rem;font-size:0.8125rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R7fAHJnSB8ufCHi2bffeGIZS0odNxLF9 { width:20rem;height:5.2807625rem;top:19.232028961182rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H40A43EhgzafBdi9UF839VqlGGeioZCS { width:17.8125rem;height:0.8125rem;top:4.6234321594238rem;left:1.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9VKNwadCPxbxS5UN1yBl4bTm1g0E1G7 { width:12.5rem;height:0.8125rem;top:17.23583984375rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoeGuBFxL0lfZDcTDir1l7dta1zFgLmU { width:12.5rem;height:0.8125rem;top:37.5498046875rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4nI5iSmxlZPRLM1sNfPKfow6De4za3 { width:12.5rem;height:0.8125rem;top:55.90966796875rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2FN6hn6WnaRC8XS9JAT4QbbobRcXBke { width:12.5rem;height:0.8125rem;top:74.62451171875rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5h7hspUaKpDgnRdD5UHUAKNtpT4oOtV { width:12.5rem;height:0.8125rem;top:131.375rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJtSffWZMqbCNv4ByXTasIVTvakN0nLV { width:12.5rem;height:0.8125rem;top:150.75rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWH0DRO6bkw5UTRlim8DLdMKJKaAxaX { width:12.5rem;height:0.8125rem;top:168.5rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbT5VhzXLb9FlFgTxBxMNDqv0qRSrqc4 { width:12.5rem;height:0.8125rem;top:205.23193359375rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5ikmKLBhLCKKA1x5PQnMhM1o3DCNNF { width:12.5rem;height:0.8125rem;top:92.9375rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmvqwTL9srpFmidUZPcV00mf1GLFTkPt { width:12.5rem;height:0.8125rem;top:186.8740234375rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO1cchrL6SExI6TqpwxCd9z0oPxS467K { width:12.5rem;height:0.8125rem;top:113.0625rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs { display:block; }#sQx5lO0pUsVCbMUEkniCIBJI1VND0NZs > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6xB4kKw60vgeuKTxboanZAENwVV7ztq { width:20rem;height:13.3135rem;top:6.9375rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #TIXUAp0COFP2Z8OCRLtGd5Ly5ab5TKRc { width:19.5rem;height:4.5rem;top:1.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2QynLToRwSoSp0M1N4qRza99WmhWiyN { width:14.93675rem;height:3.1494125rem;top:2.1203136444092rem;left:2.5312501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1QwDgLaAOsHU1ICirtoSpTpzt6wbKg { width:19.5rem;height:4.0625rem;top:47.75rem;left:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #O2pSgBZfWp14QZQ5CV1aXd53zn3eeqeU { width:20rem;height:1.3125rem;top:22.157531738281rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7sdfqhlee6kpcEXpJbCE46NNK0QnUT { width:19.5rem;height:1.8125rem;top:25.8125rem;left:0rem;border-top-left-radius:9.3125rem;border-top-right-radius:9.3125rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:9.3125rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);display:none; }
 }@media only screen and (max-width: 763px) { #rENM1S1zPnnWTrIqSUly3KtJLn2anGe6 { width:20rem;height:1.3125rem;top:25.365356445312rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Os8eO2e82iOvypDpfZNuUXLPSKV6Xo { width:19.5rem;height:5.625rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mlfx37QRikPfBZmcpN9VKbs092MGGMHf { width:20rem;height:1.3125rem;top:33.190948486328rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6H6oBfh8ig1e0pM5ta5o08ym9EFxCnl { width:19.5rem;height:3.25rem;top:59.75rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AV692k0uSwDt18cIWEsEGtw2yJ3MehvV { width:20rem;height:1.3125rem;top:29.146392822266rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolI2ATqsihK5nBq2h1zB6UsgZntFNct { width:19.5rem;height:5.5rem;top:35.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBpkTslp8g1Bb4BxaW1gbTS8KJOBhaug { width:18.4375rem;height:1.225rem;top:37.13515663147rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgXIgkZmSdBVDRtnqptt2dGaH1F51KG4 { width:19.5rem;height:2.3125rem;top:21.343048095703rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #xqHpZtfLT3eUwmMzg6v1JE80oTm6wmWu { width:19.5rem;height:2.3125rem;top:24.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wvJX4DWWIM6XL4gakSls4DRyGAMuulMt { width:19.5rem;height:2.625rem;top:28.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nWzOzCeBai3mxgdnFRs2KortN30aQolW { width:19.5rem;height:2.5625rem;top:32.311584472656rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xUdaWJxe0PmfcETsDTgAwdmvLe2x6zCz { width:19.5rem;height:2.75rem;top:36.123413085938rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #eBonTcWoqP3UovwhTpVSfd2u4qEBD2Q5 { width:2.6875rem;height:3.25rem;top:7.8125rem;left:12.0341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNgZbgkWME3dSTeNyMhQxRJHo7GoSMO { width:16.1870625rem;height:10.999375rem;top:15.745441436767rem;left:3.8118489384651rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #cwUTdrNSMFzneGpafGzGFQC9XqCNUfXo { width:20rem;height:1.225rem;top:41.262500286103rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJa9qbNbttWfnZS0rW0RHz7DQT989V3T { width:19.5rem;height:3.1875rem;top:59.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5Cm9CMtSP11RZMCgiWZ0O1hTP4eVVu8 { width:19.5rem;height:2.5rem;top:40.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.25rem solid rgba(0,50,104,0.36);border-left:0.25rem solid rgba(0,50,104,0.36);border-right:0.25rem solid rgba(0,50,104,0.36);border-bottom:0.25rem solid rgba(0,50,104,0.36);z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MUL7QTRpTFTAFeh9pDaqGeAM189W5tN0 { top:44.24843788147rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxJtTWPK2uXlidgmDmkbgbQVMmTNpM8 { display:block; }
 }@media only screen and (max-width: 763px) { #yLsGlNoDuFQEEVyAIizeNZkhgavS0sAH { width:20rem;height:13.360375rem;top:38.5693359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gf6AcSRfIa1VqZUanRlP1niguueMpkfe { display:block; }#gf6AcSRfIa1VqZUanRlP1niguueMpkfe > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIuWGgzdpUXWTkW83MmUyeRUnd2vBDV5 { width:20rem;height:2.1875rem;top:13.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7gSnKrlRyxdAetk2VzQ2iIAc1eeP9xm { width:14.124375rem;height:11.124125rem;top:21.814236879349rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZbh8DDu6UK3Oc9rHNCJnflaEs4CMgS { width:19.625rem;height:3.75rem;top:16.0029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ko6JERZuDLww0NNsTncFui31WbHMVJ { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA { display:block; }#ab04UAgcTFJloNnqdSmsQ4gKPl4KfLXA > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQR6QWo8QTBFv0MpgwcH1dGT42SypWX8 { width:2.8125rem;height:3.675rem;top:0.84921884536744rem;left:4.6242188215256rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1FHbp5J1qpWi30TwgWfGw9Zmqd3W0r8 { width:3.0625rem;height:3.5625rem;top:1rem;left:2.9072265625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMaAFCgheoyVzwOr4ryRF47NfTRpIfaB { width:6.375rem;height:7.1875rem;top:13.625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1V2T9tdXa2HaHT58i4LLDV5CizrTMwp { width:3.5rem;height:3.675rem;top:4.65625rem;left:4.2499998807907rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSU4lqetWpffLoBu8IT5OLnpiTm1Xu8R { width:20rem;height:1.575rem;top:9.574999809265rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTU78WiXM9iGOX9BaG2RAV6z1sXPfQR { width:5.25rem;height:5.25rem;top:23.5625rem;left:7.375rem;font-size:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLngQU0h25zo1WtKrmpS1vHMtJ1e9eeg { width:3.6875rem;height:3.5rem;top:0.9375rem;left:4.1872700452804rem;z-index:15002;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) { #QCTOFGBBl35XHPFkxhMii3uJzHecUGm8 { width:3.75rem;height:3.5rem;top:4.718505859375rem;left:4.1247700452804rem;z-index:15003;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) { #eadzxQBVKumFSkknSGnVVGyOuUFGezWx { width:4rem;height:4rem;top:0.71875rem;left:0.9375rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2LIWLis2AFrptywI1RQHSIhUwffWnFE { width:10.8125rem;height:3.5rem;top:0.96719360351562rem;left:8.2492192983625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVzQ4TCVhFcnhez0kH8Q3aDZP2l7wMfT { width:10.8125rem;height:3.5625rem;top:4.6554718017578rem;left:8.2492192983625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7KGrAU7Ticiea0pAwqlpfMcLIVmmSxh { width:20rem;height:2.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQ9iaoU8XrTN0sxdaHe9k9CpqSfsFJq { width:3.9993104934692rem;height:3.9993104934692rem;top:4.3306274414062rem;left:0rem;font-size:2.75rem;z-index:15010;color:#f60000;display:block; }
 }@media only screen and (max-width: 763px) { #oeiuldkHgtEqMX6bx530G8ziS2GaxT5I { width:7.6875rem;height:7.6875rem;top:12.625rem;left:6.125rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTG0Ec5pNcrcemaXPP9l90IpkHlZtHnp { width:3.9993104934692rem;height:3.9993104934692rem;top:0.6429443359375rem;left:0rem;font-size:2.75rem;z-index:15011;color:#f60000;display:block; }
 }@media only screen and (max-width: 763px) { #CBtrmqfkVdn894DyNrCpp3E0CtQC3kgd { width:9.6875rem;height:2.8rem;top:1.2867279052734rem;left:9.1867192983625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OWhuGk38PnheaT9JrARhGRegAGEPTOF0 { width:6.375rem;height:2.8rem;top:5.09375rem;left:9.3125003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { background-color: transparent; background-image: none; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container > .video-iframe-container { display: none; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row > .video-iframe-container { display: none; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .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); }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { border-width: 0; border-radius: 0; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMwlKF5p59GJMU0WTTg3mrT9mFkCHGW0 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrxFiXNsnHTcmo1JPQ4qyA0b2rzUleeg { top:14.6240234375rem;left:2.21923828125rem;width:16.1859375rem;height:0.9746125rem;z-index:15048;font-size:0.75rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #xKLB2pdqDcwa1l0JN7gVAFo15NPS02E8 { width:1.74926875rem;height:1.74926875rem;top:4.0784912109375rem;left:15.5625rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #zzkbQqOn89rrA7atH0yOBsl2PXIaGta6 { width:1.74926875rem;height:1.74926875rem;top:15.453491210938rem;left:11.0625rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #oeGv4NeAUUaiOhBMP8T6ywAcTkCwPe47 { width:14.3125rem;height:3.3rem;top:3.7476558685302rem;left:2.8437501192093rem;font-size:1.375rem;color:#0b0076;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6RxMKhGceFqwyPGM2uo4PsM4GavAXF { width:17.125rem;height:4.875rem;top:8.625rem;left:1.4375001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffe933;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fEAS21aKnFtdkwpdvXtGVwbZKz3kXSvB { width:16.1875rem;height:6.125rem;top:14.64999961853rem;left:1.9062501192093rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u1UNeTi0XRXvnPCH84mcEEIZwT8NTVpJ { width:20rem;height:6.875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weUIeFxftS0FaqHpNBPapCxsnen9RCJH { width:11.3125rem;height:1.03125rem;top:15.625rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBtEKpH2Tf6Wfth7INRUqgqV8LgeTu44 { width:16.9365234375rem;height:1.925rem;top:16.75rem;left:1.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2yV0vsBtg02y9pmM8hGZ6Tdc7Nldvoz { width:18.247625rem;height:0.962525rem;top:18.675001144409rem;left:0.87656247615812rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFmXkZXCERgavRvfx2GeT3XJ3FVTtJg6 { width:18.8125rem;height:3.625rem;top:33.4375rem;left:0.625rem;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) { #rByrHIRQObW8gNXrDZIBeD09KuKW4vd0 { width:13.875rem;height:0;top:40.697692871094rem;left:3.5312498807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#01074c;display:none; }
 }@media only screen and (max-width: 763px) { #fGAyqETdTM2s4Tu9SET809IOw4vfeDSI { height:11.2rem;width:20rem;top:21.561719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrZuXMkRGLSD4huLKg3xCN4K3VRhlcX5 { width:20rem;height:1.5rem;top:1.6687507629394rem;left:0rem;font-size:1.25rem;color:#c80000;display:block; }
 }@media only screen and (max-width: 763px) { #fcTEOWkeDL5Jtbrfy30Ec4LDzLaOIxBE { width:18.375rem;height:2.1123rem;top:34.1875rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#01074c;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG { display:block; }#WxW8gTqoCKcPw3VfCgxLvGXiKoil20EG > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb4R7Kqs4o24ERiCywOmWHShHcUxMhep { width:19.875rem;height:32.3125rem;top:17.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC55fRFfcPZ7k5A5uSf5ED4nCrPMRb3h { width:16.1875rem;height:4.8125rem;top:17.1875rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr9ToDPOeftP3k83FdivwbaL9iTTE8tg { width:13.99925rem;height:3.25rem;top:17.187500715256rem;left:5.9999998807907rem;font-size:2.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NIpvOOaBBBSNgRikuCoJXJBv8ZxZRuZ9 { width:5.625rem;height:5.875rem;top:6.75rem;left:13.5rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #oKK03NEmcMIyvqIklL7IxLdrpVh84q7n { width:20rem;height:14.2431875rem;top:6.75rem;left:0rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #kGZ4fXlFSs3ADNQp4Chp8wz0GcnCXGG5 { width:20rem;height:2.625rem;top:0.92500114440919rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUETPEBarMcumVDTLPnGdUuPn1gvpxuw { width:20rem;height:2.0996125rem;top:3.5500011444092rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suizu6W7adR6GXtAhmJTeXvW1cD8xf7T { width:4.625rem;height:2.36266875rem;top:17.631250143051rem;left:3.6249998807907rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ee7nx1iyZboxlVcy53t27XmqVLS7QSVD { width:13.75rem;height:1.3125rem;top:20.249999761581rem;left:3.1250001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0mwiRUB14ll3y3bvfPxEBg6eTocZcNW { width:20rem;height:23.953871499176rem;top:5.625rem;left:0rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #Tzo9Irm33esnHKx1SDqtfqUT2qXJrM0l { width:18.3125rem;height:3.25rem;top:48.048828125rem;left:0.84375rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#000000;font-family:sukhumvit; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff2e5b;background-image:none; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]:-moz-placeholder { color:#717171;text-align:left;text-align-last:left; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]::-moz-placeholder { color:#717171;text-align:left;text-align-last:left; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]:-ms-input-placeholder { color:#717171;text-align:left;text-align-last:left; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 [class*="-text"]::-webkit-input-placeholder { color:#717171;text-align:left;text-align-last:left; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;color:#f8f600; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73  { width:17.5rem;height:auto;top:24.568359375rem;left:0rem; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 {display:block;}#aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 { width:17.5rem;height:auto;top:24.568359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #JeocAu9HNEewcc4l1cDWV9kDbNWf3504 {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #kXtv7v04l6wpRbbKbscW3P9JGDFROHDI { display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #aqaZDAWKtJeoTZErfSSo2yNdJdDLfamN {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #stFmK1kmsWiKvbpwn2dyhSDpXwFeXomg {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #xTsEZg4rCAe9kF5JKau0ph70tQPAe37o { display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #uvT6VNLxxtmuZg3LTXVi2BIw0lygQ1az {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #gOTV7ORDuD8UaWTvhsU6ew1ckccf4rZw {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #GwbdvTumW2T195MBuBMXJpDSmCxxkPoQ { display:block; }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #i6HilkTEan818KBvmikz59BgpeKmrSwX {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #ADQiFXMzKz5t7o0FSsvRibwJSg9et9fO {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #DFAfePTBfOafVWxKVhpawRATkC3EDH3v {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #IXuDbKyz5nuou2tfpTPOfcOfCXD3obWH {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #Xn90oQgxKR9TNpKnx9AiemMkrTocB2Hn {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #n4LbFWPdXa2uN80EmicqU7mcyDWISuQm {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #BDlZhObFSMZGZFHHsXZ2d8DnLgyLRMiH {  }
 }@media only screen and (max-width: 763px) { #aQ6mrS9n3H1igmmTg8ZONLUzAo5ncl73 #y5xAK878nav9nxx1XRE0yQsd9Fnhg0Xk {  }
 }@media only screen and (max-width: 763px) { #NHBOhyviFMdEMQMpB7fZUySUTITVdBNF { display:block; }
 }@media only screen and (max-width: 763px) { #nDTWwID8UpnJw8GwkwAGzXTJXiSSIuNa { display:block; }
 }@media only screen and (max-width: 763px) { #vBbWXT2PQndRzwIW5tGn6oITJUBea3Sw { display:block; }
 }@media only screen and (max-width: 763px) { #bsUpiFW5rzsZJDJwXCM9tD17GXGecPoy { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nqm8OwanixQee79ycgoOamDGpkru62X0 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SI6BTLGIwxIBQ1ExNG7ABVEDb9zZfiNT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vAFQ4kx2e2Z5Amyr57vJkBmE8p3855GN {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #UAZWVQQbB5o4maLhecmHaIw8oDTRkRSW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #FOyRkTN9l8cc9u7vlMRDIGrPCAtxMTob {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #fCxlM7s5S0XFGJUTbD8lrgITEIoVXc2d {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SnzRuZcbiC6f0cS3kUSO6rfqIagc1hIR {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #zBrIQeT45eTucTmJxf1aE3vF0qvOx4xl {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SzOheSqnhL5PTs56sI1puvM4dzVybtcn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #l03ZPMG7Tx7xcJVHKyvRBuyB8gLWvd66 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #rrCT8SS4AnWDTHwizb47Z4EJw8WoJQO1 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HpledHhWhdiA6lCTQs5kTwO9TZB7CnAK {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #mVxfooIdkCTKJTIP5mwNnotoxlI48hSr {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ce4x4FKiwbvgq2pO0XTP6hc7dZHaW2TG {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #PZ2qQdFIKuMkCRtkMEGGc0b3Sb5rcgto {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wM7LtRmpVCrOHTKxg1ISRhm62kSi0t4L {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OSxqlVyrWQMcSmQ226LSmb83BN668lrT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #HE4zGFq00saiCVThHfCTrAptQ8qivWQB {  }
 }@media only screen and (max-width: 763px) { #I4teJETzHUdIotddSWLeXts0cK2Gn9Js { display:block; }
 }@media only screen and (max-width: 763px) { #XEBeRnzD7CsKxMBxLtlG70UdEevJFTrP { display:block; }
 }@media only screen and (max-width: 763px) { #FzfvX8KeTTUMy7TBSCB6PtXF6kiTqMtC { display:block; }
 }@media only screen and (max-width: 763px) { #KzQv1TvhqAVPH9qH86WaS5GR6dISOLC9 { display:block; }
 }@media only screen and (max-width: 763px) { #b8S5lUPe8SgIwsszSEFWmEMUIoSrHSwa { display:block; }
 }@media only screen and (max-width: 763px) { #ptuwX2uFnIDG7mAGMR4J7q5XThAUOCI2 { display:block; }
 }@media only screen and (max-width: 763px) { #H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT { background-color:#02150d;background-image:url("https://images.assets-landingi.com/uc/6893f62f-25fc-49d4-a4c2-35d7a1b400c4/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT.adaptive-delivery-prevent-bg, #H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT.lazyload, #H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT.lazyloading { background-image: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { background-color: transparent; background-image: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container > .video-iframe-container { display: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row > .video-iframe-container { display: none; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .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); }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { border-width: 0; border-radius: 0; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9lIKWNU6n1TEZcIZbQDfJah1VP00NQT > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdB4c2NRW9WwgX42cTg8HaafnvHBm1PH { width:15.1248125rem;height:0;top:8.0672760009762rem;left:2.4370661377907rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15085;color:#b56ff6;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qQABkHkvgg7bP20By31ObgNcwL0zeITC { width:19.99675rem;height:0;top:11.756717681885rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #S0Kun8CPxD4UvqIf10KfRqzSisQRaZQ6 { width:20rem;height:25.3125rem;top:1.7109375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bEfUMepZwZWJ1uuwdTOlJAExwqcJAJMN { width:5.375rem;height:21.25rem;top:1.7109375rem;left:14.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhlTdc11RrAJsqRHuideyJhKqxhugKEP { width:18.75rem;height:0.0625rem;top:18.935546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNxR2877bTB4TCRhO70Bek71v5by4qx7 { display:flex;width:1.25rem;height:1.25rem;top:20.2734375rem;left:11.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XmTIgH1grHrLSgWbFg9nyL2GTyi2gvNx { display:flex;width:1.25rem;height:1.25rem;top:20.2734375rem;left:16.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nLsTONdusxNkIIuMlWrikQzQUwtTKOoR { width:9.5rem;height:1.625rem;top:20.0859375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4u9963IE85nZPqHTs1gQIHpMXF96kkB { display:flex;width:2.5rem;height:2.5rem;top:23.7734375rem;left:16.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #eTkJW56iQe2GZBHZTIbQSXs9hAawen1N { display:flex;width:3.125rem;height:3.125rem;top:23.3984375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #Wgd3yN75T8sEe70f33FFDH9TPLgLef27 { display:flex;width:3.125rem;height:3.125rem;top:23.3984375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #LTa6IdPax8CMBpaWl5RXE2f57KBCevCz { width:8.25rem;height:1.05615rem;top:24.4326171875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMMyn2sVuwcWZOgytRsuxM3m35cURbyE { width:8.5625rem;height:1.625rem;top:15.9296875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkHAg3dpttevq96VlT8QVHMaJIdSBcro { display:flex;width:1.25rem;height:1.25rem;top:16.0546875rem;left:11.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #n9nQeEWyfKeRUC8rcXTXCizTvqqp1iiE { display:flex;width:1.25rem;height:1.25rem;top:16.1171875rem;left:16.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ns9cew5mGHA4GIt4nFb4bar7J6kpJXq7 { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #isv7Vl1HyMZDQeiHgHt5dxW9dQOxwZMC { width:18.75rem;height:0.0625rem;top:14.5986328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWfU1dmFoKqfu7JXeshx11vcb37kdEe3 { width:5.6875rem;height:0.8125rem;top:12.04248046875rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTAtDkIwnuP3t370PUHyL6aoZ660vWmB { display:flex;width:1.25rem;height:1.25rem;top:11.7861328125rem;left:11.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LfT6aPGrQzaOHm1eUEcw4uHuzlMZCfJe { display:flex;width:1.25rem;height:1.25rem;top:11.7109375rem;left:16.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aOTHbZ7hmlmDeZx3AVBZwn3lZ6Lt1TnL { width:8.875rem;height:1.625rem;top:6.57373046875rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTUdbzAqXXAQf2TzS5O49PtUsORunfA2 { width:18.75rem;height:0.0625rem;top:10.298828125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGPTLn8tHnInmZd0pUf2iMqvgz443DRO { width:8.3125rem;height:1.4624rem;top:8.28515625rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc42QbxWB0ECCTExPLGOSw8XKaTSmQAs { display:flex;width:1.25rem;height:1.25rem;top:7.3671875rem;left:16.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SkTGnslDFMLJBdm6WOXQBBwJwLWnXNw6 { display:flex;width:1.25rem;height:1.25rem;top:7.3671875rem;left:11.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qWygxrf9SEMm8g0AbnkKwDRt20ZvNJ1q { width:8.125rem;height:0.97473125rem;top:3.2119140625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMh6RwHbV7VhplvARlFT1BbJ9CqVvwv6 { width:3.8125rem;height:0.8125rem;top:3.29296875rem;left:10.28125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EG5sBR2v1IIqOOVG1ingJ5CESwqqrnzw { width:5.125rem;height:0.8125rem;top:3.29296875rem;left:14.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCmJ9z3UyHukT8iNMdc5ylmcvlDxTxGR { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBNxsszveE19QceobvtCMS81V3m3DTDT { width:4.3125rem;height:0.89355625rem;top:1.9375rem;left:15.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rITmiOQMfGKTkDfertDufHokM9nGDbnl { width:5.375rem;height:1.375rem;top:1.6875rem;left:14.625rem;z-index:15015;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u4qAbKRtXdDtHIzTz76tomgFNLtL5Xaq { width:20rem;height:0.0625rem;top:22.9609375rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ETDaLI69ytSorN3T6uED2UpfxWxszWAC { background-color:#ffb500;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { background-color: transparent; background-image: none; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container > .video-iframe-container { display: none; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row > .video-iframe-container { display: none; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .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); }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { border-width: 0; border-radius: 0; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETDaLI69ytSorN3T6uED2UpfxWxszWAC > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf3HPxtn9otfS24Z0pJ9oXDzua9zSUth { width:17.625rem;height:11.4375rem;top:70.6875rem;left:1.125rem;z-index:15002;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #xHTEGPlwubKOTXBCbpkIoTuGkktFAKF4 { width:17.625rem;height:11.4375rem;top:57.8125rem;left:1.1875rem;z-index:15003;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #aAcZTuwoFTPhz19wJSbKJh80XoQ6FnI4 { width:20rem;height:1.13769375rem;top:3.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #bWGRQqqQ7VM6IdoaTPgC6KqSMaZQKyvF { width:20rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cvL0BsJQqnkreayEiJQgyl5mMKlfly8T { width:18.875rem;height:5.3125rem;top:5.3125rem;left:0.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hv8eB4DWXCGUBq8BRN7mZQNhxqXs7Vi8 { width:5rem;height:5rem;top:5.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FJqqtdIWNkMXKRZxaMAllUUMg6VBkO { width:18.875rem;height:5.3125rem;top:11.25rem;left:0.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #US2R5IBmTgo6NmQMw3UikoBfwvsr11tP { width:5rem;height:5.5625rem;top:11.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEunwsBADXNOQVKG8TknRMMhl9mxEHAm { width:11rem;height:2.2744125rem;top:6.8125rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCgDCK8uGX93v1EGOrB1UKrVykbhT0Dr { width:8.8125rem;height:1.7504875rem;top:13.0625rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Smb7rfFaybXx9mE8hOVZAq0mT7ofrw2q { width:18.875rem;height:5.3125rem;top:17.125rem;left:0.625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IetlK2CvrQTDXcz3kPig0TD4MzvC1uz8 { width:8.8125rem;height:1.13769375rem;top:19.1875rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHkUdEuD1fGTT58DxtUvb0ts1XiVzolh { width:5rem;height:5.5625rem;top:17rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8SsJamDXZGH5HNtHUAt8lR9D3CdrcHG { width:16.8125rem;height:4.125rem;top:27.5625rem;left:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -moz-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -ms-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -o-linear-gradient(72deg, #9031ff, #ff00b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9031ff', endColorstr='#ff00b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9031ff', endColorstr='#ff00b5' );";background-image: linear-gradient(72deg, #9031ff, #ff00b5);background-size:auto !important;font-size:1.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #DP9T4tspDiTnFsRKd9fVD5GHCTDzL3nG { display:block; }
 }@media only screen and (max-width: 763px) { #LPTvaETiBEKSnlvL6aEa9raToWWufpqd { width:1.375rem;height:1.375rem;top:14.84375rem;left:9.3125rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 { display:block; }#ocaAxi1PCSzTHyrXZw5Nit2CVOdILlb4 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5JKqOTMtysW3f1Oz6l9cStfgQXJ4Syp { width:10.75rem;height:2.625rem;top:1.3125rem;left:4.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTc8i0S0ANUVrLW6a2OKuTpU0Wio3ygu { width:19.0625rem;height:3.89941875rem;top:4.5625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAwNTNbo5UlgEGmeHMA96ygPZytF73G9 { width:20rem;height:2.92383125rem;top:9.5625152587887rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFHDZVym3FDR4Pke39k3TFxcCelT4Ww5 { width:20rem;height:0.975rem;top:24.099227905274rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sV77MPqcFl44L4hywXkXVKoI13ArLTyV { width:14.9375rem;height:2.2744125rem;top:20.599227905274rem;left:2.5000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFOkwDi3F0nq48c64WqmesGtRr6JlmtS { width:5.6875rem;height:5.6875rem;top:13.661727905274rem;left:7.1249998807906rem;display:block; }
 }