.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,211,0;--color-primary-1:255,232,0;--color-primary-2:248,246,0;--color-primary-3:245,183,0;--color-primary-4:102,36,0;--color-secondary-0:21,207,250;--color-secondary-1:0,60,255;--color-secondary-2:0,102,255;--color-secondary-3:0,85,231;--color-secondary-4:0,18,49;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mitr";--paragraphs-font-family:"Mitr"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container { background-color: transparent; background-image: none; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container > .video-iframe-container { display: none; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row > .video-iframe-container { display: none; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .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); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container { border-width: 0; border-radius: 0; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .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-reverse;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; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .widget-text.counter-number { border-top:0.0625rem solid #0d3845;border-left:0.0625rem solid #0d3845;border-right:0.0625rem solid #0d3845;border-bottom:0.0625rem solid #0d3845;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;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; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;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:3.125rem;left:5.25rem;z-index:15045; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #u4Rz4tXWOD9tHF7vlUWTf5hDlZBllbu7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #wogAOvncyV0priICRhpLPVJ9S5hd5kfV { width:auto; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #OinAse8bzZH6WxCz0NFsvKWkFxTQWSTn {  }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #GJIDNO0BlExmvoo9cs5Frye8O97ozTwW { display:flex;position:relative;top:0rem;left:0rem; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #sf1P2XQ1KZ4mkScfLcLfUHNRzTfNv9Ox {  }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #hwx5Pn20z9yEL3MCHg9Jkn7QMq6xCcmd {  }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #Bu900c8klkPIEI4tbCyAHkCJSTVDPC8X { display:flex;position:relative;top:0rem;left:0rem; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #F84F1OcLSe9IRslH0LQshHcLDzDlbtLd {  }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #ITEfBeUifySl56LVLsd2eWhFfTX4opXI {  }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #B1BQWSnKfGCAFied9KtloL4ERX87DzTU { display:flex;position:relative;top:0rem;left:0rem; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #ki0H5oCvtdJ2AFnCqGZZbRXDy3lk13No {  }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #W0SzWdq0URh1FLR46naiKKKxLVGqJ4kn {  }
#MHk2yaaaItkblyyPiu2nZChmnMWe4ph3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0.9248046875rem;left:32.3125rem;height:1.687625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUxnsNWMG2BWaNRqnT0ddoh1iIHgHT8y { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:3.875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1RpTmrappfpcXMOnTU6rrXi1ZWT4pu6 { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:7.09375rem;left:33.1875rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U0XowMHMaBVhMTWFHtkbkXhMHzvZksfB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CwUBR4o1BgPTOH2nKlrgnE4RAguI4tST { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sbAstknlNgwtZNiukZE4b2uOQ9ZZWksw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:3.99951171875rem;left:34.9375rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tf9yzb6CCzhQMLrJff8GaxUW9elJEbBT { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:18.75rem;top:3.74951171875rem;left:36.4375rem;display:block; }
#ZDIZEBTxXXtAAX041ndQ5uwdeutBPyHM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.59375rem;left:36.8125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fk2F5MoCHfZUicSreU5V0kKpx7hhw2tT { color:#040001;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:0.8125rem;left:4.5625rem;height:2.33764375rem;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; }
#vl00EckUsVeBQOFOkOCBl7UD1u4zQ68m { position:absolute;display:block;z-index:15000;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5625rem;width:14.5rem;top:3.125rem;left:4.6875rem;display:block; }
#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container { background-color: transparent; background-image: none; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container > .video-iframe-container { display: none; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row > .video-iframe-container { display: none; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .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); }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container { border-width: 0; border-radius: 0; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#TW1aDBZTVfT6wPT0oJlbP4TFaqPRAaAd { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:9.53125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVLpWvFUwTLmaxpF7yEadbGnPLfk4LUA { color:#ecff00;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AC5Rm5vZsAcQNRbLP7Ow06kOWGGDQzxo { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:18.427344322204rem;left:9.53125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIQqw4sBimt8tZTAQmHOnz7DT4nzp6UD { position:absolute;display:block;z-index:15010;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:7.625rem;width:14.75rem;top:9.153564453125rem;left:0.25rem;overflow:hidden;display:block; }
#azBnGFPdqeCcMTrTOVQPmoglbJFLl1Nn { position:absolute;display:block;z-index:15011;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:7.625rem;width:14.875rem;top:9.129150390625rem;left:15.099555530684rem;overflow:hidden;display:block; }
#HfxTU6ImrfozZtpxsgeS0fWpHLZk77Z4 { position:absolute;display:block;z-index:15012;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:7.6245rem;width:14.6875rem;top:9.1522216796875rem;left:30.161254882812rem;overflow:hidden;display:block; }
#oxse2vUd7f3MhL4KKmwKXe4AvZoqRuc2 { position:absolute;display:block;z-index:15013;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:7.5625rem;width:14.4375rem;top:9.1347421875rem;left:44.997803200382rem;overflow:hidden;display:block; }
#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn { position:relative;display:none; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn { border-width: 0; border-radius: 0; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn > .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; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbcd2;background-image:url("https://images.assets-landingi.com/uc/62f5b9bb-94bf-4c38-aee0-63f25c55159f/image7.webp");background-position: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; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU.adaptive-delivery-prevent-bg, #ZMeBzSyzawL4nZAztZklSQCJCueevdKU.lazyload, #ZMeBzSyzawL4nZAztZklSQCJCueevdKU.lazyloading { background-image: none; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU > .row .container { border-width: 0; border-radius: 0; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:none; }#XvU7tBgNTlIrJQkxLmZXZEbRC89MyFTd { 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:11.1875rem;width:21.3125rem;top:23.926391601562rem;left:8.5625rem;overflow:hidden;display:block; }
#BthW2cFTQxzzsOG0seZ8lCZcHL8WwGZc { position:absolute;display:block;z-index:15001;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:11.25rem;width:21.4375rem;top:23.927612304688rem;left:31.5625rem;overflow:hidden;display:block; }
#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/202d88a9-146f-4e3b-bfe9-0995983a81b0/noroot.crop_1862x619_0,135");background-position: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; }#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl.adaptive-delivery-prevent-bg, #aTpT099ceIS7anz3AhQGT9LvpmKHtMIl.lazyload, #aTpT099ceIS7anz3AhQGT9LvpmKHtMIl.lazyloading { background-image: none; }#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl > .row .container { border-width: 0; border-radius: 0; }#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:none; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/02ff01de-4053-4730-a58d-76ba30f05b31/image3.webp");background-position: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; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe.adaptive-delivery-prevent-bg, #DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe.lazyload, #DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe.lazyloading { background-image: none; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe > .row .container { border-width: 0; border-radius: 0; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:none; }#lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT > .row .container { border-width: 0; border-radius: 0; }#lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }#H8gwJTWmDq0cn2eApPfr6u2bSSHnoF2N { 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:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r62mCvWJnSoS1is2ynJd7To8ofNLTu8b { color:#ff0042;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2FxLlL4oUHoOPdDULabZepgRZzXUkgR { 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:700;z-index:15038;line-height:1.3;letter-spacing:0;top:6.0187511444092rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf73fc9b-93df-4f31-9ba9-50e54729f8bb/LandingHeading.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza.adaptive-delivery-prevent-bg, #Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza.lazyload, #Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza.lazyloading { background-image: none; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza > .row .container { border-width: 0; border-radius: 0; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza::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; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;overflow:visible;position:relative;display:none; }#G3Zo6zaKFU1JKrrL6eRlghbzUyMU3g91 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.328125rem;left:27.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JArfWKbiV48hhPPU0Z25PHhSmgGQBfGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.3125rem #ff5900;top:10.3125rem;left:38rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHNmApFnuEdG7wEN2lJsRDms2biU0abf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1875rem;left:31.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJiTCP82XESm1wXrKK8uG2GqJWuJxlS5 { 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:14rem;width:33.25rem;top:0rem;left:25.3125rem;overflow:hidden;display:block; }
#JcfaZafRF2q4vpL81xTz0hJnPR3uuESW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #852dd5, #480e80);background-image: -moz-linear-gradient(180deg, #852dd5, #480e80);background-image: -ms-linear-gradient(180deg, #852dd5, #480e80);background-image: -o-linear-gradient(180deg, #852dd5, #480e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#852dd5', endColorstr='#480e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#852dd5', endColorstr='#480e80' );";background-image: linear-gradient(180deg, #852dd5, #480e80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.75rem;left:30.03125rem;display:block; }
#Tg4fcnckREZNbqw0lAKOeAAqgFfPnUEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXtAcKcA2BJXTmOz24wLibskGbIB0qvf { 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:4.4375rem;width:9.0625rem;top:18.75rem;left:5.0416679382324rem;overflow:hidden;display:block; }
#H8miIPTnRzJXW0GUFyoc42XXFdismfUs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:19.21875rem;left:13.25rem;overflow:hidden;display:block; }
#uv2KgE3h7IGh634JQQ2SLJlTzD3BbNlr { 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:4.25rem;width:5.4375rem;top:17rem;left:26.0625rem;overflow:hidden;display:block; }
#L4865U8ViJEGTgwNTZwG3Ffars9toQcQ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.0625rem;top:1.125rem;left:40.750003814698rem;overflow:hidden;display:block; }
#Tkv14uOlUbL32ShsRXy7AdhU2zknxdic { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.875rem;top:17rem;left:52.250003814698rem;overflow:hidden;display:block; }
#u0qPkdOrNd1XkVo27B5C5gVzxKRVOzKe { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:23.5625rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#DC2yk6vkNSKCo34kfsOJlotsPib9nevn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.875rem;left:31.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CGrVXNXwFa9kh7sBT8fStbF5HiTOepeI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.328125rem;left:44.812503814698rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo { 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; }#Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo > .row .container { border-width: 0; border-radius: 0; }#Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:none; }#kmoViBsn8itlBcbcEZWoWIG4FyWTrmci { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7099609375rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKZfSDmMOX6feOLhdZP3zz7Aof0BwXTw { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5773429870606rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPOr5GeWPB8hRXE6ZiwBgDMGlRzT9PUz { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:9.5rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X37bPMPocq8n2ZBs4zQz10wVcnPeaXiv { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ { 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; }#ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ > .row .container { border-width: 0; border-radius: 0; }#ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:none; }#DarPs0DuKvt6Tt6TEe7sTIsWqK5w550P { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3351764678955rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnfKHzDCTAGVTfFuGRs5rbQG6TvWXkDo { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0152978897095rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9J7phhdQcfX9sEaceKQ9IigTttx9XSL { color:#ff0000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:9.4679684638975rem;left:9.53125rem;height:1.42516875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSHTnEVO1OBP6VULcVRyZKU8PqAlduWv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6648440361025rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz > .row .container { border-width: 0; border-radius: 0; }#ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#cQ8xUy7ITXUzKFK1FbTCAIHJq4nJgIDa { 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; }
#BsaIaAOBiVFG8JplUcW8Jx3u5hTrR18k { 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; }
#A34v20PDQuxgcXptxwq4kJMK5k7ZVU6l { 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; }
#aMHN4qLfIAEff2hNryZu0TmTUyGRsTgy { 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; }
#liny375nRWz7r3hNtxHwRQQB5CqoTSuH { 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; }
#pEqZ1pUcpxEoDBMW2eQpUD5xO83XT5Gq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4lpwqq86bfnDgaquxLI80o5TWMivAAk { 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; }
#IS3Fd32J5OoUKSSm4EnwzeZ7vpImTRIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9ZxLDkoGwL3mQdgdCu5axWo5mWu7v5A { 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.598875rem;text-align:center;text-align-last:center;display:block; }
#mNPebJIqo2TSm12qIWwhmuuQrX65MnDg { 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; }
#f3o8arZC2yZD5zu8EPq3tyo4zHnA7RNW { 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; }
#hDSbr0eGqcSFD9Nq0zOGlpnPOoHRVe2R { 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; }
#yzqlqaJSlDTe3sR2BDsQVFoZq1t7mo2m { 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; }
#gJSlTpieWrmiUFJ16tei5WKQZxT0yM4D { 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.598875rem;text-align:center;text-align-last:center;display:block; }
#t7BkOcuoJP6fS7U2nT8ypqhTOtWsqQTM { 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; }
#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw.adaptive-delivery-prevent-bg, #Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw.lazyload, #Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw.lazyloading { background-image: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container { background-color: transparent; background-image: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container > .video-iframe-container { display: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row > .video-iframe-container { display: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .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); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container { border-width: 0; border-radius: 0; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-form-header {  }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:18.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:18.875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:18.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .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:18.875rem;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; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .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; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:#15b5fa;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.4375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .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; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .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; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-container:first-of-type{padding-top:0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-container:last-of-type{padding-bottom:0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9  { 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:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.375001907349rem;top:8.3125rem;z-index:15022;position:absolute; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.875rem;display:block;vertical-align:top; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#040303;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; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 {display:block;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 { 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:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.375001907349rem;top:8.3125rem;z-index:15022;position:absolute; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #LRvUxVI0JJ93n7bQ04r4Wl7JS9lPxmLP { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #FrweTOLUM0LHmw41rX22xGi0QLdKihBo { position:relative;display:block; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #NtMSvArfkDEe4Ic5Ebore5iop4R3Dqlp { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #IU4QnHfU8UscysewM6bTa6nPtiyPH2Q0 { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #aD3vrHJTlzHVLa4xy9hcqXso8fMdCWLM { position:relative;display:block; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #KSGzC4WxKUHunlmaTm71AueDNq7qaxam { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #THHpL93cn2Tt8Bu4l7xCHsdVZKvR8c2F { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #NfEhsva8K0TmB4mK3mCx4ElZxEeLt8He { position:relative;display:block; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #PAzpWHIPg8wcEgcSh5WtUErk3Mf6BqNz { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #Ke5itVKbo4sMOTZma3Ts0nTwyUHpldkB { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #EMhA5C1eI3Wxu2WsJTSGuulOHOqyUSO4 { position:relative;z-index:2; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #prV9lLAbm2tI2ipTvoUtnxQHXWt5MW4a { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #oeX0d0NzxJpD4c1InR0dcrD3h6dfUlIy { position:relative;display:block;z-index:15000; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #THZlniX0HJL1e5odTRBCZGvVzbXX4sEA { position:relative;display:block;z-index:15000; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #tENTGggE19SGIIni5QEDXXFNaPHTAxrn { position:relative; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #XT9iK3A4X5SPSUMzfhU0bOFZf8LXJ5D0 { position:relative; }
#DND0I5S4vCL4QD4RTmooQFWrUqCh0qNB { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iP5WHXGlMqFJN2FkODWDzUcVt7RPx3ZT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y3nMMvOQOT627Hx8N1GXIVZz6QpAR7Wv { position:relative; }
#u2qX9VSvPw0hCJK1C3ZKUTuNfTic9IC0 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rRuvKIzJeT9teBlbFNPUpxoFtK3oThkZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M2bICE3Dp9mtK7hTw8dTA6BxLRzTpHoW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #trGaMHPqR2lMXGmGpGNCoB1Qy0Nh8aV7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qX95LP9fu2gwWu7keufWbJ6rTVQ59Rls { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NrmRpa237HPME89gl2AZWwou78EyTxHk { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ouOuplNQBGS9Esbh8yGZTinAOy4DSQi0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lWzwvoZ9i9m6LbEt8uRJUlT94Lm3T0MM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JP2rZE50JB1uUTLQ62Ug1aJLIm7fPUbP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kl0Zxd9xFTnbHudTPrfCpsBzzH0zzpne { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EzDeb65rk1k2UpEQZefG9uw4gmwsSGHL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tnlV2w6Sc5Ri5fvaz2dRrK4MvvnZ4Aaa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LzTLnWmvQIgnvyX2daD6emRaWh1tlg5W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hT4G2rv8zP7osr7iU3XQ5ciSDwLtUayr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gZ2e6zMQIcnl1xtWrykdki4zXlxuN43x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zVqLcSCVxOVChIHJTxsEv5JeAXh9lG4m { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #plxMHxfWRdztATfzQ5fZrBraQEyhBhgu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UTt1aoUWw5rIECTHCdNRaARymJPWwI8O { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wr3v5rIVuQtLg5xXTLqlsV86dASS2iAs { position:relative; }
#IfoGEoDeoQwzuzVJKGDXDCopWRHZsqnV { position:relative;display:block; }
#HCntTOS6TXRduk3MTE0m1qqGQlwcVCVz { position:relative;display:block; }
#wT8qhHV137uboHmrtS8KVPFz61k53AJK { position:relative;display:block; }
#TmPrcmMlQ3VcoHBy6x5SlR7RrlLkUgx4 { position:relative;display:block; }
#nQ7ZROdyboZrFeC9CS0ZczmBSddW04r9 { position:relative;display:block; }
#T1DAfZyaUudtCPHfDSiGTc0Dh8TUcVpc { position:relative;display:block; }
#fR1AwqzsZEdOnTIIGtyTinLVIza5qbo9 { position:relative;display:block; }
#t0ZGcMrh9KtyXS8D6otTL8qNTPyaJTZT { position:relative;display:block; }
#gIx18mVqSpgUAtyUVGrTTuX3Py3TrAiI { position:relative;display:block; }
#NwGx6TpmV9NQFn4GqTpWqc0lUHntCfeE { position:relative;display:block; }
#XWOlQHbbNaJTt10xaphRIlQF3Of2w5Nt { color:#040001;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.1875rem;left:30.9375rem;height:4.125rem;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; }
#FPlqCu5f7cc6q5b7umANIr32FkLKJrB5 { position:absolute;display:block;z-index:15001;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.375rem;width:20.75rem;top:4.1875rem;left:34.375rem;display:block; }
#h8MW4KpLtPgnLvMPRPe69r2RZy8bkXK0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.9375rem;left:3.75rem; }
#ZOHhA6UtVCOPpRM0tpSzZ5tVVWC3kreK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25rem;left:3.75rem; }
#tv94hdzVHBMQPU5RlSpaMs4lNA4hMr2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:27.0625rem;left:3.75rem; }
#rkuInGvKA889URSel5qgOHRT1v0VDngO { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:22.75rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#DpIsmds84dO16X1miWD1oI16TxI2GPXz { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:24.8125rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#I3Ufnghw8QwhoPobfHlZ5p93lJsMnOJO { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:26.875rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#kLmrb8UMZl9lZpSpK10WdrMcMW6xBdQt { color:#040001;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:28.9375rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#FCH9TiWyp32NKZqXK4fI1FkK3ALSrxLA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.125rem;left:3.75rem; }
#zVr5heLrLLy2O01nkDC6P2svSy0mxAvl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:11.499218940735rem;left:10.64296913147rem;overflow:hidden;display:block; }
#sfBJ0sffcarq6TVyiqW9wsmcsm4aziCo { color:#040001;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:8.5609388351437rem;left:10.64296913147rem;height:1.31286875rem;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;font-style:normal;display:block; }
#dnw6adSrHw4GNvJWT0KgQSuq3gJVfMDZ { 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:9.6875rem;width:30.3125rem;top:1.8124995231628rem;left:1.21875rem;overflow:hidden;display:block; }
#ZCQKnSO8C2INCBl9CTkZqlHmMo4Rr3Ui { 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:16.125rem;width:30.75rem;top:17.71875rem;left:1.75rem;overflow:hidden;display:block; }
#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS.adaptive-delivery-prevent-bg, #wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS.lazyload, #wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS.lazyloading { background-image: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container { background-color: transparent; background-image: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container > .video-iframe-container { display: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row > .video-iframe-container { display: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .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); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container { border-width: 0; border-radius: 0; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:60rem;position:relative;display:block; }#DS5WJbMshDULcBp1ZxwMg2XPIidhcspT { color:#040001;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(255,244,247,0.5);top:3.625rem;left:6.125rem;height:2.34375rem;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; }
#ffisQNaRLdMsL97Lu94yStGwKMxKorJ9 { color:#040001;display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(250,251,255,0.5);top:15.280469894409rem;left:4.96875rem;height:6.1875rem;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; }
#VnXuNhu7lok56V0EiO9pHSvJaZucuJ9k { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.125rem;width:4.8125rem;top:3.734375rem;left:30.737501144409rem;display:block; }
#NZ7agcqyQleBcKFHstrII2FIBSryZTqQ { 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:19.6875rem;width:27.4375rem;top:23.53125rem;left:16.281251907349rem;overflow:hidden;display:block; }
#NFG8Pvtqn8fv0ioimQV0XhdeewzQkxHF { box-sizing:content-box;height:3.875rem;width:48.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8593754768372rem;left:6.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#R6qfNZVTg6lUfVCEQM2aROz9CTbUtHeC { color:#040001;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(250,251,255,0.5);top:9.5937503576281rem;left:6.21875rem;height:2.25036875rem;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; }
#VLoJl5dJ9ELcZT870VSdT0DnTCCVw0TF { position:absolute;display:block;z-index:15029;background-color:#ffc933;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.125rem;width:35.25rem;top:13.412500023842rem;left:12.375rem;display:block; }
#cIEvswyJtFRoGiGHcnX8dHhNswULS6Tn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.5rem;top:9.37343788147rem;left:47.811719894409rem;overflow:hidden;display:block; }
#AiaVFgb4lz5T0LQbQZMbe9u2ZuROZGJ1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.5rem;top:9.37343788147rem;left:8.73671913147rem;overflow:hidden;display:block; }
#sGw2dov51KOiqfk9ncSkdxGGG1hIOfOa { color:#040001;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:47.25rem;left:11.0625rem;height:2.8125rem;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; }
#mSlIDqQdrilnkQ3O0tRTPNPP2cCUFag2 { position:absolute;display:block;z-index:15030;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,246,246,0.5) ;height:0.125rem;width:37.5rem;top:47.25rem;left:11.875rem;display:block; }
#i9R1GJwvP0DPosQc1bETRLvdvozTfxq6 { color:#040001;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(254,254,254,0.5);top:45.5625rem;left:15.125rem;height:1.6875rem;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; }
#Ai7fuZdhPD0PKBaixaAmeXxTzNqcWMOs { color:#ffc933;display:block;width:22.9359375rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:50.3125rem;left:19.25rem;height:4.25rem;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; }
#m18BLIoztolQNC5HqQ786OHhpCaH1xXi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:53.625rem;left:34.9375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#noGR8JCPTGPHkZQT3DukMVPXmvn5lT3z { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:55.4375rem;left:22.1875rem;display:block; }
#yO1cv44Ddhqg9tatHJnA7iCz5eAgMziw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4.adaptive-delivery-prevent-bg, #Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4.lazyload, #Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4.lazyloading { background-image: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container { background-color: transparent; background-image: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container > .video-iframe-container { display: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row > .video-iframe-container { display: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .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); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container { border-width: 0; border-radius: 0; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#HgJQ6B9r3N95ThKpbJswQt7UDJxBniqw { color:#040001;display:block;width:13.5rem;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:12.437500476837rem;left:2.375rem;height:3rem;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; }
#dE49zSlVP7kOzbqJNM54T1TbgGOHLAaC { color:#040001;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:12.4375rem;left:41.250001907349rem;height:3rem;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; }
#kRxvNmxtRprJien8HFxrbO6bHUBBqayT { position:absolute;display:block;z-index:15001;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0.61249995231628rem;left:24.437501907349rem;display:block; }
#rTZwFbgx1o7xAi6uSW4AchV1Ph7NhT8N { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0.61249995231628rem;left:44.437501907349rem;display:block; }
#G0xmli1LuF4FQJoofVXvqgJF8wf6kzHW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9.8125rem;top:2.5804691314698rem;left:45.093751907349rem;overflow:hidden;display:block; }
#uQylXXZ4MDu4TTXM9ILUTdE9rBgKF5x6 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:2.3617187738419rem;left:5.3125rem;overflow:hidden;display:block; }
#nZ9fkfNAF03X9PvRRg7bXuMXpvPhSeId { box-sizing:content-box;height:2.9375rem;width:12.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -moz-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -ms-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -o-linear-gradient(180deg, #f4f4f4, #92d2ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#92d2ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#92d2ec' );";background-image: linear-gradient(180deg, #f4f4f4, #92d2ec);background-size:auto !important;top:12.34375667572rem;left:2.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#l2dX9iMqHP3Tw3ZIkBfpqLuPPcOIOTVy { box-sizing:content-box;height:2.9375rem;width:16.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -moz-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -ms-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -o-linear-gradient(180deg, #f4f4f4, #92d2ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#92d2ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#92d2ec' );";background-image: linear-gradient(180deg, #f4f4f4, #92d2ec);background-size:auto !important;top:12.46875rem;left:21.031251907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#x4W5z7NoT4oh7mgF6EtA8EtbrRRt5PCA { box-sizing:content-box;height:2.9375rem;width:14.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -moz-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -ms-linear-gradient(180deg, #f4f4f4, #92d2ec);background-image: -o-linear-gradient(180deg, #f4f4f4, #92d2ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#92d2ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#92d2ec' );";background-image: linear-gradient(180deg, #f4f4f4, #92d2ec);background-size:auto !important;top:12.468750953674rem;left:42.812501907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#pNG7gsgF4NEF7SgsehCz3T45tbFE2C4T { position:absolute;display:block;z-index:15002;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0.61171817779541rem;left:3.5625rem;display:block; }
#DNPPTzvR2yqxBsuK31wm4q2k57o2B149 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.0625rem;top:2.3296875953674rem;left:25.237501144409rem;overflow:hidden;display:block; }
#ObEkNMl87tAhhJmb4evUa8rVLKo25Z4E { color:#040001;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:12.4375rem;left:20.718751907349rem;height:3rem;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; }
#oZZqF6bMJsk3e1m45t58PLeMhVpX8Bx8 { color:#040001;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);top:3.7117190361023rem;left:25.687501907349rem;height:3.375rem;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; }
#uxNR4iAqE9hT1zvfyuF2NHE5Uo2xCLN6 { color:#040001;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15087;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);top:5.9117193222046rem;left:31.53750038147rem;height:2.8125rem;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; }
#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu.adaptive-delivery-prevent-bg, #dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu.lazyload, #dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu.lazyloading { background-image: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container { background-color: transparent; background-image: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container > .video-iframe-container { display: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row > .video-iframe-container { display: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .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); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container { border-width: 0; border-radius: 0; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:60rem;position:relative;display:block; }#xmelb0AwfX5nr0EWX0xVLoMtTUN9PPPS { color:#040001;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:40rem;left:32.125rem;height:6.75rem;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;font-style:normal;display:block; }
#Kdg670iII1HXcFpnOWT6mnX7lv6iLruN { color:#040001;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:30rem;left:5.5625rem;height:1.875rem;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;font-style:normal;display:block; }
#ouP8oPlXk2VbD1G2DuQUkameiwGndsDm { color:#040001;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:37.75rem;left:32.125rem;height:1.875rem;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;font-style:normal;display:block; }
#ylGlnQmo7tSCDQG8T5vnv9c8wpoFN7Bs { color:#040001;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:32.25rem;left:5.5625rem;height:6.75rem;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;font-style:normal;display:block; }
#TcH0T8dxzGBEC27frzEiBxHBwkbLfcDp { color:#040001;display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);top:2.9375rem;left:11rem;height:2.34375rem;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; }
#m6Jvica6C1UbsF6JdZob8n2ATx4Ab9lo { position:absolute;display:block;z-index:15002;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.625rem;width:8.125rem;top:2.7968747615814rem;left:39.656251907349rem;display:block; }
#gTII2BGtACFvo9uWFr75DNUgPVr7N5FE { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #2c2c2c;border-left:0.25rem solid #2c2c2c;border-right:0.25rem solid #2c2c2c;border-bottom:0.25rem solid #2c2c2c;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.3125rem 0.1875rem #2c2c2c ;height:11.1875rem;width:21.5rem;top:7.6124998331069rem;left:19.000001907349rem;overflow:hidden;display:block; }
#MRx4fPiJrDicA9sTixSJ5FehDb1pRPbB { box-sizing:content-box;height:3.875rem;width:36.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.171875rem;left:11.84375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#CTby3hd79DTG5HiSUbtX1sxG98oxXR4d { 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:23.25rem;width:29.9375rem;top:20.1875rem;left:1.875rem;overflow:hidden;display:block; }
#qorTegJzhlmpSpMAhpDIG2BsI8GKGDOO { 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:23.25rem;width:29.8125rem;top:28.625rem;left:29.6875rem;overflow:hidden;display:block; }
#VR1PAmx9LffWETcuCa2noKggcA1rSvah { 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:8.25rem;width:8.25rem;top:45.375rem;left:42.98671913147rem;overflow:hidden;display:block; }
#tM3NtFuOHomDqIrs6bGVB1n1btviKoJW { 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.875rem;width:3.875rem;top:27.3125rem;left:29.050001144409rem;overflow:hidden;display:block; }
#ngG4QmW6kDUeAE7C8CzgGFz1gLAFXqWf { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:29.125rem;top:42.124999046326rem;left:0rem;overflow:hidden;display:block; }
#SRtHhdgU6sXnWl21y3kNdcxB6G6WR99p { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:57.125rem;top:7.612500190735rem;left:2.8742179870606rem;overflow:hidden;display:block; }
#ADqPhbmmkk4SBlttKkT0S6iS2VOR7rd1 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:57.125rem;top:7.612500190735rem;left:2.8742179870606rem;overflow:hidden;display:none; }
#W6I5tZVLLV07J7lJSvJf9UqbGae5syJh { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:57.125rem;top:7.612500190735rem;left:2.8742179870606rem;overflow:hidden;display:none; }
#y6teWrgeUAZvxRPlcrM3H584KUnZhZDJ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:57.125rem;top:7.612500190735rem;left:2.8742179870606rem;overflow:hidden;display:none; }
#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf.adaptive-delivery-prevent-bg, #HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf.lazyload, #HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf.lazyloading { background-image: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container { background-color: transparent; background-image: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container > .video-iframe-container { display: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row > .video-iframe-container { display: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .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); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container { border-width: 0; border-radius: 0; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#niSCJsML8ORBiukIQR1Wmrl6yBOl2WQK { 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:15.5rem;width:16.8125rem;top:8.78125rem;left:21.593751907349rem;overflow:hidden;display:block; }
#lx50ELMyWGlHybLTSLTX1zwWwOMqL0cI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1859378814698rem;left:22.875001907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaIMaQq1xyhOezl9eZuUwH34akJ5P0MQ { box-sizing:content-box;height:3.875rem;width:14rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.7117185592651rem;left:23.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#A5WXqcHD7UzV3cte8leb6fOTigsc6DkR { 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:38.25rem;width:40.75rem;top:6.5859236717225rem;left:9.625rem;overflow:hidden;display:block; }
#ch1BWvPNf1p3HrzJcU6uLg0CuBTyRe2z { color:#040001;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:28.467974662781rem;left:16.625001907349rem;height:10.125rem;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;font-style:normal;display:block; }
#PdxIprTSpMI2vM2IzqofJlvqT4BQq1sT { color:#040001;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(241,236,237,0.5);top:24.64218711853rem;left:21.343751907349rem;height:1.875rem;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; }
#ZgMacSo4FK621kTQQNFX2HvVoTqMp051 { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.5625rem;width:8.3125rem;top:28.467971801757rem;left:32.936719894409rem;display:block; }
#Oh0m4DPeXeZRzhyCLKWrAbGmnPBihMn8 { color:#040001;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:15.25rem;left:12.5625rem;height:1.6875rem;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;font-style:normal;display:block; }
#iWv1avpE2whOnGqfPgM15Qd5KTmPTi5K { color:#040001;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:16.8125rem;left:41.625rem;height:1.6875rem;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;font-style:normal;display:block; }
#fV0aHm4ZJSux6v3lovcf6bg5PNbB4psP { color:#040001;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:19.1875rem;left:9.125rem;height:1.6875rem;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;font-style:normal;display:block; }
#Mn1aMEts0H2fF8bncv62BBgOP2LmZtGh { 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:2.5rem;width:13.4375rem;top:14.875rem;left:9.5rem;overflow:hidden;display:block; }
#uwbaAdJeS392nvQ8T1XXMScTz5DP5oW8 { 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.9375rem;width:16.3125rem;top:18.5625rem;left:5.3125rem;overflow:hidden;display:block; }
#aCCHxhy91rQ9zFVzICwGblMfqfOswt6n { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:17.375rem;top:16rem;left:39.1875rem;overflow:hidden;display:block; }
#ga3fbUi2rLfmGDyVy7UUvnw0hR3gLVJr { color:#040001;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:23.4375rem;left:42.4375rem;height:1.6875rem;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;font-style:normal;display:block; }
#TbGRxOHdKZziAr71cXSMednuncIpsRIZ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:20.8125rem;top:22.5625rem;left:39.1875rem;overflow:hidden;display:block; }
#RuWKQmgwZEz9xEgRoIbshUl2pwnunVuS { 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:40.75rem;width:40.75rem;top:6.0625rem;left:9.625rem;overflow:hidden;display:none; }
#VEgszxp7r0kJhOtyXuVJNvrfTJHapSCa { color:#040001;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.64218711853rem;left:21.343751907349rem;height:1.875rem;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:none; }
#FQ9InnkQbaunMc9cALbTPtTiWWUTTA80 { color:#040001;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:28.467969894409rem;left:16.812501907349rem;height:10.125rem;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;font-style:normal;display:none; }
#e2OV0Zn9crdubxXBX8P7QPtZegscvhST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST.adaptive-delivery-prevent-bg, #e2OV0Zn9crdubxXBX8P7QPtZegscvhST.lazyload, #e2OV0Zn9crdubxXBX8P7QPtZegscvhST.lazyloading { background-image: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container { background-color: transparent; background-image: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container > .video-iframe-container { display: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row > .video-iframe-container { display: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .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); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container { border-width: 0; border-radius: 0; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#h7Q0So2Ozksay57KThZCt1MyvikBHFDt { color:#040001;display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:47.3125rem;left:8rem;height:3.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; }
#vTW7h1anJZpRTXcToU366BQuxkCUJzTT { color:#040001;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:39.206250190735rem;left:43.156251907349rem;height:3.375rem;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; }
#ZhhJeFFSPz1p71lOd41HbRweRlhClenw { color:#040001;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,248,250,0.5);top:20.4375rem;left:31.125rem;height:3.375rem;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; }
#rOsSsrTghOkrlaBFqeXCLNf5NuPie5wT { color:#040001;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);top:3.3125rem;left:10.125rem;height:3.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; }
#PGM2fdD0FxGDWD3FLClztZca7i8ba8pQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.875rem;top:31.9375rem;left:26.0625rem;overflow:hidden;display:block; }
#GFRvMbk8pIx3xhUs76E3ZCQ3NUkNnkVc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:55.6875rem;left:9.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rhDK3Gvf6F0CUuOZCbRaTdxd5OgI9XVg { color:#040001;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:20.4375rem;left:7rem;height:3.375rem;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; }
#A2qwsmPstEdTTWyQJN70L7ig3Ch97BgA { 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:12.625rem;width:12.625rem;top:8.375rem;left:11rem;overflow:hidden;display:block; }
#qu1SJ0y9Unz24rvAbfOnt9ZGRDTSzTeL { 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:12.625rem;width:12.625rem;top:27.75rem;left:43.125rem;overflow:hidden;display:block; }
#rpaJ07cFsOwNN6odwKACeWy3BvX54gTX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:8.375rem;left:35.4375rem;overflow:hidden;display:block; }
#QcCd6Ptnt3kRpy15bDbTR61rKZUcZmNW { 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:12.625rem;width:12.625rem;top:27.75rem;left:4.875rem;overflow:hidden;display:block; }
#b7didk3SGEuiTpptykFrIn00B1iFgJLy { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:12.625rem;top:27.6875rem;left:23.6875rem;overflow:hidden;display:block; }
#TNeGm0vkTkuobDK1oq7LmT8VMpk2A3ko { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:8.625rem;top:12rem;left:13rem;overflow:hidden;display:block; }
#eWKZRzGf07zmWcWOrZBqGQFCVO1OZgPr { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:12.000000715256rem;left:38.343751907349rem;overflow:hidden;display:block; }
#kZBxC9eBCw7qn9zzRm3T1Zm4AsIDTqta { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:31.375rem;left:46.0625rem;overflow:hidden;display:block; }
#bIA68SdcWn8EPJXcdiOkduai18Rg8x2C { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:31.4375rem;left:7.8125rem;overflow:hidden;display:block; }
#XuN3W3Dxg9ZKgv1htMxT9i0x0tdGWseM { color:#040001;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:39.206250190735rem;left:3.9375rem;height:3.375rem;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; }
#P7FXIsz5B4d6oTg9vAgimtnCNVr4e9TN { color:#040001;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:39.206250190735rem;left:24.437501907349rem;height:3.375rem;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; }
#ifb2mWFFRVaqPVSFWt10c9Fd7XqpeXlp { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.8625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.625rem;left:23.0625rem;display:block; }
#kSQXxAP6T7J7TMdREQJP4wxP8Qo2OgRG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3vNRgFCfzUS2TMdAlqyataXge0Kl4MQ { box-sizing:content-box;height:3.875rem;width:38.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.25rem;left:10.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#aTRzseMBbHS7qm4ETuT7RBtBR8dtPVPL { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.625rem;width:6.125rem;top:3.875rem;left:33.27499961853rem;display:block; }
#AIB87lI5dVCTmyVeQ91o2pa2S1wENDlf { 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:6.4375rem;width:22.1875rem;top:18.906244277954rem;left:6.21875rem;overflow:hidden;display:block; }
#bBBazVXPXU6B0H9sQhPLMlxrobJtN0HX { 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.4375rem;width:22.1875rem;top:18.906250476837rem;left:30.656251907349rem;overflow:hidden;display:block; }
#Dc0vfwE4QwHTxSGsXcASztZnah4fNIhU { 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:5.3125rem;width:18.625rem;top:38.425000190735rem;left:1.875rem;overflow:hidden;display:block; }
#MZiEneTpnX98UKcRJr7Lqqes1Vk0ZTUi { 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:5.3125rem;width:18.625rem;top:38.425000190735rem;left:20.687501907349rem;overflow:hidden;display:block; }
#XTMmCCOyg0SQqMRwJuXdkTdD5TEIJM3O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:18.625rem;top:38.425000190735rem;left:40.093751907349rem;overflow:hidden;display:block; }
#oiOldbEtPgbA2ewg0DQvFiNSJmCPy0XP { position:absolute;display:block;z-index:15031;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,246,246,0.5) ;height:0.125rem;width:37.5rem;top:53.75rem;left:11.1875rem;display:block; }
#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX.adaptive-delivery-prevent-bg, #KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX.lazyload, #KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX.lazyloading { background-image: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container { background-color: transparent; background-image: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container > .video-iframe-container { display: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row > .video-iframe-container { display: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .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); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container { border-width: 0; border-radius: 0; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#sCeFevfWWxvGhMf9AHkUdIA7tcTBI40T { color:#040001;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);top:3.3125rem;left:10.125rem;height:3.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; }
#hX3ndo5IbcPgWGvPVV992if9H5NQG0CO { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:11.65625rem;left:7.875rem;overflow:hidden;display:block; }
#arorATAWBh3w0A5b8DbKvKoROoIKSk6R { position:absolute;display:block;z-index:15002;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:16.8125rem;width:51.8125rem;top:8.625rem;left:4.125rem;display:block; }
#tVuW3msxkoiyQwZObbPKMNgewake6rHw { box-sizing:content-box;height:8.6875rem;width:31.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:22.23671913147rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.25rem dotted rgba(var(--color-tertiary-4),1);border-left:0.25rem dotted rgba(var(--color-tertiary-4),1);border-right:0.25rem dotted rgba(var(--color-tertiary-4),1);border-bottom:0.25rem dotted rgba(var(--color-tertiary-4),1);display:block; }
#IZufwb2UEPlwyuHm4a6evp4cTvwSkKBT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.421875rem;left:22.26796913147rem;height:7.71484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aK6qA3rWQHJWs0fkRexVp9nyn90TvCQf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.421875rem;left:22.26796913147rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d.adaptive-delivery-prevent-bg, #PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d.lazyload, #PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d.lazyloading { background-image: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container { background-color: transparent; background-image: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container > .video-iframe-container { display: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row > .video-iframe-container { display: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .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); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container { border-width: 0; border-radius: 0; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#w4mxUob0cWDOk7zS6qJf5sEwpcSG8QEp { position:absolute;display:block;z-index:15002;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:14.625rem;width:15.6875rem;top:6.1875rem;left:3.0625rem;display:block; }
#IOedQ5uyMe3KJhUcw3H7OfI5r2sUTn1h { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:7.8625000715256rem;left:5.5625rem;overflow:hidden;display:block; }
#WrdSvqzEhLwzfD81eWNq5kXlz7qeo9Ei { color:#040001;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);top:1.125rem;left:13.4375rem;height:7.5rem;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; }
#d3oQhRLEdkgDITsSp3zGXdOVdDxOZ2fp { position:absolute;display:block;z-index:15004;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:14.625rem;width:15.6875rem;top:6.1875rem;left:22rem;display:block; }
#Q75fVl7mDiGx3PbcOviWqfF7pZVNedhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.134374976158rem;left:8.46875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dh8P5Nhkir672FTlTMoa8Zfx264M83JB { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:14.625rem;width:15.6875rem;top:23.25rem;left:3.0625rem;display:block; }
#ZJvit9DgT9BPL0yxfaXoFd0LgTSsM4ev { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.1875rem;width:11.25rem;top:7.8625000715256rem;left:24.375001907349rem;overflow:hidden;display:block; }
#Af087PMJPelgb9zy9wexyfk0VCpBOzkl { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:14.625rem;width:15.6875rem;top:23rem;left:22rem;display:block; }
#w9omkhOUTR5pn96NuEyXCGk3UlsO7aVF { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:25rem;left:5.5rem;overflow:hidden;display:block; }
#OV0EVMTIVqJT3ek9GPsApk5TEtm7ko9z { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:24.9375rem;left:24.5rem;overflow:hidden;display:block; }
#RJef53lVTdlCLlsHTcGWv0x6Anx6MHT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.134374976158rem;left:25.625001907349rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnuCKXhh5aTCTFiI2inCGmHTycmoC2vb { position:absolute;display:block;z-index:15004;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:14.625rem;width:15.6875rem;top:6.1875rem;left:41.1875rem;display:block; }
#tVT62ix4oLTgzSwi4zKecv2V1GxQJocn { position:absolute;display:block;z-index:15004;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(255,253,246,0.5) ;height:14.625rem;width:15.6875rem;top:23.000000357628rem;left:41.187501907349rem;display:block; }
#nDpWblWwmm7kpAhWbneOXya17Vk39XwZ { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.1875rem;width:11.25rem;top:7.8125rem;left:43.6875rem;overflow:hidden;display:block; }
#PkiJMpOUPfQXnTW7I2zrw7WwSGxmnK5Q { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:24.9375rem;left:43.6875rem;overflow:hidden;display:block; }
#hQHhgTTvSpZTrtC0hxTINPEx4dGuw4A0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:19.0625rem;left:44.8125rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLZRc7etMe5ntVtVUdHirTrXv1Ondg2l { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:36.25rem;left:8.4375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XV4tQCvUOxwATK8ifdfKsgQU5I8iyfvP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:36.1875rem;left:27.375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEbzACdub6nxLOvCTIrs92bUeKAbhSW9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:36.125rem;left:46.5625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFx7V7GpSn4FTPSWQHCbqc3x7S3F0qfL { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.8625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.625rem;left:23.0625rem;display:none; }
#l0dZ3z0uFTma2kpdekZZi9m8y916trmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL.adaptive-delivery-prevent-bg, #ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL.lazyload, #ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL.lazyloading { background-image: none; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL > .row .container { border-width: 0; border-radius: 0; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:none; }#BqKzhw1u6DKNerIlfgdGF56oZBtD0PwH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:53.625rem;top:6.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#Sv6kOREVCGIm180dQtiDVzA2T667qTgm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:25.25rem;top:14.375005722046rem;left:7rem;display:block; }
#IHDfK7PioswooTyAmb1xHHiQxR5idZ4y { box-sizing:content-box;height:3.875rem;width:21.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5234375rem;left:19.343751907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#oFcqTPDCr5oIeTyBKrhNf9bF3ou3bT2h { color:#040001;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,250,251,0.5);top:10.750000119209rem;left:10.492969512939rem;height:5.25rem;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; }
#ve5DWyK3FIZP4tGO30V5dD6QFS7D7Xta { color:#040001;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);top:18.8125rem;left:39.9375rem;height:3.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; }
#PgFC9TXrAswnIxTa1Ktq8xnehmzK4yed { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(254,247,249,0.5);top:22.5625rem;left:38.625rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dn8QJIZcUM550nyfOxtv7HsRcTUtCXRL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.9976561069489rem;left:19.093751907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#umUczmcCxyeZJtbgtOlRpZOGbpQQcep2 { position:absolute;display:block;z-index:15004;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6rem;width:14.5625rem;top:18.375rem;left:35.25rem;display:block; }
#GJu10PF4HM8b3XQFPm1ng346do3xTqSZ { color:#040001;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.224999547005rem;left:35.92421913147rem;height:2.34375rem;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; }
#um4b5TEWxcMpCyMLmEt5pF8Ogx79nZT4 { color:#040001;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(247,247,247,0.5);top:19.75rem;left:36.125rem;height:1.875rem;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; }
#SK3ncm5U8xhRZPMJptax9C0uyemIln8t { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:26.3125rem;left:37.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfUBq7LBuxsye9X854FneCpnWkAaTrlN { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:26.3125rem;left:34.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOVTQUgMFVA4cc8UScd59ToNcyJGXv1p { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0612rem;width:1.0612rem;top:26.4375rem;left:36.25rem;overflow:hidden;display:block; }
#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K.adaptive-delivery-prevent-bg, #bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K.lazyload, #bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K.lazyloading { background-image: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container { background-color: transparent; background-image: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container > .video-iframe-container { display: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row > .video-iframe-container { display: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .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); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container { border-width: 0; border-radius: 0; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#u9aqi7aF2QBFoTr1FFMKaLJEcu9loE4T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:53.625rem;top:6.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#uSotwe2TKtUHEnSoTnzfVvqcDWPrz5IJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:25.25rem;top:14.375005722046rem;left:7rem;display:block; }
#DF9k6xllvLOdoSaHmPQ5mIfoHfosivrs { box-sizing:content-box;height:3.875rem;width:21.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5234375rem;left:19.343751907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#daaOa47LLMQIlQzpunDKeTxbeivZ3PeJ { color:#040001;display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,250,251,0.5);top:10.811718940735rem;left:7.59375rem;height:2.625rem;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; }
#UXeZdWQDVvLWci9mSZEA7bnUfZpRI1DN { color:#040001;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);top:18.8125rem;left:39.9375rem;height:3.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; }
#TwEpKGuIvS4dOSXkTUxs43pt6WIwC3Oz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(254,247,249,0.5);top:22.5625rem;left:38.625rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hn5SRZRkQ2ediPMsJViT8S9Xld9uKmfE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.9976561069489rem;left:19.093751907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QUhTRMsAcEM1E8PKeGq4kVTFD5PuN5EK { position:absolute;display:block;z-index:15004;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6rem;width:14.5625rem;top:18.375rem;left:35.25rem;display:block; }
#t90higNv6BhCfJR3aTDtDo9ZZkDF33f4 { color:#040001;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.786719322204rem;left:33.687501907349rem;height:1.96875rem;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; }
#laHJWfQhwVsUfHQVTUc4CmqAWePAipfD { color:#040001;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(247,247,247,0.5);top:19.75rem;left:36.125rem;height:1.875rem;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; }
#zkgRU9Lr1a6FU3qulZ18ODIXoS2CT5EQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:26.3125rem;left:37.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywUZPDm6VPcLWV2p9Iwf8G0qcfH1sKWG { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:26.3125rem;left:34.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#abKdKdaBLUai6grd21paelbhydTFnzr0 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0612rem;width:1.0612rem;top:26.4375rem;left:36.25rem;overflow:hidden;display:block; }
#IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;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; }#IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL > .row .container { border-width: 0; border-radius: 0; }#IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:none; }#P41s96tUZSRqIBk2S8MebwRT33N3EIzG { color:#f33b3b;display:block;width:11.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.867968559265rem;left:39.406251907349rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bFSrIq2LcgZZVcixPFvPkGdSHsJb2A9B { position:absolute;display:block;z-index:15004;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: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.8125rem;width:27.75rem;top:9.7554931640625rem;left:31.125001907349rem;display:block; }
#FPerm4yHAATyyTvTBnyXa3o5T3Ww4JaG { 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.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.875rem;width:46.625rem;top:1.837890625rem;left:5.9375rem;display:block; }
#RqE7y334UhLRudcCbriyOI36lqSRgU97 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:8.125rem;width:15.5rem;top:8.4375rem;left:3.25rem;overflow:hidden;display:block; }
#WHfDTgybkT1lRNfO9VbFAwJJgGZvCuST { color:#d71f1b;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:2.33984375rem;left:7.8125rem;height:3.46875rem;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; }
#KG3TU12TUq2xbsJm9dMU72iFaTScsuvK { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.2625002861023rem;left:22.187501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNpvN4v8vTEVcwO1qACmVWRxaOpkaKAT { color:#f33b3b;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.625rem;left:30.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSklkKS3IuByTrJJGaOgMMETg0v6nFyq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.092968940735rem;left:31.593751907349rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#pSklkKS3IuByTrJJGaOgMMETg0v6nFyq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pSklkKS3IuByTrJJGaOgMMETg0v6nFyq li:before{  }
#axmuwmBaShoIJvW8gK02gzJKB4nkxS8p { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.8625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.625rem;left:23.0625rem;display:none; }
#XhQPMizuD01iHA4LTTvd0PfDsZ32B5St { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBHrLsf7DWfkdp0iTPZZ2ONTLVhBrkhl { color:#f33b3b;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.6875rem;left:39.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDaRQyDTBuqARpuOetS6PQtJKH7HpAKe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:8.125rem;width:15.5rem;top:12.375rem;left:11.125rem;overflow:hidden;display:block; }
#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM { 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/5fcfaf98-0dfa-4ca2-becf-9f374b7a2647/ADS22502.jpg");background-position:top 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; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM.adaptive-delivery-prevent-bg, #ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM.lazyload, #ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM.lazyloading { background-image: none; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM > .row .container { border-width: 0; border-radius: 0; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:none; }#paCvfGxRvAXBUOasfNyClEb1CnSEesJa { color:rgba(var(--color-primary-2),1);display:block;width:31.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:39.9375rem;left:14.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSxGGQZRAts6WCZXi600gKbWEPIvBB6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;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; }#oSxGGQZRAts6WCZXi600gKbWEPIvBB6b > .row .container { border-width: 0; border-radius: 0; }#oSxGGQZRAts6WCZXi600gKbWEPIvBB6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSxGGQZRAts6WCZXi600gKbWEPIvBB6b > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:none; }#KHDGDaxpsEB7s0NHAKLKvLVpCZFqJtl6 { color:#f33b3b;display:block;width:11.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.037500858307rem;left:39.406251907349rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XQQ0yxxLd4iIhbnCO6DM9ODpOKRwHdhr { position:absolute;display:block;z-index:15004;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.875rem;width:27.75rem;top:9.875rem;left:31.187501907349rem;display:block; }
#MgNQ8mS1PMD9huz6p2dgOlMnIviAGqoU { 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.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.875rem;width:46.625rem;top:1.837890625rem;left:5.9375rem;display:block; }
#rhTQSxMCgtMmPTnAHZon559UrU46yALA { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:8.125rem;width:15.625rem;top:8.4375rem;left:3.25rem;overflow:hidden;display:block; }
#Lmc8SiTpqbNMpf0sy8Xh2ln1DbwTDN5y { color:#d71f1b;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:2.33984375rem;left:7.8125rem;height:3.46875rem;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; }
#X24FVSLhNdPNhessOa27Ak93r2HMv3mE { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.2625002861023rem;left:22.187501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCmb9LI77T0rTpWOUFPmbrXfqWpTyGIA { color:#f33b3b;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.912500858307rem;left:32.843751907349rem;height:7.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 li:before{  }
#kuCdwdu5FvZ9x6nxKTFxZfaDR9bdxDde { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.8625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.625rem;left:23.0625rem;display:none; }
#kIIUfcHf0rF3mCd1ziH4bmgDaBc43Xl1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4xlCCbNPOqueMUTw4OATO9TBmMPOiFM { color:#f33b3b;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLegdS8t37VcyZfoySuNHW6mmrKHUOdA { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:8.125rem;width:15.625rem;top:12.375rem;left:11.125rem;overflow:hidden;display:block; }
#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;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; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container { background-color: transparent; background-image: none; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container > .video-iframe-container { display: none; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row > .video-iframe-container { display: none; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .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); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container { border-width: 0; border-radius: 0; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#uAMVpk0a1UMl5DANDP0T6P9CogBAxOk3 { color:#f33b3b;display:block;width:11.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.037500858307rem;left:39.406251907349rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lC9stBD7mfLwm9vgQ77dJqTb8X0QzDMB { position:absolute;display:block;z-index:15004;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.875rem;width:27.75rem;top:9.875rem;left:31.187501907349rem;display:block; }
#btDaPex5MK3yzZMqZ631Dqlsw2te6gbX { 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.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.875rem;width:46.625rem;top:1.837890625rem;left:5.9375rem;display:block; }
#rZmTVESdVVwkRa3TXUdw3RQaiKGEmcLx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10.625rem;width:20.4375rem;top:9.5rem;left:4.78125rem;overflow:hidden;display:block; }
#sIOkO86GBMLLc2eU2dzQs8NzPqaucDq8 { color:#d71f1b;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:2.353515625rem;left:15.6875rem;height:3.46875rem;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; }
#g1oiTwb3X3xLCMP7ZtTLvlRhzvKrBz9A { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.2625002861023rem;left:22.187501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCdfvK68t4guZUmlVVLLTcSgweBUPqkS { color:#f33b3b;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:11.743749856949rem;left:32.843751907349rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 li:before{  }
#TOMTU8lzagmk16wbW35smmQSHRpDJxPr { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.8625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.625rem;left:23.0625rem;display:none; }
#nKvm5FWKeDkJPTttRJUT9pafvLbv7wE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nobdFC8upHiJvDOQMkUXDxosVNfCrhl9 { color:#f33b3b;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.9375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv > .row .container { border-width: 0; border-radius: 0; }#uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:60rem;position:relative;display:none; }#SFmT6wRI1LtNxUpdbmIJ1ktPXEVzs91h { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1217460632324rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaiVQnXbVL6ygWNzrgLpRGUzQETwX4MX { color:rgba(var(--color-primary-0),1);display:block;width:21.936875rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:49.125rem;left:19.0625rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTa8nSTUNNTNhaegOqQMc4QTVnea8xfe { color:rgba(var(--color-tertiary-0),1);display:block;width:33.811875rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:47.0625rem;left:13.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D215MwRy87TNqbTpehnEEZXASFeIGCCk { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:52.75rem;left:19.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTZUW30iztpO69xTnLBXQrtHstz3HQWI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.686875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.416234016419rem;left:32.125rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XV8DbsW95b2dtNPLL1kwuTlo4KN1bM2z { 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:kanit;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.061875rem;height:5.24956875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.9375rem;left:12.625rem;display:none; }
#aBugX10TDsesk4N6PSdLVJZE1IznADVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8iK68x4rC0K6h6EF6vvtyV0HKh9iPH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:33.250000953674rem;left:3.84375rem;height:6.74805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtlJaZxBltn2pqBpJa2XxJ30lZxHtpoG { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));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:9rem;width:25.5rem;top:32.125rem;left:2.25rem;display:block; }
#on9XupDNHtkp6ozQ4w6m4Ue5i9lnRNsg { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));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.625rem;width:25.5rem;top:33.9375rem;left:32.25rem;display:block; }
#nqNcHZO2ucrHJaTkh0qWDrWgBHfBelJx { 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:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:46.25rem;width:26.5625rem;top:11.875rem;left:31.718753814698rem;display:none; }
#sJqOo9VHxtGwbb53qU9QpxSShcx6T2KO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.6875rem;left:4.125rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTqUocdeqKhNI1uvmvGCTgHtI0bL325n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:25.8125rem;left:27.500001907349rem; }
#WIBWnMluMsUSKaHSeyArnVbGqWQxbKUh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.5625rem;left:34.125rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THalTb1xDQANEOAwDA8ivBxR7z5dWVaL { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:38.8125rem;left:32.875001907349rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2oHEha17PS44Ub4OLSbCbzf2p3c9DCc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:22rem;left:27.625rem;display:none; }
#E3V1H0V9Tdl94wosVa8QPfp0G8yitBT2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:12.5rem;top:18.0625rem;left:36.4375rem;overflow:hidden;display:block; }
#rUN0FioktIkNB92RTLSIvOKos4PBAZty { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:12.5rem;top:25.6875rem;left:36.375rem;overflow:hidden;display:block; }
#EMs4U4dqOu8xfN7tLmRTxCuGUUVuuzTV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:12.5rem;top:20.5625rem;left:44.6875rem;overflow:hidden;display:block; }
#xeA05Ofe0FN2sPzFKFpqpWuoTEqhOPk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:36.575000762939rem;left:32.343751907349rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H079n45Ti8uCn6PSVx3qRscIwCVPsEMf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:25.25rem;top:17.48671913147rem;left:2.375rem;display:block; }
#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;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; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container { background-color: transparent; background-image: none; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container > .video-iframe-container { display: none; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row > .video-iframe-container { display: none; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .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); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container { border-width: 0; border-radius: 0; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#SJ07yPuU6bCssX49UuvTb60rXS08OR7L { position:absolute;display:block;z-index:15004;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.061625rem;width:27.7495625rem;top:9.125rem;left:31.1875rem;display:block; }
#M04MPVAUtPGXd55qcKIxwZC9i3W2Z2bR { 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.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.875rem;width:46.625rem;top:1.837890625rem;left:5.9375rem;display:block; }
#HITki2M8Tw7OMBnO8wR53CTSLT8lOli8 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:11.625rem;width:22.25rem;top:8.987500190735rem;left:3.875rem;overflow:hidden;display:block; }
#qgceN0olThn7TltXbHL3qlgueG6yFWpA { color:#d71f1b;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:2.3398427963257rem;left:6.75rem;height:3.46875rem;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; }
#JvBF6ZXiiLcRVnMnkcU9muyKcy8mAD5h { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.4492177963257rem;left:28.64999961853rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lryoUXb983i6qS9ecSubKeNrMi83zV3m { color:#f33b3b;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0GIxq2aa8rPD74D46xfMZKXMu4a3KHp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.60546875rem;left:32.750001907349rem;height:9.09864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pu6BbyB5yvqWXFShinrOVtXgXaJKZixc { background-color:#d71f1f;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem #001212 ;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:prompt;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.425rem;height:2.8625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.625rem;left:23.0625rem;display:none; }
#Zgb0GbRUbXGoctP621vBzXmPumCmn4q5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SflQlaRy3zvqR0qt5z7yMLncrNv0WJp3 { color:#f33b3b;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.25rem;left:41.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSIJrVlhPZhQkAdFxOJAxW80uqa5Zioi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.562499523163rem;left:5.625rem;height:0.73125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yn5qzT9hm4K99Ce81aKmWlTTow37CFkq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #15b5fa, rgba(var(--color-secondary-0),0.5));background-image: -moz-linear-gradient(180deg, #15b5fa, rgba(var(--color-secondary-0),0.5));background-image: -ms-linear-gradient(180deg, #15b5fa, rgba(var(--color-secondary-0),0.5));background-image: -o-linear-gradient(180deg, #15b5fa, rgba(var(--color-secondary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='rgba(var(--color-secondary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='rgba(var(--color-secondary-0),0.5)' );";background-image: linear-gradient(180deg, #15b5fa, rgba(var(--color-secondary-0),0.5));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; }#yn5qzT9hm4K99Ce81aKmWlTTow37CFkq > .row .container { border-width: 0; border-radius: 0; }#yn5qzT9hm4K99Ce81aKmWlTTow37CFkq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yn5qzT9hm4K99Ce81aKmWlTTow37CFkq > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:none; }#WbNmn0TwzLFJgaGE7bPVhkXzT78QR92b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:55.3125rem;top:3.125rem;left:2.9375rem;overflow:hidden;display:block; }
#eO3CTugI9ZMOCpTsCTKVy3HcNDqrEmoS { 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:1.4375rem;width:9.3125rem;top:2.0625rem;left:25.125rem;overflow:hidden;display:block; }
#UQUMSTT4iv7wqJZSESm6M77iRFKKdmln { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:"ibm plex";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.4375rem;left:11.875rem;height:7.96385625rem;display:block; }
#l3W8MmgDT18mQBezc1QIXOQHypeVTPPV { color:#0d3845;display:block;width:25.25rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.49365234375rem;left:17.375rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKyMW3TFwtRHTTxeLAyvN3rTEoGDP5KF { 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:4.375rem;width:15.125rem;top:29.875rem;left:35.28125rem;overflow:hidden;display:block; }
#LiSrRNIOIATT5Vgng8WNFOQpRDhI7VBW { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.03125rem;left:30.5625rem;display:block; }
#CE4Et4mACrOXJsg8N8oXTv0hKrQSecXT { color:#0d3845;display:block;width:20.8125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.66259765625rem;left:32.4375rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#xNEykXG2nyI9ZaAwN34DZGUKtEd5cbwC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rJohOPB9HA2a8Q7UZK39JfRa5guqZMWq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.125rem;top:29.875rem;left:13.375rem;overflow:hidden;display:block; }
#PkDvDQ1EVNn7vCutyM2JnVa2CuNQpH1c { color:#0d3845;display:block;width:19.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:10.75rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm { 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/3f6b0c1a-0086-4729-a83f-dc9d37d1bc5a/IMG_9444.jpg");background-position:top 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; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm.adaptive-delivery-prevent-bg, #kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm.lazyload, #kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm.lazyloading { background-image: none; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm > .row .container { border-width: 0; border-radius: 0; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#b5gtZll7MBRn8pqqhaSKl6P3JPqe6Ccd { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0NcJz17TkwCDJpFCbc3utyCdTCwg9z4 { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:19.3125rem;display:block; }
#vzKNkz7oQ2n8C7EIrrvLqZGOhafGseeO { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:23.590698242188rem;left:1.741943359375rem;overflow:hidden;display:block; }
#SmaX7GFxyV53KTNmu8WOa77WF7d4dwO8 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.186625rem;top:23.590698242188rem;left:15.053100585938rem;overflow:hidden;display:block; }
#hrgKRQiNq5ncWQSktVDJvCK6xG2Q9TlJ { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:30.526733398438rem;left:1.74072265625rem;overflow:hidden;display:block; }
#blegkKef8PgNyWMRBRnmTzfH4RpmKINm { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:30.526733398438rem;left:15.053100585938rem;overflow:hidden;display:block; }
#ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);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; }#ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r > .row .container { border-width: 0; border-radius: 0; }#ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:none; }#V4D3kVeA4JmgLZcSlgOGM0Vtdrg3IvA7 { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5625rem;left:45.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#MGG8MKqaIiDI1x0E6313Oo9PhrTy9KJX { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:45.625rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbaI4lzM1Qyfg9S3W7M2dr7Pm3JTmu2q { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.48);top:2.3125rem;left:10.9375rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apnMzMPMDCnRdJTgd4XrT8gos46oknNm { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:3.125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#oEU6q2iId0aeLX2bcRNIuOV32WPRtZdV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:4rem;overflow:hidden;display:block; }
#zcLiiW9lBzShMp7Vu1tmWLdCOUVfwDJD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.11865234375rem;left:17.125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyw5PcSXvA1rBNBU0FLTTziKTTKD6cXW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.125rem;left:22.8125rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qUZWHcQd3oJ9fqd0zvpsfvnM6F3k25EQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.6875rem;left:8.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;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);display:block; }
#Tia95nOnzdCmhVdBlHqwL4yc6FgohcKT { box-sizing:content-box;height:12.5rem;width:25.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.625rem;left:25.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;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);display:block; }
#FezFH7MK3xJSrZcb36ipVMILHUQKWCHk { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:25.375rem;left:10rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;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);display:block; }
#f5TWcKCLmn9tcdspqTy03Oq59miUKWhf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:10.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTC6RUu2cnUndhRLSV431vcKDU6iOQTN { box-sizing:content-box;height:2.1875rem;width:15.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:25.375rem;left:30.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;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);display:block; }
#QrdupM4bgBaiVycZZeFGAvMxqpK6NSo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.8125rem;left:31.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSWedrJdbPbdeTTM177rSam5GrLhuOqE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.748875rem;top:12rem;left:20.6875rem;overflow:hidden;display:block; }
#Tm8WET7uS2wWWTnTh7Ahv4E4l5QUFW7I { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.749rem;top:16.4375rem;left:9.75rem;overflow:hidden;display:block; }
#DhPNwts0xllcw0K2Kw7ALEzPLZIbzl5h { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:10.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgqSi4qg8SDiAmgv8nX1f7p9tICIlnkT { position:absolute;display:block;z-index:15011;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:5.375rem;width:10.625rem;top:16.4375rem;left:27.25rem;overflow:hidden;display:block; }
#cFZOFueCdTOZRI3DWF9J1C9oVAOw96tw { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;left:12.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#HHkpcrbddG4MkvF3mtWD7Zmsgm1SLLIL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5625rem;left:13.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RR0qt8nq5a6Gpe3Psaplz1acfsRkaCNz { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.53);top:36.4375rem;left:11.875rem;height:6.56434375rem;font-style:normal;display:block; }
#ryuK7RrPv9HziP5pR1TB7EzETJe3RFHg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.75rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mhk9Seh1bsLNtLDNV0nUSTuDa2st8NxG { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:24.625rem;display:block; }
#tdWPeT4ByVkSVOtTXdXcddMRLXi1s2Qq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:17.25rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1RSgKqnTutJ5Tm5waNrZCsc1gTgUq1e { 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:5.375rem;width:5.25rem;top:13.03125rem;left:7.375rem;overflow:hidden;display:block; }
#TTd7sAH10Rvco5Z1vgEe9rMuFi5nScte { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:8.5625rem;display:block; }
#Byr5Kngp8rWM1bOn8H0iqtf8FkmMqqOJ { 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:5.5rem;width:10.625rem;top:16.4375rem;left:39.0625rem;overflow:hidden;display:block; }
#tN8vTV0KBOW8TzS6OWfow452TL4ce6XZ { 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:5.5rem;width:10.625rem;top:19.3125rem;left:33.625rem;overflow:hidden;display:block; }
#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo.adaptive-delivery-prevent-bg, #I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo.lazyload, #I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo.lazyloading { background-image: none; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo > .row .container { border-width: 0; border-radius: 0; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:none; }#JkJLGNkaqHor5EPGVHvp8lVaeIKVuX4d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:3.4375rem;overflow:hidden;display:block; }
#AzH8f82Ds2uZ2uVo41my9NpkX3tsUv6n { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:15.8125rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bra7qvBfvIPul52wAxJM6HTNfput7PHf { color:rgba(var(--color-tertiary-4),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:50.43701171875rem;left:16.375rem;height:5.25146875rem;font-style:normal;display:block; }
#NWgXJTTwt0roy6F2PlNyOBkUKtrq5qQU { 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; }
#sQK93yO5fqmu2HmgdL51gAOuUG4J6sT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9fVtIliNdwuhBJ1M9gqQ3mHPGCZ7dWT { 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, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-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; }
#AynpsIHMa9UFGFHhvHriszXwwdCDUgWB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:6rem;overflow:hidden;display:block; }
#sioziLvlMDBn4aUdbRCDWkekiGppV3Z7 { 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; }
#FB5p2Qx7eLAyIUFxkuJcCezRP16VupuS { 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.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XALo1QGEGWrZefHnry3CGdiIgqkOApsB { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),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; }
#BHs9B0Tl20fq3DR7rXTVRQ7cwZhTOwuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:44.25rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9Fl4y7lodo7OWwi5M5EFHPf6pcEmxEf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:16.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbWpIf6lLDxnrpt01fWy3HEyJBriJUMz { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:20.9375rem;overflow:hidden;display:block; }
#mstbDcE4sv3tVtWrol7iDbouvR3EVIb2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:30.2490234375rem;left:11.125rem;overflow:hidden;display:block; }
#NgKQuntsOJ504iCHdGzZLkmmlRLrAk3R { 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.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUp9ZGo4QSBePJOH4hvFpfkedAznFpfc { 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:18.0625rem;width:15.9375rem;top:37.6705625rem;left:44.004437263343rem;overflow:hidden;display:block; }
#pFE5dD4gz4GLFx0oa9OUJtffLHriRsnT { 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; }
#yT44qozMlqCzEGds8J9p0CexAyMZ4mqd { 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; }
#O09GdPawRq7a1VS7CNBRxTlTwip3VhvU { 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; }
#FPqvvUwHL32ZNTdECTGBOtvelImKxxF8 { 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.375rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 > .row .container { border-width: 0; border-radius: 0; }#qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:none; }#JKZ2zJ1HEeaZTACUNsOtNC3yEkNi4nJT { 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; }
#QVIBhmkZX8KeeAK4fkZ7Z5ETcklMELQp { 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.93860625rem;font-style:normal;display:block; }
#fQkssPMHrx3KEZtT4MmDXLobp3SRIT64 { 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.3125rem;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; }
#ddXCUaX1AJEB9emO4OcDRhVGBF1ooRUP { 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; }
#ecQWA3Ibf4vgmMRb3ir5q2uFn2vAbLBi { 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-0),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),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; }
#pTwLhzuJGJamxBLUcNOcbZrHLunhfFkr { 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.1875rem;width:13.8125rem;top:17.7099609375rem;left:9rem;overflow:hidden;display:block; }
#Cbo6WTFuqubWePKBHU0DdkgQxJmayO9I { 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; }
#aKWGyKNo2JXhORul83GI8rTNo5yFmMkx { 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.374875rem;width:14.187rem;top:17.73974609375rem;left:22.875rem;overflow:hidden;display:block; }
#aQSz5zvti97pCUtZL2TSOE4dS3dTIDGn { 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; }
#HUlWpHy0TasklOguEh4xCucFo3Hs9lAN { 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 rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#IuTxLtPEMenoBAdooNCCvPcIqeODTPsf { color:rgba(var(--color-tertiary-4),1);display:block;width:38.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:27.18505859375rem;left:10.6875rem;height:3.3252rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnL6odLAN8ur3ZVomQTk5tGcNuZsyqsa { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:4.2333984375rem;left:5.0625rem;display:block; }
#ZlZTAqTcFfJ6GUtXTXBFXJnNfOAaT5iC { color:#ff0000;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:17rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#BrS6xH3Ayg0yBe6LmTSQMXiqDLqHP3Xi { 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.1875rem;width:13.75rem;top:17.7099609375rem;left:37.1875rem;overflow:hidden;display:block; }
#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5.adaptive-delivery-prevent-bg, #SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5.lazyload, #SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5.lazyloading { background-image: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container { background-color: transparent; background-image: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container > .video-iframe-container { display: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row > .video-iframe-container { display: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .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); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container { border-width: 0; border-radius: 0; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-form-header {  }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:18.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:18.875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:18.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .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:18.875rem;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; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .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; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:#15b5fa;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.4375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .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; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .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; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-container:first-of-type{padding-top:0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-container:last-of-type{padding-bottom:0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e  { 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:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.375001907349rem;top:8.3367309570312rem;z-index:15022;position:absolute; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.875rem;display:block;vertical-align:top; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#040303;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; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e {display:block;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e { 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:18.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.375001907349rem;top:8.3367309570312rem;z-index:15022;position:absolute; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #A3ThxrgmaFfP7rCFMnMsI4hV4aqcWr6v { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #TQ7TCZRL41GwoN6M1KMVe3Ga3SPL37z1 { position:relative;display:block; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #Gi11zNWUBlFuOOgcPTNoTubZPGzvAweV { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #TC8bPDtb9Te1bmFTaOknokAIoRBz5KkX { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #GBMiBOLtzsfP4OygdEziDMPuB1fTC279 { position:relative;display:block; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #gmXzeDTRVHV788shKAbqfdyb98oeWQB6 { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #HN3XP1cKdumtnwAUX34VdRCPcoTvnNEf { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #riv7foNUnvtFxaaKgiiQRtLqO9TJTHD6 { position:relative;display:block; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #DK0mqtWlwOnkabgqT3mkvDqBzkVM0Ibe { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #K7CZqOD8hBu29TJhRx5WTK2sfk1Zi5Eb { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #b1VpCHKTnvPhrmueWTdsq8WrZRMCfJzq { position:relative;z-index:2; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #O2q5grKFiNq8tiEgHRR0hGHX4iXKKMyQ { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #eCh7rxJAGAS5W87zKAMpOmfbD2CTr4Hv { position:relative;display:block;z-index:15000; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #Z1ywu3m8OgXp1cGhQQJboJv0783rMQoQ { position:relative;display:block;z-index:15000; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #K3yk6SgMtJwiivJVfpU6qqXLbxz8T5yX { position:relative; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #ZsQBS6BUDn3iFXeKXZIqTzoh4qbrUdGW { position:relative; }
#XCTDsTp3t1GCG6TMZ6gEMkENsB1Q7d5a { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XyLAQV4WLcwm0PBIymUW2SFUDmOtZiV7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZyBZHtLvGiJenw0ggvbhohO2qlwq7cDk { position:relative; }
#yyHLvsxGRJaMsUzzCWEAsggpzoT4TQEP { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WH5OIL2ZrggA7ZMnk7Ep9WEDJu2JkOlC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JFqvDTbZrn1pKnlgz1BDSZID5sgzr5yt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bZKl2TI7ILd5z8yLLyxsTLGydCtBUKpU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K0mShDTTDu4FQ4Mrxm7NQJoi6JvdcuJi { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #paB8LynvlVxGQdh68B06UEBtxnktI1nC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GgAGqIWLCWPiLW7wZz0UwLvoHtDoTwm1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iUP1J9fgZoWKOnGbknwrqPb6Fp0vDcW0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E0p6cqfv1zOp9hQFodm2LXWcvlWC9rB5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ePeZD0DXT1ZaIxs5dGaPV5Ny6MD9Q9cR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CnHb3RcCTs33P62ix0lomyKAbExKpOhV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZPPuM2uUdBzxzpJZUhZRWohPJadkltWL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yocT2IQq8Z8wpHiHyvPgfKKZX9F4hh91 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GVzOw3x8l4sHWaHOiAda1T0hGe49ANWU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JOsERUVpCKLnI63StspqL2mK8zf2nxHM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xW22X7Z1NnJeAhBT3eq5vLLTS63xQtad { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Td4BqT060gTUOoZU7KGuvtSkNrl3y2io { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oocJ1kwAzkJNu0aJlZFP9xtByF8V55M3 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blt2VXAd4NGmNoubg94f2q42xIpv81We { position:relative; }
#v7PIli9eKkONzoOSMvvUd0m4bpTT5eyH { position:relative;display:block; }
#WMDrr8bZxMMSnpO2lXnTvPgn25CuVduG { position:relative;display:block; }
#xaLa3I4M3Dr6Fb0bbufgHD1L1Ch79Zll { position:relative;display:block; }
#gDRnrN0bQO5Uhnyfe8wJOL6LKQvKwmWO { position:relative;display:block; }
#DBGgydlJJIb88DropB0S07nSzg9eT5n7 { position:relative;display:block; }
#Qo8nkUgIPfedun5gSAeSsE7p46MGf1O5 { position:relative;display:block; }
#lpuPlxTKT1yU230lQryoH0AAkcsTXAMw { position:relative;display:block; }
#Wb77vQUqVRTWRVTEnSle2xd5iJnE71fN { position:relative;display:block; }
#kk6hkilNf7bp6QTADNfRtFi9s1FTdhx6 { position:relative;display:block; }
#sI6UsO6UPZt3u0IOsZm39I6QMFm8Dxux { position:relative;display:block; }
#JBOcoNWsoZlGk6OmPLrkHi7JDNFKBRwC { color:#040001;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(248,231,235,0.5);top:5.3601565361023rem;left:35.250001907349rem;height:3.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; }
#EkzvqoBA0bF1fZO34lLTIqwOnnsUR816 { position:absolute;display:block;z-index:15001;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.375rem;width:20.75rem;top:4.1875rem;left:34.375rem;display:block; }
#Tm5Kk7aEWhCNas3LkgVfWgJcGrvm4lQQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.425001144409rem;left:4.125rem; }
#EXltCCzTqeiAPv6V5TQo5B3SnJutKmto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.25rem;left:4.125rem; }
#Fy40R9D6hzx864dXDVTiSXkh7F1C7NPI { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:27.268751144409rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#AOw3iM2TOMNZc06nIz7sUrInQLVeZyXb { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:29.09375rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#aW5MI1WkPs3xhQAnJp4zdGZwb9QykUnz { color:#040001;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:7.7484312057494rem;left:10.89296913147rem;height:1.31286875rem;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;font-style:normal;display:block; }
#qByTEBpM5mldJbe0ZEdotw6tp3pSZsuL { 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:16.125rem;width:30.75rem;top:17.71875rem;left:1.75rem;overflow:hidden;display:block; }
#Gm2axG1Pl9MdVKz0pFxUsDaJccNLmCqt { box-sizing:content-box;height:1.75rem;width:9.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.409375190735rem;left:36.312501907349rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#E36O9wSElUayAx2HkwdF7qmafmUBmIS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:11.918744087219rem;left:5.6875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TluKHzGAbv1RFrnFVGvIQNwkTb3OlWUn { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:25.44375038147rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#Z9cNv8C8O5L5z2eMrU8UBbe8N7DkgEh4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:25.75625038147rem;left:4.125rem; }
#aTk9k98x2rJaNrnlh1yNReygMsGtKuTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.931243896484rem;left:4.125rem; }
#BdKIzz4Pqa9TcmgiDTE8UHyeNuWa02NA { color:#040001;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:23.61874961853rem;left:6.3125rem;height:1.875rem;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;font-style:normal;display:block; }
#Q5g3QHyk62y6SwamRrrEQ00f81l0KB1F { 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:9.6875rem;width:30.3125rem;top:1.6179628372193rem;left:1.75rem;overflow:hidden;display:block; }
#xyiTvvqEXshv3PXIo170o9dENrwkxaNz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.3125rem;top:16.712499976158rem;left:12.20546913147rem;overflow:hidden;display:block; }
#fx6R087Ne0Mzo280y1kMDA38CVytH5be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86c97b29-48b2-492e-a7d6-ca15fd06bf22/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be.adaptive-delivery-prevent-bg, #fx6R087Ne0Mzo280y1kMDA38CVytH5be.lazyload, #fx6R087Ne0Mzo280y1kMDA38CVytH5be.lazyloading { background-image: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container { background-color: transparent; background-image: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container > .video-iframe-container { display: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row > .video-iframe-container { display: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .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); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container { border-width: 0; border-radius: 0; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#CTbVEmusIt0SIomQITgbuhiSuiVCCv29 { position:absolute;display:block;z-index:15017;background-color:#ffc933;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:7.1875rem;left:1.625rem;display:block; }
#ycZR7vJpfuEksEVuA53IIrINKGuNSng6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.3125rem;left:4.75rem; }
#MrMcdwhfJ6wQhIJJwPOtPDtILF2kwxT0 { color:#2c2c2c;display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.875rem rgba(var(--color-tertiary-0),1);top:3.25rem;left:5.4375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTTlQ0ntSWoM1rWB6F0DcGLn7CZvJvO3 { color:#2c2c2c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.875rem rgba(var(--color-tertiary-0),1);top:18.9375rem;left:0rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgDRGTXlxQOQnf51f9WQcHV7dd9aFX4X { color:#2c2c2c;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.875rem rgba(var(--color-tertiary-0),1);top:18.9375rem;left:21.375rem;height:3.7109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OetkBAzCsVidEpxXRKQ8Ulby8IMlxwB6 { position:absolute;display:block;z-index:15016;background-color:#ffc933;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:7.1875rem;left:21.625rem;display:block; }
#v02dvbh9SaJt5UOyEvc41FVqAJFyD4hI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.3125rem;left:24.6875rem; }
#RlT5kFSmTeRMQbHEed0MDv2t4Df937rp { color:#2c2c2c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.875rem #f5f1ff;top:18.9375rem;left:40.0625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcxQ27ey0lp4QGrPd1ph5b7cn2QTzMU2 { position:absolute;display:block;z-index:15017;background-color:#ffc933;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:16.9375rem;top:7.1875rem;left:41.625rem;display:block; }
#ITdOzAlWpWSXfVmwDOt86OVKiQvyPy9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.125rem;width:12.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.5625rem;left:44rem; }
#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container { background-color: transparent; background-image: none; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container > .video-iframe-container { display: none; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row > .video-iframe-container { display: none; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .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); }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container { border-width: 0; border-radius: 0; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#CKHTcusdyalcnLnnWQlCnO89eDD6TvQc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.4375rem;top:4.9375rem;left:1.4375rem;overflow:hidden;display:block; }
#FkTv5MxlULH8rIJUTCytb2ecdQwfikZT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.4375rem;height:2.6rem;display:block; }
#wCIPhR3AabPwvx8vKfp4vdu766uSA0OS { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.4375rem;height:2.92383125rem;display:block; }
#yFhrmv7xI79Z6QiECTnb8vuGqaUQCmTz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.124359130859rem;left:42.061637878418rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#TplkBvGvv6CeNW2ePQpF40L1yO6vQ9E9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.25rem;left:43.5625rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#aniZfrcpI68OfGgO33LQH2fGH1vvNcIC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:4.9375rem;left:52.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FBC0amJX7do5eUqxAPQwnzPl5NqqCILr { display:block; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .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; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .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; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 { width:13.875rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #u4Rz4tXWOD9tHF7vlUWTf5hDlZBllbu7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #wogAOvncyV0priICRhpLPVJ9S5hd5kfV {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #OinAse8bzZH6WxCz0NFsvKWkFxTQWSTn {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #GJIDNO0BlExmvoo9cs5Frye8O97ozTwW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #sf1P2XQ1KZ4mkScfLcLfUHNRzTfNv9Ox {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #hwx5Pn20z9yEL3MCHg9Jkn7QMq6xCcmd {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #Bu900c8klkPIEI4tbCyAHkCJSTVDPC8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #F84F1OcLSe9IRslH0LQshHcLDzDlbtLd {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #ITEfBeUifySl56LVLsd2eWhFfTX4opXI {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #B1BQWSnKfGCAFied9KtloL4ERX87DzTU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #ki0H5oCvtdJ2AFnCqGZZbRXDy3lk13No {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #W0SzWdq0URh1FLR46naiKKKxLVGqJ4kn {  }
 }@media only screen and (max-width: 763px) { #MHk2yaaaItkblyyPiu2nZChmnMWe4ph3 { top:0.875rem;left:20.0625rem;width:27.6875rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxnsNWMG2BWaNRqnT0ddoh1iIHgHT8y { top:9.625rem;left:0rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RpTmrappfpcXMOnTU6rrXi1ZWT4pu6 { top:7.0625rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0XowMHMaBVhMTWFHtkbkXhMHzvZksfB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CwUBR4o1BgPTOH2nKlrgnE4RAguI4tST { top:6.625rem;left:27.75rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbAstknlNgwtZNiukZE4b2uOQ9ZZWksw { top:3.9375rem;left:25.9375rem;width:21.8125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf9yzb6CCzhQMLrJff8GaxUW9elJEbBT { top:3.6875rem;left:29rem;width:18.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDIZEBTxXXtAAX041ndQ5uwdeutBPyHM { top:9.5625rem;left:30.687501907349rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2F5MoCHfZUicSreU5V0kKpx7hhw2tT { top:0.8125rem;left:0rem;width:15.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl00EckUsVeBQOFOkOCBl7UD1u4zQ68m { top:3.125rem;left:0rem;width:14.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM { display:block; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW1aDBZTVfT6wPT0oJlbP4TFaqPRAaAd { top:0.6875rem;left:3.40625rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVLpWvFUwTLmaxpF7yEadbGnPLfk4LUA { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC5Rm5vZsAcQNRbLP7Ow06kOWGGDQzxo { top:18.375rem;left:3.40625rem;width:40.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIQqw4sBimt8tZTAQmHOnz7DT4nzp6UD { top:9.125rem;left:0rem;width:14.75rem;height:7.6246292310039rem;display:block; }
 }@media only screen and (max-width: 763px) { #azBnGFPdqeCcMTrTOVQPmoglbJFLl1Nn { top:9.125rem;left:8.9745555306844rem;width:14.875rem;height:7.624564071967rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfxTU6ImrfozZtpxsgeS0fWpHLZk77Z4 { top:9.125rem;left:24.036254882812rem;width:14.6875rem;height:7.6245rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxse2vUd7f3MhL4KKmwKXe4AvZoqRuc2 { top:9.125rem;left:33rem;width:14.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn { display:none; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMeBzSyzawL4nZAztZklSQCJCueevdKU { display:block; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvU7tBgNTlIrJQkxLmZXZEbRC89MyFTd { top:23.875rem;left:2.4375rem;width:21.3125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BthW2cFTQxzzsOG0seZ8lCZcHL8WwGZc { top:23.875rem;left:25.4375rem;width:21.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTpT099ceIS7anz3AhQGT9LvpmKHtMIl { display:block; }#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe { display:block; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT { display:block; }#lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8gwJTWmDq0cn2eApPfr6u2bSSHnoF2N { top:3.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r62mCvWJnSoS1is2ynJd7To8ofNLTu8b { top:0.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2FxLlL4oUHoOPdDULabZepgRZzXUkgR { top:6rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza { display:block; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3Zo6zaKFU1JKrrL6eRlghbzUyMU3g91 { top:11.3125rem;left:21.1875rem;width:14.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JArfWKbiV48hhPPU0Z25PHhSmgGQBfGJ { top:10.3125rem;left:31.875001907349rem;width:7.875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNmApFnuEdG7wEN2lJsRDms2biU0abf { top:15.1875rem;left:25.5625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJiTCP82XESm1wXrKK8uG2GqJWuJxlS5 { top:0rem;left:14.5rem;width:33.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfaZafRF2q4vpL81xTz0hJnPR3uuESW { width:23rem;height:2.125rem;top:18.75rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4fcnckREZNbqw0lAKOeAAqgFfPnUEB { display:block; }
 }@media only screen and (max-width: 763px) { #mXtAcKcA2BJXTmOz24wLibskGbIB0qvf { top:18.75rem;left:0rem;width:9.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8miIPTnRzJXW0GUFyoc42XXFdismfUs { top:19.1875rem;left:7.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv2KgE3h7IGh634JQQ2SLJlTzD3BbNlr { top:17rem;left:19.9375rem;width:5.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4865U8ViJEGTgwNTZwG3Ffars9toQcQ { top:1.125rem;left:34.625003814698rem;width:4.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkv14uOlUbL32ShsRXy7AdhU2zknxdic { top:17rem;left:42.875rem;width:4.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0qPkdOrNd1XkVo27B5C5gVzxKRVOzKe { top:2.25rem;left:0rem;width:23.5625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2yk6vkNSKCo34kfsOJlotsPib9nevn { top:9rem;left:0rem;width:16.875rem;height:2.5625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGrVXNXwFa9kh7sBT8fStbF5HiTOepeI { top:11.3125rem;left:38.687503814698rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo { display:block; }#Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmoViBsn8itlBcbcEZWoWIG4FyWTrmci { top:1.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKZfSDmMOX6feOLhdZP3zz7Aof0BwXTw { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOr5GeWPB8hRXE6ZiwBgDMGlRzT9PUz { top:7.8125rem;left:3.37451171875rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X37bPMPocq8n2ZBs4zQz10wVcnPeaXiv { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ { display:block; }#ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DarPs0DuKvt6Tt6TEe7sTIsWqK5w550P { top:1.3125rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfKHzDCTAGVTfFuGRs5rbQG6TvWXkDo { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9J7phhdQcfX9sEaceKQ9IigTttx9XSL { top:9.4375rem;left:3.40625rem;width:40.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHTnEVO1OBP6VULcVRyZKU8PqAlduWv { top:6.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz { display:block; }#ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQ8xUy7ITXUzKFK1FbTCAIHJq4nJgIDa { top:0rem;left:1.3125rem;width:44.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaIaAOBiVFG8JplUcW8Jx3u5hTrR18k { top:16.8125rem;left:8.1875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34v20PDQuxgcXptxwq4kJMK5k7ZVU6l { top:16.8125rem;left:25.6875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMHN4qLfIAEff2hNryZu0TmTUyGRsTgy { top:21.625rem;left:17.4375rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liny375nRWz7r3hNtxHwRQQB5CqoTSuH { width:4.6875rem;height:3.125rem;top:15.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEqZ1pUcpxEoDBMW2eQpUD5xO83XT5Gq { display:block; }
 }@media only screen and (max-width: 763px) { #t4lpwqq86bfnDgaquxLI80o5TWMivAAk { width:4.6875rem;height:3.125rem;top:15.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3Fd32J5OoUKSSm4EnwzeZ7vpImTRIe { display:block; }
 }@media only screen and (max-width: 763px) { #y9ZxLDkoGwL3mQdgdCu5axWo5mWu7v5A { top:18.5625rem;left:8.9375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNPebJIqo2TSm12qIWwhmuuQrX65MnDg { top:27.5rem;left:11.375rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3o8arZC2yZD5zu8EPq3tyo4zHnA7RNW { top:25.5625rem;left:7.625rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDSbr0eGqcSFD9Nq0zOGlpnPOoHRVe2R { top:23.5625rem;left:11.375rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzqlqaJSlDTe3sR2BDsQVFoZq1t7mo2m { top:21.625rem;left:7.625rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJSlTpieWrmiUFJ16tei5WKQZxT0yM4D { top:18.4375rem;left:26.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7BkOcuoJP6fS7U2nT8ypqhTOtWsqQTM { top:21.1875rem;left:24.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw { display:block; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-regular-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-text { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-textarea { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-select { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-button { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9  { width:18.875rem;height:auto;top:8.3125rem;left:26.375rem; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .radio-container { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 {display:block;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 { width:18.875rem;height:auto;top:8.3125rem;left:26.375rem; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #LRvUxVI0JJ93n7bQ04r4Wl7JS9lPxmLP {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #FrweTOLUM0LHmw41rX22xGi0QLdKihBo { display:block; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #NtMSvArfkDEe4Ic5Ebore5iop4R3Dqlp {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #IU4QnHfU8UscysewM6bTa6nPtiyPH2Q0 {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #aD3vrHJTlzHVLa4xy9hcqXso8fMdCWLM { display:block; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #KSGzC4WxKUHunlmaTm71AueDNq7qaxam {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #THHpL93cn2Tt8Bu4l7xCHsdVZKvR8c2F {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #NfEhsva8K0TmB4mK3mCx4ElZxEeLt8He { display:block; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #PAzpWHIPg8wcEgcSh5WtUErk3Mf6BqNz {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #Ke5itVKbo4sMOTZma3Ts0nTwyUHpldkB {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #EMhA5C1eI3Wxu2WsJTSGuulOHOqyUSO4 {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #prV9lLAbm2tI2ipTvoUtnxQHXWt5MW4a {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #oeX0d0NzxJpD4c1InR0dcrD3h6dfUlIy {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #THZlniX0HJL1e5odTRBCZGvVzbXX4sEA {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #tENTGggE19SGIIni5QEDXXFNaPHTAxrn {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #XT9iK3A4X5SPSUMzfhU0bOFZf8LXJ5D0 {  }
 }@media only screen and (max-width: 763px) { #DND0I5S4vCL4QD4RTmooQFWrUqCh0qNB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iP5WHXGlMqFJN2FkODWDzUcVt7RPx3ZT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y3nMMvOQOT627Hx8N1GXIVZz6QpAR7Wv {  }
 }@media only screen and (max-width: 763px) { #u2qX9VSvPw0hCJK1C3ZKUTuNfTic9IC0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rRuvKIzJeT9teBlbFNPUpxoFtK3oThkZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M2bICE3Dp9mtK7hTw8dTA6BxLRzTpHoW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #trGaMHPqR2lMXGmGpGNCoB1Qy0Nh8aV7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qX95LP9fu2gwWu7keufWbJ6rTVQ59Rls {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NrmRpa237HPME89gl2AZWwou78EyTxHk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ouOuplNQBGS9Esbh8yGZTinAOy4DSQi0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lWzwvoZ9i9m6LbEt8uRJUlT94Lm3T0MM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JP2rZE50JB1uUTLQ62Ug1aJLIm7fPUbP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kl0Zxd9xFTnbHudTPrfCpsBzzH0zzpne {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EzDeb65rk1k2UpEQZefG9uw4gmwsSGHL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tnlV2w6Sc5Ri5fvaz2dRrK4MvvnZ4Aaa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LzTLnWmvQIgnvyX2daD6emRaWh1tlg5W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hT4G2rv8zP7osr7iU3XQ5ciSDwLtUayr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gZ2e6zMQIcnl1xtWrykdki4zXlxuN43x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zVqLcSCVxOVChIHJTxsEv5JeAXh9lG4m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #plxMHxfWRdztATfzQ5fZrBraQEyhBhgu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UTt1aoUWw5rIECTHCdNRaARymJPWwI8O {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wr3v5rIVuQtLg5xXTLqlsV86dASS2iAs {  }
 }@media only screen and (max-width: 763px) { #IfoGEoDeoQwzuzVJKGDXDCopWRHZsqnV { display:block; }
 }@media only screen and (max-width: 763px) { #HCntTOS6TXRduk3MTE0m1qqGQlwcVCVz { display:block; }
 }@media only screen and (max-width: 763px) { #wT8qhHV137uboHmrtS8KVPFz61k53AJK { display:block; }
 }@media only screen and (max-width: 763px) { #TmPrcmMlQ3VcoHBy6x5SlR7RrlLkUgx4 { display:block; }
 }@media only screen and (max-width: 763px) { #nQ7ZROdyboZrFeC9CS0ZczmBSddW04r9 { display:block; }
 }@media only screen and (max-width: 763px) { #T1DAfZyaUudtCPHfDSiGTc0Dh8TUcVpc { display:block; }
 }@media only screen and (max-width: 763px) { #fR1AwqzsZEdOnTIIGtyTinLVIza5qbo9 { display:block; }
 }@media only screen and (max-width: 763px) { #t0ZGcMrh9KtyXS8D6otTL8qNTPyaJTZT { display:block; }
 }@media only screen and (max-width: 763px) { #gIx18mVqSpgUAtyUVGrTTuX3Py3TrAiI { display:block; }
 }@media only screen and (max-width: 763px) { #NwGx6TpmV9NQFn4GqTpWqc0lUHntCfeE { display:block; }
 }@media only screen and (max-width: 763px) { #XWOlQHbbNaJTt10xaphRIlQF3Of2w5Nt { top:5.1875rem;left:19.5625rem;width:28.1875rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPlqCu5f7cc6q5b7umANIr32FkLKJrB5 { top:4.1875rem;left:26.5rem;width:20.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8MW4KpLtPgnLvMPRPe69r2RZy8bkXK0 { top:22.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOHhA6UtVCOPpRM0tpSzZ5tVVWC3kreK { top:25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv94hdzVHBMQPU5RlSpaMs4lNA4hMr2z { top:27.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkuInGvKA889URSel5qgOHRT1v0VDngO { top:22.75rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIsmds84dO16X1miWD1oI16TxI2GPXz { top:24.8125rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Ufnghw8QwhoPobfHlZ5p93lJsMnOJO { top:26.875rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLmrb8UMZl9lZpSpK10WdrMcMW6xBdQt { top:28.9375rem;left:0.1875rem;width:28.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCH9TiWyp32NKZqXK4fI1FkK3ALSrxLA { top:29.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVr5heLrLLy2O01nkDC6P2svSy0mxAvl { top:11.4375rem;left:4.5179691314697rem;width:10.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBJ0sffcarq6TVyiqW9wsmcsm4aziCo { top:8.5rem;left:4.5179691314697rem;width:1.3125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnw6adSrHw4GNvJWT0KgQSuq3gJVfMDZ { top:1.75rem;left:0rem;width:30.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQKnSO8C2INCBl9CTkZqlHmMo4Rr3Ui { top:17.6875rem;left:0rem;width:30.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS { display:block; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS5WJbMshDULcBp1ZxwMg2XPIidhcspT { top:3.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffisQNaRLdMsL97Lu94yStGwKMxKorJ9 { top:15.25rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnXuNhu7lok56V0EiO9pHSvJaZucuJ9k { top:3.6875rem;left:24.612501144409rem;width:4.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ7agcqyQleBcKFHstrII2FIBSryZTqQ { top:23.5rem;left:10.156251907349rem;width:27.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFG8Pvtqn8fv0ioimQV0XhdeewzQkxHF { top:2.8125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qfNZVTg6lUfVCEQM2aROz9CTbUtHeC { top:9.5625rem;left:0.09375rem;width:47.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoJl5dJ9ELcZT870VSdT0DnTCCVw0TF { top:13.375rem;left:6.25rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIEvswyJtFRoGiGHcnX8dHhNswULS6Tn { top:9.3125rem;left:41.686719894409rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiaVFgb4lz5T0LQbQZMbe9u2ZuROZGJ1 { top:9.3125rem;left:2.6117191314698rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGw2dov51KOiqfk9ncSkdxGGG1hIOfOa { top:47.25rem;left:4.9375rem;width:39.3125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSlIDqQdrilnkQ3O0tRTPNPP2cCUFag2 { top:47.25rem;left:5.75rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9R1GJwvP0DPosQc1bETRLvdvozTfxq6 { top:45.5625rem;left:9rem;width:31.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7fuZdhPD0PKBaixaAmeXxTzNqcWMOs { top:50.3125rem;left:13.125rem;width:22.875rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m18BLIoztolQNC5HqQ786OHhpCaH1xXi { top:53.625rem;left:28.8125rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noGR8JCPTGPHkZQT3DukMVPXmvn5lT3z { width:15.5rem;height:2.9375rem;top:55.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO1cv44Ddhqg9tatHJnA7iCz5eAgMziw { display:block; }
 }@media only screen and (max-width: 763px) { #Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 { display:block; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgJQ6B9r3N95ThKpbJswQt7UDJxBniqw { top:12.4375rem;left:0rem;width:13.5rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE49zSlVP7kOzbqJNM54T1TbgGOHLAaC { top:12.4375rem;left:30.25rem;width:17.5rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRxvNmxtRprJien8HFxrbO6bHUBBqayT { top:0.5625rem;left:18.312501907349rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZwFbgx1o7xAi6uSW4AchV1Ph7NhT8N { top:0.5625rem;left:36.625rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0xmli1LuF4FQJoofVXvqgJF8wf6kzHW { top:2.5625rem;left:37.9375rem;width:9.8125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQylXXZ4MDu4TTXM9ILUTdE9rBgKF5x6 { top:2.3125rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ9fkfNAF03X9PvRRg7bXuMXpvPhSeId { top:12.3125rem;left:0rem;width:12.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2dX9iMqHP3Tw3ZIkBfpqLuPPcOIOTVy { top:12.4375rem;left:14.906251907349rem;width:16.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4W5z7NoT4oh7mgF6EtA8EtbrRRt5PCA { top:12.4375rem;left:33.375rem;width:14.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNG7gsgF4NEF7SgsehCz3T45tbFE2C4T { top:0.5625rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNPPTzvR2yqxBsuK31wm4q2k57o2B149 { top:2.3125rem;left:19.112501144409rem;width:11.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObEkNMl87tAhhJmb4evUa8rVLKo25Z4E { top:12.4375rem;left:14.593751907349rem;width:17.4375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZqF6bMJsk3e1m45t58PLeMhVpX8Bx8 { top:3.6875rem;left:19.562501907349rem;width:7.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNR4iAqE9hT1zvfyuF2NHE5Uo2xCLN6 { top:5.875rem;left:25.41250038147rem;width:4.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu { display:block; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmelb0AwfX5nr0EWX0xVLoMtTUN9PPPS { top:40rem;left:26rem;width:19.5625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdg670iII1HXcFpnOWT6mnX7lv6iLruN { top:30rem;left:0rem;width:24.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouP8oPlXk2VbD1G2DuQUkameiwGndsDm { top:37.75rem;left:21.1875rem;width:26.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylGlnQmo7tSCDQG8T5vnv9c8wpoFN7Bs { top:32.25rem;left:0rem;width:19.5625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcH0T8dxzGBEC27frzEiBxHBwkbLfcDp { top:2.9375rem;left:4.875rem;width:38rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Jvica6C1UbsF6JdZob8n2ATx4Ab9lo { top:2.75rem;left:33.531251907349rem;width:8.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTII2BGtACFvo9uWFr75DNUgPVr7N5FE { top:7.5625rem;left:12.875001907349rem;width:21.5rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRx4fPiJrDicA9sTixSJ5FehDb1pRPbB { top:2.125rem;left:5.71875rem;width:36.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTby3hd79DTG5HiSUbtX1sxG98oxXR4d { top:20.1875rem;left:0rem;width:29.9375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qorTegJzhlmpSpMAhpDIG2BsI8GKGDOO { top:28.625rem;left:17.9375rem;width:29.8125rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR1PAmx9LffWETcuCa2noKggcA1rSvah { top:45.375rem;left:36.86171913147rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM3NtFuOHomDqIrs6bGVB1n1btviKoJW { top:27.3125rem;left:22.925001144409rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngG4QmW6kDUeAE7C8CzgGFz1gLAFXqWf { top:42.0625rem;left:0rem;width:29.125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtHhdgU6sXnWl21y3kNdcxB6G6WR99p { top:7.5625rem;left:0rem;width:47.75rem;height:21.315098468271rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADqPhbmmkk4SBlttKkT0S6iS2VOR7rd1 { top:7.5625rem;left:0rem;width:47.75rem;height:21.315098468271rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6I5tZVLLV07J7lJSvJf9UqbGae5syJh { top:7.5625rem;left:0rem;width:47.75rem;height:21.315098468271rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6teWrgeUAZvxRPlcrM3H584KUnZhZDJ { top:7.5625rem;left:0rem;width:47.75rem;height:21.315098468271rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf { display:block; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niSCJsML8ORBiukIQR1Wmrl6yBOl2WQK { top:8.75rem;left:15.468751907349rem;width:16.8125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx50ELMyWGlHybLTSLTX1zwWwOMqL0cI { top:3.125rem;left:16.750001907349rem;width:14.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaIMaQq1xyhOezl9eZuUwH34akJ5P0MQ { top:2.6875rem;left:17.0625rem;width:14rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WXqcHD7UzV3cte8leb6fOTigsc6DkR { top:6.5625rem;left:3.5rem;width:40.75rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch1BWvPNf1p3HrzJcU6uLg0CuBTyRe2z { top:28.4375rem;left:10.500001907349rem;width:30.125rem;height:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxIprTSpMI2vM2IzqofJlvqT4BQq1sT { top:24.625rem;left:15.218751907349rem;width:17.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMacSo4FK621kTQQNFX2HvVoTqMp051 { top:28.4375rem;left:26.811719894409rem;width:8.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh0m4DPeXeZRzhyCLKWrAbGmnPBihMn8 { top:15.25rem;left:6.4375rem;width:8.5625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWv1avpE2whOnGqfPgM15Qd5KTmPTi5K { top:16.8125rem;left:35.5rem;width:11.5625rem;height:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV0aHm4ZJSux6v3lovcf6bg5PNbB4psP { top:19.1875rem;left:3rem;width:10.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1aMEts0H2fF8bncv62BBgOP2LmZtGh { top:14.875rem;left:3.375rem;width:13.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbaAdJeS392nvQ8T1XXMScTz5DP5oW8 { top:18.5625rem;left:0rem;width:16.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCCHxhy91rQ9zFVzICwGblMfqfOswt6n { top:16rem;left:30.375rem;width:17.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3fbUi2rLfmGDyVy7UUvnw0hR3gLVJr { top:23.4375rem;left:34.5rem;width:13.25rem;height:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbGRxOHdKZziAr71cXSMednuncIpsRIZ { top:22.5625rem;left:26.9375rem;width:20.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWKQmgwZEz9xEgRoIbshUl2pwnunVuS { top:6.0625rem;left:3.5rem;width:40.75rem;height:40.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEgszxp7r0kJhOtyXuVJNvrfTJHapSCa { top:27.0625rem;left:0rem;width:17.3125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQ9InnkQbaunMc9cALbTPtTiWWUTTA80 { top:30.9375rem;left:0rem;width:15.25rem;height:13.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2OV0Zn9crdubxXBX8P7QPtZegscvhST { display:block; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7Q0So2Ozksay57KThZCt1MyvikBHFDt { top:47.3125rem;left:1.875rem;width:44rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTW7h1anJZpRTXcToU366BQuxkCUJzTT { top:39.1875rem;left:35.1875rem;width:12.5625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhJeFFSPz1p71lOd41HbRweRlhClenw { top:20.4375rem;left:25rem;width:21.25rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOsSsrTghOkrlaBFqeXCLNf5NuPie5wT { top:3.3125rem;left:4rem;width:39.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGM2fdD0FxGDWD3FLClztZca7i8ba8pQ { top:31.9375rem;left:19.9375rem;width:7.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRvMbk8pIx3xhUs76E3ZCQ3NUkNnkVc { top:55.6875rem;left:3.8125rem;width:40.125rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDK3Gvf6F0CUuOZCbRaTdxd5OgI9XVg { top:20.4375rem;left:0.875rem;width:20.625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2qwsmPstEdTTWyQJN70L7ig3Ch97BgA { top:8.375rem;left:4.875rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1SJ0y9Unz24rvAbfOnt9ZGRDTSzTeL { top:27.75rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpaJ07cFsOwNN6odwKACeWy3BvX54gTX { top:8.375rem;left:29.3125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcCd6Ptnt3kRpy15bDbTR61rKZUcZmNW { top:27.75rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7didk3SGEuiTpptykFrIn00B1iFgJLy { top:27.6875rem;left:17.5625rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeGm0vkTkuobDK1oq7LmT8VMpk2A3ko { top:12rem;left:6.875rem;width:8.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWKZRzGf07zmWcWOrZBqGQFCVO1OZgPr { top:12rem;left:32.218751907349rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZBxC9eBCw7qn9zzRm3T1Zm4AsIDTqta { top:31.375rem;left:39.9375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIA68SdcWn8EPJXcdiOkduai18Rg8x2C { top:31.4375rem;left:1.6875rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuN3W3Dxg9ZKgv1htMxT9i0x0tdGWseM { top:39.1875rem;left:0rem;width:14.5rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7FXIsz5B4d6oTg9vAgimtnCNVr4e9TN { top:39.1875rem;left:18.312501907349rem;width:11.125rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifb2mWFFRVaqPVSFWt10c9Fd7XqpeXlp { width:15.3125rem;height:2.75rem;top:59.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSQXxAP6T7J7TMdREQJP4wxP8Qo2OgRG { display:block; }
 }@media only screen and (max-width: 763px) { #C3vNRgFCfzUS2TMdAlqyataXge0Kl4MQ { top:3.25rem;left:4.4375rem;width:38.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRzseMBbHS7qm4ETuT7RBtBR8dtPVPL { top:3.875rem;left:27.14999961853rem;width:6.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIB87lI5dVCTmyVeQ91o2pa2S1wENDlf { top:18.875rem;left:0.09375rem;width:22.1875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBazVXPXU6B0H9sQhPLMlxrobJtN0HX { top:18.875rem;left:24.531251907349rem;width:22.1875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc0vfwE4QwHTxSGsXcASztZnah4fNIhU { top:38.375rem;left:0rem;width:18.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiEneTpnX98UKcRJr7Lqqes1Vk0ZTUi { top:38.375rem;left:14.562501907349rem;width:18.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMmCCOyg0SQqMRwJuXdkTdD5TEIJM3O { top:38.375rem;left:29.125rem;width:18.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiOldbEtPgbA2ewg0DQvFiNSJmCPy0XP { top:53.75rem;left:5.0625rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX { display:block; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCeFevfWWxvGhMf9AHkUdIA7tcTBI40T { top:3.3125rem;left:4rem;width:39.625rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3ndo5IbcPgWGvPVV992if9H5NQG0CO { top:11.625rem;left:1.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arorATAWBh3w0A5b8DbKvKoROoIKSk6R { top:8.625rem;left:0rem;width:47.25rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVuW3msxkoiyQwZObbPKMNgewake6rHw { top:12.9375rem;left:16rem;width:31.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZufwb2UEPlwyuHm4a6evp4cTvwSkKBT { top:13.375rem;left:16.0625rem;width:31.6875rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK6qA3rWQHJWs0fkRexVp9nyn90TvCQf { top:12.75rem;left:0rem;width:18.6875rem;height:7.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d { display:block; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mxUob0cWDOk7zS6qJf5sEwpcSG8QEp { top:6.1875rem;left:0rem;width:15.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOedQ5uyMe3KJhUcw3H7OfI5r2sUTn1h { top:7.8125rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdSvqzEhLwzfD81eWNq5kXlz7qeo9Ei { top:1.125rem;left:7.3125rem;width:32.8125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oQhRLEdkgDITsSp3zGXdOVdDxOZ2fp { top:6.1875rem;left:15.875rem;width:15.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q75fVl7mDiGx3PbcOviWqfF7pZVNedhJ { top:19.125rem;left:2.34375rem;width:5.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh8P5Nhkir672FTlTMoa8Zfx264M83JB { top:23.25rem;left:0rem;width:15.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJvit9DgT9BPL0yxfaXoFd0LgTSsM4ev { top:7.8125rem;left:18.250001907349rem;width:11.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af087PMJPelgb9zy9wexyfk0VCpBOzkl { top:23rem;left:15.875rem;width:15.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9omkhOUTR5pn96NuEyXCGk3UlsO7aVF { top:25rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV0EVMTIVqJT3ek9GPsApk5TEtm7ko9z { top:24.9375rem;left:18.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJef53lVTdlCLlsHTcGWv0x6Anx6MHT5 { top:19.125rem;left:19.500001907349rem;width:9rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnuCKXhh5aTCTFiI2inCGmHTycmoC2vb { top:6.1875rem;left:31.5625rem;width:15.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVT62ix4oLTgzSwi4zKecv2V1GxQJocn { top:23rem;left:31.5625rem;width:15.6875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDpWblWwmm7kpAhWbneOXya17Vk39XwZ { top:7.8125rem;left:36.5rem;width:11.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkiJMpOUPfQXnTW7I2zrw7WwSGxmnK5Q { top:24.9375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQHhgTTvSpZTrtC0hxTINPEx4dGuw4A0 { top:19.0625rem;left:38.6875rem;width:9rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZRc7etMe5ntVtVUdHirTrXv1Ondg2l { top:36.25rem;left:2.3125rem;width:5.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV4tQCvUOxwATK8ifdfKsgQU5I8iyfvP { top:36.1875rem;left:21.25rem;width:5.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbzACdub6nxLOvCTIrs92bUeKAbhSW9 { top:36.125rem;left:40.4375rem;width:5.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFx7V7GpSn4FTPSWQHCbqc3x7S3F0qfL { width:15.3125rem;height:2.75rem;top:59.625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0dZ3z0uFTma2kpdekZZi9m8y916trmA { display:block; }
 }@media only screen and (max-width: 763px) { #ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL { display:block; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqKzhw1u6DKNerIlfgdGF56oZBtD0PwH { top:6.9375rem;left:0rem;width:47.75rem;height:25.711538461539rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6kOREVCGIm180dQtiDVzA2T667qTgm { top:14.375rem;left:0.875rem;width:25.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHDfK7PioswooTyAmb1xHHiQxR5idZ4y { top:1.5rem;left:13.218751907349rem;width:21.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFcqTPDCr5oIeTyBKrhNf9bF3ou3bT2h { top:10.75rem;left:4.3679695129394rem;width:40.3125rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve5DWyK3FIZP4tGO30V5dD6QFS7D7Xta { top:18.8125rem;left:33.8125rem;width:9.3125rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgFC9TXrAswnIxTa1Ktq8xnehmzK4yed { top:22.5625rem;left:32.5rem;width:7.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8QJIZcUM550nyfOxtv7HsRcTUtCXRL { top:1.9375rem;left:12.968751907349rem;width:21.8125rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umUczmcCxyeZJtbgtOlRpZOGbpQQcep2 { top:18.375rem;left:29.125rem;width:14.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJu10PF4HM8b3XQFPm1ng346do3xTqSZ { top:15.1875rem;left:29.79921913147rem;width:13.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #um4b5TEWxcMpCyMLmEt5pF8Ogx79nZT4 { top:19.75rem;left:30rem;width:4.6875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK3ncm5U8xhRZPMJptax9C0uyemIln8t { top:26.3125rem;left:31.0625rem;width:13.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfUBq7LBuxsye9X854FneCpnWkAaTrlN { top:26.3125rem;left:28.375rem;width:2.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOVTQUgMFVA4cc8UScd59ToNcyJGXv1p { top:26.4375rem;left:30.125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K { display:block; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9aqi7aF2QBFoTr1FFMKaLJEcu9loE4T { top:6.9375rem;left:0rem;width:47.75rem;height:25.711538461539rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSotwe2TKtUHEnSoTnzfVvqcDWPrz5IJ { top:14.375rem;left:0.875rem;width:25.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF9k6xllvLOdoSaHmPQ5mIfoHfosivrs { top:1.5rem;left:13.218751907349rem;width:21.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaOa47LLMQIlQzpunDKeTxbeivZ3PeJ { top:10.75rem;left:1.46875rem;width:44.8125rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXeZdWQDVvLWci9mSZEA7bnUfZpRI1DN { top:18.8125rem;left:33.8125rem;width:9.3125rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwEpKGuIvS4dOSXkTUxs43pt6WIwC3Oz { top:22.5rem;left:32.500001907349rem;width:7.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn5SRZRkQ2ediPMsJViT8S9Xld9uKmfE { top:1.9375rem;left:12.968751907349rem;width:21.8125rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUhTRMsAcEM1E8PKeGq4kVTFD5PuN5EK { top:18.375rem;left:29.125rem;width:14.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90higNv6BhCfJR3aTDtDo9ZZkDF33f4 { top:15.75rem;left:27.562501907349rem;width:17.625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHJWfQhwVsUfHQVTUc4CmqAWePAipfD { top:19.75rem;left:30rem;width:4.6875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkgRU9Lr1a6FU3qulZ18ODIXoS2CT5EQ { top:26.3125rem;left:31.0625rem;width:13.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywUZPDm6VPcLWV2p9Iwf8G0qcfH1sKWG { top:26.3125rem;left:28.375rem;width:2.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKdKdaBLUai6grd21paelbhydTFnzr0 { top:26.4375rem;left:30.125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL { display:block; }#IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P41s96tUZSRqIBk2S8MebwRT33N3EIzG { width:11.1875rem;height:1.125rem;top:18.8125rem;left:30.218751907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFSrIq2LcgZZVcixPFvPkGdSHsJb2A9B { top:9.75rem;left:20rem;width:27.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPerm4yHAATyyTvTBnyXa3o5T3Ww4JaG { top:1.8125rem;left:0rem;width:46.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqE7y334UhLRudcCbriyOI36lqSRgU97 { top:8.4375rem;left:0.1875rem;width:15.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHfDTgybkT1lRNfO9VbFAwJJgGZvCuST { top:2.3125rem;left:4.75rem;width:14.375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3TU12TUq2xbsJm9dMU72iFaTScsuvK { top:3.25rem;left:0rem;width:29.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpvN4v8vTEVcwO1qACmVWRxaOpkaKAT { top:7.625rem;left:23.875rem;width:9.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSklkKS3IuByTrJJGaOgMMETg0v6nFyq { top:12.0625rem;left:20.9375rem;width:26.8125rem;height:6.125rem;font-size:0.75rem;display:block; }#pSklkKS3IuByTrJJGaOgMMETg0v6nFyq li:before{  }
 }@media only screen and (max-width: 763px) { #axmuwmBaShoIJvW8gK02gzJKB4nkxS8p { width:15.3125rem;height:2.75rem;top:59.625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhQPMizuD01iHA4LTTvd0PfDsZ32B5St { display:block; }
 }@media only screen and (max-width: 763px) { #IBHrLsf7DWfkdp0iTPZZ2ONTLVhBrkhl { top:7.6875rem;left:28.125rem;width:19.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDaRQyDTBuqARpuOetS6PQtJKH7HpAKe { top:12.375rem;left:8.0625rem;width:15.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM { display:block; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paCvfGxRvAXBUOasfNyClEb1CnSEesJa { top:39.9375rem;left:8.25rem;width:31.1875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSxGGQZRAts6WCZXi600gKbWEPIvBB6b { display:block; }#oSxGGQZRAts6WCZXi600gKbWEPIvBB6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHDGDaxpsEB7s0NHAKLKvLVpCZFqJtl6 { width:11.1875rem;height:1.125rem;top:18rem;left:30.218751907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQQ0yxxLd4iIhbnCO6DM9ODpOKRwHdhr { top:9.875rem;left:20rem;width:27.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgNQ8mS1PMD9huz6p2dgOlMnIviAGqoU { top:1.8125rem;left:0rem;width:46.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhTQSxMCgtMmPTnAHZon559UrU46yALA { top:8.4375rem;left:0.1875rem;width:15.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmc8SiTpqbNMpf0sy8Xh2ln1DbwTDN5y { top:2.3125rem;left:4.75rem;width:14.375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X24FVSLhNdPNhessOa27Ak93r2HMv3mE { top:3.25rem;left:0rem;width:29.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCmb9LI77T0rTpWOUFPmbrXfqWpTyGIA { top:7.75rem;left:23.875rem;width:9.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 { top:10.875rem;left:23.4375rem;width:24.3125rem;height:7.125rem;font-size:0.75rem;display:block; }#bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 li:before{  }
 }@media only screen and (max-width: 763px) { #kuCdwdu5FvZ9x6nxKTFxZfaDR9bdxDde { width:15.3125rem;height:2.75rem;top:59.625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIIUfcHf0rF3mCd1ziH4bmgDaBc43Xl1 { display:block; }
 }@media only screen and (max-width: 763px) { #R4xlCCbNPOqueMUTw4OATO9TBmMPOiFM { top:7.8125rem;left:29.875rem;width:17.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLegdS8t37VcyZfoySuNHW6mmrKHUOdA { top:12.375rem;left:8.0625rem;width:15.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z { display:block; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAMVpk0a1UMl5DANDP0T6P9CogBAxOk3 { width:11.1875rem;height:1.125rem;top:18rem;left:30.218751907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC9stBD7mfLwm9vgQ77dJqTb8X0QzDMB { top:9.875rem;left:20rem;width:27.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btDaPex5MK3yzZMqZ631Dqlsw2te6gbX { top:1.8125rem;left:0rem;width:46.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmTVESdVVwkRa3TXUdw3RQaiKGEmcLx { top:9.5rem;left:1.71875rem;width:20.4375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOkO86GBMLLc2eU2dzQs8NzPqaucDq8 { top:2.3125rem;left:9.5rem;width:14.375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1oiTwb3X3xLCMP7ZtTLvlRhzvKrBz9A { top:3.25rem;left:0rem;width:29.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdfvK68t4guZUmlVVLLTcSgweBUPqkS { top:7.75rem;left:23.875rem;width:9.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 { top:11.6875rem;left:23.4375rem;width:24.3125rem;height:6.125rem;font-size:0.75rem;display:block; }#DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 li:before{  }
 }@media only screen and (max-width: 763px) { #TOMTU8lzagmk16wbW35smmQSHRpDJxPr { width:15.3125rem;height:2.75rem;top:59.625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKvm5FWKeDkJPTttRJUT9pafvLbv7wE8 { display:block; }
 }@media only screen and (max-width: 763px) { #nobdFC8upHiJvDOQMkUXDxosVNfCrhl9 { top:7.8125rem;left:29.875rem;width:17.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv { display:block; }#uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFmT6wRI1LtNxUpdbmIJ1ktPXEVzs91h { top:3.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaiVQnXbVL6ygWNzrgLpRGUzQETwX4MX { width:21.875rem;height:3.5625rem;top:49.125rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTa8nSTUNNTNhaegOqQMc4QTVnea8xfe { width:33.75rem;height:1.9375rem;top:47.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D215MwRy87TNqbTpehnEEZXASFeIGCCk { width:21.875rem;height:1.5rem;top:52.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZUW30iztpO69xTnLBXQrtHstz3HQWI { width:14.1875rem;height:3.125rem;top:19.375rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV8DbsW95b2dtNPLL1kwuTlo4KN1bM2z { width:35rem;height:5.1875rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBugX10TDsesk4N6PSdLVJZE1IznADVR { display:block; }
 }@media only screen and (max-width: 763px) { #Z8iK68x4rC0K6h6EF6vvtyV0HKh9iPH5 { width:22.3125rem;height:6.75rem;top:33.25rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlJaZxBltn2pqBpJa2XxJ30lZxHtpoG { top:32.125rem;left:0rem;width:25.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #on9XupDNHtkp6ozQ4w6m4Ue5i9lnRNsg { top:33.9375rem;left:22.25rem;width:25.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNcHZO2ucrHJaTkh0qWDrWgBHfBelJx { top:11.875rem;left:21.1875rem;width:26.5625rem;height:46.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJqOo9VHxtGwbb53qU9QpxSShcx6T2KO { width:21.875rem;height:2.125rem;top:12.6875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqUocdeqKhNI1uvmvGCTgHtI0bL325n { top:25.8125rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIBWnMluMsUSKaHSeyArnVbGqWQxbKUh { width:21.875rem;height:2.125rem;top:11.5625rem;left:24.937501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THalTb1xDQANEOAwDA8ivBxR7z5dWVaL { width:24.25rem;height:4rem;top:38.8125rem;left:23.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2oHEha17PS44Ub4OLSbCbzf2p3c9DCc { top:22rem;left:18.875rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3V1H0V9Tdl94wosVa8QPfp0G8yitBT2 { top:18.0625rem;left:27.25rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUN0FioktIkNB92RTLSIvOKos4PBAZty { top:25.6875rem;left:27.1875rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMs4U4dqOu8xfN7tLmRTxCuGUUVuuzTV { top:20.5625rem;left:35.25rem;width:12.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeA05Ofe0FN2sPzFKFpqpWuoTEqhOPk8 { width:25.3125rem;height:1.3125rem;top:36.5625rem;left:22.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H079n45Ti8uCn6PSVx3qRscIwCVPsEMf { top:17.4375rem;left:0rem;width:25.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J { display:block; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJ07yPuU6bCssX49UuvTb60rXS08OR7L { top:9.125rem;left:20.0625rem;width:27.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #M04MPVAUtPGXd55qcKIxwZC9i3W2Z2bR { top:1.8125rem;left:0rem;width:46.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITki2M8Tw7OMBnO8wR53CTSLT8lOli8 { top:8.9375rem;left:0.8125rem;width:22.25rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgceN0olThn7TltXbHL3qlgueG6yFWpA { top:2.3125rem;left:0.5625rem;width:23.3125rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvBF6ZXiiLcRVnMnkcU9muyKcy8mAD5h { top:3.4375rem;left:0rem;width:24.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryoUXb983i6qS9ecSubKeNrMi83zV3m { top:7.25rem;left:23.875rem;width:11.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0GIxq2aa8rPD74D46xfMZKXMu4a3KHp { top:10.5625rem;left:23.25rem;width:24.5rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu6BbyB5yvqWXFShinrOVtXgXaJKZixc { width:15.3125rem;height:2.75rem;top:59.625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zgb0GbRUbXGoctP621vBzXmPumCmn4q5 { display:block; }
 }@media only screen and (max-width: 763px) { #SflQlaRy3zvqR0qt5z7yMLncrNv0WJp3 { top:7.25rem;left:31.125rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSIJrVlhPZhQkAdFxOJAxW80uqa5Zioi { top:20.5rem;left:2.5625rem;width:18.75rem;height:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn5qzT9hm4K99Ce81aKmWlTTow37CFkq { display:block; }#yn5qzT9hm4K99Ce81aKmWlTTow37CFkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbNmn0TwzLFJgaGE7bPVhkXzT78QR92b { top:3.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3CTugI9ZMOCpTsCTKVy3HcNDqrEmoS { top:2.0625rem;left:19rem;width:9.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUMSTT4iv7wqJZSESm6M77iRFKKdmln { top:35.4375rem;left:5.75rem;width:37.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3W8MmgDT18mQBezc1QIXOQHypeVTPPV { top:19.4375rem;left:11.25rem;width:25.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyMW3TFwtRHTTxeLAyvN3rTEoGDP5KF { top:29.875rem;left:29.15625rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiSrRNIOIATT5Vgng8WNFOQpRDhI7VBW { top:23rem;left:24.4375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE4Et4mACrOXJsg8N8oXTv0hKrQSecXT { top:22.625rem;left:26.3125rem;width:20.8125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNEykXG2nyI9ZaAwN34DZGUKtEd5cbwC { display:none; }
 }@media only screen and (max-width: 763px) { #rJohOPB9HA2a8Q7UZK39JfRa5guqZMWq { top:29.875rem;left:7.25rem;width:14.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkDvDQ1EVNn7vCutyM2JnVa2CuNQpH1c { top:22.75rem;left:4.625rem;width:19.375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm { display:block; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5gtZll7MBRn8pqqhaSKl6P3JPqe6Ccd { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0NcJz17TkwCDJpFCbc3utyCdTCwg9z4 { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzKNkz7oQ2n8C7EIrrvLqZGOhafGseeO { top:23.5625rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmaX7GFxyV53KTNmu8WOa77WF7d4dwO8 { top:23.5625rem;left:8.9281005859375rem;width:13.125rem;height:6.9042080991156rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrgKRQiNq5ncWQSktVDJvCK6xG2Q9TlJ { top:30.5rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #blegkKef8PgNyWMRBRnmTzfH4RpmKINm { top:30.5rem;left:8.9281005859375rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r { display:block; }#ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4D3kVeA4JmgLZcSlgOGM0Vtdrg3IvA7 { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGG8MKqaIiDI1x0E6313Oo9PhrTy9KJX { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbaI4lzM1Qyfg9S3W7M2dr7Pm3JTmu2q { top:2.25rem;left:4.8125rem;width:38rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apnMzMPMDCnRdJTgd4XrT8gos46oknNm { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEU6q2iId0aeLX2bcRNIuOV32WPRtZdV { top:0.625rem;left:0rem;width:8.0625rem;height:1.2500581422392rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcLiiW9lBzShMp7Vu1tmWLdCOUVfwDJD { top:10.0625rem;left:11rem;width:25.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyw5PcSXvA1rBNBU0FLTTziKTTKD6cXW { top:29.0625rem;left:16.6875rem;width:17.375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZWHcQd3oJ9fqd0zvpsfvnM6F3k25EQ { top:15.625rem;left:2.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tia95nOnzdCmhVdBlHqwL4yc6FgohcKT { top:15.625rem;left:19.6875rem;width:25.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FezFH7MK3xJSrZcb36ipVMILHUQKWCHk { top:25.3125rem;left:3.875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TWcKCLmn9tcdspqTy03Oq59miUKWhf { top:25.6875rem;left:4.25rem;width:10rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTC6RUu2cnUndhRLSV431vcKDU6iOQTN { top:25.3125rem;left:24.6875rem;width:15.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrdupM4bgBaiVycZZeFGAvMxqpK6NSo5 { top:25.75rem;left:25.625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSWedrJdbPbdeTTM177rSam5GrLhuOqE { top:11.9375rem;left:14.5625rem;width:10.6875rem;height:7.7682979304891rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8WET7uS2wWWTnTh7Ahv4E4l5QUFW7I { top:16.375rem;left:3.625rem;width:10.6875rem;height:7.7678914072403rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPNwts0xllcw0K2Kw7ALEzPLZIbzl5h { top:23.5rem;left:4.6875rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqSi4qg8SDiAmgv8nX1f7p9tICIlnkT { top:16.375rem;left:21.125rem;width:10.625rem;height:5.37475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZOFueCdTOZRI3DWF9J1C9oVAOw96tw { top:30.9375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHkpcrbddG4MkvF3mtWD7Zmsgm1SLLIL { top:31.5625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR0qt8nq5a6Gpe3Psaplz1acfsRkaCNz { top:36.375rem;left:5.75rem;width:36.25rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryuK7RrPv9HziP5pR1TB7EzETJe3RFHg { top:34.6875rem;left:5.8125rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhk9Seh1bsLNtLDNV0nUSTuDa2st8NxG { top:14.875rem;left:18.5rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdWPeT4ByVkSVOtTXdXcddMRLXi1s2Qq { top:1.5625rem;left:11.125rem;width:25.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RSgKqnTutJ5Tm5waNrZCsc1gTgUq1e { top:13rem;left:1.25rem;width:5.25rem;height:5.375133789159rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTd7sAH10Rvco5Z1vgEe9rMuFi5nScte { top:14.875rem;left:2.4375rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr5Kngp8rWM1bOn8H0iqtf8FkmMqqOJ { top:16.375rem;left:32.9375rem;width:10.625rem;height:5.499875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8vTV0KBOW8TzS6OWfow452TL4ce6XZ { top:19.25rem;left:27.5rem;width:10.625rem;height:5.499875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo { display:block; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkJLGNkaqHor5EPGVHvp8lVaeIKVuX4d { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzH8f82Ds2uZ2uVo41my9NpkX3tsUv6n { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bra7qvBfvIPul52wAxJM6HTNfput7PHf { top:50.375rem;left:10.25rem;width:28.625rem;height:3.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgXJTTwt0roy6F2PlNyOBkUKtrq5qQU { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQK93yO5fqmu2HmgdL51gAOuUG4J6sT5 { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9fVtIliNdwuhBJ1M9gqQ3mHPGCZ7dWT { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynpsIHMa9UFGFHhvHriszXwwdCDUgWB { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sioziLvlMDBn4aUdbRCDWkekiGppV3Z7 { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB5p2Qx7eLAyIUFxkuJcCezRP16VupuS { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALo1QGEGWrZefHnry3CGdiIgqkOApsB { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHs9B0Tl20fq3DR7rXTVRQ7cwZhTOwuJ { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Fl4y7lodo7OWwi5M5EFHPf6pcEmxEf { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWpIf6lLDxnrpt01fWy3HEyJBriJUMz { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mstbDcE4sv3tVtWrol7iDbouvR3EVIb2 { top:30.1875rem;left:5rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgKQuntsOJ504iCHdGzZLkmmlRLrAk3R { top:44.875rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUp9ZGo4QSBePJOH4hvFpfkedAznFpfc { top:37.625rem;left:29.1875rem;width:15.9375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFE5dD4gz4GLFx0oa9OUJtffLHriRsnT { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT44qozMlqCzEGds8J9p0CexAyMZ4mqd { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O09GdPawRq7a1VS7CNBRxTlTwip3VhvU { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPqvvUwHL32ZNTdECTGBOtvelImKxxF8 { top:38.625rem;left:0rem;width:30.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 { display:block; }#qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKZ2zJ1HEeaZTACUNsOtNC3yEkNi4nJT { top:41.0625rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVIBhmkZX8KeeAK4fkZ7Z5ETcklMELQp { top:42.875rem;left:10.499755859375rem;width:28.625rem;height:3.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQkssPMHrx3KEZtT4MmDXLobp3SRIT64 { top:15.625rem;left:1.1875rem;width:44.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddXCUaX1AJEB9emO4OcDRhVGBF1ooRUP { top:11.4375rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecQWA3Ibf4vgmMRb3ir5q2uFn2vAbLBi { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTwLhzuJGJamxBLUcNOcbZrHLunhfFkr { top:17.6875rem;left:2.875rem;width:13.8125rem;height:7.1876300928524rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbo6WTFuqubWePKBHU0DdkgQxJmayO9I { top:33.5rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKWGyKNo2JXhORul83GI8rTNo5yFmMkx { top:17.6875rem;left:16.75rem;width:14.125rem;height:7.3423465296808rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQSz5zvti97pCUtZL2TSOE4dS3dTIDGn { top:37.375rem;left:10.812255859375rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUlWpHy0TasklOguEh4xCucFo3Hs9lAN { top:36.25rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTxLtPEMenoBAdooNCCvPcIqeODTPsf { top:27.125rem;left:4.5625rem;width:38.5rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnL6odLAN8ur3ZVomQTk5tGcNuZsyqsa { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZTAqTcFfJ6GUtXTXBFXJnNfOAaT5iC { top:4.5rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrS6xH3Ayg0yBe6LmTSQMXiqDLqHP3Xi { top:17.6875rem;left:31.0625rem;width:13.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 { display:block; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-regular-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-text { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-textarea { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-select { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-button { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e  { width:18.875rem;height:auto;top:8.3125rem;left:26.375rem; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .radio-container { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e {display:block;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e { width:18.875rem;height:auto;top:8.3125rem;left:26.375rem; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #A3ThxrgmaFfP7rCFMnMsI4hV4aqcWr6v {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #TQ7TCZRL41GwoN6M1KMVe3Ga3SPL37z1 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #Gi11zNWUBlFuOOgcPTNoTubZPGzvAweV {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #TC8bPDtb9Te1bmFTaOknokAIoRBz5KkX {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #GBMiBOLtzsfP4OygdEziDMPuB1fTC279 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #gmXzeDTRVHV788shKAbqfdyb98oeWQB6 {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #HN3XP1cKdumtnwAUX34VdRCPcoTvnNEf {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #riv7foNUnvtFxaaKgiiQRtLqO9TJTHD6 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #DK0mqtWlwOnkabgqT3mkvDqBzkVM0Ibe {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #K7CZqOD8hBu29TJhRx5WTK2sfk1Zi5Eb {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #b1VpCHKTnvPhrmueWTdsq8WrZRMCfJzq {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #O2q5grKFiNq8tiEgHRR0hGHX4iXKKMyQ {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #eCh7rxJAGAS5W87zKAMpOmfbD2CTr4Hv {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #Z1ywu3m8OgXp1cGhQQJboJv0783rMQoQ {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #K3yk6SgMtJwiivJVfpU6qqXLbxz8T5yX {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #ZsQBS6BUDn3iFXeKXZIqTzoh4qbrUdGW {  }
 }@media only screen and (max-width: 763px) { #XCTDsTp3t1GCG6TMZ6gEMkENsB1Q7d5a { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XyLAQV4WLcwm0PBIymUW2SFUDmOtZiV7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZyBZHtLvGiJenw0ggvbhohO2qlwq7cDk {  }
 }@media only screen and (max-width: 763px) { #yyHLvsxGRJaMsUzzCWEAsggpzoT4TQEP { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WH5OIL2ZrggA7ZMnk7Ep9WEDJu2JkOlC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JFqvDTbZrn1pKnlgz1BDSZID5sgzr5yt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bZKl2TI7ILd5z8yLLyxsTLGydCtBUKpU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K0mShDTTDu4FQ4Mrxm7NQJoi6JvdcuJi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #paB8LynvlVxGQdh68B06UEBtxnktI1nC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GgAGqIWLCWPiLW7wZz0UwLvoHtDoTwm1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iUP1J9fgZoWKOnGbknwrqPb6Fp0vDcW0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E0p6cqfv1zOp9hQFodm2LXWcvlWC9rB5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ePeZD0DXT1ZaIxs5dGaPV5Ny6MD9Q9cR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CnHb3RcCTs33P62ix0lomyKAbExKpOhV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZPPuM2uUdBzxzpJZUhZRWohPJadkltWL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yocT2IQq8Z8wpHiHyvPgfKKZX9F4hh91 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GVzOw3x8l4sHWaHOiAda1T0hGe49ANWU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JOsERUVpCKLnI63StspqL2mK8zf2nxHM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xW22X7Z1NnJeAhBT3eq5vLLTS63xQtad {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Td4BqT060gTUOoZU7KGuvtSkNrl3y2io {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oocJ1kwAzkJNu0aJlZFP9xtByF8V55M3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blt2VXAd4NGmNoubg94f2q42xIpv81We {  }
 }@media only screen and (max-width: 763px) { #v7PIli9eKkONzoOSMvvUd0m4bpTT5eyH { display:block; }
 }@media only screen and (max-width: 763px) { #WMDrr8bZxMMSnpO2lXnTvPgn25CuVduG { display:block; }
 }@media only screen and (max-width: 763px) { #xaLa3I4M3Dr6Fb0bbufgHD1L1Ch79Zll { display:block; }
 }@media only screen and (max-width: 763px) { #gDRnrN0bQO5Uhnyfe8wJOL6LKQvKwmWO { display:block; }
 }@media only screen and (max-width: 763px) { #DBGgydlJJIb88DropB0S07nSzg9eT5n7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qo8nkUgIPfedun5gSAeSsE7p46MGf1O5 { display:block; }
 }@media only screen and (max-width: 763px) { #lpuPlxTKT1yU230lQryoH0AAkcsTXAMw { display:block; }
 }@media only screen and (max-width: 763px) { #Wb77vQUqVRTWRVTEnSle2xd5iJnE71fN { display:block; }
 }@media only screen and (max-width: 763px) { #kk6hkilNf7bp6QTADNfRtFi9s1FTdhx6 { display:block; }
 }@media only screen and (max-width: 763px) { #sI6UsO6UPZt3u0IOsZm39I6QMFm8Dxux { display:block; }
 }@media only screen and (max-width: 763px) { #JBOcoNWsoZlGk6OmPLrkHi7JDNFKBRwC { top:5.3125rem;left:28.125rem;width:19.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzvqoBA0bF1fZO34lLTIqwOnnsUR816 { top:4.1875rem;left:26.5rem;width:20.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5Kk7aEWhCNas3LkgVfWgJcGrvm4lQQ { top:27.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXltCCzTqeiAPv6V5TQo5B3SnJutKmto { top:29.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy40R9D6hzx864dXDVTiSXkh7F1C7NPI { top:27.25rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOw3iM2TOMNZc06nIz7sUrInQLVeZyXb { top:29.0625rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW5MI1WkPs3xhQAnJp4zdGZwb9QykUnz { top:7.6875rem;left:4.7679691314697rem;width:1.3125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qByTEBpM5mldJbe0ZEdotw6tp3pSZsuL { top:17.6875rem;left:0rem;width:30.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2axG1Pl9MdVKz0pFxUsDaJccNLmCqt { top:7.375rem;left:30.187501907349rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36O9wSElUayAx2HkwdF7qmafmUBmIS7 { top:11.875rem;left:0rem;width:21.5rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TluKHzGAbv1RFrnFVGvIQNwkTb3OlWUn { top:25.4375rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cNv8C8O5L5z2eMrU8UBbe8N7DkgEh4 { top:25.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTk9k98x2rJaNrnlh1yNReygMsGtKuTl { top:23.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdKIzz4Pqa9TcmgiDTE8UHyeNuWa02NA { top:23.5625rem;left:0.1875rem;width:23.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5g3QHyk62y6SwamRrrEQ00f81l0KB1F { top:1.5625rem;left:0rem;width:30.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyiTvvqEXshv3PXIo170o9dENrwkxaNz { top:16.6875rem;left:6.0804691314697rem;width:9.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx6R087Ne0Mzo280y1kMDA38CVytH5be { display:block; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTbVEmusIt0SIomQITgbuhiSuiVCCv29 { top:7.1875rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycZR7vJpfuEksEVuA53IIrINKGuNSng6 { top:8.3125rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrMcdwhfJ6wQhIJJwPOtPDtILF2kwxT0 { top:3.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTlQ0ntSWoM1rWB6F0DcGLn7CZvJvO3 { top:18.9375rem;left:0rem;width:19.9375rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgDRGTXlxQOQnf51f9WQcHV7dd9aFX4X { top:18.9375rem;left:15.25rem;width:17.3125rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OetkBAzCsVidEpxXRKQ8Ulby8IMlxwB6 { top:7.1875rem;left:15.5rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v02dvbh9SaJt5UOyEvc41FVqAJFyD4hI { top:8.3125rem;left:18.5625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT5kFSmTeRMQbHEed0MDv2t4Df937rp { top:18.9375rem;left:27.8125rem;width:19.9375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcxQ27ey0lp4QGrPd1ph5b7cn2QTzMU2 { top:7.1875rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITdOzAlWpWSXfVmwDOt86OVKiQvyPy9J { top:7.5625rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU { display:block; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKHTcusdyalcnLnnWQlCnO89eDD6TvQc { top:4.9375rem;left:0rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTv5MxlULH8rIJUTCytb2ecdQwfikZT { top:7.625rem;left:0rem;width:27.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCIPhR3AabPwvx8vKfp4vdu766uSA0OS { top:10.9375rem;left:0rem;width:30rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFhrmv7xI79Z6QiECTnb8vuGqaUQCmTz { top:14.0625rem;left:31.1875rem;width:16.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplkBvGvv6CeNW2ePQpF40L1yO6vQ9E9 { top:11.25rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aniZfrcpI68OfGgO33LQH2fGH1vvNcIC { top:4.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FBC0amJX7do5eUqxAPQwnzPl5NqqCILr { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container { background-color: transparent; background-image: none; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container > .video-iframe-container { display: none; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row > .video-iframe-container { display: none; }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .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); }#FBC0amJX7do5eUqxAPQwnzPl5NqqCILr > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .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; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 { width:10.3125rem;height:3.363125rem;display:flex;top:11.5625rem;left:4.5625rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #u4Rz4tXWOD9tHF7vlUWTf5hDlZBllbu7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #wogAOvncyV0priICRhpLPVJ9S5hd5kfV {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #OinAse8bzZH6WxCz0NFsvKWkFxTQWSTn {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #GJIDNO0BlExmvoo9cs5Frye8O97ozTwW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #sf1P2XQ1KZ4mkScfLcLfUHNRzTfNv9Ox {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #hwx5Pn20z9yEL3MCHg9Jkn7QMq6xCcmd {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #Bu900c8klkPIEI4tbCyAHkCJSTVDPC8X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #F84F1OcLSe9IRslH0LQshHcLDzDlbtLd {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #ITEfBeUifySl56LVLsd2eWhFfTX4opXI {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #B1BQWSnKfGCAFied9KtloL4ERX87DzTU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #ki0H5oCvtdJ2AFnCqGZZbRXDy3lk13No {  }
 }@media only screen and (max-width: 763px) { #I8r1xaIOrIOtVVRTuavdzpqpF8hlSc59 #W0SzWdq0URh1FLR46naiKKKxLVGqJ4kn {  }
 }@media only screen and (max-width: 763px) { #MHk2yaaaItkblyyPiu2nZChmnMWe4ph3 { width:20rem;height:1.4375rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxnsNWMG2BWaNRqnT0ddoh1iIHgHT8y { width:20rem;height:0.875rem;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1RpTmrappfpcXMOnTU6rrXi1ZWT4pu6 { width:20rem;height:1.51875rem;top:6.4375rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #U0XowMHMaBVhMTWFHtkbkXhMHzvZksfB { top:6.1875rem;left:3rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CwUBR4o1BgPTOH2nKlrgnE4RAguI4tST { width:13.625rem;height:0.6875rem;top:17.499999523163rem;left:3.1875001192093rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #sbAstknlNgwtZNiukZE4b2uOQ9ZZWksw { width:20rem;height:1.625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf9yzb6CCzhQMLrJff8GaxUW9elJEbBT { width:12.75rem;height:2.625rem;top:2.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDIZEBTxXXtAAX041ndQ5uwdeutBPyHM { width:16.625rem;height:0.87524375rem;top:8.84375rem;left:1.6875001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2F5MoCHfZUicSreU5V0kKpx7hhw2tT { width:17.5rem;height:2.125rem;top:11.375rem;left:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl00EckUsVeBQOFOkOCBl7UD1u4zQ68m { width:13.5625rem;height:5.4375rem;top:10.8125rem;left:3.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM { display:block; }#SC1ZgUyOXppaKMv8u3IZO10XyaH0tLoM > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW1aDBZTVfT6wPT0oJlbP4TFaqPRAaAd { width:20rem;height:2.17529375rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVLpWvFUwTLmaxpF7yEadbGnPLfk4LUA { width:20rem;height:3.0875rem;top:3.599609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC5Rm5vZsAcQNRbLP7Ow06kOWGGDQzxo { width:20rem;height:1.2rem;top:7.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIQqw4sBimt8tZTAQmHOnz7DT4nzp6UD { width:14.75rem;height:7.6246292310039rem;top:9.7985869140625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azBnGFPdqeCcMTrTOVQPmoglbJFLl1Nn { width:14.874875rem;height:7.6245rem;top:17.422485351562rem;left:2.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfxTU6ImrfozZtpxsgeS0fWpHLZk77Z4 { width:14.875rem;height:7.6875rem;top:25.045776367188rem;left:2.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxse2vUd7f3MhL4KKmwKXe4AvZoqRuc2 { width:14.8125rem;height:7.625rem;top:32.606567382812rem;left:2.5967791167687rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/11d1968a-af02-4e3f-b6ea-bcd5dece854a/image4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn.adaptive-delivery-prevent-bg, #WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn.lazyload, #WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn.lazyloading { background-image: none; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn > .row .container { border-width: 0; border-radius: 0; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdrSu7A6T0Pf4CuzCc5ATf350yNcy0Vn > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMeBzSyzawL4nZAztZklSQCJCueevdKU { background-color:#ffbcd2;background-image:url("https://images.assets-landingi.com/uc/62f5b9bb-94bf-4c38-aee0-63f25c55159f/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU.adaptive-delivery-prevent-bg, #ZMeBzSyzawL4nZAztZklSQCJCueevdKU.lazyload, #ZMeBzSyzawL4nZAztZklSQCJCueevdKU.lazyloading { background-image: none; }#ZMeBzSyzawL4nZAztZklSQCJCueevdKU > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XvU7tBgNTlIrJQkxLmZXZEbRC89MyFTd { width:8.1875rem;height:4.25rem;top:9.1705322265625rem;left:1.8275146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BthW2cFTQxzzsOG0seZ8lCZcHL8WwGZc { width:8rem;height:4.1875rem;top:9.1546630859375rem;left:10.685302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTpT099ceIS7anz3AhQGT9LvpmKHtMIl { display:none; }#aTpT099ceIS7anz3AhQGT9LvpmKHtMIl > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe { display:none; }#DVVEoZwwN65fXNy4GTBrtKWWp1waIeEe > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT { background-color:#ffeb00;background-image:none;display:none; }#lwTyPwF3AkVqhr7ywJcIPrgLl2iWWDgT > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8gwJTWmDq0cn2eApPfr6u2bSSHnoF2N { width:19.3125rem;height:0.975rem;top:7.19375038147rem;left:0.34296876192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r62mCvWJnSoS1is2ynJd7To8ofNLTu8b { width:20rem;height:1.70625rem;top:0.8486328125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2FxLlL4oUHoOPdDULabZepgRZzXUkgR { width:20rem;height:3.0875rem;top:3.5812501907349rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf73fc9b-93df-4f31-9ba9-50e54729f8bb/LandingHeading.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza.adaptive-delivery-prevent-bg, #Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza.lazyload, #Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza.lazyloading { background-image: none; }#Ao4R1o7FHpswD2SpuhBmG2wBSSHyZuza > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G3Zo6zaKFU1JKrrL6eRlghbzUyMU3g91 { width:16.875rem;height:0;top:32.75rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JArfWKbiV48hhPPU0Z25PHhSmgGQBfGJ { width:7.875rem;height:4.0625rem;top:8.25rem;left:6.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNmApFnuEdG7wEN2lJsRDms2biU0abf { width:13.375rem;height:2.03125rem;top:13.1875rem;left:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJiTCP82XESm1wXrKK8uG2GqJWuJxlS5 { width:20rem;height:8.4205625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfaZafRF2q4vpL81xTz0hJnPR3uuESW { width:18.0625rem;height:2.1875rem;top:16.8125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg4fcnckREZNbqw0lAKOeAAqgFfPnUEB { display:block; }
 }@media only screen and (max-width: 763px) { #mXtAcKcA2BJXTmOz24wLibskGbIB0qvf { width:6.6875rem;height:3.1875rem;top:19rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8miIPTnRzJXW0GUFyoc42XXFdismfUs { width:3.5rem;height:3.5rem;top:19rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv2KgE3h7IGh634JQQ2SLJlTzD3BbNlr { width:4.125rem;height:3.1875rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4865U8ViJEGTgwNTZwG3Ffars9toQcQ { width:4.0625rem;height:3.5rem;top:0.5625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkv14uOlUbL32ShsRXy7AdhU2zknxdic { width:4.875rem;height:4.1875rem;top:15.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0qPkdOrNd1XkVo27B5C5gVzxKRVOzKe { width:9.5625rem;height:6.9375rem;top:4.412109375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DC2yk6vkNSKCo34kfsOJlotsPib9nevn { width:16.875rem;height:2.6rem;top:9rem;left:1.5625rem;font-size:2rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CGrVXNXwFa9kh7sBT8fStbF5HiTOepeI { width:7.9375rem;height:auto;top:11.3125rem;left:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo { display:none; }#Uc11w6A2Bxc6xA5Az9c68wfZ39P006xo > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kmoViBsn8itlBcbcEZWoWIG4FyWTrmci { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKZfSDmMOX6feOLhdZP3zz7Aof0BwXTw { width:20rem;height:3.57421875rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOr5GeWPB8hRXE6ZiwBgDMGlRzT9PUz { width:20rem;height:1.19934375rem;top:10.0556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X37bPMPocq8n2ZBs4zQz10wVcnPeaXiv { width:20rem;height:1.7871125rem;top:9.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ { display:none; }#ksrJeS9o1ZTcBnnBaZlTaTWhibtK4lMJ > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DarPs0DuKvt6Tt6TEe7sTIsWqK5w550P { width:20rem;height:1.5rem;top:0.86093753576281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfKHzDCTAGVTfFuGRs5rbQG6TvWXkDo { width:20rem;height:3.57421875rem;top:3.1181640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9J7phhdQcfX9sEaceKQ9IigTttx9XSL { width:20rem;height:1.19934375rem;top:9.4171886444094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHTnEVO1OBP6VULcVRyZKU8PqAlduWv { width:20rem;height:1.3rem;top:7.2554693222044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz { display:none; }#ua9fyN5JNo8fJ2wN5i3AndVnWiMVTQfz > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQ8xUy7ITXUzKFK1FbTCAIHJq4nJgIDa { width:19.75rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaIaAOBiVFG8JplUcW8Jx3u5hTrR18k { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34v20PDQuxgcXptxwq4kJMK5k7ZVU6l { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMHN4qLfIAEff2hNryZu0TmTUyGRsTgy { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liny375nRWz7r3hNtxHwRQQB5CqoTSuH { 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) { #pEqZ1pUcpxEoDBMW2eQpUD5xO83XT5Gq { display:block; }
 }@media only screen and (max-width: 763px) { #t4lpwqq86bfnDgaquxLI80o5TWMivAAk { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3Fd32J5OoUKSSm4EnwzeZ7vpImTRIe { display:block; }
 }@media only screen and (max-width: 763px) { #y9ZxLDkoGwL3mQdgdCu5axWo5mWu7v5A { width:12.5rem;height:2.598875rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNPebJIqo2TSm12qIWwhmuuQrX65MnDg { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3o8arZC2yZD5zu8EPq3tyo4zHnA7RNW { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDSbr0eGqcSFD9Nq0zOGlpnPOoHRVe2R { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzqlqaJSlDTe3sR2BDsQVFoZq1t7mo2m { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJSlTpieWrmiUFJ16tei5WKQZxT0yM4D { width:12.5rem;height:2.598875rem;top:25.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7BkOcuoJP6fS7U2nT8ypqhTOtWsqQTM { width:16.0625rem;height:9.875rem;top:29rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw.adaptive-delivery-prevent-bg, #Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw.lazyload, #Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw.lazyloading { background-image: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container { background-color: transparent; background-image: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container > .video-iframe-container { display: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row > .video-iframe-container { display: none; }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .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); }#Lh79rJEE5OH37WK7S6PNqGRfMosUNJDw > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9  { width:17.5rem;height:auto;top:31.625rem;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; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 {display:block;}#vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 { width:17.5rem;height:auto;top:31.625rem;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) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #LRvUxVI0JJ93n7bQ04r4Wl7JS9lPxmLP {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #FrweTOLUM0LHmw41rX22xGi0QLdKihBo { display:block; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #NtMSvArfkDEe4Ic5Ebore5iop4R3Dqlp {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #IU4QnHfU8UscysewM6bTa6nPtiyPH2Q0 {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #aD3vrHJTlzHVLa4xy9hcqXso8fMdCWLM { display:block; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #KSGzC4WxKUHunlmaTm71AueDNq7qaxam {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #THHpL93cn2Tt8Bu4l7xCHsdVZKvR8c2F {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #NfEhsva8K0TmB4mK3mCx4ElZxEeLt8He { display:block; }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #PAzpWHIPg8wcEgcSh5WtUErk3Mf6BqNz {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #Ke5itVKbo4sMOTZma3Ts0nTwyUHpldkB {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #EMhA5C1eI3Wxu2WsJTSGuulOHOqyUSO4 {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #prV9lLAbm2tI2ipTvoUtnxQHXWt5MW4a {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #oeX0d0NzxJpD4c1InR0dcrD3h6dfUlIy {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #THZlniX0HJL1e5odTRBCZGvVzbXX4sEA {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #tENTGggE19SGIIni5QEDXXFNaPHTAxrn {  }
 }@media only screen and (max-width: 763px) { #vfwZTbZ3bgDIE1zsCTMpritdc1dd1Bw9 #XT9iK3A4X5SPSUMzfhU0bOFZf8LXJ5D0 {  }
 }@media only screen and (max-width: 763px) { #DND0I5S4vCL4QD4RTmooQFWrUqCh0qNB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iP5WHXGlMqFJN2FkODWDzUcVt7RPx3ZT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #y3nMMvOQOT627Hx8N1GXIVZz6QpAR7Wv {  }
 }@media only screen and (max-width: 763px) { #u2qX9VSvPw0hCJK1C3ZKUTuNfTic9IC0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rRuvKIzJeT9teBlbFNPUpxoFtK3oThkZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M2bICE3Dp9mtK7hTw8dTA6BxLRzTpHoW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #trGaMHPqR2lMXGmGpGNCoB1Qy0Nh8aV7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qX95LP9fu2gwWu7keufWbJ6rTVQ59Rls {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NrmRpa237HPME89gl2AZWwou78EyTxHk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ouOuplNQBGS9Esbh8yGZTinAOy4DSQi0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lWzwvoZ9i9m6LbEt8uRJUlT94Lm3T0MM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JP2rZE50JB1uUTLQ62Ug1aJLIm7fPUbP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kl0Zxd9xFTnbHudTPrfCpsBzzH0zzpne {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EzDeb65rk1k2UpEQZefG9uw4gmwsSGHL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tnlV2w6Sc5Ri5fvaz2dRrK4MvvnZ4Aaa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LzTLnWmvQIgnvyX2daD6emRaWh1tlg5W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hT4G2rv8zP7osr7iU3XQ5ciSDwLtUayr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gZ2e6zMQIcnl1xtWrykdki4zXlxuN43x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zVqLcSCVxOVChIHJTxsEv5JeAXh9lG4m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #plxMHxfWRdztATfzQ5fZrBraQEyhBhgu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UTt1aoUWw5rIECTHCdNRaARymJPWwI8O {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wr3v5rIVuQtLg5xXTLqlsV86dASS2iAs {  }
 }@media only screen and (max-width: 763px) { #IfoGEoDeoQwzuzVJKGDXDCopWRHZsqnV { display:block; }
 }@media only screen and (max-width: 763px) { #HCntTOS6TXRduk3MTE0m1qqGQlwcVCVz { display:block; }
 }@media only screen and (max-width: 763px) { #wT8qhHV137uboHmrtS8KVPFz61k53AJK { display:block; }
 }@media only screen and (max-width: 763px) { #TmPrcmMlQ3VcoHBy6x5SlR7RrlLkUgx4 { display:block; }
 }@media only screen and (max-width: 763px) { #nQ7ZROdyboZrFeC9CS0ZczmBSddW04r9 { display:block; }
 }@media only screen and (max-width: 763px) { #T1DAfZyaUudtCPHfDSiGTc0Dh8TUcVpc { display:block; }
 }@media only screen and (max-width: 763px) { #fR1AwqzsZEdOnTIIGtyTinLVIza5qbo9 { display:block; }
 }@media only screen and (max-width: 763px) { #t0ZGcMrh9KtyXS8D6otTL8qNTPyaJTZT { display:block; }
 }@media only screen and (max-width: 763px) { #gIx18mVqSpgUAtyUVGrTTuX3Py3TrAiI { display:block; }
 }@media only screen and (max-width: 763px) { #NwGx6TpmV9NQFn4GqTpWqc0lUHntCfeE { display:block; }
 }@media only screen and (max-width: 763px) { #XWOlQHbbNaJTt10xaphRIlQF3Of2w5Nt { width:20rem;height:3.75rem;top:28.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPlqCu5f7cc6q5b7umANIr32FkLKJrB5 { width:19.5rem;height:29.5625rem;top:27.5rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #h8MW4KpLtPgnLvMPRPe69r2RZy8bkXK0 { display:flex;width:1.5625rem;height:1.5625rem;top:18.1875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZOHhA6UtVCOPpRM0tpSzZ5tVVWC3kreK { display:flex;width:1.5625rem;height:1.5625rem;top:19.75rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #tv94hdzVHBMQPU5RlSpaMs4lNA4hMr2z { display:flex;width:1.5625rem;height:1.5625rem;top:21.3125rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #rkuInGvKA889URSel5qgOHRT1v0VDngO { width:14.25rem;height:1.40625rem;top:18.1875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIsmds84dO16X1miWD1oI16TxI2GPXz { width:14.75rem;height:1.40625rem;top:19.6875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Ufnghw8QwhoPobfHlZ5p93lJsMnOJO { width:15.3125rem;height:1.40625rem;top:21.25rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLmrb8UMZl9lZpSpK10WdrMcMW6xBdQt { width:16.1875rem;height:2.8125rem;top:22.875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCH9TiWyp32NKZqXK4fI1FkK3ALSrxLA { display:flex;width:1.5625rem;height:1.5625rem;top:22.875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #zVr5heLrLLy2O01nkDC6P2svSy0mxAvl { width:9.125rem;height:8.9375rem;top:7.5781253576281rem;left:5.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBJ0sffcarq6TVyiqW9wsmcsm4aziCo { width:1.3125rem;height:1.125rem;top:4.3828125rem;left:6.2499998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnw6adSrHw4GNvJWT0KgQSuq3gJVfMDZ { width:20rem;height:6.391375rem;top:1.1875015497207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQKnSO8C2INCBl9CTkZqlHmMo4Rr3Ui { width:20rem;height:10.4875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS.adaptive-delivery-prevent-bg, #wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS.lazyload, #wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS.lazyloading { background-image: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container { background-color: transparent; background-image: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container > .video-iframe-container { display: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row > .video-iframe-container { display: none; }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .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); }#wUwTTDe2c8yVoLb2rqvnQxUJvAnTSPOS > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS5WJbMshDULcBp1ZxwMg2XPIidhcspT { width:18.5625rem;height:3.75rem;top:1.0343742370606rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffisQNaRLdMsL97Lu94yStGwKMxKorJ9 { width:17.75rem;height:9rem;top:12.8125rem;left:1.125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VnXuNhu7lok56V0EiO9pHSvJaZucuJ9k { width:4.0625rem;height:1.6875rem;top:3.0476608276367rem;left:1.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ7agcqyQleBcKFHstrII2FIBSryZTqQ { width:13.4375rem;height:9.6875rem;top:23.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFG8Pvtqn8fv0ioimQV0XhdeewzQkxHF { width:20rem;height:3.875rem;top:1.061719417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qfNZVTg6lUfVCEQM2aROz9CTbUtHeC { width:13.3125rem;height:3.375rem;top:6.7812499403956rem;left:3.3437498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoJl5dJ9ELcZT870VSdT0DnTCCVw0TF { width:15.625rem;height:0.125rem;top:11.53750038147rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIEvswyJtFRoGiGHcnX8dHhNswULS6Tn { width:1.5625rem;height:0.9375rem;top:8.0000019073488rem;left:16.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiaVFgb4lz5T0LQbQZMbe9u2ZuROZGJ1 { width:1.5625rem;height:1rem;top:7.9375019073488rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGw2dov51KOiqfk9ncSkdxGGG1hIOfOa { width:19.25rem;height:1.40625rem;top:37.125rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSlIDqQdrilnkQ3O0tRTPNPP2cCUFag2 { width:15.625rem;height:0.125rem;top:36.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9R1GJwvP0DPosQc1bETRLvdvozTfxq6 { width:18.0625rem;height:1.31286875rem;top:34.5rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7fuZdhPD0PKBaixaAmeXxTzNqcWMOs { width:20rem;height:2.33764375rem;top:39.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m18BLIoztolQNC5HqQ786OHhpCaH1xXi { width:6.5625rem;height:0.8125rem;top:41.5rem;left:6.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noGR8JCPTGPHkZQT3DukMVPXmvn5lT3z { width:15.4625rem;height:2.9rem;top:43.25rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO1cv44Ddhqg9tatHJnA7iCz5eAgMziw { display:block; }
 }@media only screen and (max-width: 763px) { #Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4.adaptive-delivery-prevent-bg, #Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4.lazyload, #Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4.lazyloading { background-image: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container { background-color: transparent; background-image: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container > .video-iframe-container { display: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row > .video-iframe-container { display: none; }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .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); }#Lf1LC2mECSh0b0G0oFAGvVTupRgG25r4 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgJQ6B9r3N95ThKpbJswQt7UDJxBniqw { width:10.25rem;height:2.7rem;top:29.118750095367rem;left:4.8749998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE49zSlVP7kOzbqJNM54T1TbgGOHLAaC { width:13.5rem;height:2.7rem;top:12.4296875rem;left:3.2500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRxvNmxtRprJien8HFxrbO6bHUBBqayT { width:10.625rem;height:10.625rem;top:33.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZwFbgx1o7xAi6uSW4AchV1Ph7NhT8N { width:10.625rem;height:10.625rem;top:0.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0xmli1LuF4FQJoofVXvqgJF8wf6kzHW { width:9.8125rem;height:7.1875rem;top:2.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQylXXZ4MDu4TTXM9ILUTdE9rBgKF5x6 { width:7.625rem;height:7.625rem;top:18.874999642372rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ9fkfNAF03X9PvRRg7bXuMXpvPhSeId { width:11.75rem;height:2.9375rem;top:29.000000476837rem;left:4.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2dX9iMqHP3Tw3ZIkBfpqLuPPcOIOTVy { width:15rem;height:2.9375rem;top:45.1875rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4W5z7NoT4oh7mgF6EtA8EtbrRRt5PCA { width:14.375rem;height:2.9375rem;top:12.312492370606rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNG7gsgF4NEF7SgsehCz3T45tbFE2C4T { width:10.625rem;height:10.625rem;top:17.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNPPTzvR2yqxBsuK31wm4q2k57o2B149 { width:11.0625rem;height:7.6875rem;top:35rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObEkNMl87tAhhJmb4evUa8rVLKo25Z4E { width:12.875rem;height:2.7rem;top:45.30624961853rem;left:3.5624998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZqF6bMJsk3e1m45t58PLeMhVpX8Bx8 { width:7.5rem;height:3.375rem;top:36.4375rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNR4iAqE9hT1zvfyuF2NHE5Uo2xCLN6 { width:4.6875rem;height:2.8125rem;top:38.625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu.adaptive-delivery-prevent-bg, #dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu.lazyload, #dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu.lazyloading { background-image: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container { background-color: transparent; background-image: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container > .video-iframe-container { display: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row > .video-iframe-container { display: none; }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .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); }#dcnJRyybBfNrVBkkPSk1y3k3aSmTxWTu > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmelb0AwfX5nr0EWX0xVLoMtTUN9PPPS { width:15.25rem;height:5.25rem;top:40.3125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdg670iII1HXcFpnOWT6mnX7lv6iLruN { width:15.0625rem;height:3rem;top:22.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouP8oPlXk2VbD1G2DuQUkameiwGndsDm { width:14.375rem;height:3rem;top:37.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylGlnQmo7tSCDQG8T5vnv9c8wpoFN7Bs { width:17.25rem;height:5.25rem;top:25.4375rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcH0T8dxzGBEC27frzEiBxHBwkbLfcDp { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Jvica6C1UbsF6JdZob8n2ATx4Ab9lo { width:6.5rem;height:1.375rem;top:4.3000001907349rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTII2BGtACFvo9uWFr75DNUgPVr7N5FE { width:15.3125rem;height:7.9375rem;top:8.1124999523163rem;left:2.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRx4fPiJrDicA9sTixSJ5FehDb1pRPbB { width:20rem;height:4.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTby3hd79DTG5HiSUbtX1sxG98oxXR4d { width:20rem;height:15.532359081419rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qorTegJzhlmpSpMAhpDIG2BsI8GKGDOO { width:20rem;height:15.597484276729rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR1PAmx9LffWETcuCa2noKggcA1rSvah { width:8.25rem;height:8.25rem;top:43.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM3NtFuOHomDqIrs6bGVB1n1btviKoJW { width:3.875rem;height:3.875rem;top:29.8828125rem;left:16.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngG4QmW6kDUeAE7C8CzgGFz1gLAFXqWf { width:20rem;height:8.9695rem;top:42.3125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #SRtHhdgU6sXnWl21y3kNdcxB6G6WR99p { width:20rem;height:8.9277899343544rem;top:0.52265624981374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADqPhbmmkk4SBlttKkT0S6iS2VOR7rd1 { width:20rem;height:8.9273125rem;top:8.6476554870606rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W6I5tZVLLV07J7lJSvJf9UqbGae5syJh { width:20rem;height:8.9265625rem;top:19.018750190735rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #y6teWrgeUAZvxRPlcrM3H584KUnZhZDJ { width:20rem;height:8.9265625rem;top:28.599219322204rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf.adaptive-delivery-prevent-bg, #HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf.lazyload, #HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf.lazyloading { background-image: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container { background-color: transparent; background-image: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container > .video-iframe-container { display: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row > .video-iframe-container { display: none; }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .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); }#HDWx5xIhZmTwZgJ3Ou8ggBbPCD2biwBf > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niSCJsML8ORBiukIQR1Wmrl6yBOl2WQK { width:14.3125rem;height:13.1875rem;top:6.8625003099444rem;left:2.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx50ELMyWGlHybLTSLTX1zwWwOMqL0cI { width:14.625rem;height:2.6001rem;top:1.8875002861023rem;left:2.6875001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaIMaQq1xyhOezl9eZuUwH34akJ5P0MQ { width:14rem;height:3.875rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WXqcHD7UzV3cte8leb6fOTigsc6DkR { width:19.9375rem;height:18.6875rem;top:6.862500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch1BWvPNf1p3HrzJcU6uLg0CuBTyRe2z { width:15.25rem;height:11.8125rem;top:29.393750190735rem;left:2.8437501192093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdxIprTSpMI2vM2IzqofJlvqT4BQq1sT { width:17.3125rem;height:1.875rem;top:20.612500786781rem;left:2.1250001192093rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(224,229,237,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #ZgMacSo4FK621kTQQNFX2HvVoTqMp051 { width:6.25rem;height:1.1875rem;top:29.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh0m4DPeXeZRzhyCLKWrAbGmnPBihMn8 { width:5.6875rem;height:1.125rem;top:7.9375002859162rem;left:2.2187501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWv1avpE2whOnGqfPgM15Qd5KTmPTi5K { width:6.9375rem;height:1.03125rem;top:16.3125rem;left:11rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fV0aHm4ZJSux6v3lovcf6bg5PNbB4psP { width:7.0625rem;height:1.125rem;top:9.2499998090787rem;left:2.2187501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1aMEts0H2fF8bncv62BBgOP2LmZtGh { width:10.125rem;height:1.5rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbaAdJeS392nvQ8T1XXMScTz5DP5oW8 { width:10.625rem;height:1.5rem;top:9.0624998090787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCCHxhy91rQ9zFVzICwGblMfqfOswt6n { width:10.25rem;height:1.5625rem;top:16rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga3fbUi2rLfmGDyVy7UUvnw0hR3gLVJr { width:8.125rem;height:1.03125rem;top:17.6875rem;left:9.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TbGRxOHdKZziAr71cXSMednuncIpsRIZ { width:11.8125rem;height:1.4375rem;top:17.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWKQmgwZEz9xEgRoIbshUl2pwnunVuS { width:19.625rem;height:19.625rem;top:26.000001132488rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VEgszxp7r0kJhOtyXuVJNvrfTJHapSCa { width:14.0625rem;height:3.75rem;top:20.050000667572rem;left:2.9687501192093rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(224,229,237,0.5);z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FQ9InnkQbaunMc9cALbTPtTiWWUTTA80 { width:14.6875rem;height:13.125rem;top:28.3125rem;left:3rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #e2OV0Zn9crdubxXBX8P7QPtZegscvhST { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST.adaptive-delivery-prevent-bg, #e2OV0Zn9crdubxXBX8P7QPtZegscvhST.lazyload, #e2OV0Zn9crdubxXBX8P7QPtZegscvhST.lazyloading { background-image: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container { background-color: transparent; background-image: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container > .video-iframe-container { display: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row > .video-iframe-container { display: none; }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .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); }#e2OV0Zn9crdubxXBX8P7QPtZegscvhST > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7Q0So2Ozksay57KThZCt1MyvikBHFDt { width:20rem;height:4.5rem;top:77.999999046325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTW7h1anJZpRTXcToU366BQuxkCUJzTT { width:12.5625rem;height:2.8125rem;top:71.1875rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhJeFFSPz1p71lOd41HbRweRlhClenw { width:17.6875rem;height:2.8125rem;top:28.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOsSsrTghOkrlaBFqeXCLNf5NuPie5wT { width:18.9375rem;height:1.875rem;top:1.3414068222046rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGM2fdD0FxGDWD3FLClztZca7i8ba8pQ { width:7.5rem;height:5.4375rem;top:50.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRvMbk8pIx3xhUs76E3ZCQ3NUkNnkVc { width:17.8125rem;height:4.0625rem;top:85.1250038147rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDK3Gvf6F0CUuOZCbRaTdxd5OgI9XVg { width:20rem;height:2.8125rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2qwsmPstEdTTWyQJN70L7ig3Ch97BgA { width:11.25rem;height:11.25rem;top:3.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1SJ0y9Unz24rvAbfOnt9ZGRDTSzTeL { width:11.25rem;height:11.25rem;top:61.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpaJ07cFsOwNN6odwKACeWy3BvX54gTX { width:11.25rem;height:11.25rem;top:18.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcCd6Ptnt3kRpy15bDbTR61rKZUcZmNW { width:11.25rem;height:11.25rem;top:32.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7didk3SGEuiTpptykFrIn00B1iFgJLy { width:11.25rem;height:11.25rem;top:46.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeGm0vkTkuobDK1oq7LmT8VMpk2A3ko { width:7.5rem;height:5.875rem;top:7.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWKZRzGf07zmWcWOrZBqGQFCVO1OZgPr { width:6rem;height:6rem;top:21.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZBxC9eBCw7qn9zzRm3T1Zm4AsIDTqta { width:6rem;height:6rem;top:64.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIA68SdcWn8EPJXcdiOkduai18Rg8x2C { width:6rem;height:6rem;top:36.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuN3W3Dxg9ZKgv1htMxT9i0x0tdGWseM { width:14.5rem;height:2.8125rem;top:43.0625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7FXIsz5B4d6oTg9vAgimtnCNVr4e9TN { width:11.125rem;height:2.8125rem;top:57.0625rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifb2mWFFRVaqPVSFWt10c9Fd7XqpeXlp { width:15.2375rem;height:2.675rem;top:89.6875038147rem;left:2.3437501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSQXxAP6T7J7TMdREQJP4wxP8Qo2OgRG { display:block; }
 }@media only screen and (max-width: 763px) { #C3vNRgFCfzUS2TMdAlqyataXge0Kl4MQ { width:20rem;height:2.25rem;top:1.1531257629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRzseMBbHS7qm4ETuT7RBtBR8dtPVPL { width:3.125rem;height:1.5625rem;top:1.4968748092651rem;left:11.612500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIB87lI5dVCTmyVeQ91o2pa2S1wENDlf { width:20rem;height:5.625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBazVXPXU6B0H9sQhPLMlxrobJtN0HX { width:20rem;height:5.80234375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc0vfwE4QwHTxSGsXcASztZnah4fNIhU { width:20rem;height:5.6875rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiEneTpnX98UKcRJr7Lqqes1Vk0ZTUi { width:20rem;height:5.6875rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMmCCOyg0SQqMRwJuXdkTdD5TEIJM3O { width:20rem;height:5.6875rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiOldbEtPgbA2ewg0DQvFiNSJmCPy0XP { width:19.875rem;height:0.125rem;top:83.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX.adaptive-delivery-prevent-bg, #KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX.lazyload, #KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX.lazyloading { background-image: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container { background-color: transparent; background-image: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container > .video-iframe-container { display: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row > .video-iframe-container { display: none; }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .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); }#KHEhuZTwShxONeyZP0HWnXMhrlmLl1DX > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCeFevfWWxvGhMf9AHkUdIA7tcTBI40T { width:17.8125rem;height:2.34375rem;top:0.95468747615812rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX3ndo5IbcPgWGvPVV992if9H5NQG0CO { width:5.8125rem;height:5.8125rem;top:5.6242189407349rem;left:7.0937498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #arorATAWBh3w0A5b8DbKvKoROoIKSk6R { width:19.5rem;height:16.8125rem;top:4.3117198944092rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #tVuW3msxkoiyQwZObbPKMNgewake6rHw { width:17.4375rem;height:7.8125rem;top:12.311718463898rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZufwb2UEPlwyuHm4a6evp4cTvwSkKBT { width:18.6875rem;height:7.3125rem;top:12.811719417572rem;left:0.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aK6qA3rWQHJWs0fkRexVp9nyn90TvCQf { width:18.6875rem;height:7.3125rem;top:12.811718940735rem;left:0.65625rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d.adaptive-delivery-prevent-bg, #PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d.lazyload, #PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d.lazyloading { background-image: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container { background-color: transparent; background-image: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container > .video-iframe-container { display: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row > .video-iframe-container { display: none; }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .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); }#PnsfZWPXn1zdg1uoqA17AoHCemEkJn9d > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mxUob0cWDOk7zS6qJf5sEwpcSG8QEp { width:9.375rem;height:9.375rem;top:5.3749990463257rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #IOedQ5uyMe3KJhUcw3H7OfI5r2sUTn1h { width:7.5rem;height:6.875rem;top:6.7046875953675rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdSvqzEhLwzfD81eWNq5kXlz7qeo9Ei { width:13.3125rem;height:3.75rem;top:0.98749995231631rem;left:3.5937498807907rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d3oQhRLEdkgDITsSp3zGXdOVdDxOZ2fp { width:9.375rem;height:9.375rem;top:5.3734374046326rem;left:10.125000357628rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Q75fVl7mDiGx3PbcOviWqfF7pZVNedhJ { width:6.4375rem;height:1.38125rem;top:13.529687404633rem;left:1.7187501192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh8P5Nhkir672FTlTMoa8Zfx264M83JB { width:9.375rem;height:9.375rem;top:15.5rem;left:10.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ZJvit9DgT9BPL0yxfaXoFd0LgTSsM4ev { width:7.5rem;height:7.4375rem;top:6.155469417572rem;left:11.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af087PMJPelgb9zy9wexyfk0VCpBOzkl { width:9.375rem;height:9.375rem;top:25.562500476837rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #w9omkhOUTR5pn96NuEyXCGk3UlsO7aVF { width:7.5rem;height:7.5rem;top:16.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV0EVMTIVqJT3ek9GPsApk5TEtm7ko9z { width:7.5rem;height:7.5rem;top:26.125000476837rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJef53lVTdlCLlsHTcGWv0x6Anx6MHT5 { width:8.3125rem;height:1.38125rem;top:13.579687595367rem;left:10.906250357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnuCKXhh5aTCTFiI2inCGmHTycmoC2vb { width:9.375rem;height:9.375rem;top:15.5rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #tVT62ix4oLTgzSwi4zKecv2V1GxQJocn { width:9.375rem;height:9.375rem;top:25.562500476837rem;left:10.125000357628rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #nDpWblWwmm7kpAhWbneOXya17Vk39XwZ { width:7.5rem;height:7.4375rem;top:16.1875rem;left:1.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PkiJMpOUPfQXnTW7I2zrw7WwSGxmnK5Q { width:7.5rem;height:7.5rem;top:26.125000953674rem;left:11.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQHhgTTvSpZTrtC0hxTINPEx4dGuw4A0 { width:7.375rem;height:1.38125rem;top:23.625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZRc7etMe5ntVtVUdHirTrXv1Ondg2l { width:5.375rem;height:1.38125rem;top:23.625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV4tQCvUOxwATK8ifdfKsgQU5I8iyfvP { width:5.375rem;height:1.38125rem;top:33.731251239777rem;left:2.2500001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbzACdub6nxLOvCTIrs92bUeKAbhSW9 { width:5.375rem;height:1.38125rem;top:33.750000953674rem;left:12.375000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFx7V7GpSn4FTPSWQHCbqc3x7S3F0qfL { width:10.9875rem;height:2.425rem;top:36.561718940735rem;left:4.4687498807907rem;font-size:1.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #l0dZ3z0uFTma2kpdekZZi9m8y916trmA { display:block; }
 }@media only screen and (max-width: 763px) { #ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL.adaptive-delivery-prevent-bg, #ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL.lazyload, #ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL.lazyloading { background-image: none; }#ZL4wGD4nM0UKRPI2VT6qEZ8h4oVa7cyL > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqKzhw1u6DKNerIlfgdGF56oZBtD0PwH { width:8rem;height:4.125rem;top:21.984375rem;left:7.6125005483625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6kOREVCGIm180dQtiDVzA2T667qTgm { height:9.25rem;width:16.875rem;top:10.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHDfK7PioswooTyAmb1xHHiQxR5idZ4y { width:19.0625rem;height:3.875rem;top:0.53125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFcqTPDCr5oIeTyBKrhNf9bF3ou3bT2h { width:15.125rem;height:3.75rem;top:5.625rem;left:2.4375001192093rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ve5DWyK3FIZP4tGO30V5dD6QFS7D7Xta { width:6.0625rem;height:3.28125rem;top:22.25rem;left:8.7500003576281rem;font-size:2.1875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #PgFC9TXrAswnIxTa1Ktq8xnehmzK4yed { width:7.75rem;height:0.975rem;top:26.109375rem;left:6.1249998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8QJIZcUM550nyfOxtv7HsRcTUtCXRL { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umUczmcCxyeZJtbgtOlRpZOGbpQQcep2 { width:18.75rem;height:22.5625rem;top:5.1875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GJu10PF4HM8b3XQFPm1ng346do3xTqSZ { width:13.1875rem;height:1.875rem;top:20.159375190735rem;left:3.4062498807907rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #um4b5TEWxcMpCyMLmEt5pF8Ogx79nZT4 { width:4.6875rem;height:1.40625rem;top:23.34375rem;left:3.4062498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK3ncm5U8xhRZPMJptax9C0uyemIln8t { width:13.6875rem;height:1.21875rem;top:28.34375rem;left:4.7687500715256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfUBq7LBuxsye9X854FneCpnWkAaTrlN { width:2.0625rem;height:1.21875rem;top:28.34375rem;left:2.3125001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOVTQUgMFVA4cc8UScd59ToNcyJGXv1p { width:1rem;height:1rem;top:28.453125rem;left:3.9875000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K.adaptive-delivery-prevent-bg, #bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K.lazyload, #bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K.lazyloading { background-image: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container { background-color: transparent; background-image: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container > .video-iframe-container { display: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row > .video-iframe-container { display: none; }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .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); }#bmOU7VPKTAiPJpolMVSJNyMTmcmyP74K > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9aqi7aF2QBFoTr1FFMKaLJEcu9loE4T { width:8rem;height:4.125rem;top:21.984375rem;left:7.6125005483625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSotwe2TKtUHEnSoTnzfVvqcDWPrz5IJ { height:9.25rem;width:16.875rem;top:10.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF9k6xllvLOdoSaHmPQ5mIfoHfosivrs { width:19.0625rem;height:3.875rem;top:0.53125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaOa47LLMQIlQzpunDKeTxbeivZ3PeJ { width:16.4375rem;height:3.75rem;top:5.8116941452026rem;left:1.7812500596046rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #UXeZdWQDVvLWci9mSZEA7bnUfZpRI1DN { width:6.0625rem;height:3.28125rem;top:22.25rem;left:8.7500003576281rem;font-size:2.1875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TwEpKGuIvS4dOSXkTUxs43pt6WIwC3Oz { width:7.75rem;height:0.975rem;top:26.109375rem;left:6.1249998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn5SRZRkQ2ediPMsJViT8S9Xld9uKmfE { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUhTRMsAcEM1E8PKeGq4kVTFD5PuN5EK { width:18.75rem;height:22.5625rem;top:5.1875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t90higNv6BhCfJR3aTDtDo9ZZkDF33f4 { width:17.3125rem;height:1.875rem;top:20.159375190735rem;left:1.3437500596046rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,251,252,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #laHJWfQhwVsUfHQVTUc4CmqAWePAipfD { width:4.6875rem;height:1.40625rem;top:23.34375rem;left:3.4062498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkgRU9Lr1a6FU3qulZ18ODIXoS2CT5EQ { width:13.6875rem;height:1.21875rem;top:28.34375rem;left:4.7687500715256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywUZPDm6VPcLWV2p9Iwf8G0qcfH1sKWG { width:2.0625rem;height:1.21875rem;top:28.34375rem;left:2.3125001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKdKdaBLUai6grd21paelbhydTFnzr0 { width:1rem;height:1rem;top:28.453125rem;left:3.9875000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL { background-color:#232323;background-image:none;display:none; }#IAGg3C29ApeoS6GZMWKd5W3iNVyN22WL > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P41s96tUZSRqIBk2S8MebwRT33N3EIzG { width:9.5rem;height:1.05rem;top:27.75rem;left:5.2500000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #bFSrIq2LcgZZVcixPFvPkGdSHsJb2A9B { width:20rem;height:21.875rem;top:8.9375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FPerm4yHAATyyTvTBnyXa3o5T3Ww4JaG { width:19.4375rem;height:5.0625rem;top:1.7476558685302rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqE7y334UhLRudcCbriyOI36lqSRgU97 { width:8.625rem;height:4.5rem;top:13.9375rem;left:3.1562501192093rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHfDTgybkT1lRNfO9VbFAwJJgGZvCuST { width:17.8125rem;height:2.34375rem;top:2.1851568222046rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3TU12TUq2xbsJm9dMU72iFaTScsuvK { width:13.9375rem;height:2.4375rem;top:4.5281257629394rem;left:3.0312500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNpvN4v8vTEVcwO1qACmVWRxaOpkaKAT { width:11.875rem;height:1.4625rem;top:9.99843788147rem;left:4.0624998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSklkKS3IuByTrJJGaOgMMETg0v6nFyq { width:18.4375rem;height:5.81055rem;top:21.25625038147rem;left:0.78046876192094rem;font-size:0.75rem;display:block; }#pSklkKS3IuByTrJJGaOgMMETg0v6nFyq li:before{  }
 }@media only screen and (max-width: 763px) { #axmuwmBaShoIJvW8gK02gzJKB4nkxS8p { width:10.325rem;height:2.325rem;top:29.4375rem;left:4.8375001549721rem;font-size:1.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #XhQPMizuD01iHA4LTTvd0PfDsZ32B5St { display:block; }
 }@media only screen and (max-width: 763px) { #IBHrLsf7DWfkdp0iTPZZ2ONTLVhBrkhl { width:18.1875rem;height:1.4625rem;top:11.4609375rem;left:0.90546876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDaRQyDTBuqARpuOetS6PQtJKH7HpAKe { width:8.625rem;height:4.5rem;top:15.687494277954rem;left:7.8617187142375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/295aa35d-8145-4ee5-8e51-9566795de369/ADS22504.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM.adaptive-delivery-prevent-bg, #ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM.lazyload, #ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM.lazyloading { background-image: none; }#ULpo4HvdPa03m0T5TTy3mxM9HASRS4eM > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #paCvfGxRvAXBUOasfNyClEb1CnSEesJa { width:20rem;height:1.3rem;top:60.625rem;left:0rem;font-size:0.8125rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #oSxGGQZRAts6WCZXi600gKbWEPIvBB6b { background-color:#232323;background-image:none;display:none; }#oSxGGQZRAts6WCZXi600gKbWEPIvBB6b > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHDGDaxpsEB7s0NHAKLKvLVpCZFqJtl6 { width:9.5rem;height:1.05rem;top:27.75rem;left:5.2500000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #XQQ0yxxLd4iIhbnCO6DM9ODpOKRwHdhr { width:20rem;height:20.5rem;top:8.9375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MgNQ8mS1PMD9huz6p2dgOlMnIviAGqoU { width:19.4375rem;height:5.0625rem;top:1.7476558685302rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhTQSxMCgtMmPTnAHZon559UrU46yALA { width:8.75rem;height:4.5rem;top:13.9375rem;left:3.1562501192093rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmc8SiTpqbNMpf0sy8Xh2ln1DbwTDN5y { width:17.8125rem;height:2.34375rem;top:2.1851568222046rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X24FVSLhNdPNhessOa27Ak93r2HMv3mE { width:13.9375rem;height:2.4375rem;top:4.5281257629394rem;left:3.0312500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCmb9LI77T0rTpWOUFPmbrXfqWpTyGIA { width:11.875rem;height:1.4625rem;top:9.99843788147rem;left:4.0624998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 { width:18.4375rem;height:5.5rem;top:21.25625038147rem;left:0.78046876192094rem;font-size:0.75rem;display:block; }#bVGLwqzXwGn0DLITSuiBtDsA7MSnNuN3 li:before{  }
 }@media only screen and (max-width: 763px) { #kuCdwdu5FvZ9x6nxKTFxZfaDR9bdxDde { width:10.475rem;height:2.475rem;top:27.75rem;left:4.7249999642372rem;font-size:1.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kIIUfcHf0rF3mCd1ziH4bmgDaBc43Xl1 { display:block; }
 }@media only screen and (max-width: 763px) { #R4xlCCbNPOqueMUTw4OATO9TBmMPOiFM { width:18.1875rem;height:1.4625rem;top:11.4609375rem;left:0.90546876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLegdS8t37VcyZfoySuNHW6mmrKHUOdA { width:8.75rem;height:4.5rem;top:15.687494277954rem;left:7.8617187142375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z { background-color:#232323;background-image:none;display:block; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container { background-color: transparent; background-image: none; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container > .video-iframe-container { display: none; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row > .video-iframe-container { display: none; }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .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); }#JQgWgJh7Sck8U7mf5qorisc6mKXbpG9z > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAMVpk0a1UMl5DANDP0T6P9CogBAxOk3 { width:9.5rem;height:1.05rem;top:27.75rem;left:5.2500000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #lC9stBD7mfLwm9vgQ77dJqTb8X0QzDMB { width:20rem;height:20.5rem;top:8.9375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #btDaPex5MK3yzZMqZ631Dqlsw2te6gbX { width:19.4375rem;height:5.0625rem;top:1.7476558685302rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmTVESdVVwkRa3TXUdw3RQaiKGEmcLx { width:11.3125rem;height:5.8125rem;top:14.187500476837rem;left:4.3437500596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOkO86GBMLLc2eU2dzQs8NzPqaucDq8 { width:17.8125rem;height:2.34375rem;top:2.1851568222046rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1oiTwb3X3xLCMP7ZtTLvlRhzvKrBz9A { width:12.3125rem;height:1.21875rem;top:4.5289063453674rem;left:3.8437500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdfvK68t4guZUmlVVLLTcSgweBUPqkS { width:11.875rem;height:1.4625rem;top:9.99843788147rem;left:4.0624998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 { width:16.8125rem;height:4.8375rem;top:21.631250763312rem;left:1.5937500596046rem;font-size:0.75rem;display:block; }#DB4G95tEZ5Ckc4cZxldsSaPl5t5hLHT2 li:before{  }
 }@media only screen and (max-width: 763px) { #TOMTU8lzagmk16wbW35smmQSHRpDJxPr { width:10.475rem;height:2.475rem;top:27.75rem;left:4.7249999642372rem;font-size:1.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nKvm5FWKeDkJPTttRJUT9pafvLbv7wE8 { display:block; }
 }@media only screen and (max-width: 763px) { #nobdFC8upHiJvDOQMkUXDxosVNfCrhl9 { width:18.1875rem;height:1.4625rem;top:11.4609375rem;left:0.90546876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv { display:none; }#uICTJQrNHah8IUaOvTUKKf3RkgZR8IPv > .row .container { width:20rem;height:61.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SFmT6wRI1LtNxUpdbmIJ1ktPXEVzs91h { width:20rem;height:4.35rem;top:1.7437067031861rem;left:0rem;font-size:1.8125rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MaiVQnXbVL6ygWNzrgLpRGUzQETwX4MX { width:20rem;height:3.0625rem;top:52.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JTa8nSTUNNTNhaegOqQMc4QTVnea8xfe { width:20rem;height:1.4875rem;top:50.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D215MwRy87TNqbTpehnEEZXASFeIGCCk { width:20rem;height:1.3125rem;top:54.875rem;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) { #rTZUW30iztpO69xTnLBXQrtHstz3HQWI { width:12.436rem;height:0;top:37.141929864883rem;left:3.7814670205116rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #XV8DbsW95b2dtNPLL1kwuTlo4KN1bM2z { width:18.9985rem;height:3.2487rem;top:57rem;left:0.5rem;font-size:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aBugX10TDsesk4N6PSdLVJZE1IznADVR { display:block; }
 }@media only screen and (max-width: 763px) { #Z8iK68x4rC0K6h6EF6vvtyV0HKh9iPH5 { width:17.8125rem;height:5.675rem;top:10.975000858307rem;left:1.0929687619209rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CtlJaZxBltn2pqBpJa2XxJ30lZxHtpoG { width:20rem;height:39rem;top:1.9969522953034rem;left:-0.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #on9XupDNHtkp6ozQ4w6m4Ue5i9lnRNsg { width:20rem;height:7.5rem;top:98.694264648437rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqNcHZO2ucrHJaTkh0qWDrWgBHfBelJx { width:19.125rem;height:41.25rem;top:7.125rem;left:0.43671876192093rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sJqOo9VHxtGwbb53qU9QpxSShcx6T2KO { width:20rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#31008b;display:block; }
 }@media only screen and (max-width: 763px) { #TTqUocdeqKhNI1uvmvGCTgHtI0bL325n { display:flex;width:2.5rem;height:2.5rem;top:27.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIBWnMluMsUSKaHSeyArnVbGqWQxbKUh { width:20rem;height:1.5rem;top:28.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#1c0040;display:block; }
 }@media only screen and (max-width: 763px) { #THalTb1xDQANEOAwDA8ivBxR7z5dWVaL { width:17.5rem;height:3.375rem;top:43.3125rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T2oHEha17PS44Ub4OLSbCbzf2p3c9DCc { display:flex;width:2.5rem;height:2.5rem;top:25.36093749851rem;left:8.7500005364419rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #E3V1H0V9Tdl94wosVa8QPfp0G8yitBT2 { width:9.25rem;height:4.8125rem;top:34.0625rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rUN0FioktIkNB92RTLSIvOKos4PBAZty { width:9.375rem;height:4.875rem;top:37.5rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EMs4U4dqOu8xfN7tLmRTxCuGUUVuuzTV { width:9.375rem;height:4.875rem;top:35.6875rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xeA05Ofe0FN2sPzFKFpqpWuoTEqhOPk8 { width:20rem;height:1.275rem;top:30.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #H079n45Ti8uCn6PSVx3qRscIwCVPsEMf { height:7.875rem;width:14.25rem;top:17.485937595367rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J { background-color:#232323;background-image:none;display:block; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container { background-color: transparent; background-image: none; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container > .video-iframe-container { display: none; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row > .video-iframe-container { display: none; }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .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); }#DUFcP2ZIoMvWHgT1Ql8AR2qV3fTOO19J > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJ07yPuU6bCssX49UuvTb60rXS08OR7L { width:20rem;height:21.375rem;top:8.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M04MPVAUtPGXd55qcKIxwZC9i3W2Z2bR { width:19.375rem;height:4.75rem;top:1.748046875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITki2M8Tw7OMBnO8wR53CTSLT8lOli8 { width:13.5625rem;height:7.0625rem;top:13.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgceN0olThn7TltXbHL3qlgueG6yFWpA { width:17.8125rem;height:2.34375rem;top:2.1851568222046rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvBF6ZXiiLcRVnMnkcU9muyKcy8mAD5h { width:16.3125rem;height:1.21875rem;top:4.8414063453674rem;left:1.8437501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryoUXb983i6qS9ecSubKeNrMi83zV3m { width:11.875rem;height:1.4625rem;top:9.25rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0GIxq2aa8rPD74D46xfMZKXMu4a3KHp { width:18.5rem;height:6.825rem;top:21.0625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu6BbyB5yvqWXFShinrOVtXgXaJKZixc { width:10.475rem;height:2.475rem;top:28.387500762939rem;left:4.7250002622604rem;font-size:1.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Zgb0GbRUbXGoctP621vBzXmPumCmn4q5 { display:block; }
 }@media only screen and (max-width: 763px) { #SflQlaRy3zvqR0qt5z7yMLncrNv0WJp3 { width:13.6875rem;height:1.4625rem;top:10.6875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSIJrVlhPZhQkAdFxOJAxW80uqa5Zioi { width:12.3125rem;height:0.65rem;top:19.5625rem;left:3.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn5qzT9hm4K99Ce81aKmWlTTow37CFkq { display:none; }#yn5qzT9hm4K99Ce81aKmWlTTow37CFkq > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WbNmn0TwzLFJgaGE7bPVhkXzT78QR92b { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3CTugI9ZMOCpTsCTKVy3HcNDqrEmoS { width:8.0625rem;height:1.25rem;top:1.4375rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UQUMSTT4iv7wqJZSESm6M77iRFKKdmln { width:20rem;height:6.4990125rem;top:34.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3W8MmgDT18mQBezc1QIXOQHypeVTPPV { width:18.5625rem;height:1.29980625rem;top:8.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKyMW3TFwtRHTTxeLAyvN3rTEoGDP5KF { width:14.9375rem;height:4.0625rem;top:28.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiSrRNIOIATT5Vgng8WNFOQpRDhI7VBW { width:0.0625rem;height:6.25rem;top:24.849609375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CE4Et4mACrOXJsg8N8oXTv0hKrQSecXT { width:15.8125rem;height:5.624375rem;top:23.75rem;left:2.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNEykXG2nyI9ZaAwN34DZGUKtEd5cbwC { top:22.25rem;left:4.09375rem;width:11.8125rem;height:0.0625rem;z-index:15007;background-color:#020102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rJohOPB9HA2a8Q7UZK39JfRa5guqZMWq { width:14.75rem;height:4.375rem;top:16.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkDvDQ1EVNn7vCutyM2JnVa2CuNQpH1c { width:19.375rem;height:5.624375rem;top:11.25rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/251743de-874f-42e3-8d82-7f9e2c5e84bc/IMG_9445.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm.adaptive-delivery-prevent-bg, #kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm.lazyload, #kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm.lazyloading { background-image: none; }#kJGlXVnuzXmEQScOzfvEGP2toqt9UmPm > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b5gtZll7MBRn8pqqhaSKl6P3JPqe6Ccd { width:20rem;height:1.4619125rem;top:67.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0NcJz17TkwCDJpFCbc3utyCdTCwg9z4 { width:20rem;height:2.3125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzKNkz7oQ2n8C7EIrrvLqZGOhafGseeO { width:9.56175rem;height:5rem;top:31.373901367188rem;left:0.5352783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmaX7GFxyV53KTNmu8WOa77WF7d4dwO8 { width:9.56175rem;height:5rem;top:31.373901367188rem;left:9.3731689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrgKRQiNq5ncWQSktVDJvCK6xG2Q9TlJ { width:9.56175rem;height:5rem;top:36.373901367188rem;left:0.5352783203125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #blegkKef8PgNyWMRBRnmTzfH4RpmKINm { width:9.56175rem;height:5rem;top:36.373901367188rem;left:9.6219482421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r { display:none; }#ghnTOGFsVNhiSf0IvJhNrTq8WxeQ6H0r > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V4D3kVeA4JmgLZcSlgOGM0Vtdrg3IvA7 { width:11.9375rem;height:2.5rem;top:8.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGG8MKqaIiDI1x0E6313Oo9PhrTy9KJX { width:12.5rem;height:1.54345625rem;top:9.3125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbaI4lzM1Qyfg9S3W7M2dr7Pm3JTmu2q { width:20rem;height:3.25rem;top:3.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apnMzMPMDCnRdJTgd4XrT8gos46oknNm { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEU6q2iId0aeLX2bcRNIuOV32WPRtZdV { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcLiiW9lBzShMp7Vu1tmWLdCOUVfwDJD { width:20rem;height:1.86865rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyw5PcSXvA1rBNBU0FLTTziKTTKD6cXW { width:13.5610625rem;height:1.13720625rem;top:41.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZWHcQd3oJ9fqd0zvpsfvnM6F3k25EQ { width:12.5rem;height:11.875rem;top:13.25rem;left:3.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Tia95nOnzdCmhVdBlHqwL4yc6FgohcKT { width:19.75rem;height:12.5rem;top:27.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FezFH7MK3xJSrZcb36ipVMILHUQKWCHk { width:10.499875rem;height:2.1875rem;top:22.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TWcKCLmn9tcdspqTy03Oq59miUKWhf { width:10rem;height:1.625rem;top:22.5rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTC6RUu2cnUndhRLSV431vcKDU6iOQTN { width:14.375rem;height:2.1875rem;top:37.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrdupM4bgBaiVycZZeFGAvMxqpK6NSo5 { width:13.5625rem;height:1.625rem;top:38.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSWedrJdbPbdeTTM177rSam5GrLhuOqE { width:9.0625rem;height:6.5625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8WET7uS2wWWTnTh7Ahv4E4l5QUFW7I { width:8.8125rem;height:6.375rem;top:14rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPNwts0xllcw0K2Kw7ALEzPLZIbzl5h { width:9.124rem;height:1.29980625rem;top:20.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqSi4qg8SDiAmgv8nX1f7p9tICIlnkT { width:9.375rem;height:4.8125rem;top:28.5625rem;left:1.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZOFueCdTOZRI3DWF9J1C9oVAOw96tw { width:19.874875rem;height:3.99963125rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHkpcrbddG4MkvF3mtWD7Zmsgm1SLLIL { width:20rem;height:2.5996125rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR0qt8nq5a6Gpe3Psaplz1acfsRkaCNz { width:20rem;height:5.0625rem;top:50.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryuK7RrPv9HziP5pR1TB7EzETJe3RFHg { width:11.8115rem;height:1.21875rem;top:48.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhk9Seh1bsLNtLDNV0nUSTuDa2st8NxG { width:2.5625rem;height:1.625rem;top:13.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdWPeT4ByVkSVOtTXdXcddMRLXi1s2Qq { width:20rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RSgKqnTutJ5Tm5waNrZCsc1gTgUq1e { width:3.9375rem;height:4.0625rem;top:25.25rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTd7sAH10Rvco5Z1vgEe9rMuFi5nScte { width:2.5rem;height:1.5rem;top:26.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr5Kngp8rWM1bOn8H0iqtf8FkmMqqOJ { width:9.375rem;height:4.8125rem;top:28.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8vTV0KBOW8TzS6OWfow452TL4ce6XZ { width:9.375rem;height:4.8125rem;top:32.28125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo.adaptive-delivery-prevent-bg, #I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo.lazyload, #I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo.lazyloading { background-image: none; }#I8oUc3lCkgxRmd7zVX6Tnl02ePuLLsOo > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JkJLGNkaqHor5EPGVHvp8lVaeIKVuX4d { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzH8f82Ds2uZ2uVo41my9NpkX3tsUv6n { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bra7qvBfvIPul52wAxJM6HTNfput7PHf { width:20rem;height:2.53235625rem;top:45.312377929688rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgXJTTwt0roy6F2PlNyOBkUKtrq5qQU { 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) { #sQK93yO5fqmu2HmgdL51gAOuUG4J6sT5 { 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) { #i9fVtIliNdwuhBJ1M9gqQ3mHPGCZ7dWT { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AynpsIHMa9UFGFHhvHriszXwwdCDUgWB { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sioziLvlMDBn4aUdbRCDWkekiGppV3Z7 { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB5p2Qx7eLAyIUFxkuJcCezRP16VupuS { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XALo1QGEGWrZefHnry3CGdiIgqkOApsB { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHs9B0Tl20fq3DR7rXTVRQ7cwZhTOwuJ { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Fl4y7lodo7OWwi5M5EFHPf6pcEmxEf { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWpIf6lLDxnrpt01fWy3HEyJBriJUMz { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mstbDcE4sv3tVtWrol7iDbouvR3EVIb2 { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgKQuntsOJ504iCHdGzZLkmmlRLrAk3R { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUp9ZGo4QSBePJOH4hvFpfkedAznFpfc { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFE5dD4gz4GLFx0oa9OUJtffLHriRsnT { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT44qozMlqCzEGds8J9p0CexAyMZ4mqd { 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) { #O09GdPawRq7a1VS7CNBRxTlTwip3VhvU { 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) { #FPqvvUwHL32ZNTdECTGBOtvelImKxxF8 { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 { background-color:#090909;background-image:none;display:none; }#qJaMSDUxbUT3TNesf93kXdhtTJ4rgn15 > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKZ2zJ1HEeaZTACUNsOtNC3yEkNi4nJT { width:11.7495rem;height:1.21875rem;top:33.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVIBhmkZX8KeeAK4fkZ7Z5ETcklMELQp { width:20rem;height:3.09375rem;top:34.81201171875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQkssPMHrx3KEZtT4MmDXLobp3SRIT64 { width:20rem;height:15.06225rem;top:11.124267578125rem;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) { #ddXCUaX1AJEB9emO4OcDRhVGBF1ooRUP { width:20rem;height:1.05590625rem;top:8.874755859375rem;left:-0.062744140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecQWA3Ibf4vgmMRb3ir5q2uFn2vAbLBi { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTwLhzuJGJamxBLUcNOcbZrHLunhfFkr { width:8.9375rem;height:4.6875rem;top:12.185668945312rem;left:0.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbo6WTFuqubWePKBHU0DdkgQxJmayO9I { width:20rem;height:1.13769375rem;top:27.1240234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKWGyKNo2JXhORul83GI8rTNo5yFmMkx { width:9.25rem;height:4.8125rem;top:12.122192382812rem;left:9.9130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQSz5zvti97pCUtZL2TSOE4dS3dTIDGn { width:18.125rem;height:1.4619125rem;top:30.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUlWpHy0TasklOguEh4xCucFo3Hs9lAN { width:19.75rem;height:2.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTxLtPEMenoBAdooNCCvPcIqeODTPsf { width:12.5rem;height:2.8857375rem;top:22.55859375rem;left:3.75rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TnL6odLAN8ur3ZVomQTk5tGcNuZsyqsa { width:20rem;height:4.0625rem;top:2.7191162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlZTAqTcFfJ6GUtXTXBFXJnNfOAaT5iC { width:20rem;height:2.6001rem;top:3.44970703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrS6xH3Ayg0yBe6LmTSQMXiqDLqHP3Xi { width:9.812rem;height:5.06225625rem;top:16.873168945312rem;left:5.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5.adaptive-delivery-prevent-bg, #SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5.lazyload, #SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5.lazyloading { background-image: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container { background-color: transparent; background-image: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container > .video-iframe-container { display: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row > .video-iframe-container { display: none; }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .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); }#SlylaNfSDMcHgq7pvZwQrx497NRyzRZ5 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e  { width:17.5rem;height:auto;top:30.4375rem;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; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e {display:block;}#Wg0wQMRVik5DoDaouRteLgfytRq2zO7e { width:17.5rem;height:auto;top:30.4375rem;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) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #A3ThxrgmaFfP7rCFMnMsI4hV4aqcWr6v {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #TQ7TCZRL41GwoN6M1KMVe3Ga3SPL37z1 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #Gi11zNWUBlFuOOgcPTNoTubZPGzvAweV {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #TC8bPDtb9Te1bmFTaOknokAIoRBz5KkX {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #GBMiBOLtzsfP4OygdEziDMPuB1fTC279 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #gmXzeDTRVHV788shKAbqfdyb98oeWQB6 {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #HN3XP1cKdumtnwAUX34VdRCPcoTvnNEf {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #riv7foNUnvtFxaaKgiiQRtLqO9TJTHD6 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #DK0mqtWlwOnkabgqT3mkvDqBzkVM0Ibe {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #K7CZqOD8hBu29TJhRx5WTK2sfk1Zi5Eb {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #b1VpCHKTnvPhrmueWTdsq8WrZRMCfJzq {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #O2q5grKFiNq8tiEgHRR0hGHX4iXKKMyQ {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #eCh7rxJAGAS5W87zKAMpOmfbD2CTr4Hv {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #Z1ywu3m8OgXp1cGhQQJboJv0783rMQoQ {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #K3yk6SgMtJwiivJVfpU6qqXLbxz8T5yX {  }
 }@media only screen and (max-width: 763px) { #Wg0wQMRVik5DoDaouRteLgfytRq2zO7e #ZsQBS6BUDn3iFXeKXZIqTzoh4qbrUdGW {  }
 }@media only screen and (max-width: 763px) { #XCTDsTp3t1GCG6TMZ6gEMkENsB1Q7d5a { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XyLAQV4WLcwm0PBIymUW2SFUDmOtZiV7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZyBZHtLvGiJenw0ggvbhohO2qlwq7cDk {  }
 }@media only screen and (max-width: 763px) { #yyHLvsxGRJaMsUzzCWEAsggpzoT4TQEP { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WH5OIL2ZrggA7ZMnk7Ep9WEDJu2JkOlC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JFqvDTbZrn1pKnlgz1BDSZID5sgzr5yt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bZKl2TI7ILd5z8yLLyxsTLGydCtBUKpU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K0mShDTTDu4FQ4Mrxm7NQJoi6JvdcuJi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #paB8LynvlVxGQdh68B06UEBtxnktI1nC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GgAGqIWLCWPiLW7wZz0UwLvoHtDoTwm1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iUP1J9fgZoWKOnGbknwrqPb6Fp0vDcW0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E0p6cqfv1zOp9hQFodm2LXWcvlWC9rB5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ePeZD0DXT1ZaIxs5dGaPV5Ny6MD9Q9cR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CnHb3RcCTs33P62ix0lomyKAbExKpOhV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZPPuM2uUdBzxzpJZUhZRWohPJadkltWL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yocT2IQq8Z8wpHiHyvPgfKKZX9F4hh91 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GVzOw3x8l4sHWaHOiAda1T0hGe49ANWU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JOsERUVpCKLnI63StspqL2mK8zf2nxHM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xW22X7Z1NnJeAhBT3eq5vLLTS63xQtad {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Td4BqT060gTUOoZU7KGuvtSkNrl3y2io {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oocJ1kwAzkJNu0aJlZFP9xtByF8V55M3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #blt2VXAd4NGmNoubg94f2q42xIpv81We {  }
 }@media only screen and (max-width: 763px) { #v7PIli9eKkONzoOSMvvUd0m4bpTT5eyH { display:block; }
 }@media only screen and (max-width: 763px) { #WMDrr8bZxMMSnpO2lXnTvPgn25CuVduG { display:block; }
 }@media only screen and (max-width: 763px) { #xaLa3I4M3Dr6Fb0bbufgHD1L1Ch79Zll { display:block; }
 }@media only screen and (max-width: 763px) { #gDRnrN0bQO5Uhnyfe8wJOL6LKQvKwmWO { display:block; }
 }@media only screen and (max-width: 763px) { #DBGgydlJJIb88DropB0S07nSzg9eT5n7 { display:block; }
 }@media only screen and (max-width: 763px) { #Qo8nkUgIPfedun5gSAeSsE7p46MGf1O5 { display:block; }
 }@media only screen and (max-width: 763px) { #lpuPlxTKT1yU230lQryoH0AAkcsTXAMw { display:block; }
 }@media only screen and (max-width: 763px) { #Wb77vQUqVRTWRVTEnSle2xd5iJnE71fN { display:block; }
 }@media only screen and (max-width: 763px) { #kk6hkilNf7bp6QTADNfRtFi9s1FTdhx6 { display:block; }
 }@media only screen and (max-width: 763px) { #sI6UsO6UPZt3u0IOsZm39I6QMFm8Dxux { display:block; }
 }@media only screen and (max-width: 763px) { #JBOcoNWsoZlGk6OmPLrkHi7JDNFKBRwC { width:20rem;height:3.75rem;top:27.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzvqoBA0bF1fZO34lLTIqwOnnsUR816 { width:19.5rem;height:29.75rem;top:26.3125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5Kk7aEWhCNas3LkgVfWgJcGrvm4lQQ { display:flex;width:1.25rem;height:1.25rem;top:19.75rem;left:1.3750001192093rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EXltCCzTqeiAPv6V5TQo5B3SnJutKmto { display:flex;width:1.25rem;height:1.25rem;top:21rem;left:1.3750001192093rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Fy40R9D6hzx864dXDVTiSXkh7F1C7NPI { width:12.3125rem;height:1.31286875rem;top:19.71875rem;left:2.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOw3iM2TOMNZc06nIz7sUrInQLVeZyXb { width:16.5625rem;height:1.31286875rem;top:22.25rem;left:2.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW5MI1WkPs3xhQAnJp4zdGZwb9QykUnz { width:1.3125rem;height:1.125rem;top:4.3828125rem;left:6.2499998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qByTEBpM5mldJbe0ZEdotw6tp3pSZsuL { width:20rem;height:10.4875rem;top:15.131237983704rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2axG1Pl9MdVKz0pFxUsDaJccNLmCqt { width:9.9375rem;height:1.5rem;top:29.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36O9wSElUayAx2HkwdF7qmafmUBmIS7 { width:17.75rem;height:5.2002rem;top:7.5773434638975rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TluKHzGAbv1RFrnFVGvIQNwkTb3OlWUn { width:14.9375rem;height:1.31286875rem;top:21rem;left:2.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cNv8C8O5L5z2eMrU8UBbe8N7DkgEh4 { display:flex;width:1.25rem;height:1.25rem;top:22.25rem;left:1.3750001192093rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aTk9k98x2rJaNrnlh1yNReygMsGtKuTl { display:flex;width:1.25rem;height:1.25rem;top:18.550000190735rem;left:1.3750001192093rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BdKIzz4Pqa9TcmgiDTE8UHyeNuWa02NA { width:13.5625rem;height:1.31286875rem;top:18.487500190735rem;left:2.5625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5g3QHyk62y6SwamRrrEQ00f81l0KB1F { width:20rem;height:6.391375rem;top:1.1875015497207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyiTvvqEXshv3PXIo170o9dENrwkxaNz { width:7.5rem;height:5rem;top:13.162501335144rem;left:6.2499998807907rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #fx6R087Ne0Mzo280y1kMDA38CVytH5be { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be.adaptive-delivery-prevent-bg, #fx6R087Ne0Mzo280y1kMDA38CVytH5be.lazyload, #fx6R087Ne0Mzo280y1kMDA38CVytH5be.lazyloading { background-image: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container { background-color: transparent; background-image: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container > .video-iframe-container { display: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row > .video-iframe-container { display: none; }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .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); }#fx6R087Ne0Mzo280y1kMDA38CVytH5be > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTbVEmusIt0SIomQITgbuhiSuiVCCv29 { width:11.25rem;height:11.25rem;top:4.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycZR7vJpfuEksEVuA53IIrINKGuNSng6 { display:flex;width:7.5rem;height:7.5rem;top:5.25rem;left:6.25rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #MrMcdwhfJ6wQhIJJwPOtPDtILF2kwxT0 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0rem 0rem 0.875rem #e8e4f1;display:block; }
 }@media only screen and (max-width: 763px) { #lTTlQ0ntSWoM1rWB6F0DcGLn7CZvJvO3 { width:12.875rem;height:2.6rem;top:12.75rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0rem 0rem 0.875rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fgDRGTXlxQOQnf51f9WQcHV7dd9aFX4X { width:13.25rem;height:2.6rem;top:25.25rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0rem 0rem 0.875rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OetkBAzCsVidEpxXRKQ8Ulby8IMlxwB6 { width:11.25rem;height:11.25rem;top:17.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v02dvbh9SaJt5UOyEvc41FVqAJFyD4hI { display:flex;width:7.5rem;height:7.5rem;top:17.75rem;left:6.25rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #RlT5kFSmTeRMQbHEed0MDv2t4Df937rp { width:9.4375rem;height:2.4rem;top:37.5rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0rem 0rem 0.875rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xcxQ27ey0lp4QGrPd1ph5b7cn2QTzMU2 { width:11.25rem;height:11.25rem;top:29.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITdOzAlWpWSXfVmwDOt86OVKiQvyPy9J { display:flex;width:7.5rem;height:7.5rem;top:30rem;left:6.25rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU { display:block; }#gVAmOEfe6eb8LToLNubSiiIqD4qfM2TU > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKHTcusdyalcnLnnWQlCnO89eDD6TvQc { width:8.4375rem;height:1.25rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkTv5MxlULH8rIJUTCytb2ecdQwfikZT { width:16.875rem;height:3.65625rem;top:3.125rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCIPhR3AabPwvx8vKfp4vdu766uSA0OS { width:20rem;height:2.925rem;top:15.8375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFhrmv7xI79Z6QiECTnb8vuGqaUQCmTz { width:16.5625rem;height:0.975rem;top:20.0125rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TplkBvGvv6CeNW2ePQpF40L1yO6vQ9E9 { width:14.9375rem;height:2.2753875rem;top:22.2375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aniZfrcpI68OfGgO33LQH2fGH1vvNcIC { width:5.6875rem;height:5.6875rem;top:7.9625005722044rem;left:7.1562498807906rem;display:block; }
 }