.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:10,42,100;--color-primary-1:42,45,61;--color-primary-2:13,56,69;--color-primary-3:11,33,49;--color-primary-4:0,18,49;--color-secondary-0:255,245,219;--color-secondary-1:255,224,148;--color-secondary-2:255,204,77;--color-secondary-3:255,212,77;--color-secondary-4:255,210,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:62,62,62;--color-tertiary-3:46,46,46;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@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-primary-3),1);background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u { 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;z-index:auto;display:block; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container { background-color: transparent; background-image: none; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container > .video-iframe-container { display: none; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row > .video-iframe-container { display: none; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .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); }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container { border-width: 0; border-radius: 0; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#Kr98VrpP1kDBq2PW1BhpFUKdiswnNzDa { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.92480625rem;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:none; }
#WRISFy6uAkckNE14au8mRFSNNSgknMR8 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c961deb-714b-4b7b-8cd4-c21d09b451e9/Logo_color_Horizontal_02.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:15.625rem;top:1.3125rem;left:0rem;display:block; }#WRISFy6uAkckNE14au8mRFSNNSgknMR8.adaptive-delivery-prevent-bg, #WRISFy6uAkckNE14au8mRFSNNSgknMR8.lazyload, #WRISFy6uAkckNE14au8mRFSNNSgknMR8.lazyloading { background-image: none; }
#Dryz6T9O3zc7LQntyLOgHvK6di9gmrff { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.9375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.59375rem;left:48.75rem;display:none; }
#BPWTgGFrXgWFRp75TzQW0eDG2zb2VG95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQ0MKdAIHWPegTGJl7rvITlJUAxn7y22 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.28076171875rem;left:48.749267578125rem;display:block; }
#IfCJucJ8UmBr7H3uZcXvOPPddvwrp3hE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb { 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:none; }#IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb > .row .container { border-width: 0; border-radius: 0; }#IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:none; }#DdpQifTPqrHntox7ZkudUs1pWTTcW9AA { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.0620125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:13.5927734375rem;left:18.5625rem;display:block; }
#S1RkHdZIm8NqG5x0KF8Tz8Qpe5ERShIH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXIbdfG7Ct0w4BTH9lZuO3dSWpV2XNWx { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);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:13.3125rem;width:54.125rem;top:1.74951171875rem;left:2.93701171875rem;display:block; }
#bGkHcEKEhSW4hREosMIq5s2hn5gLZsP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:11.1591796875rem;left:10.3125rem;height:1.7246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2KiuH5nioGcwfg5GecAkQ5zVqyA9gkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.23681640625rem;left:8.3115234375rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ko0vITKH76Do6pqvdQ4F7E00CQOTVNLq { color:#f8f600;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.49951171875rem;left:11.3125rem;height:3.1499rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f { 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:none; }#hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f > .row .container { border-width: 0; border-radius: 0; }#hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#PM1lluANfEs9GWKsgDBXaFByeDMqibh8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.06225625rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:17.561279296875rem;left:19.562255859375rem;display:block; }
#Jp5wAfTrV4DPi36WhCznkHzmBmPNEZaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTw5yLIhH7kmLsgeQHqzfKKaTVg5JRN1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:54.125rem;top:2.687255859375rem;left:2.93701171875rem;display:block; }
#Jsa3dRUuiRc4Ng9xggzFx6XKyV2iwb20 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:14.7802734375rem;left:11.312255859375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KImIpSZWyQ2bv2ardVoitOK7AzBtiT0T { color:rgba(var(--color-tertiary-0),1);display:block;width:43.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.198486328125rem;left:9.608642578125rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Za8yyKyiUyTb6XhsfBPQ7Z2fsSuZAOLR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.875rem;left:11.3125rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WM0iatoPqrOMRco6tzcnOwhSTzuRykD8 { color:#fbe936;display:block;width:37.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:11.406005859375rem;left:12.110595703125rem;height:2.47485625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zuPQaHVngTTuKwETBVcpkgksAqno2MUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(32,64,89,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(32,64,89,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(32,64,89,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(32,64,89,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2040597f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2040597f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(32,64,89,0.5), rgba(var(--color-tertiary-4),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; }#zuPQaHVngTTuKwETBVcpkgksAqno2MUc > .row .container { border-width: 0; border-radius: 0; }#zuPQaHVngTTuKwETBVcpkgksAqno2MUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuPQaHVngTTuKwETBVcpkgksAqno2MUc > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:none; }#xN0W82xF2vGpvvR81TV2KrV8XJVHVTZT { background-color:rgba(var(--color-secondary-4),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8715625rem;height:3.06055rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:25.5625rem;left:18.5625rem;display:block; }
#Fuwdzr48wDnDEGzi1ptUmIRG1ZMKN9qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEtpggd3uDxSv2I0u8KhZrwUMo4rVE11 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(39,45,88,0.39), #095eff);background-image: -moz-linear-gradient(90deg, rgba(39,45,88,0.39), #095eff);background-image: -ms-linear-gradient(90deg, rgba(39,45,88,0.39), #095eff);background-image: -o-linear-gradient(90deg, rgba(39,45,88,0.39), #095eff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272d5863', endColorstr='#095eff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272d5863', endColorstr='#095eff' );";background-image: linear-gradient(90deg, rgba(39,45,88,0.39), #095eff);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:24.5625rem;width:54.125rem;top:2.5625rem;left:2.9375rem;display:block; }
#C4JQBwTFEsDPM4BHcK1yklRyRwPtQgRo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.6875rem;left:11.3125rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N8HAf1ORwbhbckfOQ6DXJtI8kHvg5GtH { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.75rem;left:4.875rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#don3QFmIfJThR72rHarm1ykmx4aX1a6I { color:#fbe936;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.375rem;left:6.9375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uDfmUN1SuuGDnUNaPVOylUeGMVKZ9h08 { color:#fbe936;display:block;width:37.6225625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.6875rem;left:11.1884765625rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bo0dUJg9IcVBq4zcKFuOtmfMsPHnw6lq { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.375rem;left:8.90625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yBK6RVJPpG9hlEV4bFr1rxbtNVITIlGG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5625rem;left:11.875rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr { 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; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr.adaptive-delivery-prevent-bg, #owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr.lazyload, #owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr.lazyloading { background-image: none; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr > .row .container { border-width: 0; border-radius: 0; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#huGNH2CGKo2OTD8TliwOrahXPLExOJwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;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; }#huGNH2CGKo2OTD8TliwOrahXPLExOJwT > .row .container { border-width: 0; border-radius: 0; }#huGNH2CGKo2OTD8TliwOrahXPLExOJwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huGNH2CGKo2OTD8TliwOrahXPLExOJwT > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:none; }#NUflX6coU6GhLO6zqDa6vPBqOVyhMSoI { 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:25.4375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EfwxNCQKJBrOxFrk8TJPm7gR7V6GhvkV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.1875rem;left:12.9375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cudghH14hKDWHI5ngpB4DqQfATLr23q1 { 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:80.5rem;width:40.4375rem;display:none; }
#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA { background-color:rgba(var(--color-primary-3),1);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; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { background-color: transparent; background-image: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .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); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { border-width: 0; border-radius: 0; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { width:60rem;height:39.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#XtWscIMX4NIeR2CeKNhr2wkZaVeFA9JX { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.06225625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.875rem;left:1.25rem;display:block; }
#KzSnWmxIgzUGr7A6bif69xHQKVZoXTCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAmQz9nXVkO1Ev8VomCGrKrN9L005uTg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#oinTKEeV3GwCqfDOPxgOx30A3nvfUL1W { color:rgba(var(--color-tertiary-0),1);display:block;width:25.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.12353515625rem;left:34.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pRTZVITGVbHbFON0FwHSA9p2JEQ7UDRR { color:rgba(var(--color-secondary-3),1);display:block;width:17.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.9248046875rem;left:42.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#S6ED2WnwbgTENIFH03B8pvL1ZysIWNeu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iZgW3L2Zso4DWJSTqU1ihCXIcN7eO1aG { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:0.125rem;top:22.8125rem;left:1.25rem;display:block; }
#goOtZGGPIJHWmTMWe6SyIfMc1PzGSqwh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:28.125rem;left:1.25rem;height:1.35rem;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; }
#a2oLEtNuRnBZW3dtkxs1mERehLATfXnV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.93725rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:19.8125rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#CqiBlCXblkqLv0ip2omV5upAiXtd1fm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:12.623291015625rem;left:14.49755859375rem;height:2.68115rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcNnHL42LELvrMh7rcKGRy7WTMGz69Bf { color:rgba(var(--color-secondary-2),1);display:block;width:50.625rem;position:absolute;font-family:worksans;font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5);top:3.123779296875rem;left:9.375rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zSIxRKUvCeZ0ryVKbLBuI0ix73hDVbHF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:2.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mc0yliM5JmsNJnHTrW8iEICGy0rZuHub { position:absolute;display:block;z-index:15039;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:16.74975rem;width:31.9995rem;top:18.841552734375rem;left:26.460205078125rem;overflow:hidden;display:block; }
#g1nO2GtEN5POS6wnakMF99lFrbkqNfXw { color:rgba(var(--color-secondary-2),1);display:block;width:23.18625rem;position:absolute;font-family:worksans;font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5);top:7.405517578125rem;left:21.05859375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 { 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; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { background-color: transparent; background-image: none; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container > .video-iframe-container { display: none; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row > .video-iframe-container { display: none; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .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); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { border-width: 0; border-radius: 0; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#rnWOi88T5wpWbk3CFlbK8ULzarlCPyfW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:9.249755859375rem;left:0rem;height:18.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PtPNmwMpk0vaZFw0qAISfKT2FGCMgCpP { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cyrTgr6ETawUyLOFd5dI11rrtrEOTQxH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:1.29980625rem;display:none; }
#DEbtVqdaKOaGkF8AcRVEOv5x29kCXh1T { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QboyAMrxnwmAOET66VCqDheuik2RFcW3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:6.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:174.46875rem;left:15rem;display:none; }
#a7AP0myxFqkuVgBW2JPPrZO7PBmAfbAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JStblQLcJHMK14gMnQxO8chBSDzEAIDh { 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; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { background-color: transparent; background-image: none; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container > .video-iframe-container { display: none; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row > .video-iframe-container { display: none; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .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); }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { border-width: 0; border-radius: 0; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#okJTv9790S8eVTKK5OPskksENXdoS7Uu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.249625rem;width:50.1245rem;top:0rem;left:4.9365234375rem;display:block; }
#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O { 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; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { background-color: transparent; background-image: none; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container > .video-iframe-container { display: none; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row > .video-iframe-container { display: none; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .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); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { border-width: 0; border-radius: 0; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#wM2szeXM6p8yMF8zo9iiuJX2wU0SPCWT { position:absolute;display:block;z-index:15017;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:7.8125rem;width:0.25rem;top:2.96875rem;left:19.8125rem;display:block; }
#dNM2TD34N4UNhCUL1kfVLQpWhKEIleQ8 { color:#f1cb46;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0.0625rem;height:2.275rem;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; }
#xXI7wQgApDTb6P6sM2ytLmBQWVWfyAeF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:10.3125rem;top:1.25rem;left:44.875rem;overflow:hidden;display:block; }
#vdKoLkOWLPk9EtbqxXzOM0L1HroanttV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.375rem;left:40.8125rem;height:3rem;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; }
#n7Olnx3ebAah3cumZJHEwTLsy6sTn4kM { 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:7.8125rem;width:0.25rem;top:2.90625rem;left:40rem;display:block; }
#iWeJP4FRLTbMdi8K3z184iSFpRXsNgZk { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mZ2QReimpPDMhJ9DuU6fsJscetc1Z5iF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XC0vfMGTp8V0POmbl9hhCzM9AE7gOBwe { position:absolute;display:block;z-index:15017;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:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:none; }
#BNg121fWp76z2E9t9mCyxaqvhG1ONfzm { color:#f1cb46;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:0.6875rem;height:2.2744125rem;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:none; }
#c25D55GnJOfQWZbwypDWtDPvdFWWJBxv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.943115234375rem;left:19.99951171875rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 { 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:none; }#zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 > .row .container { border-width: 0; border-radius: 0; }#zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:none; }#SaC6Q1tT4VZ0d2KtWvDC3Amh7eOd2e5W { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W49xTvbhMh8RdpWlNzgyRfRQ5CWQntT0 { color:#cfa4ff;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrGXhAOXeg6kNCihpeoMZLzTK6FszScN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vqy2DXzdrXktVhTzmLfa9TTIyEVrBsUu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.38671875rem;left:40.9375rem;height:7.7988375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yRtFvko0RrRi4vDH3mMrLlTDy9UVzRGF { color:#cfa4ff;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.125rem;left:38.8125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iewnaVcSkzGAxu3rFTfKIwoz8PKz5Z1K { color:#cfa4ff;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125rem;left:19.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMAgNTUFqx0lQQfUnbS37yIvhNfPT4yW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.625rem;left:19.6875rem;height:6.49903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4JoqOOZkMv9xZNbmztdoQCPBASIqGID { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:25.9375rem;left:21.125rem;height:3.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UC3OOgqpa8k3ZbZKqgc8OmTGSNZJupfw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:26.0625rem;left:18.9375rem;height:4.7988375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CvOBSSLlM0l1KuEBh54rHlRUkHfpv2pF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:25.625rem;left:19.6875rem;height:9.597675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XsW5An5uM7yAK7tRQ546pZ3O4siiLP1w { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.38671875rem;left:40.9375rem;height:7.7988375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { position:relative;display:block; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { background-color: transparent; background-image: none; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container > .video-iframe-container { display: none; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row > .video-iframe-container { display: none; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .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); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { border-width: 0; border-radius: 0; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .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; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;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; }#oC4cxs5lEdJQrpeyrAN4l7bD8wHFCWWC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tN4smTbON6Ul0AZpDg56Ah640ToAGozA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.22705078125rem;left:42.21826171875rem;height:4.63036875rem;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; }
#vEMahTQhAxGv85crSrLXZKTHiFobktlg { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KbRhxXK7VxyDarBnnyFchfn70TTOSmkR { position:absolute;display:block;z-index:15009;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:0.0625rem;width:20rem;top:17.5625rem;left:0rem;display:none; }
#TUKJJtkcKPFOHSTlVJwC5R7yzW2TuqIU { position:absolute;display:block;z-index:15009;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:0.0625rem;width:20rem;top:17.5625rem;left:0rem;display:none; }
#PyanqTwBIKpQpuH9aypCqpq5T2Cqo7xz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.319580078125rem;left:1.906494140625rem;height:6.173825rem;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; }
#aTIkaTnJOnVzeSFDKFMvDZ6R3MVl9vMn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.56125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:27.268798828125rem;left:22.718994140625rem;height:4.2744125rem;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; }
#LSrJ7x5RJFwnWdaGVNf6HuARiTdiEXlV { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.455078125rem;left:2.499755859375rem;height:6.173825rem;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; }
#mvJCNEEd5dfyD4Ffa20FiTWQgJcXNmK8 { position:absolute;display:block;z-index:15002;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:12.312rem;width:16.812rem;top:23.247802734375rem;left:21.624755859375rem;display:block; }
#odItr062LnyhgTdzVEWrwVSTi3JJuNs2 { position:absolute;display:block;z-index:15032;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#UOGZspkGhZiQRaSvTROx9QSdcQHkL4KT { position:absolute;display:block;z-index:15032;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#IvxS3rHpKXkWW0g9lxUC98nCFfCBOslK { position:absolute;display:block;z-index:15032;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#UibGAPKMbN6gAcTXKFTltN9DPLs9V173 { position:absolute;display:block;z-index:15032;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#RAKRDVAJBmNed9kvlM14ABeIgcpw3TwG { position:absolute;display:block;z-index:15032;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#VzGWhct6bzxWQTEaE9RHqZBSEaUo7fOP { position:absolute;display:block;z-index:15003;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:12.312rem;width:16.812rem;top:23.249267578125rem;left:1.593017578125rem;display:block; }
#i2oaa1BCGnRyix6XTh37XzrKth1ZUNSu { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:12.3125rem;width:16.8125rem;top:8.4375rem;left:1.625rem;display:block; }
#EJDD5h6JoLRRfslkcHMZGE7VT8h89m59 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:12.3125rem;width:16.8125rem;top:8.375rem;left:21.625rem;display:block; }
#I18GQsTliaKXxh9NwQgES2kB09kgNLWT { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:12.3125rem;width:16.8125rem;top:8.375rem;left:41.625rem;display:block; }
#IXecNTlkDCLVIhGhrib86FSyqWFSvkl4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.455078125rem;left:22.5rem;height:6.173825rem;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; }
#ihmWq8aUJqtlIIGQAd0cCGEUCe0BWnA5 { position:absolute;display:block;z-index:15003;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:12.31125rem;width:16.81125rem;top:23.249267578125rem;left:41.016357421875rem;display:block; }
#veOxrkTi8yszCEn3WxcQlFeTACvRhQWR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:27.980712890625rem;left:42.21826171875rem;height:2.85rem;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; }
#QqNc6WTZFI2hCQNnTrGrPnihJbO47AuD { position:absolute;display:block;z-index:15032;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#SuD24sl2sxIHVBWBrXwWenk9AA778n9W { 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; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container { background-color: transparent; background-image: none; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container > .video-iframe-container { display: none; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row > .video-iframe-container { display: none; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .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); }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container { border-width: 0; border-radius: 0; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#I6Kh0x6UuwDF1237U2QtccAzlPlro2Bg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:30rem;height:8.1255rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BNQSN6FJ3kgPl4RkvkuLssg468be3qnf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.7);top:4.03125rem;left:24.98291015625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xf2d2yOEpfOssGVryrFWib32m9XrK1Gr { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5620125rem;width:19.062rem;top:7.1220703125rem;left:22.874267578125rem;display:block; }
#z98qBQWmrRhAv5riLp7xmMw555u1euUE { position:absolute;display:block;z-index:15006;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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:11.5rem;left:4.3125rem;display:block; }
#qAxVmkPeTANzoTTmnNOIpJ8T836hnPJo { position:absolute;display:block;z-index:15007;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:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:11.5rem;left:30rem;display:block; }
#T1KGsnUshJsiZOM47hRaePqkedoOwDT0 { position:absolute;display:block;z-index:15011;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:18.75rem;left:4.3125rem;display:block; }
#lLniXbImIM3TTLSNtX41h3lv8UmvMx1R { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:18.8125rem;left:30rem;display:block; }
#qU7TqN1rv3nvQbXfLeUH1tfyGXLykoFW { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:26rem;left:4.3125rem;display:block; }
#wQW3CHJb8EnJmm1kcUqoIeGLqAfJr0Us { position:absolute;display:block;z-index:15013;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:26.0625rem;left:30rem;display:block; }
#ytD21U75kUa0KnXdoHkaMShLJNEFmvsv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.731201171875rem;left:5.123291015625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5UET7EFWo2GCnLVFUR6vXyQtePIGD9F { color:rgba(var(--color-tertiary-4),1);display:block;width:24.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.731201171875rem;left:30.810791015625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTkd9H7xp9iM1XM9sxEIldrQvJv5DDD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.3125rem;left:5.9375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WRv2c0ePuKc4nQSMb8BdrVZvTq9JloNo { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#tBtygr2fJOf2vg5THItiSVE2JJOhTtpw { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:31.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qmWiNVK0eTzQ8LvkhBF1GNApHNTki8xz { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#sNasxpRTKAGBc3Lb8B2THcL5Is5pWbtN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OaSBnsoaDVV4S5ZLyW0dmdtC1MSt7yWT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.980712890625rem;left:30rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIy7tg5vtApRVpawUWQ2VDrtwXh8u8ON { color:#c6c0ff;display:block;width:9.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.68);top:1.25537109375rem;left:17.296142578125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPFiVndC1IFe38PbPic6UyuGXz5igXIJ { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#RqiBkvKM7tvUZ6i32yRTgLGRwe0beTOP { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#er9JVuU8qkRWD2u4e36tWNQwy6M9cmEv { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#O4hypO5gEDqyI2o7WqdLdAd2QuskoADy { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.3125rem;left:5.9375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O4vDkI59H06DxPS2ZeGb0Utx4xHlxJgM { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#SRTv8F9AxHbTfwfqzd5cVPZX5QmASBbw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.527099609375rem;left:7.435546875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOGie9lF6EemAlHtLZDTdUepLSePUKUS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.48095703125rem;left:30rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { position:relative;display:block; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { background-color: transparent; background-image: none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container > .video-iframe-container { display: none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row > .video-iframe-container { display: none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .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); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { border-width: 0; border-radius: 0; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .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; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;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; }#iXBXXVO7zJbCfc1X0ls3xnf7KcK8Hruq { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.53125rem;left:20.625rem;display:block; }
#rcTOONeLaXH22GAbB4HcVqMgX9L40dP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { position:relative;display:block; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { background-color: transparent; background-image: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .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); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { border-width: 0; border-radius: 0; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .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; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:91.1875rem;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; }#u13s4yvDwwe0CFoSCNWcDkVrKkohSTFP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.061767578125rem;left:9.375rem;height:2.59765625rem;font-style:normal;display:none; }
#rC4Tzc2fzQJeUnC2TVK6wkbanBxxNEMT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:3.43798828125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:18.3125rem;left:9rem;height:7.749rem;font-style:normal;display:block; }#Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh li:before{  }
#pTBbzFHlRKIcpfeB2obHlvdgXAMH802s { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:15.9375rem;left:9rem;height:1.625rem;font-style:normal;display:block; }
#nnHx0re3PZiPQEzO6BN2B4TwCmkCi1qS { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.75rem;left:9rem;height:4.2246125rem;font-style:normal;display:block; }
#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:38.25rem;left:8.8125rem;height:;font-style:normal;display:block; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:before{  }
#omb7MvSJiDSXLMxH9vKaTDliaoJ50QXT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:35.75rem;left:8.8125rem;height:1.625rem;font-style:normal;display:block; }
#Gfs6eEG9aoyoAZEWFoG96zIHmCpBBRdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:31rem;left:8.8125rem;height:4.2246125rem;font-style:normal;display:block; }
#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb { color:rgba(var(--color-tertiary-4),1);display:block;width:36.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:76.1865234375rem;left:9rem;height:7.749rem;font-style:normal;display:block; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:before{  }
#VDTTuHuIXzxfgQhGR9HKyOnkgOMn4Za2 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:71.3125rem;left:8.8125rem;height:4.225rem;font-style:normal;display:block; }
#KhC8oPKVZlzt76rNwl8iv9LsuLGKpkU9 { position:absolute;display:block;z-index:15032;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.0625rem;width:50.4375rem;top:49.1875rem;left:5.8125rem;display:block; }
#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:57.9375rem;left:8.875rem;height:7.749rem;font-style:normal;display:block; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:before{  }
#wrqi30GbsSxGMfmDMrkDhcSgdHbdSRkk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:55.5625rem;left:8.875rem;height:1.625rem;font-style:normal;display:block; }
#ufMVry9MQUv34haLXeprpqCgJZfTbCZm { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:50.6875rem;left:8.875rem;height:4.2246125rem;font-style:normal;display:block; }
#aJ6lLfU8e1GSuDaUzS5qSmCIoxrufEIs { position:absolute;display:block;z-index:15034;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:17.125rem;width:50.5rem;top:69.49951171875rem;left:5.74951171875rem;display:block; }
#G8wxcb2yw9NZAE1lf1sXToE8Jy5LRU0u { position:absolute;display:block;z-index:14999;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.0625rem;width:50.25rem;top:28.6875rem;left:5.75rem;display:block; }
#HVfQSQ89rIysT849dQeaWiTZKr23yDgl { position:absolute;display:block;z-index:14998;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.0625rem;width:50.0625rem;top:8.625rem;left:5.9375rem;display:block; }
#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:59.125rem;left:5.5rem;height:;font-style:normal;display:none; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:before{  }
#F3mCmznUghf4saTI8gv2ZXozICOJebyd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.625rem;top:112.5625rem;left:0rem;display:none; }
#GbIip7dhSxHoX1kgEKKVsKECfudTkc44 { position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dfc36f37-d9ad-4ddb-bfce-8fcf6ef683dd/zocialeyeFeature.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.5rem;width:16.125rem;top:130.375rem;left:0rem;display:none; }#GbIip7dhSxHoX1kgEKKVsKECfudTkc44.adaptive-delivery-prevent-bg, #GbIip7dhSxHoX1kgEKKVsKECfudTkc44.lazyload, #GbIip7dhSxHoX1kgEKKVsKECfudTkc44.lazyloading { background-image: none; }
#BA4oiKdTyGPlT6OLzBymWZy4VmTMlUp2 { position:absolute;display:block;z-index:14998;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.0625rem;width:42.8125rem;top:8.625rem;left:8.625rem;display:none; }
#TUlAPHlyxTPPZg5M4B6Piv8ULZHQPU1X { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:76.0625rem;left:11.6875rem;height:1.625rem;font-style:normal;display:none; }
#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU { position:relative;display:block; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU { background-color: transparent; background-image: none; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row .container > .video-iframe-container { display: none; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row > .video-iframe-container { display: none; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .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); }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU { border-width: 0; border-radius: 0; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .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; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;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; }#MSVdy60olFAvnIAwBPelKB9n2048JkCw { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.53125rem;left:20.625rem;display:block; }
#TLRAz2eKRa1BGq7vQcXwwUx2dGmpbsZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { position:relative;display:block; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { background-color: transparent; background-image: none; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container > .video-iframe-container { display: none; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row > .video-iframe-container { display: none; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .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); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { border-width: 0; border-radius: 0; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .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; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;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; }#PhCzT8V9EEFEKo7RImaIxIx85TrdeAn0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:8rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETIwlsUJxzCI0zRTJiIR017gFXTKm5NS { position:absolute;display:block;z-index:14999;background-color:#003cff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.71) ;height:2.4375rem;width:9.1875rem;top:4.1875rem;left:6.9375rem;display:block; }
#nhh0gbyecMgVfT9SQWC9qgPOB5CF06MA { color:#fffd00;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:7.3125rem;left:6.9375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PdidZzJwgK3lURLMR0mDoTrDuGblozt8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:12.1875rem;left:6.8125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f { color:rgba(var(--color-tertiary-0),1);display:block;width:34.81125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1875rem;left:6.8125rem;height:6.9360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:before{  }
#BL2lAPNZzfOeuTiTFrx6RTUCWkzIzwTJ { 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:33.625rem;width:28.375rem;display:none; }
#QXTzxVFBRlHeLd6RohK0rTVXP7roZ7MI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.25rem;left:6.8125rem;height:1.13769375rem;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; }
#my0e3UDUe16734o9WGxwRgih5SbJb9AS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:6.8125rem;height:2.5869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#my0e3UDUe16734o9WGxwRgih5SbJb9AS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#my0e3UDUe16734o9WGxwRgih5SbJb9AS li:before{  }
#E7P1kCRv5xXneDPMx6uPAvbXDwuDaHve { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.25rem;left:6.8125rem;height:1.13769375rem;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; }
#ZCgCOMX5HcgG7rA3SRUlDkhqNbPXkyzE { 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:35.625rem;width:20.75rem;top:0rem;left:33.875244140625rem;overflow:hidden;display:block; }
#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { position:relative;display:block; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { background-color: transparent; background-image: none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container > .video-iframe-container { display: none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row > .video-iframe-container { display: none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .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); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { border-width: 0; border-radius: 0; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .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; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;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; }#axDBn0t3ZhzmrT0QMLcMFPquyQtpCSLZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.53125rem;left:20.625rem;display:block; }
#tmMmBfTZTy44ObIBKNpAqP66slHB1PhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { position:relative;display:block; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { background-color: transparent; background-image: none; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container > .video-iframe-container { display: none; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row > .video-iframe-container { display: none; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .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); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { border-width: 0; border-radius: 0; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .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; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;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; }#UZVuIxmS68bwzOhpTvNGxBeeHiv3vDyC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.125rem;left:2.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mS66qZ9FHxGQGzFKuo1mLAxnk51eCCX0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.125rem;left:0.75rem; }
#OcSaVTNSaXNh3vCA3mmzGCUHoP1ve9Vb { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:30.4375rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#he2Tr1Qt4gklgRDv0uzloXKzWLJMf3k7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.1875rem;left:23.3125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRqT7dXg6m1rwuDqCg6AoXf7oXDTzd3f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.25rem;left:20rem; }
#SC00zNyWVMg7Ukq245DKawBMaZZPESAp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:30.35546875rem;left:20.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zond3QypWrfzETArsNIa4886nPPLTkkc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.8125rem;left:2.8125rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvSlepXGlHxTgPOdglHbh9TZXPPCC9rC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.125rem;left:43.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TI4FDQdxxEudQNaZDaKol8FTXTdVBJhu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.4375rem;left:40.8125rem; }
#fiHPHSADT3rx50L8QrqXTsxKHh4wtqRa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.6875rem;left:41.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuAk5QtLspTVxdhH3g8nQQ7FIiJkaxPm { 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.25rem;width:18.312rem;top:14.1533203125rem;left:0.84228515625rem;overflow:hidden;display:block; }
#bwSGabJkMc23f9AuHOZVg5Xxh2TTr8ld { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:22.375rem;top:14.545166015625rem;left:18.623291015625rem;overflow:hidden;display:block; }
#b2hOvNq3ysi0eo0rgE6mSI1vOzI3vMyR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:20.0625rem;top:15.324462890625rem;left:39.9375rem;overflow:hidden;display:block; }
#stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT { position:relative;display:none; }#stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT { border-width: 0; border-radius: 0; }#stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT > .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; }#stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;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:none; }#LIvk5JFrCCGofkwTkbUogW4huGdENsRT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.82470703125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dETmwia5OPziB32KoPBmKz9hRqZROB4S { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:33.4375rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkDJayqpWUOChWgnikLr8czAfnuAZ2v7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.125rem;left:32.25rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKSlgUABRAucViUbRmMcMN8GxuEg2KNq { background-color:#f1cb46;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#wCMpFaE0ep6WBmFdHvxOPbJs4AovyIoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I11fFVpt2mX9hIiQXNFU8fdiCZhfUwE5 { color:#ffd300;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:22.909423828125rem;left:34.670654296875rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R93pyrlTfnGZlzuexLTPzTwp2gkldIrH { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);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:10.375rem;width:27.75rem;top:10.81201171875rem;left:31.125rem;display:block; }
#TkZ81pfsuRBCZ54T3iE4ubgQu4L0IUGP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:21.831298828125rem;left:34.670654296875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMeINwhJiVQWSGqEPPv2Vt0GM0TzC9E5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:25.5615234375rem;left:34.670654296875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IrNiDBP9QXe5R0qUgG54hThoSsnmZ0JH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:17.561279296875rem;left:32.37451171875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3hK38JS44fZ6XkfZnddpynuRbHWWdyr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:13.37475rem;width:25.74975rem;top:8.50390625rem;left:3.06298828125rem;overflow:hidden;display:block; }
#wxnpbrS57XcezeimSa63V5DELLKSmyor { 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; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container { background-color: transparent; background-image: none; }#wxnpbrS57XcezeimSa63V5DELLKSmyor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container > .video-iframe-container { display: none; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row > .video-iframe-container { display: none; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .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); }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container { border-width: 0; border-radius: 0; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#rcyPdkrmcruErRlgnBNVxTZ4gDXURblm { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:11.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GtcLVA2VKvScanz7bWCV6MTaatENOW0p { color:#f8f600;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.4375rem;left:32.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pXKhtCrmxub8o1dQr23BmFxBw6exxswn { background-color:#f1cb46;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#XVIed5IU0J7Pv3eTbqUqPTz0p9X84grt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcvHagNTO1ZG8egow7C7GPQAovKHKNGC { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:33.3125rem;left:15.875rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xi4iSe18UUTlVZsn0CK3aEBBuBkTzCqX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);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:22.0625rem;width:28.6875rem;top:6.8125rem;left:30.6875rem;display:block; }
#WAOz9lN12CCzH7W37gesPGPhth1oIgzg { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:31.3125rem;left:19.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuATfEBHuRrZHsX7aXkIVomFGg3fA1bo { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mfoDMxIXnNFJsgAaTBACknFgthi2xKJE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.5625rem;left:31.90625rem;height:3.1497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmPVt0clt9fAJaUU7CrAnhKyycVTo3b9 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:21.5rem;left:30.656902313233rem;height:5.0996125rem;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; }
#ZW27iqdgtZJS0b3F9trw8BRc23uu5LC0 { color:#f8f600;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:18.34375rem;left:32.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMilltnmIZCAiBHg70ICbWc2i8EgtoNv { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:31.3125rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lAzTMiVTUqsdXqvrOLLWpEu3KCh2FyyZ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RiqkTCZGJdS2fIapaGBwKuIQsvJb929s { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zPCTMfy36TfoQV3y4HBeSOWg2Rln9AJE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FfkyyI1niWie1x9pFi5C7WgkkM139sW1 { position:absolute;display:block;z-index:15014;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: 0.0625rem 0.0625rem 0.1875rem #c9abff ;height:6.6875rem;width:12.875rem;top:21.5rem;left:1.6875rem;overflow:hidden;display:block; }
#yfz2wWb6TTghA8GFCw6I3h8iS4zBreok { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.1875rem #c9abff ;height:6.5625rem;width:12.875rem;top:21.5rem;left:15.4375rem;overflow:hidden;display:block; }
#AFVgEhvy6UiAAd8fXvrMoL26mUELCSqb { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:14.38671875rem;left:31.90625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#giy0QfNLi9ITFxt2vyzNkZugDVaoMx7u { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.656902313233rem;height:3.82421875rem;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:none; }
#Idnab6BLUG0HMqFzCU8pb2KwBTTxGggs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:13.374375rem;width:25.749375rem;top:6.8125rem;left:2.125rem;overflow:hidden;display:block; }
#Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u { 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:none; }#Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u > .row .container { border-width: 0; border-radius: 0; }#Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:none; }#AXm6IsoKlzcMw1OkJyR2EwTRqJLdT22X { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.818575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6FP2dhc3nsiQxR0koJ9T8OkkkcxtxOt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BTnnlwdwAJ3HyuDwZC5wA4mI1tZc4ohu { color:#ffd300;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:29.186597824097rem;left:12.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUw4rgTNFs2OF3GTLDPDB5nTmArzvlXe { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DImbTEqEm5TEqsTJOs9wKL5drXbgaCo0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36.0625rem;top:7.3124997615813rem;left:11.9375rem;display:block; }
#TFdQqtS5CwC7F2zsAImG73w1CaSTeetN { 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:none; }#TFdQqtS5CwC7F2zsAImG73w1CaSTeetN > .row .container { border-width: 0; border-radius: 0; }#TFdQqtS5CwC7F2zsAImG73w1CaSTeetN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFdQqtS5CwC7F2zsAImG73w1CaSTeetN > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:none; }#TFPLb6lBLMGmEmBnuf9MqdSAALwP1v6B { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:prompt;font-size:2.8125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.90625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l81D8LWmlg72EPxwu3cR2DfMMXvGOVHT { position:absolute;display:block;z-index:15003;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(156,104,255,0.4) ;height:10.4375rem;width:19.3125rem;top:20.4375rem;left:40.0625rem;display:block; }
#dNHuqhuF36BnJdwRW4K5hKbgUJeizuJb { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:27.8125rem;left:44.8125rem;overflow:hidden;display:block; }
#V1d6G0a3XFsyIHytwnQdZgPkmqdvV2V0 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:25.0625rem;left:42.875rem;height:1.13745rem;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; }
#bRWq63TshChn9xRm09ax92znFuwflmlK { color:#9c68ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:21.6875rem;left:42.1875rem;height:1.6499rem;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; }
#oTpPuiOmdGmxpvcMMel6sLBVlSqTIiZf { color:#9c68ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:20.86181640625rem;left:2.4375rem;height:3.298825rem;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; }
#qIEoH45Sxn5Q1wuVBhc5ID2ZL7LZ1pxv { position:absolute;display:block;z-index:15002;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(156,104,255,0.4) ;height:10.5rem;width:18.375rem;top:20.4375rem;left:0.875rem;display:block; }
#rQ1zmgxCoAd3lRiqueE8NOpE1XdHiROL { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.21875rem;height:2.2749rem;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; }
#AZfRgLT2NpSDbrTCe7wKt2ORIc648WgE { 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:2.1875rem;width:9.8125rem;top:27.8125rem;left:4.9375rem;overflow:hidden;display:block; }
#QFuIiR6Kuz335Bx3balCrcouhh8iJO9T { position:absolute;display:block;z-index:15001;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(156,104,255,0.4) ;height:10.125rem;width:19.3125rem;top:8.1875rem;left:20.125rem;display:block; }
#TVxfHEmdnXvRickmAOdXl2pgrMUuFR4Z { position:absolute;display:block;z-index:15002;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(156,104,255,0.4) ;height:10.4375rem;width:19rem;top:8.0625rem;left:40.1875rem;display:block; }
#V6UNUTnHCPEMaEwatSegs3Dz5WeI1hKO { 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:2.1875rem;width:9.8125rem;top:15.375rem;left:24.875rem;overflow:hidden;display:block; }
#zzGFSmFOdaySivWpzt7ILygBVrwRhCMJ { 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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(156,104,255,0.4) ;height:10.125rem;width:18.25rem;top:8.1875rem;left:1rem;display:block; }
#NzbgX2TGEiIOnMvNr7TctVTHwnerWvEz { 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:2.1875rem;width:9.8125rem;top:15.4375rem;left:44.9375rem;overflow:hidden;display:block; }
#zwP855DXvPS6udP8eTmKyQJ7CnqBKBAJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:12.125rem;left:42.1875rem;height:2.2749rem;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; }
#zho0JKsxgMzs090cQmL72cl3ChzT9EZS { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:11.5rem;left:22.75rem;height:3.41235625rem;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; }
#n2xvTS0RKWylT6rWAMBv8pFqsLvlUhOA { 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:2.1875rem;width:9.8125rem;top:15rem;left:4.9375rem;overflow:hidden;display:block; }
#sBUL3CFMqV99SoTi1TZp7FI3a81W1HWT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.25rem;height:1.13745rem;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; }
#nxaRxTebXd2LXTTDgTLVaQD3n2PzeeX5 { color:#9c68ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:9.5625rem;left:2.25rem;height:1.6499rem;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; }
#lc4DUwCzczw41IceI0425vN0dTFVLq5g { color:#9c68ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:9.0625rem;left:42.1875rem;height:1.6499rem;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; }
#kuVUUA1WtD65qLMP99BQ70PRJe3TV8Fu { color:#9c68ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:9rem;left:22.125rem;height:1.6499rem;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; }
#quIkm1MeSbsEpswfOnQGJJReSyZiA4QO { position:absolute;display:block;z-index:15002;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(156,104,255,0.4) ;height:10.125rem;width:18.875rem;top:20.59375rem;left:20.34375rem;display:block; }
#a8wLL7dZpQUwLWThBO6FMv1pBZlSXwNt { color:#9c68ff;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.6875rem;left:22.375rem;height:1.6499rem;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; }
#dNKxTeMPi1k1pQ3pFklFFUbTfKNeeZTI { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:24.5185546875rem;left:22.9375rem;height:2.2749rem;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; }
#OextCuzAEwDcNA6PF8R3xuyVNDq8zAv6 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.8125rem;top:27.8125rem;left:24.875rem;overflow:hidden;display:block; }
#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf { 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/174938ca-8ead-4300-a83d-dc702fa848e4/Asset8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf.adaptive-delivery-prevent-bg, #EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf.lazyload, #EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf.lazyloading { background-image: none; }#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf > .row .container { border-width: 0; border-radius: 0; }#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:none; }#CiyuQ4XLFyGOT26heZyEXtf6tcI49IZI { 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.3120125rem;width:11.812125rem;top:2.8125rem;left:7.342529296875rem;overflow:hidden;display:block; }
#ppGUMwfWn5qgnfa3NGzzm5N85OJEt1T8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.125rem;top:12.8125rem;left:3.78125rem;overflow:hidden;display:block; }
#W1uAJJF04GeG5zwhhxH4xOQ6pXwG69gU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.46875rem;left:5.46875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqidvAvMKufaTAbKTZOJXmFXAclR6RAT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.905029296875rem;left:1.0601806640625rem;height:3.4118625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocP8wfCJXp6ybunsdA0MARAxr3CuwKa0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.25rem;top:6.6875rem;left:28.833984375rem;overflow:hidden;display:block; }
#NVmMvpOD7B21Z3SId9L4bn4hkXq7uhEu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:36.25rem;top:0rem;left:22.21875rem;overflow:hidden;display:block; }
#qvDiJtF7f3cTwuN9nIzwUmJbd4dobHky { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.6875rem;left:0rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryZwT8UXEPzvGx7H1MypVQWyDuIX4xdl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:10.1875rem;width:19.4375rem;top:23.25rem;left:3.4375rem;overflow:hidden;display:block; }
#L42lDUa9aAgsHABHuMnBw0yrXdA1irza { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.93725rem;width:23.18725rem;top:5.9149169921875rem;left:2.2491455078125rem;overflow:hidden;display:block; }
#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR { 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:none; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { border-width: 0; border-radius: 0; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:60rem;position:relative;display:none; }#JolzVsMCJB4Lxa22kt2aDWIrSdOBIyxQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.06225625rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:21.919921875rem;left:18.5625rem;display:block; }
#I3x5MLnhFaFsSRWcwgNutT8FNV4UyF0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdVEtVoEDbcTr6z6BQ1pn05aw5BdK1wt { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);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:21.0625rem;width:54.125rem;top:2.687255859375rem;left:2.93701171875rem;display:block; }
#w0S53Swcl9apzEsfAA6yDyJ9tKLaTH2I { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.655517578125rem;left:10.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABFCbwUFODrBJxcTFAqZRPwmnfyLR9BV { color:#fbe936;display:block;width:44.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:11.74951171875rem;left:9.2314453125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HOBUbOR4a4pfCJm3LhMB3Sh8pAGErrq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.198486328125rem;left:9.608642578125rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IPfXMbmceG4fx7dGMePJy0fk2K7zidBo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.875rem;left:11.3125rem;height:2.32510625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jgga9spvTzkDJ9CNFVXdhyIRFEDTuvJC { color:#fbe936;display:block;width:37.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:13.693359375rem;left:12.110595703125rem;height:1.42489375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4IcuXzzLp89hxTAwzyrMqesOlP9d34H { color:#fbe936;display:block;width:37.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:15.84375rem;left:12.110595703125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XT6lNN24otn9wSHfDSV3nWNT64iP2BTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4594d4, #254387);background-image: -moz-linear-gradient(180deg, #4594d4, #254387);background-image: -ms-linear-gradient(180deg, #4594d4, #254387);background-image: -o-linear-gradient(180deg, #4594d4, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='#254387' );";background-image: linear-gradient(180deg, #4594d4, #254387);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; }#XT6lNN24otn9wSHfDSV3nWNT64iP2BTB > .row .container { border-width: 0; border-radius: 0; }#XT6lNN24otn9wSHfDSV3nWNT64iP2BTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT6lNN24otn9wSHfDSV3nWNT64iP2BTB > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;position:relative;display:none; }#lJQVFzAqAggKEQFi8a9TCbd3SWDxUq69 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:26.1875rem;overflow:hidden;display:none; }
#CcTi8XBQV349mHtf4KfCWQaT1saMcATo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:21.9375rem;left:5.389892578125rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hvWfUh9d0ovf5y2P2fiRpHQONiaJbEZM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:21.9375rem;left:25.5rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mymwBZTXZ3llRPAy1TmBZUFG2s5fJ3dZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:21.249755859375rem;left:46.406982421875rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#byimGbwSTyLMRQ9rWUe8aaMHkziALpP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:16.625rem;left:5.9375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQTDHdT64Av1rxKAyt6q82eR22qu5BUT { position:absolute;display:block;z-index:15013;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:8.0625rem;width:15.375rem;top:28.294921875rem;left:1.842041015625rem;overflow:hidden;display:block; }
#TWvdI9a7MiQnbUg49stRfRORr53WCRVk { color:#ffe09d;display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:25rem;left:0rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dc1cRZm4RcqRfgNlQUhSLR7H479f4b8O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:37.7314453125rem;left:1.341064453125rem;height:2.33765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yv0vGshHcRRlF97RFDZvM10vASifKEwg { color:#ffe09d;display:block;width:18.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:24.9990234375rem;left:41.7509765625rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQpnF93UTqbV9TxuK5WgUecPbcBAS1EE { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.68725rem;width:14.12475rem;top:27.624755859375rem;left:42.87158203125rem;overflow:hidden;display:block; }
#ioTLcpJQVqgKoXrFlOtTTpptefbnoruk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:37.6845703125rem;left:42.33984375rem;height:2.33765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uU5nIsfFq0lWWJCdRh4t5bis5TADd3qT { background-color:rgba(var(--color-secondary-4),1);background-image:none;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: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.999025rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.4375rem;left:20rem;display:block; }
#dCuUwXRgczw3OLUkfWRVbcgSadkhNuEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFGpSE4F1srsPSdrGuEbBJXDSV5b97St { color:rgba(var(--color-tertiary-0),1);display:block;width:28.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:43.3125rem;left:17.5625rem;height:2.9739625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myehaqq3iqGNEdX4VnQz7oTaAWzKDSPc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:15.5rem;height:2.9751rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#a71JJJpJ7OXlk6pTJXWSzR9mHz43A0kx { 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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:9.1245rem;width:16.6875rem;top:27.624755859375rem;left:22.623779296875rem;display:block; }
#ec5AJx2o56aNeF3N470MkMWo1bwSLGP1 { color:#ffe09d;display:block;width:18.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:24.9990234375rem;left:20.874755859375rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2byctrIZLvGesw9BE3EhFbnEvIDiNLt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:37.685302734375rem;left:22.623779296875rem;height:3.50585625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeupvoTdTRrn49TcVsG3tEquHy3X6GN7 { 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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:9.12375rem;width:16.6875rem;top:27.624755859375rem;left:1.31103515625rem;display:block; }
#lLnbThVeNGU7A78mu3I4BFnyyvsBlZw2 { position:absolute;display:block;z-index:15014;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:8.0625rem;width:15.4375rem;top:28.294921875rem;left:23.15478515625rem;overflow:hidden;display:block; }
#amQa1xgPVOJNz3uo2xzJPIbuwyXT5sNP { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:50.75rem;top:3.822265625rem;left:4.625rem;overflow:hidden;display:block; }
#eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE { 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:none; }#eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE > .row .container { border-width: 0; border-radius: 0; }#eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:none; }#g7w6ZL6DWUUgoDZ5lA8k6ynytVW5caOQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.06225625rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:18.232421875rem;left:18.5625rem;display:block; }
#a6ymq9zezXMT7ZZIi4v8xQLO7VtQ4OLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxuobXVTQAOcTr5E0C5wCERR4JqZ0vIz { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.4375rem;width:54.125rem;top:2.687255859375rem;left:2.93701171875rem;display:block; }
#n7XsASoFnky42RundnJ0ppzv1p9BIHXT { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:15.217445373535rem;left:7.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AbMBhStT0K3aKLubFT8uD05OudlBrgnV { color:#fbe936;display:block;width:44.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.5846467018125rem;left:9.23046875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CaiTUFv4ltFheWZ5NEySvR67WkdppUwk { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.7603969573975rem;left:9.604820251465rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cdqoSqEkD0RQOkFWUi2I4LasMSs0S7LO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.875rem;left:11.3125rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5yzMWN7cex8pzAfaDS6QSMx5JxiZleL { color:#fbe936;display:block;width:37.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:12.505220890045rem;left:12.10546875rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dw2OhqgVmJyDciqAKBGPNySFbJdvUJO7 { color:#fbe936;display:block;width:44.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.5846467018125rem;left:9.23046875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps { 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/a45f119e-ce14-43d8-8fac-32ab149352a1/Technology1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:none; }#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps.adaptive-delivery-prevent-bg, #l6ci7k9vwMsLDi04otblTkx2JVC3Gxps.lazyload, #l6ci7k9vwMsLDi04otblTkx2JVC3Gxps.lazyloading { background-image: none; }#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps > .row .container { border-width: 0; border-radius: 0; }#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps > .row > .video-iframe-container { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem; }#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:none; }#DyRLH6AvdnIUtu0Tg0PyZ6lyJ6DX0zz9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:26.1875rem;overflow:hidden;display:none; }
#iTnJWNxBLKZWyXMHXE8lL9s5xKpFhTX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2.25rem;left:3.53125rem;height:2.26855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Muo3qzrlCoLicFspukpeKSGwwod8Stw5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:11.125rem;width:21.25rem;top:8.375rem;left:1.6875rem;overflow:hidden;display:block; }
#Z91RcWeS92Iw6mQ4E068VxcfaVE0antN { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #254387);background-image: -moz-linear-gradient(90deg, #6f3ba7, #254387);background-image: -ms-linear-gradient(90deg, #6f3ba7, #254387);background-image: -o-linear-gradient(90deg, #6f3ba7, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );";background-image: linear-gradient(90deg, #6f3ba7, #254387);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:13.5rem;width:34.0625rem;top:7.1875rem;left:24.25rem;display:block; }
#qQaEPTbLUVuyuEDI9pINiCLHX1Uf5nv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:10.625rem;left:25.656251907349rem;height:8.9238375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbzTNvKp3txX4K6qHCPTIQPiIGoFzTyW { 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:2.24975625rem;width:6.3745rem;top:8.1875rem;left:25.6875rem;overflow:hidden;display:block; }
#ZkvUo0qO1hM08DJxklZ69yl7lKDV45LJ { color:rgba(var(--color-tertiary-0),1);display:block;width:47.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:12.9375rem;left:5.4375rem;height:2.26806875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d331a73-4cbc-4179-8244-a8bbfc7f17df/CopyofAffBannerforSGCWorkshopThumbnailTemplateVideo2.png");background-position:center left !important;background-repeat:repeat-x !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; }#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm.adaptive-delivery-prevent-bg, #THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm.lazyload, #THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm.lazyloading { background-image: none; }#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm > .row .container { border-width: 0; border-radius: 0; }#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:none; }#RCKckV5nFRFIUzL3CktfGirT5rHF2p7K { 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:3.5625rem;width:17.875rem;top:2.3125rem;left:21.0625rem;overflow:hidden;display:block; }
#qReD8oruUAJTM1qvTFxVhG7ZLPTUZgXO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:51.8125rem;top:6.6875rem;left:4.09375rem;overflow:hidden;display:block; }
#SNHX94c97U5UT4vVyDJSSgIpkm7vkxc4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:39.4375rem;top:11.5rem;left:10.28125rem;overflow:hidden;display:block; }
#bAcczWxOsk7pOsaS8De8W6MBCmq61kkS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:37.5625rem;top:18.34370803833rem;left:4.09375rem;overflow:hidden;display:block; }
#QwlAaVnWxibnaRRwZfA49nC42Ic2Geov { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:21.3125rem;top:13rem;left:37.5654296875rem;overflow:hidden;display:block; }
#wCgySpQBJtHw1fqNeG8eAoRcJpoeu5Xs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:36.374351501465rem;left:8.3326835632325rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJh8F2JePkUn23AkItITziZU3Te7OOTy { z-index:15004;top:29.1875rem;left:6.8951835632325rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vhdKBNbIPoU2s9Ddo7w07mwNmvS1fa9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GA6Ckqsa8mqgkT5kKolCU0OfvK2QWesg { z-index:15005;top:29.1875rem;left:22.832683563233rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(225deg, #2645f7, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F1LcltXMiBedCZLUHr7cy9zv10pgT0JW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzPMXfBJLzaixTflfZflLMxv5XuZ32ZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.666667938233rem;left:9.8639335632325rem; }
#Ha3qA6IMJSwshNM7wB3amnUaGS89vDDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:22.791667938233rem;left:25.863933563233rem; }
#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO.adaptive-delivery-prevent-bg, #pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO.lazyload, #pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO.lazyloading { background-image: none; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO > .row .container { border-width: 0; border-radius: 0; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:none; }#QpkvEZhSW4lAqZ4zyuBMZvESsKEUA91w { 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.499755859375rem;overflow:hidden;display:block; }
#lxyLFQqNRDzz7pF6mDTTmw275hxBInDx { 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:48.625rem;left:16.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6tfSNW4BsirnTmNkzyx5wO92ExVJRL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.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.9375rem;height:3.9375rem;font-style:normal;display:block; }
#c2M4hWfPr9cfn7sbRMQ82mPxgSDR7BHE { 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; }
#EciiTWq4PzgQTCpRmZqEX7DsLzWUgHOD { 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:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pT3yrP8MyTugf20GUfQFqWTQCn4Z4KFK { 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; }
#OMvkmkuoGpncemZTVrAAZQlMrRDNmSTI { 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:6.062255859375rem;overflow:hidden;display:block; }
#Ku86TOXxl6mKHFT3rhndETrwwK2MVpwq { 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; }
#fV2JaAN0gBTvoy3feDnvTCfdCJRgiFFR { 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; }
#rGC4qFkddQtutTu1NOiMQhUyDDVmPBkG { 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, #0081a7, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #0081a7, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #0081a7, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #0081a7, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081a7', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081a7', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #0081a7, rgba(var(--color-primary-2),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; }
#FLRt1OqDqotVuVC6xRh9vq9Ki6T9l0o6 { 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.312133789062rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L65PHcBPmFZqJtWqu4ICfUlrxTVZNNxA { color:rgba(var(--color-tertiary-0),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; }
#HauN6AKFMZf9oSF4IVVQi4d639HBKZco { 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.999755859375rem;overflow:hidden;display:block; }
#RqDFeLOWuwKvpOpocwK5JyPaMS0ubJzy { 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.155395507812rem;overflow:hidden;display:block; }
#ofalaxdTBnkM0TiSx3tBl5RrdPpZcHAN { 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:44.9375rem;left:16.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDOkrCycKiEUAyQrQ8c9MEXsO0o7T5mu { 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:30.9375rem;width:27.25rem;top:22.10446875rem;left:55.062247583113rem;overflow:hidden;display:block; }
#KGlWgtA6ybXpNu6yctMF6JoGmfsDoNL1 { 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:43.8125rem;left:15.75rem;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; }
#dsmIg0zh4cC8SlKuZs0n9y8xyuWDfmei { 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; }
#Wa4yZaUk5QWdcJuZZqTFQ2Pv4aAJN9eO { 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; }
#e59H0lTpMq1x0IaraxF6BsMtpzdk9Vfl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:5.388916015625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,38,38,0.86);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; }#uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP > .row .container { border-width: 0; border-radius: 0; }#uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:none; }#LnU4rMVTs1MN8oirM4SwCGFlZoKb0s3v { 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.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rG0Pn6N2bKNeX6titrV1PTUUXkfLTToI { 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.625rem;height:3.9375rem;font-style:normal;display:block; }
#zTCryD3FlFWkAfQFTIfqr8Z4pbdbz8JO { box-sizing:content-box;height:16.3125rem;width:44.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:15.625rem;left:7.3748779296875rem;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; }
#SzaX47cNcAhyKFf5afrbXusFFs1NE6ig { 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; }
#KNaCrBlBXwf7Hu500iD1ibkFXQBby4yc { 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; }
#oheOM2Necay8mDEEF4ThiKO8iKutKM0b { 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.3125rem;width:13.875rem;top:18.49951171875rem;left:8.5068359375rem;overflow:hidden;display:block; }
#MNOp8wRB7i3SILdD1fXGRxldRtf7BEyt { color:rgba(var(--color-tertiary-0),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:33.5625rem;left:16.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bb59nmWKGGF7gLHasuKXN3KvKUX34P52 { 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:18.40576171875rem;left:36.71630859375rem;overflow:hidden;display:block; }
#no5ZP96tq6wJTX5yTqMqnENPT6T8T21M { 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:16.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvai07oAliWetXQMkuHIQwD40ToTA1BB { 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:16rem;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; }
#qCVvxX4PCq868VS68DyDhJAkLFoxJpxa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.68725rem;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.248413085938rem;left:11.983032226562rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFSX3dxvnKwm58IIQcnJqo00TiTaIHfr { 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.123291015625rem;display:block; }
#OXS0K5lyBwImuiAxNnfmQZbvnL7vZ5Q2 { 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:17.029418945312rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#ZJZs8aAD2AW1bmgdhfwxf2dH8E9PIACg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.687125rem;width:13.687125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.3125rem;left:22.842407226562rem; }
#rw30SitGtt8QWyKrvfWSubvzETmmEg2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),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:none; }#rw30SitGtt8QWyKrvfWSubvzETmmEg2E > .row .container { border-width: 0; border-radius: 0; }#rw30SitGtt8QWyKrvfWSubvzETmmEg2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rw30SitGtt8QWyKrvfWSubvzETmmEg2E > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#XOohWroguaf4hlhtNHqcPgQ4tfrDnZ1o { 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:13.6875rem;width:44.5rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#eRI2E7WUdGl1RVxrKaqVGG2ISx7AkhhV { 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.8125rem;left:14.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tpNqoQCZU0lfLyMeCDZXPIWTXdok1OA9 { 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.8125rem;left:31.8125rem;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; }
#PExCsBZFVxgZRUIAGmzVSg3T341iLaxB { 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.625rem;left:23.5625rem;overflow:hidden;display:block; }
#XITwPUBRtTiswIS0XIP5ETH8w84Ebvne { 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:15.1875rem;left:13.375rem;display:block; }
#ann1TUQ9WaKzJPbNUFrSkTVEQzAwGB6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVT9rQkA2dqlw7eyigmbHIA6DHBfgXCL { 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:15.1875rem;left:30.8125rem;display:block; }
#mlvTTNKEkamhnmxUD7Ei74dTt5dF93qG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ce7xErQXH3ipoCXQZZTt35NEhKFkbhq3 { 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.5625rem;left:15.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ibtfhmKQKOcQye9sCm5dcptheT1vgJ2A { 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.5rem;left:17.5rem;overflow:hidden;display:block; }
#TyqTWqV3nuMD84CW4csJ49CeC4AhPNKi { 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.5625rem;left:13.75rem;overflow:hidden;display:block; }
#t6Dv02DxlvmdwwoM8mhpwbAqZPlAgTPo { 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.5625rem;left:17.5rem;overflow:hidden;display:block; }
#U35iIBrm1LKfAKdseGwmKNFC9dr9wWEB { 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.625rem;left:13.75rem;overflow:hidden;display:block; }
#WeyD79I9s58IfJD8xKyJfX4RbDRUz72q { 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.4375rem;left:32.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#bRn65kvBBGq4DCWtE1P3pNn5tw34FLLk { 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:21.1875rem;left:30.8125rem;overflow:hidden;display:block; }
#amawVytPTfhBT9otunymV5aCkNdwDMmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-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:none; }#amawVytPTfhBT9otunymV5aCkNdwDMmy > .row .container { border-width: 0; border-radius: 0; }#amawVytPTfhBT9otunymV5aCkNdwDMmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amawVytPTfhBT9otunymV5aCkNdwDMmy > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#wWoUfqS45k9KNkcTDSu58OQINlqyBLVZ { 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:13.6875rem;width:45.125rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#V7V53zAZFUpHUAZg75y0Kv3MAtkVpFIk { 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:17.0625rem;left:5.75rem;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; }
#PeE6zNFwaN6KlqXFBHVbeP5b045Dk0ND { 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:17.0625rem;left:23rem;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; }
#ZliiaiCkxvKTQpZpLmfx0xdpFHoHGsFH { 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:17.0625rem;left:40.25rem;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; }
#BdiwSIWkUzTfxBJgOycoNQZLD67hqybg { 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.853515625rem;left:15rem;overflow:hidden;display:block; }
#PsLxRzVP8yVrOfkac0fKUQDzNOxd7TB1 { 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:15.40625rem;left:4.8125rem;display:block; }
#ukWIeCfo6Zf2V8pWR3GTKdKiRf77Edpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9orccvV0hFTTgkWVqysrnGnrw6eNhVt { 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:15.40625rem;left:22rem;display:block; }
#vR7FiDnnZA2sVNxard3WOUaZFkAGAXkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUtq3RmF57AfTIHPTiunc9735tnwSkM5 { 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:15022;text-align:center;text-align-last:center;top:15.40625rem;left:39.1875rem;display:block; }
#sTJMNSP2H4PPXlrCd0Ce6DFyrfAJIxhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbCrvchqR0LgNOr4iynz5nvZg4xuAe5v { 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.81591796875rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#s9l8TVNM1eMZJ0dx2XtNu5reNXqyqX51 { 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.728515625rem;left:8.9375rem;overflow:hidden;display:block; }
#cSb4sNgX4MoNMuwOqNyw68b4EC3diDBB { 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.822265625rem;left:5.1875rem;overflow:hidden;display:block; }
#rTCdqFG17wsR5TdanGOeDxQnk6W5IIxQ { 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.791015625rem;left:8.9375rem;overflow:hidden;display:block; }
#kLEZ1TFDECHpGyq1rnPrhMDz08qeV9HG { 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.853515625rem;left:5.1875rem;overflow:hidden;display:block; }
#rdMHkGMOT7tXHMGo4oBNT6yLCwc9ZLai { 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:15024;line-height:1.3;letter-spacing:0;top:18.84375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xdR5X2caUzfqM0v9TGlrkke6oG0zcFXD { 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.84375rem;left:40.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#oTCfrn0cEm5l8An0fTCziAEoDQpn8qSE { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;width:14.0625rem;top:15.6875rem;left:23.75rem;overflow:hidden;display:block; }
#VFMNQVyOt2aOKI1TygRkizLdsZQiINvo { 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:21.603515625rem;left:39.1875rem;overflow:hidden;display:block; }
#LQEObv88CCl7TAkT0N9bzC0dHZLQMqzM { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32rem;left:15.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiqeDDRRbMiuf8bwq1gkltGmT8lilzBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:"sukhumvit text";font-size:3rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:23.45947265625rem;left:24.125rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#zL3vEKN3vExUiK3PfLN9hmTI0mUJFgdq { box-sizing:content-box;height:3.6875rem;width:7.6875rem;position:absolute;display:block;z-index:15084;background-color:#3d77d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.353515625rem;left:24.5625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 { 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/04b107d9-603f-478d-85f0-136d74705542/section_pro7th.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; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7.adaptive-delivery-prevent-bg, #cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7.lazyload, #cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7.lazyloading { background-image: none; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 > .row .container { border-width: 0; border-radius: 0; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { position:relative;display:block; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { background-color: transparent; background-image: none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container > .video-iframe-container { display: none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row > .video-iframe-container { display: none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .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); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { border-width: 0; border-radius: 0; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .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; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;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; }#dhGnNFngX8Ufu13TR540HtqJyLsm4lyW { color:#cfa4ff;display:block;width:19.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:40rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .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; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .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;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.35375rem;padding-right:0.313125rem;padding-bottom:0.35375rem;padding-left:0.313125rem;display:block;align-items:center;width:1.876875rem;min-width:1.876875rem;height:1.9rem;position:relative;font-family:worksans;font-size:1.414375rem;font-weight:400;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .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.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5025rem;height:0.75125rem;position:relative;font-family:"open sans";font-size:0.530625rem;font-weight:700;line-height:12.02px;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; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14rem;height:3.5791rem;padding-top:0.044375rem;padding-right:0.045rem;padding-bottom:0.044375rem;padding-left:0.045rem;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:25.6875rem;left:22.9541015625rem;z-index:15019; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #LDNakOm9LQVn6Ia61vaSyIbHtdGZWg36 { display:flex;position:relative;top:0rem;left:0rem; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #cA0inAv8X0hN4T0SPz5slEg2UihlTU1z { width:auto; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #WdVpyrhHHNwCs7BttimMVPsaGGP4u6F0 {  }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #mGdGoCP85poR3OyBqvT6WOZeOanTKOqV { display:flex;position:relative;top:0rem;left:0rem; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #NOgZkfBUeuNUSBbTUMgDNaQaInS3ULzB {  }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #eWOo9sxIuWnUHQHMuJQ2cz2UcJTCkeHJ {  }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #zQyrW4fhiZsPZ36TaeEbbMTbJ4xeMhIE { display:flex;position:relative;top:0rem;left:0rem; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #T2Qu3op4rsMErfOEUv1RF0IH5MshRXPP {  }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #AzZUymr9qxLi1uiQgo74Biilb8kDcpkz {  }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #ZTc7nL9qTyQJiduMzu9RT14d0492qOGH { display:flex;position:relative;top:0rem;left:0rem; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #tZz8CgAM99iaToSB8Onpn9CAdMtn0bMS {  }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #pibcrN2iIlN0tdTevzKK4ssQSI9JFRFx {  }
#FOkve4dETVlS4mVH3TLKwHVFGxsocAor { color:rgba(var(--color-secondary-3),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.0625rem;left:24.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:24.25rem;left:0.6875rem;height:7.5488125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:before{  }
#NLcnvwGMmu0dca6Igz209ZR33tfMuUL4 { color:#b56ff6;display:block;width:18.06225rem;position:absolute;font-family:worksans;font-size:5.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0.9375rem;height:6.74375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oxeemroXPn9WoWIZAkrGfMqGo3etn9PV { color:rgba(var(--color-secondary-3),1);display:block;width:19.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:2.9375rem;left:20.125rem;height:2.32470625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A4a77bDz5viBQSu4QFFlWMZ6cLLhOWM8 { color:#7e49d7;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RNIUCTyv7TX9Lceez88QdfDmlGLkcUkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:8.1875rem;left:1.625rem;height:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wqo57DWaMfPuDKyyMIt1AiFp0ETONQLD { position:absolute;display:block;z-index:15025;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:32.875rem;width:19.75rem;top:1.875rem;left:0rem;display:block; }
#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6rem;left:21.5rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:before{  }
#FAUd4qIweyi3F4RkcktOzcT4wFycCFL6 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:8.5rem;top:8.125rem;left:30.375rem;overflow:hidden;display:block; }
#SV0Ufry5xaCVrvScdzEDPNL1MVbNoTxh { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:8.5rem;top:8.125rem;left:21.1875rem;overflow:hidden;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-form-header {  }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:17.625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:17.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-secondary-3),1);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.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-container:first-of-type{padding-top:0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-container:last-of-type{padding-bottom:0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.875rem;top:8.8125rem;z-index:15021;position:absolute; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.625rem;display:block;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su {display:block;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.875rem;top:8.8125rem;z-index:15021;position:absolute; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #bAucHwvEQxkucqTGSOMz8CSvoAzMkx7J { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #uSof4ZtUO33M7UUoz1ihlR6a0zZ1mQhf { position:relative;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #GcbTe4FBmqThzXZdgTrnHBNDtGv8Wnct { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #HUNuiPTWFTV4HTSCg9ehxsNlkdV9zoAz { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #Lwd7qNFWNTE9vLB5Nd6n9An0Lmr9MIwe { position:relative;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #F5p8nzNIvFHq9liyBs0Va2qiu5lgeXaz { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #hmstMPRyFTdPkw2ieU3xD6vbwMErBBbm { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #gqvwbDZUhAreZmMq4k9P5aBGf5BlIIZk { position:relative;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #us51nf2y5yrThZSKzTtn3QwHME5NrbUg { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #T8ZLJeI1fnT3thBU2Z3yHnIU3mx2a88y { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #kWzwCf1cntWuAqnncT8dobGn9fbAfQC1 { position:relative;z-index:2; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #xbBBeBiNxoTQdO7BlqI8U6nMNZzMWoqQ { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #SF5ewZ2TmCwCSDkTGnn9Ubshl4EoBMCP { position:relative;display:block;z-index:15000; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #To0Vka3okRmBApAAdbAn9CirHX5BiJkI { position:relative;display:block;z-index:15000; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #VLnoGG6WU5qNQk7nhTxhrT3e0X7BlMOA { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #NX2y5kXeL7QNGtx1PFX4TC9sHZkbGSxC { position:relative; }
#SJGswWX161TCzNur9uSlmW9Bscz2IJb6 { position:relative;display:block; }
#WFwf7ISAH9eQvPsRbv5EfNmPbpVe8Clc { position:relative;display:block; }
#qCJTSdgAoPGiqqHC57Q3N5TvKqvGK5nu { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RdkgVueaRUmDBTTEOEkZIKgmRIiHdSb7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfCCSBmFRgxkJpkvZeZnARDE2v8aVISc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VVWlwP3ZaVh0xPrVuvE7a7VISa7CTRL4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pUXO1e85S4QmN1Xw11QzlJNzxRiLlTH4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xTfaUXhOIDyDrDLK73TEclCWx5JetwQU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvTfpileptDx6SWHe1VyKQyFHrGV1cIm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FfKhhgAOtIxT8n7KuprHrvWQPJGAKcnU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Q9G9b99ybR44PI5S0ocXQP4eaPr27PGQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PLHt4np2lXO0aBiRnLNAzNHwmDzMr1Ue { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #suSSLaq2qlUTRVFLsE8GaPUbT9BFqCOh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kfTFdQxlafuSONmqhF5uH74FcK1nZaXp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vu6V1MW1criTvixSePlD8618o62wcTfp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KfHzMP1SRqenlmfcL0nCBABRmP5LDMuN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Df4Nte2ndPlTsemKKN0DwdimNGQXsOMy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pOqTRqArSgRwQoPUA9elzFrPZV6PE7qi { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kv1TJLT7vgxKTwXX8izWrIaKwGpuS07O { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRhQxCAELpyJRA0zwtlZoPQatwqOSEun { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V1fPotTIA4siH5VWhowUlhTgaOxTKEtU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNJLrnr736zaTZBwiDn2ph4MfpxBM9Bp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #im6n2p0EpphIFzFMO38aOxt7SrspIp94 { position:relative; }
#lTRGpLo2VSI6rsTwn3yU6RPUAOSEkJlH { position:relative;display:block; }
#p0d3bCOTH3RSFlmwZIgp7zfIDWt2tifP { position:relative;display:block; }
#mUEcnh0m6F4FQeqbDU2nuHOCVT5IGinz { position:relative;display:block; }
#PM4r0NFfqQe51WO1cRmlNdcBBmZLFVPi { position:relative;display:block; }
#VR46KUOsngCDQFdzLMF9rAKP4Z9kwy1D { position:relative;display:block; }
#HBfwcSR9FWSdIRbAgB7XpTaJn5QedKI9 { position:relative;display:block; }
#SGyte356nTQ3xlBI1qwaNaoPemTrz3NJ { position:relative;display:block; }
#NNGIBM94UsVBnOrJIFUJQvTT8HsJqd9P { position:relative;display:block; }
#VRfdmfTkJ6ZxW5d45JAUwE6635Hps3P4 { position:relative;display:block; }
#M8xlT6uKPdtpNlW3P6ZzA5XU3NDz1xgH { position:relative;display:block; }
#N1RCd6LveZOletKqK1KzBVDvlMT56Uip { color:#d71f1f;display:block;width:16.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:13.5rem;left:1.625rem;height:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw { 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; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { background-color: transparent; background-image: none; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container > .video-iframe-container { display: none; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row > .video-iframe-container { display: none; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .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); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { border-width: 0; border-radius: 0; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:60rem;position:relative;display:block; }#JfqLJMB6991CmNAO4Pa0aLztMhzGEpkQ { position:absolute;display:block;z-index:15041;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.9375rem;width:60rem;top:8.0625rem;left:0rem;display:block; }
#Ud9iwbo5braRFxHtmlbyUZ7lNxFM7y2G { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0623125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:8.076171875rem;left:17rem;height:2.5996125rem;font-style:normal;display:block; }
#FPM9fEC5sRpq3kxoPo9iJqp8r5OV1flG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:9.06201171875rem;left:1.125rem;height:2.275rem;font-style:normal;display:block; }
#aeLZ8qv9zmui87i4XoiTtamJbJ4LGI83 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:1.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDnp78NPD6TmFSJv61EFeOpbD2S0QcWK { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15061;line-height:1.8;letter-spacing:0;top:11.2744140625rem;left:0.90625rem;height:3.6rem;font-style:normal;display:block; }
#N42k1iGsI8n9l3nqCCdoKCRarNNZDxxL { position:absolute;display:block;z-index:15044;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:17.3125rem;left:0rem;display:block; }
#TnNUfC7x7CJ68frZhp6DowSaQGt1Pg9O { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:18.28759765625rem;left:1.125rem;height:2.275rem;font-style:normal;display:block; }
#hetAdlKz39iBT9lSCxsRUcGG8n91ccVn { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15064;line-height:2.1;letter-spacing:0;top:20.5615234375rem;left:1.125rem;height:2.1rem;font-style:normal;display:block; }
#uqxMATmmI0E2QArfV3giNKTMm86mOwWX { position:absolute;display:block;z-index:15047;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.0625rem;width:60rem;top:24.875rem;left:0rem;display:block; }
#yuoTtV2Piyy8F66PIsvCGfaLPioFTTJu { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:2.1;letter-spacing:0;top:28.0625rem;left:1.25rem;height:2.1rem;font-style:normal;display:block; }
#TyTUE6mAbuDxAhvcTZSdrC9qOrevRoPg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:25.8505859375rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#baTXVz1wxyh6glETabboVw9Z3Ga0nic7 { position:absolute;display:block;z-index:15050;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:8.125rem;width:60rem;top:43.375rem;left:0rem;display:block; }
#yw4wEbVfva14gnWndrHywIEnV7dKzbis { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15070;line-height:2.1;letter-spacing:0;top:46.5625rem;left:1.375rem;height:4.19921875rem;font-style:normal;display:block; }
#f52Fm2cWJMT3f1o2ZhIbayNtKXCpvADC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:44.35009765625rem;left:1.125rem;height:2.275rem;font-style:normal;display:block; }
#sPfgPVrio2JuF7FMn87HxAD5O0M8JC1F { position:absolute;display:block;z-index:15053;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:52.8125rem;left:0rem;display:block; }
#osgQnyXB16hpMWeGdT72XhKOe9Euot5r { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:56rem;left:1.1875rem;height:2.1rem;font-style:normal;display:block; }
#Qh17iyXTU1foyhksEx70gzSCfDXt9v8x { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:53.7880859375rem;left:1.125rem;height:2.275rem;font-style:normal;display:block; }
#seusNKEcSUoenIq1nEw5OOraZLfFNoD0 { position:absolute;display:block;z-index:15056;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:60.75rem;left:0rem;display:block; }
#uXff5PHSOHH6SXVaIhBbDGGTPG1J2lDx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:64.0625rem;left:1.1875rem;height:2.1rem;font-style:normal;display:block; }
#M2nJUhZxI6cyUJV0mV5fkmG4aG5TtLI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.6875rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:61.6875rem;left:1.3125rem;height:2.2749rem;font-style:normal;display:block; }
#vvnJ7v1q1VHukQbzsgezCcWcnpSGmA1X { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:69.6875rem;left:4.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#CTCCFFCpL0JOSmxnSOZMNXvSdrEmvg8c { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:76.4375rem;left:10.8125rem;display:block; }
#r0NEM70QnCnZyyABsbRW9R7Wpm5rOHPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzWxHoerLOh3Uh6OGv9Tu4TsB7QtDPb1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:76.4375rem;left:31.6875rem;display:block; }
#eLPtHgBW5TGAZTLUORM2NbkyZRPMtpPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dd1CyRxlRLfP1k7ucpoWccvigL21Spq6 { position:absolute;display:block;z-index:15053;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:8.1875rem;width:60rem;top:33.5rem;left:0rem;display:block; }
#wO5FMLNpkHfkuo92a1MmO2Kf3U5f2id8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:34.4755859375rem;left:1.125rem;height:2.275rem;font-style:normal;display:block; }
#OHSrQtzxk3uIHWNw3PmbpLWNMxwfWprX { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:36.75rem;left:1rem;height:4.19921875rem;font-style:normal;display:block; }
#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { position:relative;display:block; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { background-color: transparent; background-image: none; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container > .video-iframe-container { display: none; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row > .video-iframe-container { display: none; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .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); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { border-width: 0; border-radius: 0; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .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; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DGp4TxF55QFpyGHsmAx219X64GVN1IZh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgbmvOiBtmBmEue86wO2fCieiWV5Vq6F { background-color:rgba(var(--color-secondary-3),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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5605625rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:11.1875rem;left:21.21923828125rem;display:block; }
#TKIwViDLaVgPbdZHlqKWc866van0fNz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hB6lE1m1Ver1orGU8ZKvT193nETNGdsM { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.35375rem;padding-right:0.313125rem;padding-bottom:0.35375rem;padding-left:0.313125rem;display:block;align-items:center;width:1.876875rem;min-width:1.876875rem;height:1.9rem;position:relative;font-family:worksans;font-size:1.414375rem;font-weight:400;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5025rem;height:0.75125rem;position:relative;font-family:"open sans";font-size:0.530625rem;font-weight:700;line-height:12.02px;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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.5rem;height:3.58rem;padding-top:0.044375rem;padding-right:0.045rem;padding-bottom:0.044375rem;padding-left:0.045rem;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:4.5625rem;left:31.3125rem;z-index:15004; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #Lpx5Sf4EuH82R3CMbJGFMfSudzWRIAFh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #A9ddPzhZP3hBOH9J7L5LHqxae0UG04UF { width:auto; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #kiz1oWDXZOqu1qStFqy7BwRHfSl5y8g4 {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #tTFxDTedsoaGxkK43DUfmB5TTvcRtWaL { display:flex;position:relative;top:0rem;left:0rem; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #HeokH8vnKGESRIAIMClRqi4RxOaftRe2 {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #QECZWxSoEchhK2FXZh2xAhOOTOhCAn0k {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #cAMKBhpClc4AnTIANvDuKL2bKCJwIQJk { display:flex;position:relative;top:0rem;left:0rem; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #My2fGMW40XVGK1l9mi6CiRgrDK69UdEy {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #g9BKA2zl0aXwncqnCkkuKnI4VveQoa37 {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IAQTEeeiAdlWKDRb3LsElFVHdyzoS5SV { display:flex;position:relative;top:0rem;left:0rem; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IzL50dA8aSbznnVKxiFSlyX3bkqQSekb {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #i5eJIvcOCATZuKgLW1keKIGnTwtzRTyO {  }
#pPppfM2fKdWKzQwRUbRfvKDB3VSpk7Cw { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir { 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/29c31e82-f261-47a2-9cda-aec7396b0b5e/5.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; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir.adaptive-delivery-prevent-bg, #SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir.lazyload, #SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir.lazyloading { background-image: none; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir > .row .container { border-width: 0; border-radius: 0; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:none; }#lRRsWntQatvQ8dtv6vyfIGPgfcA3ppkS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:35rem;top:11.1875rem;left:0rem;overflow:hidden;display:block; }
#w67VSTkv1Tqk7TGFoviK91H84TLTZoQE { box-sizing:content-box;height:6.5625rem;width:31.875rem;position:absolute;display:block;z-index:15004;background-color:#7fa7de;background-image:none;top:14.0625rem;left:28.125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;display:block; }
#XUmKbSqEpedT2iBhtmFq1xLgWk2myRw8 { box-sizing:content-box;height:6.875rem;width:31.875rem;position:absolute;display:block;z-index:15005;background-color:#7fa7de;background-image:none;top:21.96875rem;left:28.125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;display:block; }
#GyLfXbbPpMD3QuKgLJ3l3wAvL5H4fEUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:30.6875rem;left:32.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuNZm0sWgGN6F0d2sLLHBXEO3MbFT1ip { box-sizing:content-box;height:3.3125rem;width:31.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(293deg, #0062ca, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(293deg, #0062ca, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(293deg, #0062ca, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(293deg, #0062ca, rgba(var(--color-primary-0),1));background-size:auto !important;top:9.099609375rem;left:28.5625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#XBInqAT7pyzg0o8vUulFm1GUvW1kTg4S { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.455078125rem;left:32.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#oPtrUGDJmMq2R1XmVOJhVApnKivIRgFz { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:38.3125rem;top:2.2701816558838rem;left:13.5625rem;overflow:hidden;display:block; }
#URTxXFHnzlT3h7SQDc9xdn8rzH4lavFo { 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:4.75rem;width:4.5625rem;top:13.25rem;left:55.4375rem;overflow:hidden;display:block; }
#p3ToawR4l2sIFGmVLwvn1p44fcDxCWvD { 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:4.5rem;width:4.5625rem;top:23.156251907349rem;left:29.5rem;overflow:hidden;display:block; }
#LIpqngKk5h2JW4wqNhdJvKN5Hv10UTlh { color:#00054d;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.818359375rem;left:36.75rem;height:4.549475rem;font-style:normal;display:block; }
#zDWHyaTapFrGT7dZ4AJasGHRqCvWw72i { color:#00054d;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.350261688233rem;left:35rem;height:2.11198125rem;font-style:normal;display:block; }
#tXHGF1lTDgFfELm2tTV9zFvrFlHdMrEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.25rem;left:29.5rem; }
#I6U1U58CJwdmxZ44ocJkDOrEc8apQE66 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23rem;left:52.36393737793rem; }
#KesyTLSL75P4HDZThN0CCmNxFFDZpGlR { 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:2.875rem;width:17.8125rem;top:7.728515625rem;left:6.2701835632325rem;overflow:hidden;display:block; }
#SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ { 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:none; }#SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ > .row .container { border-width: 0; border-radius: 0; }#SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:none; }#AgmKJBq4VNvwMDhH4TyK9S2HwseuaTWt { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:sukhumvit;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHVQbGVJW4tyy5PvDwDbtLPvZWUTpisx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.875rem;left:10.875rem;height:1.29980625rem;display:block; }
#hOsingq5LRwuKRL4SwnCb17VJTwDxKB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:10.875rem;height:1.29980625rem;display:block; }
#uOzw4khOhb6bVUkQkszs0Z4zBPgPVaEo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.25rem;left:10.875rem;height:1.29980625rem;display:block; }
#UQCDTPfqdUAhsxta9O1tQLKWmvrPLXWu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:10.5625rem;height:1.29980625rem;display:block; }
#l1NWA55BGMExkC0SqLXGLmWV97MeThOG { box-sizing:content-box;color:#898989;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:9.9375rem;left:24.6875rem;display:block; }
#TZBXxNZdZzmbuVcVN11qDdNLDVkGvSxp { box-sizing:content-box;color:#898989;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:13.1875rem;left:24.6875rem;display:block; }
#BXFeD3sXTki1CHuK6OK3Fm9xXPLaLI7z { box-sizing:content-box;color:#898989;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:17rem;left:24.6875rem;display:block; }
#lOgREr9TAcGESdwdCSDh4WtHuL9Iam7P { box-sizing:content-box;color:#898989;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:6.5625rem;left:24.6875rem;display:block; }
#nGfGRzyR4XwwGtrhC5hzR8mCtFyscqWJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:2.5rem;width:22.375rem;top:7.625rem;left:7.5rem;display:block; }
#K6yHNZm3qUOxSdeB8NVTlPxihiGDzm6V { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:2.5rem;width:22.375rem;top:11.125rem;left:7.5rem;display:block; }
#TeHq0Hqz5rkEFbpxzFEeaWVc1ItaT3wE { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:2.5rem;width:22.375rem;top:14.6875rem;left:7.5rem;display:block; }
#TNQlVGqddwEMXXtkFzfKLPwJ65FUOuuA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:2.5rem;width:22.375rem;top:18.4375rem;left:7.5rem;display:block; }
#Ius1atDIeRUPvK7wRKAT5y5wmO9rqgJ8 { 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.125rem solid rgba(114,114,114,0.64);border-left:0.125rem solid rgba(114,114,114,0.64);border-right:0.125rem solid rgba(114,114,114,0.64);border-bottom:0.125rem solid rgba(114,114,114,0.64);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:2.125rem;width:22.125rem;top:7.8125rem;left:30rem;display:block; }
#ZSXBKDVsnwkvv8ozKpihgRTQRu2r7fde { position:absolute;display:block;z-index:15002;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.125rem solid rgba(114,114,114,0.64);border-left:0.125rem solid rgba(114,114,114,0.64);border-right:0.125rem solid rgba(114,114,114,0.64);border-bottom:0.125rem solid rgba(114,114,114,0.64);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:2.125rem;width:22.125rem;top:11.25rem;left:30rem;display:block; }
#DZCZVInAVW3PTCty7THMBUJsL7KEeF8T { position:absolute;display:block;z-index:15003;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.125rem solid rgba(114,114,114,0.64);border-left:0.125rem solid rgba(114,114,114,0.64);border-right:0.125rem solid rgba(114,114,114,0.64);border-bottom:0.125rem solid rgba(114,114,114,0.64);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:2.125rem;width:22.125rem;top:14.625rem;left:30rem;display:block; }
#S6r0OViUoM22CaUd2DBOnHLW9dBb0Vl3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.625rem;width:10.75rem;top:18.4375rem;left:30rem;display:block; }
#Kioib1XbhzTMFBvtnzlWQTV7rxNPUFwA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.0625rem;left:30.25rem;height:1.29980625rem;font-style:normal;display:block; }
#s9S40PF2whh4of0xsL86byeGcZ3dsH64 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:8.3125rem;left:30.1875rem;height:1.29980625rem;display:block; }
#siEqmpkcnCPiiAZm4PlfQVmQ5OzrV8Ar { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:11.8125rem;left:30.1875rem;height:1.29980625rem;display:block; }
#TgHiBtMTXN3Gz2L0EV4y22yyFfh7sfeG { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:15.125rem;left:30.1875rem;height:1.29980625rem;display:block; }
#ORH0IR8Fde576q5Zlz3v5x3Tb9h1ZdBL { box-sizing:content-box;color:#f8f8f8;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15082;top:19.25rem;left:38.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gfOraGMFHvueUa1a7iqn1aWJEtlids7u { display:none; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kr98VrpP1kDBq2PW1BhpFUKdiswnNzDa { width:20rem;height:;top:1.9375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRISFy6uAkckNE14au8mRFSNNSgknMR8 { top:1.3125rem;left:0rem;width:15.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dryz6T9O3zc7LQntyLOgHvK6di9gmrff { width:11.25rem;height:2.9375rem;top:2.5625rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPWTgGFrXgWFRp75TzQW0eDG2zb2VG95 { display:block; }
 }@media only screen and (max-width: 763px) { #CQ0MKdAIHWPegTGJl7rvITlJUAxn7y22 { width:10.1875rem;height:3.0625rem;top:2.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfCJucJ8UmBr7H3uZcXvOPPddvwrp3hE { display:block; }
 }@media only screen and (max-width: 763px) { #IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb { display:block; }#IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdpQifTPqrHntox7ZkudUs1pWTTcW9AA { width:22.875rem;height:3rem;top:13.5625rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1RkHdZIm8NqG5x0KF8Tz8Qpe5ERShIH { display:block; }
 }@media only screen and (max-width: 763px) { #rXIbdfG7Ct0w4BTH9lZuO3dSWpV2XNWx { top:1.6875rem;left:0rem;width:47.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGkHcEKEhSW4hREosMIq5s2hn5gLZsP0 { width:39.375rem;height:1.6875rem;top:11.125rem;left:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2KiuH5nioGcwfg5GecAkQ5zVqyA9gkZ { width:43.3125rem;height:4.625rem;top:6.1875rem;left:2.1865234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko0vITKH76Do6pqvdQ4F7E00CQOTVNLq { width:37.375rem;height:3.125rem;top:2.4375rem;left:5.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f { display:block; }#hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM1lluANfEs9GWKsgDBXaFByeDMqibh8 { width:22.875rem;height:3rem;top:17.5rem;left:13.437255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jp5wAfTrV4DPi36WhCznkHzmBmPNEZaA { display:block; }
 }@media only screen and (max-width: 763px) { #iTw5yLIhH7kmLsgeQHqzfKKaTVg5JRN1 { top:2.625rem;left:0rem;width:47.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsa3dRUuiRc4Ng9xggzFx6XKyV2iwb20 { width:39.375rem;height:1.8125rem;top:14.75rem;left:5.187255859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KImIpSZWyQ2bv2ardVoitOK7AzBtiT0T { width:43.3125rem;height:4.625rem;top:6.1875rem;left:3.483642578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za8yyKyiUyTb6XhsfBPQ7Z2fsSuZAOLR { width:37.3125rem;height:2.3125rem;top:3.8125rem;left:5.187255859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM0iatoPqrOMRco6tzcnOwhSTzuRykD8 { width:37.5625rem;height:2.4375rem;top:11.375rem;left:5.985595703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuPQaHVngTTuKwETBVcpkgksAqno2MUc { display:block; }#zuPQaHVngTTuKwETBVcpkgksAqno2MUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN0W82xF2vGpvvR81TV2KrV8XJVHVTZT { width:22.8125rem;height:3rem;top:25.5625rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fuwdzr48wDnDEGzi1ptUmIRG1ZMKN9qI { display:block; }
 }@media only screen and (max-width: 763px) { #wEtpggd3uDxSv2I0u8KhZrwUMo4rVE11 { top:2.5625rem;left:0rem;width:47.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4JQBwTFEsDPM4BHcK1yklRyRwPtQgRo { width:37.375rem;height:2.3125rem;top:4.6875rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8HAf1ORwbhbckfOQ6DXJtI8kHvg5GtH { width:47.75rem;height:2.3125rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #don3QFmIfJThR72rHarm1ykmx4aX1a6I { width:46.125rem;height:7.5rem;top:11.375rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDfmUN1SuuGDnUNaPVOylUeGMVKZ9h08 { width:37.5625rem;height:1.375rem;top:19.6875rem;left:5.0634765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo0dUJg9IcVBq4zcKFuOtmfMsPHnw6lq { width:42.1875rem;height:1.875rem;top:22.375rem;left:2.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBK6RVJPpG9hlEV4bFr1rxbtNVITIlGG { width:20rem;height:4.5rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr { display:block; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huGNH2CGKo2OTD8TliwOrahXPLExOJwT { display:block; }#huGNH2CGKo2OTD8TliwOrahXPLExOJwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUflX6coU6GhLO6zqDa6vPBqOVyhMSoI { top:0rem;left:0rem;width:47.75rem;height:20.244010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwxNCQKJBrOxFrk8TJPm7gR7V6GhvkV { top:24.1875rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cudghH14hKDWHI5ngpB4DqQfATLr23q1 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJkQ4TPqBly16K5F5ddJV60NVEGit5TA { display:block; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtWscIMX4NIeR2CeKNhr2wkZaVeFA9JX { width:19.5rem;height:3rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzSnWmxIgzUGr7A6bif69xHQKVZoXTCV { display:block; }
 }@media only screen and (max-width: 763px) { #bAmQz9nXVkO1Ev8VomCGrKrN9L005uTg { top:9.75rem;left:0rem;width:42.375rem;height:23.812671463212rem;display:block; }
 }@media only screen and (max-width: 763px) { #oinTKEeV3GwCqfDOPxgOx30A3nvfUL1W { width:20rem;height:8.5rem;top:24.0625rem;left:27.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRTZVITGVbHbFON0FwHSA9p2JEQ7UDRR { width:17.25rem;height:;top:38.875rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6ED2WnwbgTENIFH03B8pvL1ZysIWNeu { width:15.5625rem;height:2.4375rem;top:24.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZgW3L2Zso4DWJSTqU1ihCXIcN7eO1aG { top:22.8125rem;left:0rem;width:0.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOtZGGPIJHWmTMWe6SyIfMc1PzGSqwh { top:28.125rem;left:0rem;width:24.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2oLEtNuRnBZW3dtkxs1mERehLATfXnV { top:19.8125rem;left:0rem;width:7.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqiBlCXblkqLv0ip2omV5upAiXtd1fm8 { width:36.25rem;height:2.625rem;top:12.5625rem;left:8.37255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNnHL42LELvrMh7rcKGRy7WTMGz69Bf { width:47.75rem;height:3.75rem;top:3.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSIxRKUvCeZ0ryVKbLBuI0ix73hDVbHF { width:15.5625rem;height:2.4375rem;top:22.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc0yliM5JmsNJnHTrW8iEICGy0rZuHub { top:18.8125rem;left:15.75rem;width:31.9375rem;height:16.717296852294rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nO2GtEN5POS6wnakMF99lFrbkqNfXw { width:23.125rem;height:;top:7.375rem;left:14.93359375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 { display:block; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnWOi88T5wpWbk3CFlbK8ULzarlCPyfW { width:47.75rem;height:18.6875rem;top:9.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtPNmwMpk0vaZFw0qAISfKT2FGCMgCpP { width:47.75rem;height:5.625rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyrTgr6ETawUyLOFd5dI11rrtrEOTQxH { top:20.5rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbtVqdaKOaGkF8AcRVEOv5x29kCXh1T { width:18.5rem;height:2.875rem;top:2.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QboyAMrxnwmAOET66VCqDheuik2RFcW3 { width:31.1875rem;height:6.5625rem;top:174.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7AP0myxFqkuVgBW2JPPrZO7PBmAfbAO { display:block; }
 }@media only screen and (max-width: 763px) { #JStblQLcJHMK14gMnQxO8chBSDzEAIDh { display:block; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okJTv9790S8eVTKK5OPskksENXdoS7Uu { top:0rem;left:0rem;width:47.75rem;height:28.816638445271rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O { display:block; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM2szeXM6p8yMF8zo9iiuJX2wU0SPCWT { top:2.9375rem;left:15.625rem;width:0.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNM2TD34N4UNhCUL1kfVLQpWhKEIleQ8 { width:18.75rem;height:2.25rem;top:5.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXI7wQgApDTb6P6sM2ytLmBQWVWfyAeF { top:1.25rem;left:34.5625rem;width:10.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKoLkOWLPk9EtbqxXzOM0L1HroanttV { width:18.4375rem;height:3rem;top:9.375rem;left:29.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Olnx3ebAah3cumZJHEwTLsy6sTn4kM { top:2.875rem;left:31.75rem;width:0.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWeJP4FRLTbMdi8K3z184iSFpRXsNgZk { width:10.9375rem;height:;top:8.125rem;left:1.81201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2QReimpPDMhJ9DuU6fsJscetc1Z5iF { width:18.75rem;height:2.0625rem;top:3.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC0vfMGTp8V0POmbl9hhCzM9AE7gOBwe { top:6.1875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNg121fWp76z2E9t9mCyxaqvhG1ONfzm { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c25D55GnJOfQWZbwypDWtDPvdFWWJBxv { width:19.9375rem;height:3.6875rem;top:4.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 { display:block; }#zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaC6Q1tT4VZ0d2KtWvDC3Amh7eOd2e5W { width:47.75rem;height:3rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49xTvbhMh8RdpWlNzgyRfRQ5CWQntT0 { width:22.4375rem;height:4.0625rem;top:20.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGXhAOXeg6kNCihpeoMZLzTK6FszScN { width:22.0625rem;height:5.1875rem;top:26.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqy2DXzdrXktVhTzmLfa9TTIyEVrBsUu { width:19.0625rem;height:7.75rem;top:25.375rem;left:28.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRtFvko0RrRi4vDH3mMrLlTDy9UVzRGF { width:21.1875rem;height:4.0625rem;top:20.125rem;left:26.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iewnaVcSkzGAxu3rFTfKIwoz8PKz5Z1K { width:21.5625rem;height:4.0625rem;top:20.125rem;left:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMAgNTUFqx0lQQfUnbS37yIvhNfPT4yW { width:20.3125rem;height:6.4375rem;top:25.625rem;left:13.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4JoqOOZkMv9xZNbmztdoQCPBASIqGID { width:8.4375rem;height:3.3125rem;top:25.9375rem;left:15rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC3OOgqpa8k3ZbZKqgc8OmTGSNZJupfw { width:7.5625rem;height:4.125rem;top:26.0625rem;left:12.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvOBSSLlM0l1KuEBh54rHlRUkHfpv2pF { width:9.3125rem;height:5.625rem;top:25.625rem;left:13.5625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsW5An5uM7yAK7tRQ546pZ3O4siiLP1w { width:10.4375rem;height:3.875rem;top:25.375rem;left:34.8125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { display:block; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC4cxs5lEdJQrpeyrAN4l7bD8wHFCWWC { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4smTbON6Ul0AZpDg56Ah640ToAGozA { width:15.5625rem;height:4.625rem;top:12.1875rem;left:31.90576171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEMahTQhAxGv85crSrLXZKTHiFobktlg { width:21.375rem;height:9.75rem;top:19.375rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRhxXK7VxyDarBnnyFchfn70TTOSmkR { top:17.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUKJJtkcKPFOHSTlVJwC5R7yzW2TuqIU { top:17.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyanqTwBIKpQpuH9aypCqpq5T2Cqo7xz { width:16.125rem;height:6.125rem;top:26.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIkaTnJOnVzeSFDKFMvDZ6R3MVl9vMn { width:14.5rem;height:4.25rem;top:27.25rem;left:16.531494140625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ7x5RJFwnWdaGVNf6HuARiTdiEXlV { width:15rem;height:6.125rem;top:11.4375rem;left:0.437255859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJCNEEd5dfyD4Ffa20FiTWQgJcXNmK8 { top:23.1875rem;left:14.9375rem;width:16.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odItr062LnyhgTdzVEWrwVSTi3JJuNs2 { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOGZspkGhZiQRaSvTROx9QSdcQHkL4KT { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvxS3rHpKXkWW0g9lxUC98nCFfCBOslK { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UibGAPKMbN6gAcTXKFTltN9DPLs9V173 { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAKRDVAJBmNed9kvlM14ABeIgcpw3TwG { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzGWhct6bzxWQTEaE9RHqZBSEaUo7fOP { top:23.1875rem;left:0rem;width:16.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oaa1BCGnRyix6XTh37XzrKth1ZUNSu { top:8.4375rem;left:0rem;width:16.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDD5h6JoLRRfslkcHMZGE7VT8h89m59 { top:8.375rem;left:14.9375rem;width:16.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I18GQsTliaKXxh9NwQgES2kB09kgNLWT { top:8.375rem;left:30.8125rem;width:16.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXecNTlkDCLVIhGhrib86FSyqWFSvkl4 { width:15rem;height:6.125rem;top:11.4375rem;left:16.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmWq8aUJqtlIIGQAd0cCGEUCe0BWnA5 { top:23.1875rem;left:30.875rem;width:16.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veOxrkTi8yszCEn3WxcQlFeTACvRhQWR { width:14.5rem;height:2.8125rem;top:27.9375rem;left:31.90576171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNc6WTZFI2hCQNnTrGrPnihJbO47AuD { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuD24sl2sxIHVBWBrXwWenk9AA778n9W { display:block; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Kh0x6UuwDF1237U2QtccAzlPlro2Bg { top:38.625rem;left:23.875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNQSN6FJ3kgPl4RkvkuLssg468be3qnf { width:17.4375rem;height:5.6875rem;top:4rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2d2yOEpfOssGVryrFWib32m9XrK1Gr { top:7.0625rem;left:4.875rem;width:19rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z98qBQWmrRhAv5riLp7xmMw555u1euUE { top:11.4375rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAxVmkPeTANzoTTmnNOIpJ8T836hnPJo { top:11.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KGsnUshJsiZOM47hRaePqkedoOwDT0 { top:18.75rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLniXbImIM3TTLSNtX41h3lv8UmvMx1R { top:18.75rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU7TqN1rv3nvQbXfLeUH1tfyGXLykoFW { top:25.9375rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQW3CHJb8EnJmm1kcUqoIeGLqAfJr0Us { top:26.0625rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytD21U75kUa0KnXdoHkaMShLJNEFmvsv { width:24rem;height:3.875rem;top:20.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5UET7EFWo2GCnLVFUR6vXyQtePIGD9F { width:24rem;height:2.5625rem;top:20.6875rem;left:23.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkd9H7xp9iM1XM9sxEIldrQvJv5DDD9 { width:24rem;height:3.875rem;top:27.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRv2c0ePuKc4nQSMb8BdrVZvTq9JloNo { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBtygr2fJOf2vg5THItiSVE2JJOhTtpw { width:20rem;height:2.25rem;top:12.4375rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmWiNVK0eTzQ8LvkhBF1GNApHNTki8xz { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNasxpRTKAGBc3Lb8B2THcL5Is5pWbtN { width:20rem;height:2.25rem;top:19.0625rem;left:23.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaSBnsoaDVV4S5ZLyW0dmdtC1MSt7yWT { width:24rem;height:2.5625rem;top:27.9375rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIy7tg5vtApRVpawUWQ2VDrtwXh8u8ON { width:9.375rem;height:11.25rem;top:1.25rem;left:14.233642578125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPFiVndC1IFe38PbPic6UyuGXz5igXIJ { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqiBkvKM7tvUZ6i32yRTgLGRwe0beTOP { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #er9JVuU8qkRWD2u4e36tWNQwy6M9cmEv { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4hypO5gEDqyI2o7WqdLdAd2QuskoADy { width:20rem;height:3.375rem;top:27.3125rem;left:2.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4vDkI59H06DxPS2ZeGb0Utx4xHlxJgM { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRTv8F9AxHbTfwfqzd5cVPZX5QmASBbw { width:21rem;height:2.5625rem;top:13.5rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGie9lF6EemAlHtLZDTdUepLSePUKUS { width:24rem;height:2.5625rem;top:13.4375rem;left:23.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { display:none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXBXXVO7zJbCfc1X0ls3xnf7KcK8Hruq { width:18.6875rem;height:3.875rem;top:1.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTOONeLaXH22GAbB4HcVqMgX9L40dP8 { display:block; }
 }@media only screen and (max-width: 763px) { #Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { display:block; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u13s4yvDwwe0CFoSCNWcDkVrKkohSTFP { top:42rem;left:3.25rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC4Tzc2fzQJeUnC2TVK6wkbanBxxNEMT { top:1.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh { top:18.3125rem;left:2.875rem;width:34.5625rem;height:7.6875rem;font-size:0.8125rem;display:block; }#Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh li:before{  }
 }@media only screen and (max-width: 763px) { #pTBbzFHlRKIcpfeB2obHlvdgXAMH802s { top:15.9375rem;left:2.875rem;width:30.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnHx0re3PZiPQEzO6BN2B4TwCmkCi1qS { top:10.75rem;left:2.875rem;width:42.5625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 { top:38.25rem;left:2.6875rem;width:36.375rem;height:;font-size:0.8125rem;display:block; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:before{  }
 }@media only screen and (max-width: 763px) { #omb7MvSJiDSXLMxH9vKaTDliaoJ50QXT { top:35.75rem;left:2.6875rem;width:34.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfs6eEG9aoyoAZEWFoG96zIHmCpBBRdZ { top:31rem;left:0.9375rem;width:46.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb { top:76.125rem;left:2.875rem;width:36.5625rem;height:7.6875rem;font-size:0.8125rem;display:block; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:before{  }
 }@media only screen and (max-width: 763px) { #VDTTuHuIXzxfgQhGR9HKyOnkgOMn4Za2 { top:71.3125rem;left:2.6875rem;width:37.875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhC8oPKVZlzt76rNwl8iv9LsuLGKpkU9 { top:49.1875rem;left:0rem;width:47.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J { top:57.9375rem;left:2.75rem;width:36.5625rem;height:;font-size:0.8125rem;display:block; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:before{  }
 }@media only screen and (max-width: 763px) { #wrqi30GbsSxGMfmDMrkDhcSgdHbdSRkk { top:55.5625rem;left:2.75rem;width:28.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufMVry9MQUv34haLXeprpqCgJZfTbCZm { top:50.6875rem;left:2.75rem;width:35.125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ6lLfU8e1GSuDaUzS5qSmCIoxrufEIs { top:69.4375rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wxcb2yw9NZAE1lf1sXToE8Jy5LRU0u { top:28.6875rem;left:0rem;width:47.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVfQSQ89rIysT849dQeaWiTZKr23yDgl { top:8.625rem;left:0rem;width:47.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 { top:59.125rem;left:0rem;width:36.625rem;height:7.6875rem;font-size:0.875rem;display:none; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:before{  }
 }@media only screen and (max-width: 763px) { #F3mCmznUghf4saTI8gv2ZXozICOJebyd { top:112.5625rem;left:0rem;width:16.125rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbIip7dhSxHoX1kgEKKVsKECfudTkc44 { top:130.375rem;left:0rem;width:16.125rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA4oiKdTyGPlT6OLzBymWZy4VmTMlUp2 { top:8.625rem;left:2.5rem;width:42.8125rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUlAPHlyxTPPZg5M4B6Piv8ULZHQPU1X { top:76.0625rem;left:5.5625rem;width:37.9375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOnAcE8Gxi8rJoSeCP09R743NMeICcaU { display:none; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MSVdy60olFAvnIAwBPelKB9n2048JkCw { width:18.6875rem;height:3.875rem;top:1.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRAz2eKRa1BGq7vQcXwwUx2dGmpbsZK { display:block; }
 }@media only screen and (max-width: 763px) { #MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { display:block; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhCzT8V9EEFEKo7RImaIxIx85TrdeAn0 { top:4.375rem;left:1.875rem;width:7rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIwlsUJxzCI0zRTJiIR017gFXTKm5NS { top:4.1875rem;left:0.8125rem;width:9.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhh0gbyecMgVfT9SQWC9qgPOB5CF06MA { top:7.3125rem;left:0.8125rem;width:30.1875rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdidZzJwgK3lURLMR0mDoTrDuGblozt8 { top:12.1875rem;left:0.6875rem;width:36.25rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f { top:26.1875rem;left:0.6875rem;width:34.75rem;height:6.875rem;font-size:0.875rem;display:block; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:before{  }
 }@media only screen and (max-width: 763px) { #BL2lAPNZzfOeuTiTFrx6RTUCWkzIzwTJ { width:22.5625rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXTzxVFBRlHeLd6RohK0rTVXP7roZ7MI { top:18.25rem;left:0.6875rem;width:8.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #my0e3UDUe16734o9WGxwRgih5SbJb9AS { top:20.1875rem;left:0.6875rem;width:34.75rem;height:2.5625rem;font-size:0.875rem;display:block; }#my0e3UDUe16734o9WGxwRgih5SbJb9AS li:before{  }
 }@media only screen and (max-width: 763px) { #E7P1kCRv5xXneDPMx6uPAvbXDwuDaHve { top:24.25rem;left:0.6875rem;width:34.75rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCgCOMX5HcgG7rA3SRUlDkhqNbPXkyzE { top:0rem;left:27rem;width:20.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { display:none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axDBn0t3ZhzmrT0QMLcMFPquyQtpCSLZ { width:18.6875rem;height:3.875rem;top:1.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMmBfTZTy44ObIBKNpAqP66slHB1PhF { display:block; }
 }@media only screen and (max-width: 763px) { #QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { display:block; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZVuIxmS68bwzOhpTvNGxBeeHiv3vDyC { top:10.125rem;left:0rem;width:17.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS66qZ9FHxGQGzFKuo1mLAxnk51eCCX0 { top:10.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcSaVTNSaXNh3vCA3mmzGCUHoP1ve9Vb { top:30.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he2Tr1Qt4gklgRDv0uzloXKzWLJMf3k7 { top:10.1875rem;left:15.0625rem;width:16.6875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRqT7dXg6m1rwuDqCg6AoXf7oXDTzd3f { top:10.25rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC00zNyWVMg7Ukq245DKawBMaZZPESAp { top:30.3125rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zond3QypWrfzETArsNIa4886nPPLTkkc { top:1.8125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvSlepXGlHxTgPOdglHbh9TZXPPCC9rC { top:10.125rem;left:32.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4FDQdxxEudQNaZDaKol8FTXTdVBJhu { top:10.4375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiHPHSADT3rx50L8QrqXTsxKHh4wtqRa { top:29.6875rem;left:29.3125rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAk5QtLspTVxdhH3g8nQQ7FIiJkaxPm { top:14.125rem;left:0rem;width:18.25rem;height:14.201752948886rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwSGabJkMc23f9AuHOZVg5Xxh2TTr8ld { top:14.5rem;left:0rem;width:22.375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2hOvNq3ysi0eo0rgE6mSI1vOzI3vMyR { top:15.3125rem;left:11.6875rem;width:20.0625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT { display:block; }#stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIvk5JFrCCGofkwTkbUogW4huGdENsRT { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETmwia5OPziB32KoPBmKz9hRqZROB4S { width:23.125rem;height:1.75rem;top:7.5625rem;left:24.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkDJayqpWUOChWgnikLr8czAfnuAZ2v7 { width:25.5rem;height:4.5rem;top:12.0625rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSlgUABRAucViUbRmMcMN8GxuEg2KNq { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCMpFaE0ep6WBmFdHvxOPbJs4AovyIoW { display:block; }
 }@media only screen and (max-width: 763px) { #I11fFVpt2mX9hIiQXNFU8fdiCZhfUwE5 { width:21.9375rem;height:2.6875rem;top:22.875rem;left:25.483154296875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R93pyrlTfnGZlzuexLTPzTwp2gkldIrH { top:10.75rem;left:20rem;width:27.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZ81pfsuRBCZ54T3iE4ubgQu4L0IUGP { width:21.9375rem;height:1.125rem;top:21.8125rem;left:25.483154296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMeINwhJiVQWSGqEPPv2Vt0GM0TzC9E5 { width:21.9375rem;height:1.125rem;top:25.5rem;left:25.483154296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNiDBP9QXe5R0qUgG54hThoSsnmZ0JH { width:25.1875rem;height:2.25rem;top:17.5rem;left:22.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3hK38JS44fZ6XkfZnddpynuRbHWWdyr { top:8.5rem;left:0rem;width:25.6875rem;height:13.342296695081rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnpbrS57XcezeimSa63V5DELLKSmyor { display:block; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcyPdkrmcruErRlgnBNVxTZ4gDXURblm { width:35.25rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcLVA2VKvScanz7bWCV6MTaatENOW0p { width:25.5rem;height:1.5rem;top:8.4375rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXKhtCrmxub8o1dQr23BmFxBw6exxswn { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVIed5IU0J7Pv3eTbqUqPTz0p9X84grt { display:block; }
 }@media only screen and (max-width: 763px) { #QcvHagNTO1ZG8egow7C7GPQAovKHKNGC { width:27.375rem;height:2.6875rem;top:33.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi4iSe18UUTlVZsn0CK3aEBBuBkTzCqX { top:6.8125rem;left:19.0625rem;width:28.6875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAOz9lN12CCzH7W37gesPGPhth1oIgzg { width:21.875rem;height:1.5rem;top:31.3125rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuATfEBHuRrZHsX7aXkIVomFGg3fA1bo { width:20rem;height:1.1875rem;top:6.9375rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfoDMxIXnNFJsgAaTBACknFgthi2xKJE { width:26.1875rem;height:3.125rem;top:10.5625rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmPVt0clt9fAJaUU7CrAnhKyycVTo3b9 { width:28.625rem;height:5.0625rem;top:21.5rem;left:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW27iqdgtZJS0b3F9trw8BRc23uu5LC0 { width:25.5rem;height:1.5rem;top:18.3125rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMilltnmIZCAiBHg70ICbWc2i8EgtoNv { width:27.375rem;height:2.6875rem;top:30.1875rem;left:20.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAzTMiVTUqsdXqvrOLLWpEu3KCh2FyyZ { width:20rem;height:1.1875rem;top:23.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiqkTCZGJdS2fIapaGBwKuIQsvJb929s { width:20rem;height:2.0625rem;top:31.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPCTMfy36TfoQV3y4HBeSOWg2Rln9AJE { width:20rem;height:2.0625rem;top:41.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfkyyI1niWie1x9pFi5C7WgkkM139sW1 { top:21.5rem;left:0rem;width:12.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfz2wWb6TTghA8GFCw6I3h8iS4zBreok { top:21.5rem;left:11rem;width:12.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFVgEhvy6UiAAd8fXvrMoL26mUELCSqb { width:26.1875rem;height:1.5625rem;top:14.375rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giy0QfNLi9ITFxt2vyzNkZugDVaoMx7u { width:18rem;height:;top:21.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Idnab6BLUG0HMqFzCU8pb2KwBTTxGggs { top:6.8125rem;left:0rem;width:25.6875rem;height:13.342236765456rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u { display:block; }#Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXm6IsoKlzcMw1OkJyR2EwTRqJLdT22X { top:2.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FP2dhc3nsiQxR0koJ9T8OkkkcxtxOt { top:2.375rem;left:0rem;width:13.9375rem;height:6.75rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTnnlwdwAJ3HyuDwZC5wA4mI1tZc4ohu { width:35.75rem;height:3rem;top:29.125rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUw4rgTNFs2OF3GTLDPDB5nTmArzvlXe { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DImbTEqEm5TEqsTJOs9wKL5drXbgaCo0 { top:7.25rem;left:5.8125rem;width:36.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdQqtS5CwC7F2zsAImG73w1CaSTeetN { display:block; }#TFdQqtS5CwC7F2zsAImG73w1CaSTeetN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFPLb6lBLMGmEmBnuf9MqdSAALwP1v6B { top:2.3125rem;left:6.78125rem;width:34.1875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l81D8LWmlg72EPxwu3cR2DfMMXvGOVHT { top:20.4375rem;left:28.4375rem;width:19.3125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNHuqhuF36BnJdwRW4K5hKbgUJeizuJb { top:27.8125rem;left:37.9375rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1d6G0a3XFsyIHytwnQdZgPkmqdvV2V0 { top:25.0625rem;left:34.0625rem;width:13.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWq63TshChn9xRm09ax92znFuwflmlK { top:21.6875rem;left:32.5rem;width:15.25rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpPuiOmdGmxpvcMMel6sLBVlSqTIiZf { top:20.8125rem;left:0rem;width:15.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIEoH45Sxn5Q1wuVBhc5ID2ZL7LZ1pxv { top:20.4375rem;left:0rem;width:18.375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1zmgxCoAd3lRiqueE8NOpE1XdHiROL { top:25.0625rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZfRgLT2NpSDbrTCe7wKt2ORIc648WgE { top:27.8125rem;left:0rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFuIiR6Kuz335Bx3balCrcouhh8iJO9T { top:8.1875rem;left:14rem;width:19.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxfHEmdnXvRickmAOdXl2pgrMUuFR4Z { top:8.0625rem;left:28.75rem;width:19rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6UNUTnHCPEMaEwatSegs3Dz5WeI1hKO { top:15.375rem;left:18.75rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzGFSmFOdaySivWpzt7ILygBVrwRhCMJ { top:8.1875rem;left:0rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzbgX2TGEiIOnMvNr7TctVTHwnerWvEz { top:15.4375rem;left:37.9375rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwP855DXvPS6udP8eTmKyQJ7CnqBKBAJ { top:12.125rem;left:32.375rem;width:15.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zho0JKsxgMzs090cQmL72cl3ChzT9EZS { top:11.5rem;left:16.625rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2xvTS0RKWylT6rWAMBv8pFqsLvlUhOA { top:15rem;left:0rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBUL3CFMqV99SoTi1TZp7FI3a81W1HWT { top:12.625rem;left:0rem;width:15.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxaRxTebXd2LXTTDgTLVaQD3n2PzeeX5 { top:9.5625rem;left:0rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc4DUwCzczw41IceI0425vN0dTFVLq5g { top:9.0625rem;left:32.5rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuVUUA1WtD65qLMP99BQ70PRJe3TV8Fu { top:9rem;left:16rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quIkm1MeSbsEpswfOnQGJJReSyZiA4QO { top:20.5625rem;left:14.21875rem;width:18.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8wLL7dZpQUwLWThBO6FMv1pBZlSXwNt { top:21.6875rem;left:16.25rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNKxTeMPi1k1pQ3pFklFFUbTfKNeeZTI { top:24.5rem;left:16.8125rem;width:13.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OextCuzAEwDcNA6PF8R3xuyVNDq8zAv6 { top:27.8125rem;left:18.75rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf { display:block; }#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiyuQ4XLFyGOT26heZyEXtf6tcI49IZI { top:2.8125rem;left:1.217529296875rem;width:11.75rem;height:2.2998526408246rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGUMwfWn5qgnfa3NGzzm5N85OJEt1T8 { top:12.8125rem;left:0rem;width:20.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1uAJJF04GeG5zwhhxH4xOQ6pXwG69gU { top:16.4375rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqidvAvMKufaTAbKTZOJXmFXAclR6RAT { top:18.875rem;left:0rem;width:27.8125rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocP8wfCJXp6ybunsdA0MARAxr3CuwKa0 { top:6.6875rem;left:19.5rem;width:26.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVmMvpOD7B21Z3SId9L4bn4hkXq7uhEu { top:0rem;left:11.5rem;width:36.25rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvDiJtF7f3cTwuN9nIzwUmJbd4dobHky { top:34.6875rem;left:0rem;width:26.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryZwT8UXEPzvGx7H1MypVQWyDuIX4xdl { top:23.25rem;left:0rem;width:19.4375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L42lDUa9aAgsHABHuMnBw0yrXdA1irza { top:5.875rem;left:0rem;width:23.125rem;height:6.9186258072862rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR { display:block; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JolzVsMCJB4Lxa22kt2aDWIrSdOBIyxQ { width:22.875rem;height:3rem;top:21.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3x5MLnhFaFsSRWcwgNutT8FNV4UyF0g { display:block; }
 }@media only screen and (max-width: 763px) { #UdVEtVoEDbcTr6z6BQ1pn05aw5BdK1wt { top:2.625rem;left:0rem;width:47.75rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0S53Swcl9apzEsfAA6yDyJ9tKLaTH2I { width:39.375rem;height:1.875rem;top:18.625rem;left:4.1874990463256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABFCbwUFODrBJxcTFAqZRPwmnfyLR9BV { width:44.0625rem;height:1.8125rem;top:11.6875rem;left:3.1064453125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOBUbOR4a4pfCJm3LhMB3Sh8pAGErrq5 { width:43.3125rem;height:4.625rem;top:6.1875rem;left:3.483642578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPfXMbmceG4fx7dGMePJy0fk2K7zidBo { width:37.3125rem;height:2.3125rem;top:3.8125rem;left:5.187255859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgga9spvTzkDJ9CNFVXdhyIRFEDTuvJC { width:37.5625rem;height:1.375rem;top:13.6875rem;left:5.985595703125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4IcuXzzLp89hxTAwzyrMqesOlP9d34H { width:37.5625rem;height:1.8125rem;top:15.8125rem;left:5.985595703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT6lNN24otn9wSHfDSV3nWNT64iP2BTB { display:block; }#XT6lNN24otn9wSHfDSV3nWNT64iP2BTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJQVFzAqAggKEQFi8a9TCbd3SWDxUq69 { top:-3.0625rem;left:13.9375rem;width:33.8125rem;height:24.750182995807rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTi8XBQV349mHtf4KfCWQaT1saMcATo { top:21.9375rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWfUh9d0ovf5y2P2fiRpHQONiaJbEZM { top:21.9375rem;left:19.375rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymwBZTXZ3llRPAy1TmBZUFG2s5fJ3dZ { top:21.1875rem;left:38.875rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byimGbwSTyLMRQ9rWUe8aaMHkziALpP4 { top:16.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTDHdT64Av1rxKAyt6q82eR22qu5BUT { top:28.25rem;left:0rem;width:15.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWvdI9a7MiQnbUg49stRfRORr53WCRVk { top:25rem;left:0rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1cRZm4RcqRfgNlQUhSLR7H479f4b8O { top:37.6875rem;left:0rem;width:16.5625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv0vGshHcRRlF97RFDZvM10vASifKEwg { top:24.9375rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQpnF93UTqbV9TxuK5WgUecPbcBAS1EE { top:27.5625rem;left:33.625rem;width:14.0625rem;height:8.6489639197156rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTLcpJQVqgKoXrFlOtTTpptefbnoruk { top:37.625rem;left:32.625rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU5nIsfFq0lWWJCdRh4t5bis5TADd3qT { width:24rem;height:3.9375rem;top:47.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCuUwXRgczw3OLUkfWRVbcgSadkhNuEZ { display:block; }
 }@media only screen and (max-width: 763px) { #EFGpSE4F1srsPSdrGuEbBJXDSV5b97St { top:43.3125rem;left:11.4375rem;width:28.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myehaqq3iqGNEdX4VnQz7oTaAWzKDSPc { top:84.1875rem;left:0rem;width:15.9375rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a71JJJpJ7OXlk6pTJXWSzR9mHz43A0kx { top:27.5625rem;left:16.498779296875rem;width:16.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5AJx2o56aNeF3N470MkMWo1bwSLGP1 { top:24.9375rem;left:14.749755859375rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2byctrIZLvGesw9BE3EhFbnEvIDiNLt { top:37.625rem;left:16.498779296875rem;width:17.4375rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeupvoTdTRrn49TcVsG3tEquHy3X6GN7 { top:27.5625rem;left:0rem;width:16.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnbThVeNGU7A78mu3I4BFnyyvsBlZw2 { top:28.25rem;left:17.02978515625rem;width:15.4375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQa1xgPVOJNz3uo2xzJPIbuwyXT5sNP { top:3.8125rem;left:0rem;width:47.75rem;height:10.643780788177rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE { display:block; }#eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7w6ZL6DWUUgoDZ5lA8k6ynytVW5caOQ { width:22.875rem;height:3rem;top:18.1875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6ymq9zezXMT7ZZIi4v8xQLO7VtQ4OLq { display:block; }
 }@media only screen and (max-width: 763px) { #oxuobXVTQAOcTr5E0C5wCERR4JqZ0vIz { top:2.625rem;left:0rem;width:47.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XsASoFnky42RundnJ0ppzv1p9BIHXT { width:42.1875rem;height:1.875rem;top:15.1875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbMBhStT0K3aKLubFT8uD05OudlBrgnV { width:44.0625rem;height:1.875rem;top:9.5625rem;left:3.10546875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaiTUFv4ltFheWZ5NEySvR67WkdppUwk { width:43.3125rem;height:2.3125rem;top:6.75rem;left:3.4798202514649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqoSqEkD0RQOkFWUi2I4LasMSs0S7LO { width:37.3125rem;height:2.3125rem;top:3.8125rem;left:5.187255859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5yzMWN7cex8pzAfaDS6QSMx5JxiZleL { width:37.5625rem;height:1.375rem;top:12.5rem;left:5.98046875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2OhqgVmJyDciqAKBGPNySFbJdvUJO7 { width:44.0625rem;height:1.875rem;top:9.5625rem;left:3.10546875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6ci7k9vwMsLDi04otblTkx2JVC3Gxps { display:block; }#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyRLH6AvdnIUtu0Tg0PyZ6lyJ6DX0zz9 { top:-3.0625rem;left:13.9375rem;width:33.8125rem;height:24.750182995807rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTnJWNxBLKZWyXMHXE8lL9s5xKpFhTX5 { top:2.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muo3qzrlCoLicFspukpeKSGwwod8Stw5 { top:8.375rem;left:0rem;width:21.25rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z91RcWeS92Iw6mQ4E068VxcfaVE0antN { top:7.1875rem;left:13.6875rem;width:34.0625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQaEPTbLUVuyuEDI9pINiCLHX1Uf5nv9 { top:10.625rem;left:16.5rem;width:31.25rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzTNvKp3txX4K6qHCPTIQPiIGoFzTyW { top:8.1875rem;left:19.5625rem;width:6.3125rem;height:2.2275159329346rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkvUo0qO1hM08DJxklZ69yl7lKDV45LJ { top:1.8125rem;left:0rem;width:20rem;height:4.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm { display:block; }#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCKckV5nFRFIUzL3CktfGirT5rHF2p7K { top:2.3125rem;left:14.9375rem;width:17.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qReD8oruUAJTM1qvTFxVhG7ZLPTUZgXO { top:6.6875rem;left:0rem;width:47.75rem;height:5.2991556091677rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNHX94c97U5UT4vVyDJSSgIpkm7vkxc4 { top:11.5rem;left:4.15625rem;width:39.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAcczWxOsk7pOsaS8De8W6MBCmq61kkS { top:18.3125rem;left:0rem;width:37.5625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwlAaVnWxibnaRRwZfA49nC42Ic2Geov { top:13rem;left:26.4375rem;width:21.3125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCgySpQBJtHw1fqNeG8eAoRcJpoeu5Xs { top:36.3125rem;left:2.20703125rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJh8F2JePkUn23AkItITziZU3Te7OOTy { top:29.1875rem;left:0.77018356323244rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhdKBNbIPoU2s9Ddo7w07mwNmvS1fa9H { display:block; }
 }@media only screen and (max-width: 763px) { #GA6Ckqsa8mqgkT5kKolCU0OfvK2QWesg { top:29.1875rem;left:16.707683563233rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1LcltXMiBedCZLUHr7cy9zv10pgT0JW { display:block; }
 }@media only screen and (max-width: 763px) { #MzPMXfBJLzaixTflfZflLMxv5XuZ32ZC { top:22.625rem;left:3.7389335632324rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha3qA6IMJSwshNM7wB3amnUaGS89vDDL { top:22.75rem;left:19.738933563233rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO { display:block; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpkvEZhSW4lAqZ4zyuBMZvESsKEUA91w { top:1.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxyLFQqNRDzz7pF6mDTTmw275hxBInDx { top:48.625rem;left:10.1875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6tfSNW4BsirnTmNkzyx5wO92ExVJRL8 { top:50.4375rem;left:10.8125rem;width:24.75rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2M4hWfPr9cfn7sbRMQ82mPxgSDR7BHE { top:24.25rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciiTWq4PzgQTCpRmZqEX7DsLzWUgHOD { top:20.3125rem;left:6.9371337890625rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT3yrP8MyTugf20GUfQFqWTQCn4Z4KFK { top:19.75rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMvkmkuoGpncemZTVrAAZQlMrRDNmSTI { top:25.625rem;left:0rem;width:14.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku86TOXxl6mKHFT3rhndETrwwK2MVpwq { top:27.3125rem;left:36.6875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV2JaAN0gBTvoy3feDnvTCfdCJRgiFFR { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGC4qFkddQtutTu1NOiMQhUyDDVmPBkG { top:26.8125rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRt1OqDqotVuVC6xRh9vq9Ki6T9l0o6 { top:37rem;left:38.18701171875rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L65PHcBPmFZqJtWqu4ICfUlrxTVZNNxA { top:41.6875rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HauN6AKFMZf9oSF4IVVQi4d639HBKZco { top:26.1875rem;left:14.874755859375rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqDFeLOWuwKvpOpocwK5JyPaMS0ubJzy { top:30.1875rem;left:5.0303955078125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofalaxdTBnkM0TiSx3tBl5RrdPpZcHAN { top:44.9375rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDOkrCycKiEUAyQrQ8c9MEXsO0o7T5mu { top:22.0625rem;left:20.5rem;width:27.25rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlWgtA6ybXpNu6yctMF6JoGmfsDoNL1 { top:43.8125rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsmIg0zh4cC8SlKuZs0n9y8xyuWDfmei { top:24.3125rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa4yZaUk5QWdcJuZZqTFQ2Pv4aAJN9eO { top:29.5rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e59H0lTpMq1x0IaraxF6BsMtpzdk9Vfl { top:38.625rem;left:0rem;width:30.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP { display:block; }#uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnU4rMVTs1MN8oirM4SwCGFlZoKb0s3v { top:41.125rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG0Pn6N2bKNeX6titrV1PTUUXkfLTToI { top:42.9375rem;left:10.5rem;width:28.6875rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCryD3FlFWkAfQFTIfqr8Z4pbdbz8JO { top:15.625rem;left:1.2498779296875rem;width:44.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzaX47cNcAhyKFf5afrbXusFFs1NE6ig { top:11.5rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNaCrBlBXwf7Hu500iD1ibkFXQBby4yc { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oheOM2Necay8mDEEF4ThiKO8iKutKM0b { top:18.4375rem;left:2.3818359375rem;width:13.875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOp8wRB7i3SILdD1fXGRxldRtf7BEyt { top:33.5625rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb59nmWKGGF7gLHasuKXN3KvKUX34P52 { top:18.375rem;left:30.59130859375rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #no5ZP96tq6wJTX5yTqMqnENPT6T8T21M { top:37.4375rem;left:10.8125rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvai07oAliWetXQMkuHIQwD40ToTA1BB { top:36.3125rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCVvxX4PCq868VS68DyDhJAkLFoxJpxa { top:28.1875rem;left:5.8580322265625rem;width:35.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFSX3dxvnKwm58IIQcnJqo00TiTaIHfr { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXS0K5lyBwImuiAxNnfmQZbvnL7vZ5Q2 { top:4.5rem;left:10.904418945312rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJZs8aAD2AW1bmgdhfwxf2dH8E9PIACg { top:15.3125rem;left:16.717407226562rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw30SitGtt8QWyKrvfWSubvzETmmEg2E { display:block; }#rw30SitGtt8QWyKrvfWSubvzETmmEg2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOohWroguaf4hlhtNHqcPgQ4tfrDnZ1o { top:0rem;left:1.3125rem;width:44.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRI2E7WUdGl1RVxrKaqVGG2ISx7AkhhV { top:16.8125rem;left:8.1875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNqoQCZU0lfLyMeCDZXPIWTXdok1OA9 { top:16.8125rem;left:25.6875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExCsBZFVxgZRUIAGmzVSg3T341iLaxB { top:21.625rem;left:17.4375rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITwPUBRtTiswIS0XIP5ETH8w84Ebvne { width:4.6875rem;height:3.125rem;top:15.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ann1TUQ9WaKzJPbNUFrSkTVEQzAwGB6y { display:block; }
 }@media only screen and (max-width: 763px) { #DVT9rQkA2dqlw7eyigmbHIA6DHBfgXCL { width:4.6875rem;height:3.125rem;top:15.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlvTTNKEkamhnmxUD7Ei74dTt5dF93qG { display:block; }
 }@media only screen and (max-width: 763px) { #Ce7xErQXH3ipoCXQZZTt35NEhKFkbhq3 { top:18.5625rem;left:8.9375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtfhmKQKOcQye9sCm5dcptheT1vgJ2A { top:27.5rem;left:11.375rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyqTWqV3nuMD84CW4csJ49CeC4AhPNKi { top:25.5625rem;left:7.625rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Dv02DxlvmdwwoM8mhpwbAqZPlAgTPo { top:23.5625rem;left:11.375rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35iIBrm1LKfAKdseGwmKNFC9dr9wWEB { top:21.625rem;left:7.625rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeyD79I9s58IfJD8xKyJfX4RbDRUz72q { top:18.4375rem;left:26.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRn65kvBBGq4DCWtE1P3pNn5tw34FLLk { top:21.1875rem;left:24.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amawVytPTfhBT9otunymV5aCkNdwDMmy { display:block; }#amawVytPTfhBT9otunymV5aCkNdwDMmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWoUfqS45k9KNkcTDSu58OQINlqyBLVZ { top:0rem;left:1.3125rem;width:45.125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7V53zAZFUpHUAZg75y0Kv3MAtkVpFIk { top:17.0625rem;left:0rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeE6zNFwaN6KlqXFBHVbeP5b045Dk0ND { top:17.0625rem;left:16.875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZliiaiCkxvKTQpZpLmfx0xdpFHoHGsFH { top:17.0625rem;left:33.75rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdiwSIWkUzTfxBJgOycoNQZLD67hqybg { top:21.8125rem;left:8.875rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLxRzVP8yVrOfkac0fKUQDzNOxd7TB1 { width:4.6875rem;height:3.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukWIeCfo6Zf2V8pWR3GTKdKiRf77Edpp { display:block; }
 }@media only screen and (max-width: 763px) { #Q9orccvV0hFTTgkWVqysrnGnrw6eNhVt { width:4.6875rem;height:3.125rem;top:15.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7FiDnnZA2sVNxard3WOUaZFkAGAXkb { display:block; }
 }@media only screen and (max-width: 763px) { #JUtq3RmF57AfTIHPTiunc9735tnwSkM5 { width:4.6875rem;height:3.125rem;top:15.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJMNSP2H4PPXlrCd0Ce6DFyrfAJIxhk { display:block; }
 }@media only screen and (max-width: 763px) { #cbCrvchqR0LgNOr4iynz5nvZg4xuAe5v { top:18.8125rem;left:0.375rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9l8TVNM1eMZJ0dx2XtNu5reNXqyqX51 { top:27.6875rem;left:2.8125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSb4sNgX4MoNMuwOqNyw68b4EC3diDBB { top:25.8125rem;left:0rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTCdqFG17wsR5TdanGOeDxQnk6W5IIxQ { top:23.75rem;left:2.8125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLEZ1TFDECHpGyq1rnPrhMDz08qeV9HG { top:21.8125rem;left:0rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMHkGMOT7tXHMGo4oBNT6yLCwc9ZLai { top:18.8125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdR5X2caUzfqM0v9TGlrkke6oG0zcFXD { top:18.8125rem;left:34.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCfrn0cEm5l8An0fTCziAEoDQpn8qSE { top:15.6875rem;left:17.625rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMNQVyOt2aOKI1TygRkizLdsZQiINvo { top:21.5625rem;left:31.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQEObv88CCl7TAkT0N9bzC0dHZLQMqzM { top:32rem;left:9.1875rem;width:29.3125rem;height:1.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqeDDRRbMiuf8bwq1gkltGmT8lilzBZ { top:23.4375rem;left:18rem;width:8.5625rem;height:3.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL3vEKN3vExUiK3PfLN9hmTI0mUJFgdq { top:23.3125rem;left:18.4375rem;width:7.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 { display:block; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { display:block; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhGnNFngX8Ufu13TR540HtqJyLsm4lyW { top:2.625rem;left:27.6875rem;width:19.9375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .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; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .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; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG { width:18rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #LDNakOm9LQVn6Ia61vaSyIbHtdGZWg36 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #cA0inAv8X0hN4T0SPz5slEg2UihlTU1z {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #WdVpyrhHHNwCs7BttimMVPsaGGP4u6F0 {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #mGdGoCP85poR3OyBqvT6WOZeOanTKOqV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #NOgZkfBUeuNUSBbTUMgDNaQaInS3ULzB {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #eWOo9sxIuWnUHQHMuJQ2cz2UcJTCkeHJ {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #zQyrW4fhiZsPZ36TaeEbbMTbJ4xeMhIE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #T2Qu3op4rsMErfOEUv1RF0IH5MshRXPP {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #AzZUymr9qxLi1uiQgo74Biilb8kDcpkz {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #ZTc7nL9qTyQJiduMzu9RT14d0492qOGH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #tZz8CgAM99iaToSB8Onpn9CAdMtn0bMS {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #pibcrN2iIlN0tdTevzKK4ssQSI9JFRFx {  }
 }@media only screen and (max-width: 763px) { #FOkve4dETVlS4mVH3TLKwHVFGxsocAor { width:11rem;height:1.625rem;top:23.0625rem;left:18.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1RUEOZLRv4y1MvnmCMT1DrQDywABfk { width:19.3125rem;height:7.5rem;top:24.25rem;left:0rem;font-size:0.875rem;display:block; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:before{  }
 }@media only screen and (max-width: 763px) { #NLcnvwGMmu0dca6Igz209ZR33tfMuUL4 { width:18rem;height:6.6875rem;top:16.1875rem;left:0rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxeemroXPn9WoWIZAkrGfMqGo3etn9PV { width:19.9375rem;height:2.3125rem;top:2.9375rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4a77bDz5viBQSu4QFFlWMZ6cLLhOWM8 { width:19.9375rem;height:3.875rem;top:3.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIUCTyv7TX9Lceez88QdfDmlGLkcUkJ { width:16.75rem;height:2.75rem;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqo57DWaMfPuDKyyMIt1AiFp0ETONQLD { top:1.875rem;left:0rem;width:19.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa { width:14.25rem;height:1.0625rem;top:6rem;left:15.875rem;font-size:0.875rem;display:block; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:before{  }
 }@media only screen and (max-width: 763px) { #FAUd4qIweyi3F4RkcktOzcT4wFycCFL6 { top:8.125rem;left:23.25rem;width:8.5rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV0Ufry5xaCVrvScdzEDPNL1MVbNoTxh { top:8.125rem;left:15.875rem;width:8.5rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-regular-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-textarea { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-checkbox-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su  { width:17.625rem;height:auto;top:8.8125rem;left:11.625rem; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .radio-container { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su {display:block;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su { width:17.625rem;height:auto;top:8.8125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #bAucHwvEQxkucqTGSOMz8CSvoAzMkx7J {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #uSof4ZtUO33M7UUoz1ihlR6a0zZ1mQhf { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #GcbTe4FBmqThzXZdgTrnHBNDtGv8Wnct {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #HUNuiPTWFTV4HTSCg9ehxsNlkdV9zoAz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #Lwd7qNFWNTE9vLB5Nd6n9An0Lmr9MIwe { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #F5p8nzNIvFHq9liyBs0Va2qiu5lgeXaz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #hmstMPRyFTdPkw2ieU3xD6vbwMErBBbm {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #gqvwbDZUhAreZmMq4k9P5aBGf5BlIIZk { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #us51nf2y5yrThZSKzTtn3QwHME5NrbUg {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #T8ZLJeI1fnT3thBU2Z3yHnIU3mx2a88y {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #kWzwCf1cntWuAqnncT8dobGn9fbAfQC1 {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #xbBBeBiNxoTQdO7BlqI8U6nMNZzMWoqQ {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #SF5ewZ2TmCwCSDkTGnn9Ubshl4EoBMCP {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #To0Vka3okRmBApAAdbAn9CirHX5BiJkI {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #VLnoGG6WU5qNQk7nhTxhrT3e0X7BlMOA {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #NX2y5kXeL7QNGtx1PFX4TC9sHZkbGSxC {  }
 }@media only screen and (max-width: 763px) { #SJGswWX161TCzNur9uSlmW9Bscz2IJb6 { display:block; }
 }@media only screen and (max-width: 763px) { #WFwf7ISAH9eQvPsRbv5EfNmPbpVe8Clc { display:block; }
 }@media only screen and (max-width: 763px) { #qCJTSdgAoPGiqqHC57Q3N5TvKqvGK5nu { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RdkgVueaRUmDBTTEOEkZIKgmRIiHdSb7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfCCSBmFRgxkJpkvZeZnARDE2v8aVISc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VVWlwP3ZaVh0xPrVuvE7a7VISa7CTRL4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pUXO1e85S4QmN1Xw11QzlJNzxRiLlTH4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xTfaUXhOIDyDrDLK73TEclCWx5JetwQU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvTfpileptDx6SWHe1VyKQyFHrGV1cIm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FfKhhgAOtIxT8n7KuprHrvWQPJGAKcnU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Q9G9b99ybR44PI5S0ocXQP4eaPr27PGQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PLHt4np2lXO0aBiRnLNAzNHwmDzMr1Ue {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #suSSLaq2qlUTRVFLsE8GaPUbT9BFqCOh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kfTFdQxlafuSONmqhF5uH74FcK1nZaXp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vu6V1MW1criTvixSePlD8618o62wcTfp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KfHzMP1SRqenlmfcL0nCBABRmP5LDMuN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Df4Nte2ndPlTsemKKN0DwdimNGQXsOMy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pOqTRqArSgRwQoPUA9elzFrPZV6PE7qi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kv1TJLT7vgxKTwXX8izWrIaKwGpuS07O {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRhQxCAELpyJRA0zwtlZoPQatwqOSEun {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V1fPotTIA4siH5VWhowUlhTgaOxTKEtU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNJLrnr736zaTZBwiDn2ph4MfpxBM9Bp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #im6n2p0EpphIFzFMO38aOxt7SrspIp94 {  }
 }@media only screen and (max-width: 763px) { #lTRGpLo2VSI6rsTwn3yU6RPUAOSEkJlH { display:block; }
 }@media only screen and (max-width: 763px) { #p0d3bCOTH3RSFlmwZIgp7zfIDWt2tifP { display:block; }
 }@media only screen and (max-width: 763px) { #mUEcnh0m6F4FQeqbDU2nuHOCVT5IGinz { display:block; }
 }@media only screen and (max-width: 763px) { #PM4r0NFfqQe51WO1cRmlNdcBBmZLFVPi { display:block; }
 }@media only screen and (max-width: 763px) { #VR46KUOsngCDQFdzLMF9rAKP4Z9kwy1D { display:block; }
 }@media only screen and (max-width: 763px) { #HBfwcSR9FWSdIRbAgB7XpTaJn5QedKI9 { display:block; }
 }@media only screen and (max-width: 763px) { #SGyte356nTQ3xlBI1qwaNaoPemTrz3NJ { display:block; }
 }@media only screen and (max-width: 763px) { #NNGIBM94UsVBnOrJIFUJQvTT8HsJqd9P { display:block; }
 }@media only screen and (max-width: 763px) { #VRfdmfTkJ6ZxW5d45JAUwE6635Hps3P4 { display:block; }
 }@media only screen and (max-width: 763px) { #M8xlT6uKPdtpNlW3P6ZzA5XU3NDz1xgH { display:block; }
 }@media only screen and (max-width: 763px) { #N1RCd6LveZOletKqK1KzBVDvlMT56Uip { width:16.6875rem;height:2.75rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw { display:block; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqLJMB6991CmNAO4Pa0aLztMhzGEpkQ { top:8.0625rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud9iwbo5braRFxHtmlbyUZ7lNxFM7y2G { top:8.0625rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPM9fEC5sRpq3kxoPo9iJqp8r5OV1flG { top:9rem;left:0rem;width:15.9375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeLZ8qv9zmui87i4XoiTtamJbJ4LGI83 { top:2.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDnp78NPD6TmFSJv61EFeOpbD2S0QcWK { top:11.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42k1iGsI8n9l3nqCCdoKCRarNNZDxxL { top:17.3125rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNUfC7x7CJ68frZhp6DowSaQGt1Pg9O { top:18.25rem;left:0rem;width:28.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetAdlKz39iBT9lSCxsRUcGG8n91ccVn { top:20.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqxMATmmI0E2QArfV3giNKTMm86mOwWX { top:24.875rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoTtV2Piyy8F66PIsvCGfaLPioFTTJu { top:28.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTUE6mAbuDxAhvcTZSdrC9qOrevRoPg { top:25.8125rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTXVz1wxyh6glETabboVw9Z3Ga0nic7 { top:43.375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4wEbVfva14gnWndrHywIEnV7dKzbis { top:46.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52Fm2cWJMT3f1o2ZhIbayNtKXCpvADC { top:44.3125rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPfgPVrio2JuF7FMn87HxAD5O0M8JC1F { top:52.8125rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osgQnyXB16hpMWeGdT72XhKOe9Euot5r { top:56rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh17iyXTU1foyhksEx70gzSCfDXt9v8x { top:53.75rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seusNKEcSUoenIq1nEw5OOraZLfFNoD0 { top:60.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXff5PHSOHH6SXVaIhBbDGGTPG1J2lDx { top:64.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2nJUhZxI6cyUJV0mV5fkmG4aG5TtLI9 { top:61.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvnJ7v1q1VHukQbzsgezCcWcnpSGmA1X { top:69.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCCFFCpL0JOSmxnSOZMNXvSdrEmvg8c { width:17.5rem;height:3.4375rem;top:76.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NEM70QnCnZyyABsbRW9R7Wpm5rOHPD { display:block; }
 }@media only screen and (max-width: 763px) { #VzWxHoerLOh3Uh6OGv9Tu4TsB7QtDPb1 { width:17.5rem;height:3.4375rem;top:76.4375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLPtHgBW5TGAZTLUORM2NbkyZRPMtpPM { display:block; }
 }@media only screen and (max-width: 763px) { #Dd1CyRxlRLfP1k7ucpoWccvigL21Spq6 { top:33.5rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5FMLNpkHfkuo92a1MmO2Kf3U5f2id8 { top:34.4375rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHSrQtzxk3uIHWNw3PmbpLWNMxwfWprX { top:36.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { display:block; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGp4TxF55QFpyGHsmAx219X64GVN1IZh { top:0.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgbmvOiBtmBmEue86wO2fCieiWV5Vq6F { width:17.5rem;height:4.0625rem;top:11.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIwViDLaVgPbdZHlqKWc866van0fNz6 { display:block; }
 }@media only screen and (max-width: 763px) { #hB6lE1m1Ver1orGU8ZKvT193nETNGdsM { width:12.5rem;height:2.0625rem;top:5.3125rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #Lpx5Sf4EuH82R3CMbJGFMfSudzWRIAFh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #A9ddPzhZP3hBOH9J7L5LHqxae0UG04UF {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #kiz1oWDXZOqu1qStFqy7BwRHfSl5y8g4 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #tTFxDTedsoaGxkK43DUfmB5TTvcRtWaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #HeokH8vnKGESRIAIMClRqi4RxOaftRe2 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #QECZWxSoEchhK2FXZh2xAhOOTOhCAn0k {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #cAMKBhpClc4AnTIANvDuKL2bKCJwIQJk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #My2fGMW40XVGK1l9mi6CiRgrDK69UdEy {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #g9BKA2zl0aXwncqnCkkuKnI4VveQoa37 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IAQTEeeiAdlWKDRb3LsElFVHdyzoS5SV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IzL50dA8aSbznnVKxiFSlyX3bkqQSekb {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #i5eJIvcOCATZuKgLW1keKIGnTwtzRTyO {  }
 }@media only screen and (max-width: 763px) { #pPppfM2fKdWKzQwRUbRfvKDB3VSpk7Cw { top:1.9375rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir { display:block; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRRsWntQatvQ8dtv6vyfIGPgfcA3ppkS { top:11.1875rem;left:0rem;width:35rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w67VSTkv1Tqk7TGFoviK91H84TLTZoQE { top:14.0625rem;left:15.875rem;width:31.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUmKbSqEpedT2iBhtmFq1xLgWk2myRw8 { top:21.9375rem;left:15.875rem;width:31.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyLfXbbPpMD3QuKgLJ3l3wAvL5H4fEUQ { top:30.6875rem;left:20.1875rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuNZm0sWgGN6F0d2sLLHBXEO3MbFT1ip { top:9.0625rem;left:16.3125rem;width:31.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBInqAT7pyzg0o8vUulFm1GUvW1kTg4S { top:9.4375rem;left:22.1875rem;width:25.5625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPtrUGDJmMq2R1XmVOJhVApnKivIRgFz { top:2.25rem;left:7.4375rem;width:38.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTxXFHnzlT3h7SQDc9xdn8rzH4lavFo { top:13.25rem;left:43.1875rem;width:4.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ToawR4l2sIFGmVLwvn1p44fcDxCWvD { top:23.125rem;left:23.375rem;width:4.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpqngKk5h2JW4wqNhdJvKN5Hv10UTlh { top:14.8125rem;left:30.625rem;width:16.9375rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDWHyaTapFrGT7dZ4AJasGHRqCvWw72i { top:24.3125rem;left:28.8125rem;width:18.9375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXHGF1lTDgFfELm2tTV9zFvrFlHdMrEC { top:13.25rem;left:23.375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6U1U58CJwdmxZ44ocJkDOrEc8apQE66 { top:23rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KesyTLSL75P4HDZThN0CCmNxFFDZpGlR { top:7.6875rem;left:0.14518356323243rem;width:17.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ { display:block; }#SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgmKJBq4VNvwMDhH4TyK9S2HwseuaTWt { top:2.4375rem;left:0rem;width:43.4375rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVQbGVJW4tyy5PvDwDbtLPvZWUTpisx { top:11.875rem;left:7.4375rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsingq5LRwuKRL4SwnCb17VJTwDxKB2 { top:8.3125rem;left:7.4375rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzw4khOhb6bVUkQkszs0Z4zBPgPVaEo { top:15.25rem;left:5rem;width:18.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCDTPfqdUAhsxta9O1tQLKWmvrPLXWu { top:19.125rem;left:4.4375rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1NWA55BGMExkC0SqLXGLmWV97MeThOG { top:9.9375rem;left:18.5625rem;width:5.3125rem;height:5.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBXxNZdZzmbuVcVN11qDdNLDVkGvSxp { top:13.1875rem;left:18.5625rem;width:5.3125rem;height:5.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXFeD3sXTki1CHuK6OK3Fm9xXPLaLI7z { top:17rem;left:18.5625rem;width:5.3125rem;height:5.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOgREr9TAcGESdwdCSDh4WtHuL9Iam7P { top:6.5625rem;left:18.5625rem;width:5.3125rem;height:5.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGfGRzyR4XwwGtrhC5hzR8mCtFyscqWJ { top:7.625rem;left:1.375rem;width:22.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6yHNZm3qUOxSdeB8NVTlPxihiGDzm6V { top:11.125rem;left:1.375rem;width:22.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHq0Hqz5rkEFbpxzFEeaWVc1ItaT3wE { top:14.6875rem;left:1.375rem;width:22.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNQlVGqddwEMXXtkFzfKLPwJ65FUOuuA { top:18.4375rem;left:1.375rem;width:22.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ius1atDIeRUPvK7wRKAT5y5wmO9rqgJ8 { top:7.8125rem;left:23.875rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXBKDVsnwkvv8ozKpihgRTQRu2r7fde { top:11.25rem;left:23.875rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCZVInAVW3PTCty7THMBUJsL7KEeF8T { top:14.625rem;left:23.875rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6r0OViUoM22CaUd2DBOnHLW9dBb0Vl3 { top:18.4375rem;left:23.875rem;width:10.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kioib1XbhzTMFBvtnzlWQTV7rxNPUFwA { top:19.0625rem;left:23.875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9S40PF2whh4of0xsL86byeGcZ3dsH64 { top:8.3125rem;left:23.875rem;width:16.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siEqmpkcnCPiiAZm4PlfQVmQ5OzrV8Ar { top:11.8125rem;left:23.875rem;width:16.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHiBtMTXN3Gz2L0EV4y22yyFfh7sfeG { top:15.125rem;left:23.875rem;width:16.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORH0IR8Fde576q5Zlz3v5x3Tb9h1ZdBL { top:19.25rem;left:29.5625rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gfOraGMFHvueUa1a7iqn1aWJEtlids7u { position:relative;z-index:auto;display:block; }#gfOraGMFHvueUa1a7iqn1aWJEtlids7u > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr98VrpP1kDBq2PW1BhpFUKdiswnNzDa { width:20rem;height:;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #WRISFy6uAkckNE14au8mRFSNNSgknMR8 { width:4.125rem;height:3.1875rem;top:0.84375rem;left:0.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a226a3d-27c7-4d4c-b67c-628d4a6b2c07/Logo_color_Vertical_02.crop_2080x1547_0,408.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WRISFy6uAkckNE14au8mRFSNNSgknMR8.adaptive-delivery-prevent-bg, #WRISFy6uAkckNE14au8mRFSNNSgknMR8.lazyload, #WRISFy6uAkckNE14au8mRFSNNSgknMR8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dryz6T9O3zc7LQntyLOgHvK6di9gmrff { width:5.125rem;height:1.5625rem;top:1.25rem;left:14.1875rem;font-size:0.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BPWTgGFrXgWFRp75TzQW0eDG2zb2VG95 { display:block; }
 }@media only screen and (max-width: 763px) { #CQ0MKdAIHWPegTGJl7rvITlJUAxn7y22 { width:10.1875rem;height:3.0625rem;top:5.28125rem;left:4.875rem;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #IfCJucJ8UmBr7H3uZcXvOPPddvwrp3hE { display:block; }
 }@media only screen and (max-width: 763px) { #IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb { display:none; }#IT0MrRshklnSzNbW6HrS7LIWHKvGVBTb > .row .container { width:20rem;height:14.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdpQifTPqrHntox7ZkudUs1pWTTcW9AA { width:18rem;height:2.6870125rem;top:9.9375rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1RkHdZIm8NqG5x0KF8Tz8Qpe5ERShIH { display:block; }
 }@media only screen and (max-width: 763px) { #rXIbdfG7Ct0w4BTH9lZuO3dSWpV2XNWx { width:20rem;height:9.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGkHcEKEhSW4hREosMIq5s2hn5gLZsP0 { width:19.5rem;height:0.9746125rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S2KiuH5nioGcwfg5GecAkQ5zVqyA9gkZ { width:19.9980625rem;height:2.761725rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ko0vITKH76Do6pqvdQ4F7E00CQOTVNLq { width:19.187rem;height:1.94970625rem;top:2.625rem;left:0.4052734375rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f { display:none; }#hyKmhoq3hxxM7T4xC0T7dJd0eDIvKT7f > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PM1lluANfEs9GWKsgDBXaFByeDMqibh8 { width:18rem;height:2.68725625rem;top:11.25rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp5wAfTrV4DPi36WhCznkHzmBmPNEZaA { display:block; }
 }@media only screen and (max-width: 763px) { #iTw5yLIhH7kmLsgeQHqzfKKaTVg5JRN1 { width:20rem;height:9.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsa3dRUuiRc4Ng9xggzFx6XKyV2iwb20 { width:19.5rem;height:0.9746125rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KImIpSZWyQ2bv2ardVoitOK7AzBtiT0T { width:19.9980625rem;height:2.2744125rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Za8yyKyiUyTb6XhsfBPQ7Z2fsSuZAOLR { width:19.18725rem;height:1.94970625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WM0iatoPqrOMRco6tzcnOwhSTzuRykD8 { width:19.9980625rem;height:1.70605625rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #zuPQaHVngTTuKwETBVcpkgksAqno2MUc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3032001d-8866-42cb-a497-76a16bd46727/LandingPageAiCoding11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#zuPQaHVngTTuKwETBVcpkgksAqno2MUc.adaptive-delivery-prevent-bg, #zuPQaHVngTTuKwETBVcpkgksAqno2MUc.lazyload, #zuPQaHVngTTuKwETBVcpkgksAqno2MUc.lazyloading { background-image: none; }#zuPQaHVngTTuKwETBVcpkgksAqno2MUc > .row .container { width:20rem;height:20.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xN0W82xF2vGpvvR81TV2KrV8XJVHVTZT { width:16.6875rem;height:2.6875rem;top:15.6875rem;left:1.65625rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuwdzr48wDnDEGzi1ptUmIRG1ZMKN9qI { display:block; }
 }@media only screen and (max-width: 763px) { #wEtpggd3uDxSv2I0u8KhZrwUMo4rVE11 { width:20rem;height:15.5rem;top:1.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #272d58, #095eff);background-image: -moz-linear-gradient(90deg, #272d58, #095eff);background-image: -ms-linear-gradient(90deg, #272d58, #095eff);background-image: -o-linear-gradient(90deg, #272d58, #095eff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272d58', endColorstr='#095eff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272d58', endColorstr='#095eff' );";background-image: linear-gradient(90deg, #272d58, #095eff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C4JQBwTFEsDPM4BHcK1yklRyRwPtQgRo { width:20rem;height:1.950075rem;top:2.56005859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N8HAf1ORwbhbckfOQ6DXJtI8kHvg5GtH { width:20rem;height:1.21875rem;top:5.2593755722046rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #don3QFmIfJThR72rHarm1ykmx4aX1a6I { width:20rem;height:4.2246rem;top:7.06298828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #uDfmUN1SuuGDnUNaPVOylUeGMVKZ9h08 { width:20rem;height:0.9746125rem;top:11.908203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #Bo0dUJg9IcVBq4zcKFuOtmfMsPHnw6lq { width:20rem;height:0.9746125rem;top:13.775390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yBK6RVJPpG9hlEV4bFr1rxbtNVITIlGG { width:20rem;height:0;top:7.22500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr { 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; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr.adaptive-delivery-prevent-bg, #owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr.lazyload, #owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr.lazyloading { background-image: none; }#owZ6vdqLnTaOrPAfTe9tol8Z3fTxsCgr > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #huGNH2CGKo2OTD8TliwOrahXPLExOJwT { background-color:#11002c;background-image:none;display:none; }#huGNH2CGKo2OTD8TliwOrahXPLExOJwT > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NUflX6coU6GhLO6zqDa6vPBqOVyhMSoI { width:20rem;height:8.4791666666667rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfwxNCQKJBrOxFrk8TJPm7gR7V6GhvkV { width:20rem;height:0.73095625rem;top:40.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cudghH14hKDWHI5ngpB4DqQfATLr23q1 { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eJkQ4TPqBly16K5F5ddJV60NVEGit5TA { background-color:#0b2131;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; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { background-color: transparent; background-image: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .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); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { border-width: 0; border-radius: 0; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtWscIMX4NIeR2CeKNhr2wkZaVeFA9JX { width:18rem;height:2.875rem;top:29.9375rem;left:1.0625rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #KzSnWmxIgzUGr7A6bif69xHQKVZoXTCV { display:block; }
 }@media only screen and (max-width: 763px) { #bAmQz9nXVkO1Ev8VomCGrKrN9L005uTg { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oinTKEeV3GwCqfDOPxgOx30A3nvfUL1W { width:20rem;height:8.55rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.8;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #pRTZVITGVbHbFON0FwHSA9p2JEQ7UDRR { width:17.25rem;height:;top:29.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #S6ED2WnwbgTENIFH03B8pvL1ZysIWNeu { width:16.5rem;height:2.4746125rem;top:23.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iZgW3L2Zso4DWJSTqU1ihCXIcN7eO1aG { width:0.125rem;height:8.125rem;top:20.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOtZGGPIJHWmTMWe6SyIfMc1PzGSqwh { width:16.8125rem;height:2.3994125rem;top:26.6875rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2oLEtNuRnBZW3dtkxs1mERehLATfXnV { width:10.74975rem;height:1.625rem;top:20.1875rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqiBlCXblkqLv0ip2omV5upAiXtd1fm8 { width:19.99875rem;height:1.3808625rem;top:8.220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TcNnHL42LELvrMh7rcKGRy7WTMGz69Bf { width:19.74975rem;height:3.375rem;top:1.124267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zSIxRKUvCeZ0ryVKbLBuI0ix73hDVbHF { width:14.375rem;height:2.4746125rem;top:21.75rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Mc0yliM5JmsNJnHTrW8iEICGy0rZuHub { width:17.12475rem;height:8.937rem;top:10.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nO2GtEN5POS6wnakMF99lFrbkqNfXw { width:19.9980625rem;height:1.62524375rem;top:5.186279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 { display:block; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnWOi88T5wpWbk3CFlbK8ULzarlCPyfW { width:18.1875rem;height:0;top:5.296142578125rem;left:0.9052734375rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #PtPNmwMpk0vaZFw0qAISfKT2FGCMgCpP { width:19.9995rem;height:8.548825rem;top:1.36376953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cyrTgr6ETawUyLOFd5dI11rrtrEOTQxH { width:12.4995rem;height:0;top:5.600830078125rem;left:5.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEbtVqdaKOaGkF8AcRVEOv5x29kCXh1T { width:18.4995rem;height:0;top:7.62451171875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;z-index:15008;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #QboyAMrxnwmAOET66VCqDheuik2RFcW3 { width:11.6875rem;height:2.75rem;top:17.15625rem;left:4.15625rem;font-size:0.9375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #a7AP0myxFqkuVgBW2JPPrZO7PBmAfbAO { display:block; }
 }@media only screen and (max-width: 763px) { #JStblQLcJHMK14gMnQxO8chBSDzEAIDh { display:block; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okJTv9790S8eVTKK5OPskksENXdoS7Uu { height:11.229rem;width:20rem;top:0.66552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O { display:block; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM2szeXM6p8yMF8zo9iiuJX2wU0SPCWT { width:14.375rem;height:0.125rem;top:15.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNM2TD34N4UNhCUL1kfVLQpWhKEIleQ8 { width:18.75rem;height:1.54375rem;top:2.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXI7wQgApDTb6P6sM2ytLmBQWVWfyAeF { width:7.8125rem;height:5.1875rem;top:16.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKoLkOWLPk9EtbqxXzOM0L1HroanttV { width:18.6875rem;height:1.94921875rem;top:22.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Olnx3ebAah3cumZJHEwTLsy6sTn4kM { width:0.25rem;height:7.8125rem;top:2.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWeJP4FRLTbMdi8K3z184iSFpRXsNgZk { width:10.9995rem;height:1.05625rem;top:4.874267578125rem;left:4.49853515625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2QReimpPDMhJ9DuU6fsJscetc1Z5iF { width:18.75rem;height:1.3rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC0vfMGTp8V0POmbl9hhCzM9AE7gOBwe { width:14.375rem;height:0.125rem;top:7.25rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BNg121fWp76z2E9t9mCyxaqvhG1ONfzm { width:18.75rem;height:0;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15017;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #c25D55GnJOfQWZbwypDWtDPvdFWWJBxv { width:19.9375rem;height:3.0869125rem;top:9.6748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 { display:none; }#zcgTbsDzfaiBdkpTJ25f8zMONQGg5r54 > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SaC6Q1tT4VZ0d2KtWvDC3Amh7eOd2e5W { width:17.25rem;height:4.19921875rem;top:1.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49xTvbhMh8RdpWlNzgyRfRQ5CWQntT0 { width:9.625rem;height:2.4375rem;top:7.0625rem;left:9.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGXhAOXeg6kNCihpeoMZLzTK6FszScN { width:10.5625rem;height:4.375rem;top:9.8125rem;left:9.375rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vqy2DXzdrXktVhTzmLfa9TTIyEVrBsUu { width:8.875rem;height:0;top:27.125rem;left:9.625rem;text-align:center;text-align-last:center;font-size:0.5rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #yRtFvko0RrRi4vDH3mMrLlTDy9UVzRGF { width:9.75rem;height:2.1123rem;top:23.625rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iewnaVcSkzGAxu3rFTfKIwoz8PKz5Z1K { width:8.3125rem;height:2.4375rem;top:14.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMAgNTUFqx0lQQfUnbS37yIvhNfPT4yW { width:9.3125rem;height:0;top:18.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #K4JoqOOZkMv9xZNbmztdoQCPBASIqGID { width:7.6875rem;height:0;top:21rem;left:0.625rem;text-align:right;text-align-last:right;font-size:0.75rem;line-height:1.5;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #UC3OOgqpa8k3ZbZKqgc8OmTGSNZJupfw { width:7.5625rem;height:0;top:20.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.5;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #CvOBSSLlM0l1KuEBh54rHlRUkHfpv2pF { width:8.4375rem;height:6.125rem;top:16.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.4;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XsW5An5uM7yAK7tRQ546pZ3O4siiLP1w { width:10.4375rem;height:6.125rem;top:25.75rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.4;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { display:block; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC4cxs5lEdJQrpeyrAN4l7bD8wHFCWWC { width:20rem;height:2.1rem;top:2.07470703125rem;left:0rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tN4smTbON6Ul0AZpDg56Ah640ToAGozA { width:15.8745rem;height:4.3875rem;top:27.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7e49d7;display:block; }
 }@media only screen and (max-width: 763px) { #vEMahTQhAxGv85crSrLXZKTHiFobktlg { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbRhxXK7VxyDarBnnyFchfn70TTOSmkR { width:17.5rem;height:0.0625rem;top:21.375rem;left:1.25rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #TUKJJtkcKPFOHSTlVJwC5R7yzW2TuqIU { width:17.5rem;height:0.0625rem;top:35.3125rem;left:1.25rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #PyanqTwBIKpQpuH9aypCqpq5T2Cqo7xz { width:15.62475rem;height:5.3984375rem;top:34.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7e49d7;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aTIkaTnJOnVzeSFDKFMvDZ6R3MVl9vMn { width:14.8125rem;height:4.048825rem;top:43.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7e49d7;display:block; }
 }@media only screen and (max-width: 763px) { #LSrJ7x5RJFwnWdaGVNf6HuARiTdiEXlV { width:12.4995rem;height:7.312rem;top:7.4384765625rem;left:3.74853515625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7e49d7;display:block; }
 }@media only screen and (max-width: 763px) { #mvJCNEEd5dfyD4Ffa20FiTWQgJcXNmK8 { width:20rem;height:14.6875rem;top:73.0625rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #odItr062LnyhgTdzVEWrwVSTi3JJuNs2 { width:17.5rem;height:7.625rem;top:16.9306640625rem;left:1.24951171875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UOGZspkGhZiQRaSvTROx9QSdcQHkL4KT { width:17.5rem;height:7.3125rem;top:25.5rem;left:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IvxS3rHpKXkWW0g9lxUC98nCFfCBOslK { width:17.5rem;height:10.1875rem;top:6rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UibGAPKMbN6gAcTXKFTltN9DPLs9V173 { width:17.5rem;height:7.6875rem;top:33.8125rem;left:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RAKRDVAJBmNed9kvlM14ABeIgcpw3TwG { width:17.5rem;height:6.375rem;top:42.875rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VzGWhct6bzxWQTEaE9RHqZBSEaUo7fOP { width:16.8125rem;height:12.3125rem;top:150.3125rem;left:1.5625rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #i2oaa1BCGnRyix6XTh37XzrKth1ZUNSu { width:16.8125rem;height:12.3125rem;top:136.75rem;left:1.5625rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #EJDD5h6JoLRRfslkcHMZGE7VT8h89m59 { width:16.8125rem;height:12.3125rem;top:163.875rem;left:1.5625rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #I18GQsTliaKXxh9NwQgES2kB09kgNLWT { width:16.8125rem;height:12.3125rem;top:177.4375rem;left:1.5625rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #IXecNTlkDCLVIhGhrib86FSyqWFSvkl4 { width:15rem;height:5.85rem;top:17.818359375rem;left:2.4990234375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7e49d7;display:block; }
 }@media only screen and (max-width: 763px) { #ihmWq8aUJqtlIIGQAd0cCGEUCe0BWnA5 { width:16.75rem;height:12.25rem;top:23.1875rem;left:1.625rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #veOxrkTi8yszCEn3WxcQlFeTACvRhQWR { width:14.49975rem;height:2.69921875rem;top:52.77392578125rem;left:2.74951171875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#7e49d7;display:block; }
 }@media only screen and (max-width: 763px) { #QqNc6WTZFI2hCQNnTrGrPnihJbO47AuD { width:17.49975rem;height:6.375rem;top:50.936279296875rem;left:1.24951171875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SuD24sl2sxIHVBWBrXwWenk9AA778n9W { display:block; }#SuD24sl2sxIHVBWBrXwWenk9AA778n9W > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Kh0x6UuwDF1237U2QtccAzlPlro2Bg { width:17.49975rem;height:0;top:49.4736328125rem;left:1.248046875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #BNQSN6FJ3kgPl4RkvkuLssg468be3qnf { width:11.625rem;height:3.4375rem;top:1.5625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2d2yOEpfOssGVryrFWib32m9XrK1Gr { width:12.5rem;height:1.5rem;top:3.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z98qBQWmrRhAv5riLp7xmMw555u1euUE { width:20rem;height:8.6875rem;top:6.7861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAxVmkPeTANzoTTmnNOIpJ8T836hnPJo { width:20rem;height:8.75rem;top:56.473434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1KGsnUshJsiZOM47hRaePqkedoOwDT0 { width:20rem;height:8.6875rem;top:36.598434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLniXbImIM3TTLSNtX41h3lv8UmvMx1R { width:20rem;height:8.6875rem;top:86.348434448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qU7TqN1rv3nvQbXfLeUH1tfyGXLykoFW { width:20rem;height:8.6875rem;top:46.535934448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQW3CHJb8EnJmm1kcUqoIeGLqAfJr0Us { width:20rem;height:8.6875rem;top:96.285934448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytD21U75kUa0KnXdoHkaMShLJNEFmvsv { width:20rem;height:3.41161875rem;top:14.80078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u5UET7EFWo2GCnLVFUR6vXyQtePIGD9F { width:20rem;height:2.2744125rem;top:18.42578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aTkd9H7xp9iM1XM9sxEIldrQvJv5DDD9 { width:20rem;height:0;top:29.453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #WRv2c0ePuKc4nQSMb8BdrVZvTq9JloNo { width:20rem;height:4rem;top:6.25rem;left:0rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tBtygr2fJOf2vg5THItiSVE2JJOhTtpw { width:20rem;height:0;top:6.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #qmWiNVK0eTzQ8LvkhBF1GNApHNTki8xz { width:20rem;height:3rem;top:10.8125rem;left:0rem;z-index:15008;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) { #sNasxpRTKAGBc3Lb8B2THcL5Is5pWbtN { width:20rem;height:0;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #OaSBnsoaDVV4S5ZLyW0dmdtC1MSt7yWT { width:20rem;height:2.2744125rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bIy7tg5vtApRVpawUWQ2VDrtwXh8u8ON { width:5.625rem;height:5.625rem;top:0.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPFiVndC1IFe38PbPic6UyuGXz5igXIJ { width:20rem;height:3rem;top:14.4375rem;left:0rem;z-index:15009;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) { #RqiBkvKM7tvUZ6i32yRTgLGRwe0beTOP { width:20rem;height:3rem;top:18.0625rem;left:0rem;z-index:15010;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) { #er9JVuU8qkRWD2u4e36tWNQwy6M9cmEv { width:20rem;height:3rem;top:21.6875rem;left:0rem;z-index:15011;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) { #O4hypO5gEDqyI2o7WqdLdAd2QuskoADy { width:20rem;height:3.41161875rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #O4vDkI59H06DxPS2ZeGb0Utx4xHlxJgM { width:20rem;height:4rem;top:25.25rem;left:0rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SRTv8F9AxHbTfwfqzd5cVPZX5QmASBbw { width:19.99875rem;height:2.2744125rem;top:7.112548828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WOGie9lF6EemAlHtLZDTdUepLSePUKUS { width:19.99875rem;height:2.2744125rem;top:11.17529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { display:block; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXBXXVO7zJbCfc1X0ls3xnf7KcK8Hruq { width:14.25rem;height:2.875rem;top:1.0625rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTOONeLaXH22GAbB4HcVqMgX9L40dP8 { display:block; }
 }@media only screen and (max-width: 763px) { #Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { display:block; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { background-color: transparent; background-image: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .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); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container { width:20rem;height:75.8125rem;background-color:#0b2131;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u13s4yvDwwe0CFoSCNWcDkVrKkohSTFP { width:20rem;height:0;top:11.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rC4Tzc2fzQJeUnC2TVK6wkbanBxxNEMT { width:17rem;height:4.38671875rem;top:1.4990234375rem;left:1.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh { width:17.8125rem;height:6.53075rem;top:15.9228515625rem;left:1.0927734375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Q7z5iKvwSRDn7bwPxl4pumqeEsgBz4gh li:before{  }
 }@media only screen and (max-width: 763px) { #pTBbzFHlRKIcpfeB2obHlvdgXAMH802s { width:14.0625rem;height:2.6rem;top:12.14013671875rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnHx0re3PZiPQEzO6BN2B4TwCmkCi1qS { width:18.8125rem;height:4.3875rem;top:7.5107421875rem;left:0.59375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 { width:18.5625rem;height:6.53075rem;top:32.74951171875rem;left:0.7177734375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:before{  }
 }@media only screen and (max-width: 763px) { #omb7MvSJiDSXLMxH9vKaTDliaoJ50QXT { width:19.18725rem;height:1.3rem;top:30.7470703125rem;left:0.40576171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gfs6eEG9aoyoAZEWFoG96zIHmCpBBRdZ { width:19.125rem;height:4.3875rem;top:25.858154296875rem;left:0.4365234375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb { width:18.4365rem;height:6.53075rem;top:64.187255859375rem;left:0.78076171875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:before{  }
 }@media only screen and (max-width: 763px) { #VDTTuHuIXzxfgQhGR9HKyOnkgOMn4Za2 { width:18.8745rem;height:4.3875rem;top:58.686767578125rem;left:0.56103515625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhC8oPKVZlzt76rNwl8iv9LsuLGKpkU9 { width:20rem;height:15.4375rem;top:41.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J { width:18.9375rem;height:6.53075rem;top:49.24951171875rem;left:0.5302734375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:before{  }
 }@media only screen and (max-width: 763px) { #wrqi30GbsSxGMfmDMrkDhcSgdHbdSRkk { width:18.687rem;height:1.3rem;top:47.37451171875rem;left:0.65478515625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufMVry9MQUv34haLXeprpqCgJZfTbCZm { width:19.062rem;height:4.3875rem;top:42.11279296875rem;left:0.46728515625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJ6lLfU8e1GSuDaUzS5qSmCIoxrufEIs { width:19.9995rem;height:14.625rem;top:57.812255859375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G8wxcb2yw9NZAE1lf1sXToE8Jy5LRU0u { width:20rem;height:14.8125rem;top:25.24951171875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HVfQSQ89rIysT849dQeaWiTZKr23yDgl { width:20rem;height:16.1875rem;top:7.625rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 { width:18.9375rem;height:0;top:56.625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;display:none; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:before{  }
 }@media only screen and (max-width: 763px) { #F3mCmznUghf4saTI8gv2ZXozICOJebyd { top:112rem;left:2.0625rem;width:16.125rem;height:0;z-index:15108;font-family:kanit;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbIip7dhSxHoX1kgEKKVsKECfudTkc44 { width:16.375rem;height:19.375rem;top:117.25rem;left:1.8125rem;z-index:15094;display:none; }
 }@media only screen and (max-width: 763px) { #BA4oiKdTyGPlT6OLzBymWZy4VmTMlUp2 { width:20rem;height:17.6875rem;top:6.55419921875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TUlAPHlyxTPPZg5M4B6Piv8ULZHQPU1X { width:18.1245rem;height:0;top:63.82470703125rem;left:0.936767578125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #FOnAcE8Gxi8rJoSeCP09R743NMeICcaU { display:block; }#FOnAcE8Gxi8rJoSeCP09R743NMeICcaU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSVdy60olFAvnIAwBPelKB9n2048JkCw { width:14.25rem;height:2.875rem;top:0.84375rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRAz2eKRa1BGq7vQcXwwUx2dGmpbsZK { display:block; }
 }@media only screen and (max-width: 763px) { #MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { display:block; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhCzT8V9EEFEKo7RImaIxIx85TrdeAn0 { width:5.625rem;height:1.21875rem;top:1.625rem;left:7.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETIwlsUJxzCI0zRTJiIR017gFXTKm5NS { width:7.1875rem;height:1.875rem;top:1.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhh0gbyecMgVfT9SQWC9qgPOB5CF06MA { width:20rem;height:2.1rem;top:4.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#fffd00;display:block; }
 }@media only screen and (max-width: 763px) { #PdidZzJwgK3lURLMR0mDoTrDuGblozt8 { width:19.9995rem;height:2.699225rem;top:6.284912109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f { width:16.37475rem;height:7.5869375rem;top:36.686279296875rem;left:2.561279296875rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:before{  }
 }@media only screen and (max-width: 763px) { #BL2lAPNZzfOeuTiTFrx6RTUCWkzIzwTJ { top:11.662109375rem;left:3.21875rem;width:13.5625rem;height:16.125rem;z-index:15006;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXTzxVFBRlHeLd6RohK0rTVXP7roZ7MI { width:6.6875rem;height:1.3rem;top:28.953369140625rem;left:7.405517578125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #my0e3UDUe16734o9WGxwRgih5SbJb9AS { width:11.49975rem;height:2.425rem;top:31.07080078125rem;left:2.638916015625rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#my0e3UDUe16734o9WGxwRgih5SbJb9AS li:before{  }
 }@media only screen and (max-width: 763px) { #E7P1kCRv5xXneDPMx6uPAvbXDwuDaHve { width:7.37475rem;height:1.3rem;top:34.30517578125rem;left:7.24951171875rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZCgCOMX5HcgG7rA3SRUlDkhqNbPXkyzE { width:10.56225rem;height:18.24975rem;top:8.98388671875rem;left:5.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { display:block; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axDBn0t3ZhzmrT0QMLcMFPquyQtpCSLZ { width:14.25rem;height:2.875rem;top:0.84375rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMmBfTZTy44ObIBKNpAqP66slHB1PhF { display:block; }
 }@media only screen and (max-width: 763px) { #QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { display:block; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZVuIxmS68bwzOhpTvNGxBeeHiv3vDyC { width:17.8125rem;height:3.1494125rem;top:10.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS66qZ9FHxGQGzFKuo1mLAxnk51eCCX0 { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcSaVTNSaXNh3vCA3mmzGCUHoP1ve9Vb { width:19.9995rem;height:2.1123rem;top:24.021240234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #he2Tr1Qt4gklgRDv0uzloXKzWLJMf3k7 { width:20rem;height:3.1494125rem;top:31.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRqT7dXg6m1rwuDqCg6AoXf7oXDTzd3f { width:3.125rem;height:3.125rem;top:27.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC00zNyWVMg7Ukq245DKawBMaZZPESAp { width:18.312rem;height:2.1125rem;top:48.15673828125rem;left:0.84228515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zond3QypWrfzETArsNIa4886nPPLTkkc { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvSlepXGlHxTgPOdglHbh9TZXPPCC9rC { width:20rem;height:3.1494125rem;top:55.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4FDQdxxEudQNaZDaKol8FTXTdVBJhu { width:3.125rem;height:3.125rem;top:51.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiHPHSADT3rx50L8QrqXTsxKHh4wtqRa { width:17.49975rem;height:3.16845rem;top:70.773193359375rem;left:1.24951171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAk5QtLspTVxdhH3g8nQQ7FIiJkaxPm { width:10.1875rem;height:7.9375rem;top:13.773193359375rem;left:3.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwSGabJkMc23f9AuHOZVg5Xxh2TTr8ld { width:19.875rem;height:12.312rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2hOvNq3ysi0eo0rgE6mSI1vOzI3vMyR { width:19.875rem;height:12.1875rem;top:58.585693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT { display:none; }#stzb7kaGfgc7ClLSlvlQXy3KrJZDLswT > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LIvk5JFrCCGofkwTkbUogW4huGdENsRT { width:17.0625rem;height:3.44921875rem;top:1.625rem;left:1.46875rem;font-size:1.4375rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dETmwia5OPziB32KoPBmKz9hRqZROB4S { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #XkDJayqpWUOChWgnikLr8czAfnuAZ2v7 { width:18.125rem;height:0;top:7.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PKSlgUABRAucViUbRmMcMN8GxuEg2KNq { width:9.875rem;height:2.375rem;top:22.81201171875rem;left:5.06103515625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;color:#213e4b;display:block; }
 }@media only screen and (max-width: 763px) { #wCMpFaE0ep6WBmFdHvxOPbJs4AovyIoW { display:block; }
 }@media only screen and (max-width: 763px) { #I11fFVpt2mX9hIiQXNFU8fdiCZhfUwE5 { width:20rem;height:2.80006875rem;top:18rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R93pyrlTfnGZlzuexLTPzTwp2gkldIrH { width:18.875rem;height:7.8125rem;top:16.0458984375rem;left:0.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZ81pfsuRBCZ54T3iE4ubgQu4L0IUGP { width:20rem;height:1.3125rem;top:16.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cMeINwhJiVQWSGqEPPv2Vt0GM0TzC9E5 { width:20rem;height:1.3125rem;top:20.800048828125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IrNiDBP9QXe5R0qUgG54hThoSsnmZ0JH { width:20rem;height:auto;top:17.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #G3hK38JS44fZ6XkfZnddpynuRbHWWdyr { width:16.6875rem;height:8.562rem;top:6.311279296875rem;left:1.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnpbrS57XcezeimSa63V5DELLKSmyor { display:block; }#wxnpbrS57XcezeimSa63V5DELLKSmyor > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcyPdkrmcruErRlgnBNVxTZ4gDXURblm { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #GtcLVA2VKvScanz7bWCV6MTaatENOW0p { width:18.125rem;height:0;top:7.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pXKhtCrmxub8o1dQr23BmFxBw6exxswn { width:9.875rem;height:2.375rem;top:40.5625rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;color:#213e4b;display:block; }
 }@media only screen and (max-width: 763px) { #XVIed5IU0J7Pv3eTbqUqPTz0p9X84grt { display:block; }
 }@media only screen and (max-width: 763px) { #QcvHagNTO1ZG8egow7C7GPQAovKHKNGC { width:20rem;height:0;top:28.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xi4iSe18UUTlVZsn0CK3aEBBuBkTzCqX { width:20rem;height:28.3125rem;top:5.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WAOz9lN12CCzH7W37gesPGPhth1oIgzg { width:20rem;height:1.6621125rem;top:34.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BuATfEBHuRrZHsX7aXkIVomFGg3fA1bo { width:20rem;height:2.4746125rem;top:1.8125rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:italic;z-index:15006;color:#ffd300;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #mfoDMxIXnNFJsgAaTBACknFgthi2xKJE { width:16.5rem;height:2.25rem;top:6.2705078125rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #WmPVt0clt9fAJaUU7CrAnhKyycVTo3b9 { width:20rem;height:0;top:30.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZW27iqdgtZJS0b3F9trw8BRc23uu5LC0 { width:20rem;height:auto;top:18.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MMilltnmIZCAiBHg70ICbWc2i8EgtoNv { width:20rem;height:2.1875rem;top:37.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lAzTMiVTUqsdXqvrOLLWpEu3KCh2FyyZ { width:20rem;height:1.19986875rem;top:19.687459945679rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RiqkTCZGJdS2fIapaGBwKuIQsvJb929s { width:20rem;height:0;top:30.937502384186rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #zPCTMfy36TfoQV3y4HBeSOWg2Rln9AJE { width:20rem;height:0;top:41.875002384186rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15009;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #FfkyyI1niWie1x9pFi5C7WgkkM139sW1 { width:8.75rem;height:4.5rem;top:27.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfz2wWb6TTghA8GFCw6I3h8iS4zBreok { width:8.625rem;height:4.5rem;top:27.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFVgEhvy6UiAAd8fXvrMoL26mUELCSqb { width:20rem;height:0;top:52.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:none; }
 }@media only screen and (max-width: 763px) { #giy0QfNLi9ITFxt2vyzNkZugDVaoMx7u { width:18rem;height:;top:21.972656965256rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Idnab6BLUG0HMqFzCU8pb2KwBTTxGggs { width:17.25rem;height:8.9375rem;top:9.40283203125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u { display:none; }#Ql8AFOfRXQAPXFF1ikMVMdWw4rQIRI5u > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AXm6IsoKlzcMw1OkJyR2EwTRqJLdT22X { width:17.0625rem;height:2.32470625rem;top:1.6875rem;left:1.4687500596046rem;font-size:1.9375rem;line-height:1.2;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #J6FP2dhc3nsiQxR0koJ9T8OkkkcxtxOt { width:16.1875rem;height:0;top:1.234375rem;left:1.90625rem;font-size:1.9375rem;line-height:1.2;font-family:kanit;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #BTnnlwdwAJ3HyuDwZC5wA4mI1tZc4ohu { width:16.1875rem;height:2.761725rem;top:16.5078125rem;left:1.9062500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UUw4rgTNFs2OF3GTLDPDB5nTmArzvlXe { width:20rem;height:0;top:45.224609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DImbTEqEm5TEqsTJOs9wKL5drXbgaCo0 { height:10.375rem;width:18.5625rem;top:4.7699651718139rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdQqtS5CwC7F2zsAImG73w1CaSTeetN { display:none; }#TFdQqtS5CwC7F2zsAImG73w1CaSTeetN > .row .container { width:20rem;height:69.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFPLb6lBLMGmEmBnuf9MqdSAALwP1v6B { width:16.125rem;height:2.4375rem;top:1.583984375rem;left:1.9375rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l81D8LWmlg72EPxwu3cR2DfMMXvGOVHT { width:19.3125rem;height:10.4375rem;top:46.2685546875rem;left:0.34375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dNHuqhuF36BnJdwRW4K5hKbgUJeizuJb { width:8.25rem;height:1.8125rem;top:54rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1d6G0a3XFsyIHytwnQdZgPkmqdvV2V0 { width:12.125rem;height:1.05615rem;top:50.958984375rem;left:3.9375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;color:#3e3e3e;display:block; }
 }@media only screen and (max-width: 763px) { #bRWq63TshChn9xRm09ax92znFuwflmlK { width:15.25rem;height:1.62524375rem;top:47.5625rem;left:2.375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;color:#9c68ff;display:block; }
 }@media only screen and (max-width: 763px) { #oTpPuiOmdGmxpvcMMel6sLBVlSqTIiZf { width:15.25rem;height:3.2504875rem;top:36.45556640625rem;left:2.25rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIEoH45Sxn5Q1wuVBhc5ID2ZL7LZ1pxv { width:19.125rem;height:9.25rem;top:36.01806640625rem;left:0.1875rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1zmgxCoAd3lRiqueE8NOpE1XdHiROL { width:13.75rem;height:2.2749rem;top:40.1875rem;left:3.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZfRgLT2NpSDbrTCe7wKt2ORIc648WgE { width:8.25rem;height:1.75rem;top:42.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFuIiR6Kuz335Bx3balCrcouhh8iJO9T { width:19.0625rem;height:9.8125rem;top:25.5rem;left:0.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TVxfHEmdnXvRickmAOdXl2pgrMUuFR4Z { width:19.0625rem;height:9rem;top:5.75rem;left:0.25rem;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) { #V6UNUTnHCPEMaEwatSegs3Dz5WeI1hKO { width:8.25rem;height:1.75rem;top:22.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzGFSmFOdaySivWpzt7ILygBVrwRhCMJ { width:19.1875rem;height:9rem;top:15.5625rem;left:0.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NzbgX2TGEiIOnMvNr7TctVTHwnerWvEz { width:8.25rem;height:1.75rem;top:32.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwP855DXvPS6udP8eTmKyQJ7CnqBKBAJ { width:14.0625rem;height:2.2749rem;top:29.25rem;left:3rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zho0JKsxgMzs090cQmL72cl3ChzT9EZS { width:14.0625rem;height:3.41235625rem;top:18.5625rem;left:3.3125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2xvTS0RKWylT6rWAMBv8pFqsLvlUhOA { width:8.25rem;height:1.75rem;top:11.875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBUL3CFMqV99SoTi1TZp7FI3a81W1HWT { width:11.75rem;height:1.05615rem;top:9.75rem;left:3.8125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxaRxTebXd2LXTTDgTLVaQD3n2PzeeX5 { width:15.25rem;height:1.62524375rem;top:6.875rem;left:2.0625rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lc4DUwCzczw41IceI0425vN0dTFVLq5g { width:15.25rem;height:1.62524375rem;top:26.4375rem;left:1.9375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuVUUA1WtD65qLMP99BQ70PRJe3TV8Fu { width:15.25rem;height:1.62524375rem;top:16.3125rem;left:2.25rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #quIkm1MeSbsEpswfOnQGJJReSyZiA4QO { width:18.875rem;height:10.125rem;top:57.9560546875rem;left:0.5625rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a8wLL7dZpQUwLWThBO6FMv1pBZlSXwNt { width:15.25rem;height:1.62524375rem;top:59.0498046875rem;left:2.59375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNKxTeMPi1k1pQ3pFklFFUbTfKNeeZTI { width:13.6875rem;height:2.2749rem;top:61.880859375rem;left:3.15625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OextCuzAEwDcNA6PF8R3xuyVNDq8zAv6 { width:8.25rem;height:1.75rem;top:65.4873046875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf { display:none; }#EF3dCSXaJuNAJ0ZDOZ5e29pp7dniCETf > .row .container { width:20rem;height:47.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CiyuQ4XLFyGOT26heZyEXtf6tcI49IZI { width:8.374625rem;height:1.5625rem;top:3.187255859375rem;left:5.8111572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGUMwfWn5qgnfa3NGzzm5N85OJEt1T8 { width:18.5625rem;height:2.1875rem;top:10.46875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1uAJJF04GeG5zwhhxH4xOQ6pXwG69gU { width:16.75rem;height:2.03125rem;top:27rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqidvAvMKufaTAbKTZOJXmFXAclR6RAT { width:20rem;height:4.87426875rem;top:28.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocP8wfCJXp6ybunsdA0MARAxr3CuwKa0 { width:16.8125rem;height:2rem;top:14.212890625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVmMvpOD7B21Z3SId9L4bn4hkXq7uhEu { width:9.5625rem;height:9.9375rem;top:14.9375rem;left:4.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qvDiJtF7f3cTwuN9nIzwUmJbd4dobHky { width:20rem;height:1.4619125rem;top:45.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryZwT8UXEPzvGx7H1MypVQWyDuIX4xdl { width:19.4375rem;height:10.1875rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L42lDUa9aAgsHABHuMnBw0yrXdA1irza { width:13.937375rem;height:4.12475625rem;top:5.8355712890625rem;left:3.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR { display:none; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { width:20rem;height:16rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JolzVsMCJB4Lxa22kt2aDWIrSdOBIyxQ { width:18rem;height:2.68725625rem;top:12.5625rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3x5MLnhFaFsSRWcwgNutT8FNV4UyF0g { display:block; }
 }@media only screen and (max-width: 763px) { #UdVEtVoEDbcTr6z6BQ1pn05aw5BdK1wt { width:20rem;height:13.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0S53Swcl9apzEsfAA6yDyJ9tKLaTH2I { width:19.5rem;height:0.97485625rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ABFCbwUFODrBJxcTFAqZRPwmnfyLR9BV { width:19.9995rem;height:0.97485625rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #HOBUbOR4a4pfCJm3LhMB3Sh8pAGErrq5 { width:19.9995rem;height:2.2744125rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPfXMbmceG4fx7dGMePJy0fk2K7zidBo { width:20rem;height:1.950075rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jgga9spvTzkDJ9CNFVXdhyIRFEDTuvJC { width:19.9980625rem;height:0.7312rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #f4IcuXzzLp89hxTAwzyrMqesOlP9d34H { width:19.99875rem;height:1.13769375rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #XT6lNN24otn9wSHfDSV3nWNT64iP2BTB { display:none; }#XT6lNN24otn9wSHfDSV3nWNT64iP2BTB > .row .container { width:20rem;height:101.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJQVFzAqAggKEQFi8a9TCbd3SWDxUq69 { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcTi8XBQV349mHtf4KfCWQaT1saMcATo { width:8.8733125rem;height:2.03125rem;top:16.916015625rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hvWfUh9d0ovf5y2P2fiRpHQONiaJbEZM { width:8.8733125rem;height:2.03125rem;top:39.87451171875rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mymwBZTXZ3llRPAy1TmBZUFG2s5fJ3dZ { width:8.8733125rem;height:2.03125rem;top:61.992919921875rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #byimGbwSTyLMRQ9rWUe8aaMHkziALpP4 { width:14.74875rem;height:4.5495625rem;top:9.949951171875rem;left:2.624267578125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CQTDHdT64Av1rxKAyt6q82eR22qu5BUT { width:17.6875rem;height:9.25rem;top:23.687255859375rem;left:1.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWvdI9a7MiQnbUg49stRfRORr53WCRVk { width:18.1875rem;height:1.950075rem;top:20.687255859375rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1cRZm4RcqRfgNlQUhSLR7H479f4b8O { width:15.1230625rem;height:2.761725rem;top:34.339599609375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yv0vGshHcRRlF97RFDZvM10vASifKEwg { width:18.1875rem;height:1.950075rem;top:64.6875rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WQpnF93UTqbV9TxuK5WgUecPbcBAS1EE { width:18.1875rem;height:11.2111875rem;top:67.24951171875rem;left:0.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTLcpJQVqgKoXrFlOtTTpptefbnoruk { width:15.1230625rem;height:2.761725rem;top:79.5615234375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uU5nIsfFq0lWWJCdRh4t5bis5TADd3qT { width:18.999rem;height:3.9375rem;top:90.807861328125rem;left:0.49951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCuUwXRgczw3OLUkfWRVbcgSadkhNuEZ { display:block; }
 }@media only screen and (max-width: 763px) { #EFGpSE4F1srsPSdrGuEbBJXDSV5b97St { width:12.75rem;height:0;top:142.78930664062rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #myehaqq3iqGNEdX4VnQz7oTaAWzKDSPc { width:15.99975rem;height:4.1425875rem;top:84.2255859375rem;left:1.998046875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15013;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #a71JJJpJ7OXlk6pTJXWSzR9mHz43A0kx { width:16.6875rem;height:9.0625rem;top:117.38183632813rem;left:1.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec5AJx2o56aNeF3N470MkMWo1bwSLGP1 { width:18.1875rem;height:1.950075rem;top:42.8818359375rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L2byctrIZLvGesw9BE3EhFbnEvIDiNLt { width:17.4375rem;height:4.1425875rem;top:54.755126953125rem;left:1.2802734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XeupvoTdTRrn49TcVsG3tEquHy3X6GN7 { width:16.6875rem;height:9.0625rem;top:107.06933632813rem;left:1.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLnbThVeNGU7A78mu3I4BFnyyvsBlZw2 { width:15.4375rem;height:8.0625rem;top:45.98876953125rem;left:2.279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQa1xgPVOJNz3uo2xzJPIbuwyXT5sNP { width:20rem;height:4.4581280788177rem;top:95.994794130325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE { display:none; }#eFZTDFi7kq1QaI7bAabSiBu70GQfGvPE > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g7w6ZL6DWUUgoDZ5lA8k6ynytVW5caOQ { width:18rem;height:2.68685rem;top:10.625rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ymq9zezXMT7ZZIi4v8xQLO7VtQ4OLq { display:block; }
 }@media only screen and (max-width: 763px) { #oxuobXVTQAOcTr5E0C5wCERR4JqZ0vIz { width:20rem;height:10.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XsASoFnky42RundnJ0ppzv1p9BIHXT { width:19.5rem;height:0.975rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AbMBhStT0K3aKLubFT8uD05OudlBrgnV { width:15.1875rem;height:0;top:5.57421875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#fbe936;display:none; }
 }@media only screen and (max-width: 763px) { #CaiTUFv4ltFheWZ5NEySvR67WkdppUwk { width:19.999375rem;height:1.1375rem;top:4.4791660308838rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cdqoSqEkD0RQOkFWUi2I4LasMSs0S7LO { width:20rem;height:1.950075rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5yzMWN7cex8pzAfaDS6QSMx5JxiZleL { width:19.9980625rem;height:0.73125rem;top:7.6966133117675rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2OhqgVmJyDciqAKBGPNySFbJdvUJO7 { width:15.1875rem;height:1.95rem;top:5.6156253814697rem;left:2.4062500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#fbe936;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #l6ci7k9vwMsLDi04otblTkx2JVC3Gxps { display:none; }#l6ci7k9vwMsLDi04otblTkx2JVC3Gxps > .row .container { width:20rem;height:25.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DyRLH6AvdnIUtu0Tg0PyZ6lyJ6DX0zz9 { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTnJWNxBLKZWyXMHXE8lL9s5xKpFhTX5 { width:20rem;height:0;top:6.8988037109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Muo3qzrlCoLicFspukpeKSGwwod8Stw5 { width:14.75rem;height:7.6875rem;top:6.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z91RcWeS92Iw6mQ4E068VxcfaVE0antN { width:20rem;height:9.0625rem;top:14.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #254387);background-image: -moz-linear-gradient(90deg, #6f3ba7, #254387);background-image: -ms-linear-gradient(90deg, #6f3ba7, #254387);background-image: -o-linear-gradient(90deg, #6f3ba7, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );";background-image: linear-gradient(90deg, #6f3ba7, #254387);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qQaEPTbLUVuyuEDI9pINiCLHX1Uf5nv9 { width:18.125rem;height:7.14845rem;top:15.768750667572rem;left:0.93671876192094rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AbzTNvKp3txX4K6qHCPTIQPiIGoFzTyW { width:6.3125rem;height:2.2278745514354rem;top:126.44409179688rem;left:2.56103515625rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #ZkvUo0qO1hM08DJxklZ69yl7lKDV45LJ { width:20rem;height:2.9248rem;top:2.4374798536301rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm { display:none; }#THLoDk4qUxCLXDUdSlT3X8wODWmsfCJm > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RCKckV5nFRFIUzL3CktfGirT5rHF2p7K { width:17.875rem;height:3.5625rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qReD8oruUAJTM1qvTFxVhG7ZLPTUZgXO { width:20rem;height:2.2195416164053rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNHX94c97U5UT4vVyDJSSgIpkm7vkxc4 { width:20rem;height:1.7749603803486rem;top:8.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAcczWxOsk7pOsaS8De8W6MBCmq61kkS { width:20rem;height:9.0183028286188rem;top:10.774089813233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwlAaVnWxibnaRRwZfA49nC42Ic2Geov { width:8.5rem;height:11rem;top:13.29296875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCgySpQBJtHw1fqNeG8eAoRcJpoeu5Xs { width:9.6875rem;height:2.6rem;top:20.480469226837rem;left:1.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KJh8F2JePkUn23AkItITziZU3Te7OOTy { top:16.917969226837rem;left:0.8125rem;width:6.25rem;height:2.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhdKBNbIPoU2s9Ddo7w07mwNmvS1fa9H { display:block; }
 }@media only screen and (max-width: 763px) { #GA6Ckqsa8mqgkT5kKolCU0OfvK2QWesg { top:16.917969226837rem;left:7.9375rem;width:6.125rem;height:2.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1LcltXMiBedCZLUHr7cy9zv10pgT0JW { display:block; }
 }@media only screen and (max-width: 763px) { #MzPMXfBJLzaixTflfZflLMxv5XuZ32ZC { display:flex;width:3.375rem;height:3.375rem;top:13.19921875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #Ha3qA6IMJSwshNM7wB3amnUaGS89vDDL { display:flex;width:3.1875rem;height:3.1875rem;top:13.292969226837rem;left:9.40625rem; }
 }@media only screen and (max-width: 763px) { #pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO { background-color:transparent;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; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO.adaptive-delivery-prevent-bg, #pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO.lazyload, #pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO.lazyloading { background-image: none; }#pmAAmOag0BJ6GOgeslzwqFiuObmyvNlO > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QpkvEZhSW4lAqZ4zyuBMZvESsKEUA91w { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxyLFQqNRDzz7pF6mDTTmw275hxBInDx { width:11.7495rem;height:1.21875rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6tfSNW4BsirnTmNkzyx5wO92ExVJRL8 { width:20rem;height:2.25rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2M4hWfPr9cfn7sbRMQ82mPxgSDR7BHE { 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) { #EciiTWq4PzgQTCpRmZqEX7DsLzWUgHOD { 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) { #pT3yrP8MyTugf20GUfQFqWTQCn4Z4KFK { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMvkmkuoGpncemZTVrAAZQlMrRDNmSTI { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku86TOXxl6mKHFT3rhndETrwwK2MVpwq { width:8.875rem;height:6.375rem;top:27.23681640625rem;left:5.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV2JaAN0gBTvoy3feDnvTCfdCJRgiFFR { width:9.124rem;height:1.29980625rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rGC4qFkddQtutTu1NOiMQhUyDDVmPBkG { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRt1OqDqotVuVC6xRh9vq9Ki6T9l0o6 { width:7.6235625rem;height:1.625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L65PHcBPmFZqJtWqu4ICfUlrxTVZNNxA { width:20rem;height:1.29980625rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HauN6AKFMZf9oSF4IVVQi4d639HBKZco { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqDFeLOWuwKvpOpocwK5JyPaMS0ubJzy { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:3.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofalaxdTBnkM0TiSx3tBl5RrdPpZcHAN { width:18.125rem;height:1.4624rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDOkrCycKiEUAyQrQ8c9MEXsO0o7T5mu { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlWgtA6ybXpNu6yctMF6JoGmfsDoNL1 { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsmIg0zh4cC8SlKuZs0n9y8xyuWDfmei { 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) { #Wa4yZaUk5QWdcJuZZqTFQ2Pv4aAJN9eO { 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) { #e59H0lTpMq1x0IaraxF6BsMtpzdk9Vfl { width:20rem;height:0.89355625rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP { background-color:rgba(9,9,9,0.2);background-image:none;display:none; }#uyQ5Xpl0HS2L8CwUVbHTKzuFMqrW0PQP > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LnU4rMVTs1MN8oirM4SwCGFlZoKb0s3v { width:11.7495rem;height:1.21875rem;top:32.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG0Pn6N2bKNeX6titrV1PTUUXkfLTToI { width:20rem;height:2.8125rem;top:33.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCryD3FlFWkAfQFTIfqr8Z4pbdbz8JO { width:20rem;height:15.062rem;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) { #SzaX47cNcAhyKFf5afrbXusFFs1NE6ig { width:19.3125rem;height:1.13720625rem;top:7.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNaCrBlBXwf7Hu500iD1ibkFXQBby4yc { width:20rem;height:2.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oheOM2Necay8mDEEF4ThiKO8iKutKM0b { width:9.25rem;height:4.875rem;top:11.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOp8wRB7i3SILdD1fXGRxldRtf7BEyt { width:20rem;height:1.13720625rem;top:26.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb59nmWKGGF7gLHasuKXN3KvKUX34P52 { width:9.43725rem;height:4.874875rem;top:11.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no5ZP96tq6wJTX5yTqMqnENPT6T8T21M { width:18.125rem;height:1.4624rem;top:29.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvai07oAliWetXQMkuHIQwD40ToTA1BB { width:19.75rem;height:2.4375rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCVvxX4PCq868VS68DyDhJAkLFoxJpxa { width:20rem;height:1.9248rem;top:23.0625rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OFSX3dxvnKwm58IIQcnJqo00TiTaIHfr { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXS0K5lyBwImuiAxNnfmQZbvnL7vZ5Q2 { 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) { #ZJZs8aAD2AW1bmgdhfwxf2dH8E9PIACg { display:flex;width:7.312rem;height:7.312rem;top:16.0625rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #rw30SitGtt8QWyKrvfWSubvzETmmEg2E { display:none; }#rw30SitGtt8QWyKrvfWSubvzETmmEg2E > .row .container { width:20rem;height:41.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOohWroguaf4hlhtNHqcPgQ4tfrDnZ1o { width:19.75rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRI2E7WUdGl1RVxrKaqVGG2ISx7AkhhV { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNqoQCZU0lfLyMeCDZXPIWTXdok1OA9 { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExCsBZFVxgZRUIAGmzVSg3T341iLaxB { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITwPUBRtTiswIS0XIP5ETH8w84Ebvne { width:4.375rem;height:2.75rem;top:8.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ann1TUQ9WaKzJPbNUFrSkTVEQzAwGB6y { display:block; }
 }@media only screen and (max-width: 763px) { #DVT9rQkA2dqlw7eyigmbHIA6DHBfgXCL { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlvTTNKEkamhnmxUD7Ei74dTt5dF93qG { display:block; }
 }@media only screen and (max-width: 763px) { #Ce7xErQXH3ipoCXQZZTt35NEhKFkbhq3 { width:12.5rem;height:2.5996125rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtfhmKQKOcQye9sCm5dcptheT1vgJ2A { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyqTWqV3nuMD84CW4csJ49CeC4AhPNKi { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Dv02DxlvmdwwoM8mhpwbAqZPlAgTPo { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U35iIBrm1LKfAKdseGwmKNFC9dr9wWEB { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeyD79I9s58IfJD8xKyJfX4RbDRUz72q { width:12.5rem;height:2.5996125rem;top:25.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRn65kvBBGq4DCWtE1P3pNn5tw34FLLk { width:16.0625rem;height:9.875rem;top:29rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #amawVytPTfhBT9otunymV5aCkNdwDMmy { display:none; }#amawVytPTfhBT9otunymV5aCkNdwDMmy > .row .container { width:20rem;height:56.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wWoUfqS45k9KNkcTDSu58OQINlqyBLVZ { width:20rem;height:6.0664819944598rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7V53zAZFUpHUAZg75y0Kv3MAtkVpFIk { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeE6zNFwaN6KlqXFBHVbeP5b045Dk0ND { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZliiaiCkxvKTQpZpLmfx0xdpFHoHGsFH { width:16.125rem;height:12.5rem;top:39.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdiwSIWkUzTfxBJgOycoNQZLD67hqybg { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLxRzVP8yVrOfkac0fKUQDzNOxd7TB1 { width:4.375rem;height:2.75rem;top:8.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukWIeCfo6Zf2V8pWR3GTKdKiRf77Edpp { display:block; }
 }@media only screen and (max-width: 763px) { #Q9orccvV0hFTTgkWVqysrnGnrw6eNhVt { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7FiDnnZA2sVNxard3WOUaZFkAGAXkb { display:block; }
 }@media only screen and (max-width: 763px) { #JUtq3RmF57AfTIHPTiunc9735tnwSkM5 { width:4.6875rem;height:3.125rem;top:38.482421875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJMNSP2H4PPXlrCd0Ce6DFyrfAJIxhk { display:block; }
 }@media only screen and (max-width: 763px) { #cbCrvchqR0LgNOr4iynz5nvZg4xuAe5v { width:12.5rem;height:2.5996125rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9l8TVNM1eMZJ0dx2XtNu5reNXqyqX51 { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSb4sNgX4MoNMuwOqNyw68b4EC3diDBB { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTCdqFG17wsR5TdanGOeDxQnk6W5IIxQ { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLEZ1TFDECHpGyq1rnPrhMDz08qeV9HG { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMHkGMOT7tXHMGo4oBNT6yLCwc9ZLai { width:12.5rem;height:1.29980625rem;top:26.41943359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdR5X2caUzfqM0v9TGlrkke6oG0zcFXD { width:12.5rem;height:2.5996125rem;top:40.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCfrn0cEm5l8An0fTCziAEoDQpn8qSE { width:14.0625rem;height:14.0625rem;top:23.31640625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMNQVyOt2aOKI1TygRkizLdsZQiINvo { width:16.0625rem;height:9.875rem;top:43.732421875rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LQEObv88CCl7TAkT0N9bzC0dHZLQMqzM { width:20rem;height:0.84375rem;top:54.544921875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqeDDRRbMiuf8bwq1gkltGmT8lilzBZ { width:8.5625rem;height:3.57470625rem;top:31.294921875rem;left:4.28125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL3vEKN3vExUiK3PfLN9hmTI0mUJFgdq { width:7.6875rem;height:3.6875rem;top:31.30078125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04b107d9-603f-478d-85f0-136d74705542/section_pro7th.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7.adaptive-delivery-prevent-bg, #cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7.lazyload, #cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7.lazyloading { background-image: none; }#cN5fw5mEZNPULPgR8vNoHZ76ifSXouw7 > .row .container { width:20rem;height:13.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { display:block; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container { width:20rem;height:90.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhGnNFngX8Ufu13TR540HtqJyLsm4lyW { width:20rem;height:5.199225rem;top:58.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .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; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.373125rem;padding-bottom:0.413125rem;padding-left:0.373125rem;width:2.2325rem;min-width:2.2325rem;height:2.220625rem;font-size:1.65375rem;line-height:35.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.9775rem;height:0.8775rem;font-size:0.62rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG { width:15.9375rem;height:4.183125rem;display:flex;top:22.56201171875rem;left:2.02294921875rem;z-index:15000;padding-top:0.03625rem;padding-right:0.03875rem;padding-bottom:0.03625rem;padding-left:0.03875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #LDNakOm9LQVn6Ia61vaSyIbHtdGZWg36 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #cA0inAv8X0hN4T0SPz5slEg2UihlTU1z {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #WdVpyrhHHNwCs7BttimMVPsaGGP4u6F0 {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #mGdGoCP85poR3OyBqvT6WOZeOanTKOqV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #NOgZkfBUeuNUSBbTUMgDNaQaInS3ULzB {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #eWOo9sxIuWnUHQHMuJQ2cz2UcJTCkeHJ {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #zQyrW4fhiZsPZ36TaeEbbMTbJ4xeMhIE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #T2Qu3op4rsMErfOEUv1RF0IH5MshRXPP {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #AzZUymr9qxLi1uiQgo74Biilb8kDcpkz {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #ZTc7nL9qTyQJiduMzu9RT14d0492qOGH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #tZz8CgAM99iaToSB8Onpn9CAdMtn0bMS {  }
 }@media only screen and (max-width: 763px) { #eFtF8NKkxG9pkRZD0Uw74CUoq74Va8GG #pibcrN2iIlN0tdTevzKK4ssQSI9JFRFx {  }
 }@media only screen and (max-width: 763px) { #FOkve4dETVlS4mVH3TLKwHVFGxsocAor { width:13.8125rem;height:2.1125rem;top:19.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1RUEOZLRv4y1MvnmCMT1DrQDywABfk { width:18.625rem;height:7.5488125rem;top:48.8125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;line-height:1.2;display:block; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:before{  }
 }@media only screen and (max-width: 763px) { #NLcnvwGMmu0dca6Igz209ZR33tfMuUL4 { width:17.1875rem;height:6.662125rem;top:41.5rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:5.125rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #oxeemroXPn9WoWIZAkrGfMqGo3etn9PV { width:20rem;height:2.00024375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #A4a77bDz5viBQSu4QFFlWMZ6cLLhOWM8 { width:18.4375rem;height:3.65625rem;top:31.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #RNIUCTyv7TX9Lceez88QdfDmlGLkcUkJ { width:16.75rem;height:3rem;top:35.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wqo57DWaMfPuDKyyMIt1AiFp0ETONQLD { width:20rem;height:27.4375rem;top:29.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa { width:18.625rem;height:0.962525rem;top:5rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:before{  }
 }@media only screen and (max-width: 763px) { #FAUd4qIweyi3F4RkcktOzcT4wFycCFL6 { width:8.68725rem;height:12rem;top:6.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV0Ufry5xaCVrvScdzEDPNL1MVbNoTxh { width:8.4375rem;height:11.625rem;top:7rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su  { width:17.49975rem;height:auto;top:64.9375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su {display:block;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su { width:17.49975rem;height:auto;top:64.9375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #bAucHwvEQxkucqTGSOMz8CSvoAzMkx7J {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #uSof4ZtUO33M7UUoz1ihlR6a0zZ1mQhf { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #GcbTe4FBmqThzXZdgTrnHBNDtGv8Wnct {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #HUNuiPTWFTV4HTSCg9ehxsNlkdV9zoAz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #Lwd7qNFWNTE9vLB5Nd6n9An0Lmr9MIwe { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #F5p8nzNIvFHq9liyBs0Va2qiu5lgeXaz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #hmstMPRyFTdPkw2ieU3xD6vbwMErBBbm {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #gqvwbDZUhAreZmMq4k9P5aBGf5BlIIZk { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #us51nf2y5yrThZSKzTtn3QwHME5NrbUg {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #T8ZLJeI1fnT3thBU2Z3yHnIU3mx2a88y {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #kWzwCf1cntWuAqnncT8dobGn9fbAfQC1 {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #xbBBeBiNxoTQdO7BlqI8U6nMNZzMWoqQ {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #SF5ewZ2TmCwCSDkTGnn9Ubshl4EoBMCP {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #To0Vka3okRmBApAAdbAn9CirHX5BiJkI {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #VLnoGG6WU5qNQk7nhTxhrT3e0X7BlMOA {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #NX2y5kXeL7QNGtx1PFX4TC9sHZkbGSxC {  }
 }@media only screen and (max-width: 763px) { #SJGswWX161TCzNur9uSlmW9Bscz2IJb6 { display:block; }
 }@media only screen and (max-width: 763px) { #WFwf7ISAH9eQvPsRbv5EfNmPbpVe8Clc { display:block; }
 }@media only screen and (max-width: 763px) { #qCJTSdgAoPGiqqHC57Q3N5TvKqvGK5nu { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RdkgVueaRUmDBTTEOEkZIKgmRIiHdSb7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfCCSBmFRgxkJpkvZeZnARDE2v8aVISc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VVWlwP3ZaVh0xPrVuvE7a7VISa7CTRL4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pUXO1e85S4QmN1Xw11QzlJNzxRiLlTH4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xTfaUXhOIDyDrDLK73TEclCWx5JetwQU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvTfpileptDx6SWHe1VyKQyFHrGV1cIm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FfKhhgAOtIxT8n7KuprHrvWQPJGAKcnU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Q9G9b99ybR44PI5S0ocXQP4eaPr27PGQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PLHt4np2lXO0aBiRnLNAzNHwmDzMr1Ue {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #suSSLaq2qlUTRVFLsE8GaPUbT9BFqCOh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kfTFdQxlafuSONmqhF5uH74FcK1nZaXp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vu6V1MW1criTvixSePlD8618o62wcTfp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KfHzMP1SRqenlmfcL0nCBABRmP5LDMuN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Df4Nte2ndPlTsemKKN0DwdimNGQXsOMy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pOqTRqArSgRwQoPUA9elzFrPZV6PE7qi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kv1TJLT7vgxKTwXX8izWrIaKwGpuS07O {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRhQxCAELpyJRA0zwtlZoPQatwqOSEun {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V1fPotTIA4siH5VWhowUlhTgaOxTKEtU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNJLrnr736zaTZBwiDn2ph4MfpxBM9Bp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #im6n2p0EpphIFzFMO38aOxt7SrspIp94 {  }
 }@media only screen and (max-width: 763px) { #lTRGpLo2VSI6rsTwn3yU6RPUAOSEkJlH { display:block; }
 }@media only screen and (max-width: 763px) { #p0d3bCOTH3RSFlmwZIgp7zfIDWt2tifP { display:block; }
 }@media only screen and (max-width: 763px) { #mUEcnh0m6F4FQeqbDU2nuHOCVT5IGinz { display:block; }
 }@media only screen and (max-width: 763px) { #PM4r0NFfqQe51WO1cRmlNdcBBmZLFVPi { display:block; }
 }@media only screen and (max-width: 763px) { #VR46KUOsngCDQFdzLMF9rAKP4Z9kwy1D { display:block; }
 }@media only screen and (max-width: 763px) { #HBfwcSR9FWSdIRbAgB7XpTaJn5QedKI9 { display:block; }
 }@media only screen and (max-width: 763px) { #SGyte356nTQ3xlBI1qwaNaoPemTrz3NJ { display:block; }
 }@media only screen and (max-width: 763px) { #NNGIBM94UsVBnOrJIFUJQvTT8HsJqd9P { display:block; }
 }@media only screen and (max-width: 763px) { #VRfdmfTkJ6ZxW5d45JAUwE6635Hps3P4 { display:block; }
 }@media only screen and (max-width: 763px) { #M8xlT6uKPdtpNlW3P6ZzA5XU3NDz1xgH { display:block; }
 }@media only screen and (max-width: 763px) { #N1RCd6LveZOletKqK1KzBVDvlMT56Uip { width:16.6875rem;height:3rem;top:39.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw { display:block; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqLJMB6991CmNAO4Pa0aLztMhzGEpkQ { width:20rem;height:10.3125rem;top:5.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud9iwbo5braRFxHtmlbyUZ7lNxFM7y2G { width:20rem;height:4.875rem;top:5.1127496826172rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPM9fEC5sRpq3kxoPo9iJqp8r5OV1flG { width:15.9375rem;height:1.3rem;top:6.8974609375rem;left:0.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeLZ8qv9zmui87i4XoiTtamJbJ4LGI83 { width:20rem;height:2.5996125rem;top:2.5360107421875rem;left:0rem;font-size:2rem;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDnp78NPD6TmFSJv61EFeOpbD2S0QcWK { width:18rem;height:5.3984375rem;top:8.91157399292rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42k1iGsI8n9l3nqCCdoKCRarNNZDxxL { width:20rem;height:7.9375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNUfC7x7CJ68frZhp6DowSaQGt1Pg9O { width:18.625rem;height:1.3rem;top:17.625rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hetAdlKz39iBT9lSCxsRUcGG8n91ccVn { width:18rem;height:4.72411875rem;top:18.9375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqxMATmmI0E2QArfV3giNKTMm86mOwWX { width:20rem;height:7.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoTtV2Piyy8F66PIsvCGfaLPioFTTJu { width:18.5rem;height:4.72411875rem;top:28.1875rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTUE6mAbuDxAhvcTZSdrC9qOrevRoPg { width:18.75rem;height:1.3rem;top:26.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #baTXVz1wxyh6glETabboVw9Z3Ga0nic7 { width:20rem;height:8rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4wEbVfva14gnWndrHywIEnV7dKzbis { width:18.375rem;height:4.72411875rem;top:37.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52Fm2cWJMT3f1o2ZhIbayNtKXCpvADC { width:19.375rem;height:1.3rem;top:35.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sPfgPVrio2JuF7FMn87HxAD5O0M8JC1F { width:20rem;height:6.375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osgQnyXB16hpMWeGdT72XhKOe9Euot5r { width:18.4375rem;height:3.1494125rem;top:46.875rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh17iyXTU1foyhksEx70gzSCfDXt9v8x { width:18.8125rem;height:1.3rem;top:45.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #seusNKEcSUoenIq1nEw5OOraZLfFNoD0 { width:20rem;height:7.25rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXff5PHSOHH6SXVaIhBbDGGTPG1J2lDx { width:18.375rem;height:2.3994125rem;top:55.6875rem;left:0.8125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #M2nJUhZxI6cyUJV0mV5fkmG4aG5TtLI9 { width:18.25rem;height:2.6rem;top:52.75rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vvnJ7v1q1VHukQbzsgezCcWcnpSGmA1X { width:20rem;height:5.84960625rem;top:71.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTCCFFCpL0JOSmxnSOZMNXvSdrEmvg8c { width:17.5rem;height:3.4375rem;top:79.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NEM70QnCnZyyABsbRW9R7Wpm5rOHPD { display:block; }
 }@media only screen and (max-width: 763px) { #VzWxHoerLOh3Uh6OGv9Tu4TsB7QtDPb1 { width:17.5rem;height:3.4375rem;top:83.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLPtHgBW5TGAZTLUORM2NbkyZRPMtpPM { display:block; }
 }@media only screen and (max-width: 763px) { #Dd1CyRxlRLfP1k7ucpoWccvigL21Spq6 { width:20rem;height:9.125rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5FMLNpkHfkuo92a1MmO2Kf3U5f2id8 { width:18.375rem;height:1.3rem;top:61.25rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHSrQtzxk3uIHWNw3PmbpLWNMxwfWprX { width:18rem;height:6.2988125rem;top:62.5625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { display:block; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGp4TxF55QFpyGHsmAx219X64GVN1IZh { width:17.75rem;height:0;top:1.3115234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SgbmvOiBtmBmEue86wO2fCieiWV5Vq6F { width:12.124rem;height:2.8125rem;top:14.8125rem;left:4rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIwViDLaVgPbdZHlqKWc866van0fNz6 { display:block; }
 }@media only screen and (max-width: 763px) { #hB6lE1m1Ver1orGU8ZKvT193nETNGdsM { width:10.999625rem;height:1.625rem;top:7.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-text.counter-number { padding-top:0.2775rem;padding-right:0.2425rem;padding-bottom:0.2775rem;padding-left:0.2425rem;width:1.45375rem;min-width:1.45375rem;height:1.493125rem;font-size:1.11125rem;line-height:23.89px;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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.938125rem;height:0.59rem;font-size:0.416875rem;line-height:9.44px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa { width:8.8125rem;height:2.811875rem;display:flex;top:10.1875rem;left:5.625rem;z-index:15000;padding-top:0.024375rem;padding-right:0.025rem;padding-bottom:0.024375rem;padding-left:0.025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #Lpx5Sf4EuH82R3CMbJGFMfSudzWRIAFh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #A9ddPzhZP3hBOH9J7L5LHqxae0UG04UF {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #kiz1oWDXZOqu1qStFqy7BwRHfSl5y8g4 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #tTFxDTedsoaGxkK43DUfmB5TTvcRtWaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #HeokH8vnKGESRIAIMClRqi4RxOaftRe2 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #QECZWxSoEchhK2FXZh2xAhOOTOhCAn0k {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #cAMKBhpClc4AnTIANvDuKL2bKCJwIQJk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #My2fGMW40XVGK1l9mi6CiRgrDK69UdEy {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #g9BKA2zl0aXwncqnCkkuKnI4VveQoa37 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IAQTEeeiAdlWKDRb3LsElFVHdyzoS5SV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IzL50dA8aSbznnVKxiFSlyX3bkqQSekb {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #i5eJIvcOCATZuKgLW1keKIGnTwtzRTyO {  }
 }@media only screen and (max-width: 763px) { #pPppfM2fKdWKzQwRUbRfvKDB3VSpk7Cw { width:20rem;height:3.25rem;top:2.9765625rem;left:0rem;font-size:1.25rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29c31e82-f261-47a2-9cda-aec7396b0b5e/5.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir.adaptive-delivery-prevent-bg, #SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir.lazyload, #SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir.lazyloading { background-image: none; }#SyMNNiPVNhDQD8aC3sKORlhJFRz5mMir > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lRRsWntQatvQ8dtv6vyfIGPgfcA3ppkS { width:13.625rem;height:7.875rem;top:21.214192628861rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w67VSTkv1Tqk7TGFoviK91H84TLTZoQE { width:18.75rem;height:3.3125rem;top:10.827484130859rem;left:1.0104167461395rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUmKbSqEpedT2iBhtmFq1xLgWk2myRw8 { width:18.5rem;height:3.1875rem;top:15.081378936767rem;left:0.75rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyLfXbbPpMD3QuKgLJ3l3wAvL5H4fEUQ { width:20rem;height:1.29948125rem;top:19.914714097977rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CuNZm0sWgGN6F0d2sLLHBXEO3MbFT1ip { width:17.375rem;height:2.8125rem;top:7.0149745941163rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBInqAT7pyzg0o8vUulFm1GUvW1kTg4S { width:16.3125rem;height:1.625rem;top:7.6087245941163rem;left:2.4166667461395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPtrUGDJmMq2R1XmVOJhVApnKivIRgFz { width:20rem;height:2.8711256117455rem;top:4.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTxXFHnzlT3h7SQDc9xdn8rzH4lavFo { width:2.375rem;height:2.5rem;top:9.8274745941163rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ToawR4l2sIFGmVLwvn1p44fcDxCWvD { width:2.6875rem;height:2.625rem;top:15.361980438233rem;left:0.54166674613953rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIpqngKk5h2JW4wqNhdJvKN5Hv10UTlh { width:13.0625rem;height:2.761725rem;top:11.102824687958rem;left:2.4166667461395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDWHyaTapFrGT7dZ4AJasGHRqCvWw72i { width:12.5625rem;height:1.4622375rem;top:15.699871063233rem;left:6.7291669845581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXHGF1lTDgFfELm2tTV9zFvrFlHdMrEC { display:flex;width:2.8125rem;height:2.8125rem;top:10.827474117279rem;left:13.09375rem; }
 }@media only screen and (max-width: 763px) { #I6U1U58CJwdmxZ44ocJkDOrEc8apQE66 { display:flex;width:2.9375rem;height:2.9375rem;top:15.205729484558rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #KesyTLSL75P4HDZThN0CCmNxFFDZpGlR { width:17.8125rem;height:2.875rem;top:1.3522129058838rem;left:1.4791667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ { display:none; }#SRagqUVKNTA7Jf5Ma4WNJkfZg5y79zTQ > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AgmKJBq4VNvwMDhH4TyK9S2HwseuaTWt { width:20rem;height:4.2246125rem;top:1.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHVQbGVJW4tyy5PvDwDbtLPvZWUTpisx { width:16.4375rem;height:1.29980625rem;top:11.724609375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsingq5LRwuKRL4SwnCb17VJTwDxKB2 { width:16.4375rem;height:1.29980625rem;top:7.7626953125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzw4khOhb6bVUkQkszs0Z4zBPgPVaEo { width:18.875rem;height:1.29980625rem;top:15.380859375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCDTPfqdUAhsxta9O1tQLKWmvrPLXWu { width:19.4375rem;height:1.29980625rem;top:19.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1NWA55BGMExkC0SqLXGLmWV97MeThOG { width:5.3125rem;height:5.3125rem;top:9.9375rem;left:7.3125rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZBXxNZdZzmbuVcVN11qDdNLDVkGvSxp { width:5.3125rem;height:5.3125rem;top:12.7246125rem;left:14.6875rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXFeD3sXTki1CHuK6OK3Fm9xXPLaLI7z { width:5.3125rem;height:5.3125rem;top:17rem;left:7.3125rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOgREr9TAcGESdwdCSDh4WtHuL9Iam7P { width:5.3125rem;height:5.3125rem;top:6.5625rem;left:7.3125rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGfGRzyR4XwwGtrhC5hzR8mCtFyscqWJ { width:19.875rem;height:2.5rem;top:7.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6yHNZm3qUOxSdeB8NVTlPxihiGDzm6V { width:19.875rem;height:2.5rem;top:10.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHq0Hqz5rkEFbpxzFEeaWVc1ItaT3wE { width:19.875rem;height:2.5rem;top:14.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNQlVGqddwEMXXtkFzfKLPwJ65FUOuuA { width:19.875rem;height:2.5rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ius1atDIeRUPvK7wRKAT5y5wmO9rqgJ8 { width:19.75rem;height:2.125rem;top:29.9746125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSXBKDVsnwkvv8ozKpihgRTQRu2r7fde { width:19.75rem;height:2.125rem;top:33.5996125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZCZVInAVW3PTCty7THMBUJsL7KEeF8T { width:19.75rem;height:2.125rem;top:37.2246125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6r0OViUoM22CaUd2DBOnHLW9dBb0Vl3 { width:10.75rem;height:2.625rem;top:48.0625rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kioib1XbhzTMFBvtnzlWQTV7rxNPUFwA { width:9.0625rem;height:0;top:48.6875rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9S40PF2whh4of0xsL86byeGcZ3dsH64 { width:16.4375rem;height:0;top:30.51171875rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #siEqmpkcnCPiiAZm4PlfQVmQ5OzrV8Ar { width:16.4375rem;height:0;top:34.13671875rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgHiBtMTXN3Gz2L0EV4y22yyFfh7sfeG { width:16.4375rem;height:0;top:37.76171875rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORH0IR8Fde576q5Zlz3v5x3Tb9h1ZdBL { width:2.4375rem;height:2.4375rem;top:48.875rem;left:13.9375rem;font-size:1.6875rem;display:none; }
 }