.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:56,0,144;--color-primary-1:62,4,111;--color-primary-2:68,0,95;--color-primary-3:34,4,65;--color-primary-4:31,3,63;--color-secondary-0:255,0,0;--color-secondary-1:215,31,31;--color-secondary-2:220,21,0;--color-secondary-3:200,21,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:251,253,255;--color-tertiary-2:211,211,211;--color-tertiary-3:155,155,155;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 > .row .container { border-width: 0; border-radius: 0; }#CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;overflow:visible;position:relative;display:none; }#llz3xAx6mTZCDJA1LFyxzt13lJSUeGWR { color:#efc10a;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.83740234375rem;left:20.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DR11SlSfpV8Spvenak8qb3PtaTmA5fo0 { color:rgba(var(--color-secondary-1),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#di3BAaH9KmWnL9LZFV7Zf7KlvZRn5uol { color:rgba(var(--color-secondary-1),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.43701171875rem;left:16.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#f21877;padding-top:0.2775rem;padding-right:0.25rem;padding-bottom:0.2775rem;padding-left:0.25rem;display:block;align-items:center;width:1.4975rem;min-width:1.4975rem;height:1.489375rem;position:relative;font-family:"open sans";font-size:1.10875rem;font-weight:700;line-height:23.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.173125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.99625rem;height:0.58875rem;position:relative;font-family:"open sans";font-size:0.415625rem;font-weight:400;line-height:9.42px;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; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:12rem;height:2.80615rem;padding-top:0.034375rem;padding-right:0.035625rem;padding-bottom:0.034375rem;padding-left:0.035625rem;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:13.25rem;left:31.4638671875rem;z-index:15018; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #ho6xe2Tsu2yCgDxLnOBO868qNGrNJ0vb { display:flex;position:relative;top:0rem;left:0rem; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #rwsCQ6TpUWA8QfIFwHiVZenDB79hmTcE { width:auto; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #G5y4D6iFpyNQ9TJB5QPHGRf0yLymscn4 {  }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #cTzAl6chtTrMnviBVgeyQwkgvy6E5Zro { display:flex;position:relative;top:0rem;left:0rem; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #UARdEWVv9NHiXWBv3mmffBrXmS2uDBzf {  }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #EWR002ZJinhCLUJZf8PwEeuqyuLiN8k8 {  }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #y0WVmyZtaiptFpwl5kJJkSLEpAFnwx16 { display:flex;position:relative;top:0rem;left:0rem; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #NvyzIbeTfGFHTcoHkuiAsUXDWrGzmGR3 {  }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #GIBk6vuF2lfsbmnrWLaihur1AX7NUSXA {  }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #uUoKtTwGaWEWONRhXlspGt0DvN6EKZgC { display:flex;position:relative;top:0rem;left:0rem; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #TiBowEJOvT27g4nQSbQdiq30J4bM8lkr {  }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #c3Ks3NiOKu1GZkvCq6vylu4cRyg1v3r7 {  }
#MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,21,44,0.56);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; }#MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI > .row .container { border-width: 0; border-radius: 0; }#MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:none; }#ML4y2Mw4pREy7mamzwoUQ3koT1TH35h3 { color:rgba(var(--color-tertiary-1),1);display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:18.0625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kcedyoG4gP3PkTqXBvag7ic6Qc7FSoAX { color:#ffc319;display:block;width:75rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.43701171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPySLEcNBdp9mulbT2zyETXJAyDISGfM { color:#d8e3f6;display:block;width:13.9375rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:30.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13rem;left:27.875rem;z-index:15054; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #qHxw28qvnbRUaogoFtP6JZIdiyaQrCVt { display:flex;position:relative;top:0rem;left:0rem; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #CFVQ8JpXLrmdTK2rXaHiAR4gOnQi9AoO { width:auto; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #eA38Rwf20Op1SyVl6uxZCPpZnaPkLZlz {  }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #HWsVFtoAvGA1umqgTmZHJClSu64O31T4 { display:flex;position:relative;top:0rem;left:0rem; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #LoEF9vxhSCCfL19nzvCpp2d8ish61m3G {  }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #BMu6hFixqQqQMB6UaZ7PJXzxK2OzJz98 {  }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #XEORxvkKqmlA3iElTapeJx19rkAXCrAT { display:flex;position:relative;top:0rem;left:0rem; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #Sts3kFIZNhG6fLXyk4uFGbBTMFlw90cI {  }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #JNz63Qs82nlxv5d3VcLvBhcmw9bpB9tC {  }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #DMMJBp7sEWoSBztTXIOOhXE0lP7USUTp { display:flex;position:relative;top:0rem;left:0rem; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #NpSgEVr0zVQ0BKoeRT31so0Tqh3Z1H3e {  }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #GB8CxDX227mcglc1u8bZnDn0PVdtHINA {  }
#Rls5Damcp5adWKuTbbDKTIQ8C8MRblgf { color:#d8e3f6;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.25rem;left:25.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrmCh7ds016FV5kpKIWF8zwrsAR4cCTJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#STuftcZJX9EFmvbxJNxaECC4SfCBnT3Z { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#xHZBgZcZLVbDZyLJCEu2fXpfWbbOGEF2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#At68oxey0Ky7dPhz2DIt0pS9wNMIX7iQ { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:54.25rem;overflow:hidden;display:none; }
#bmoK47VJqJshbAvw271P3SSDT15Tyw9R { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.6875rem;overflow:hidden;display:none; }
#x4kOcXNnTZ7u6zCcTCHTGUH3GVP8iW9W { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.6875rem;overflow:hidden;display:none; }
#qSRBT1Ux85JbPlIMbCvO74USfIextZnX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#VrbDzAaBIwEdOAnpUS0vaP5osJAIJep6 { box-sizing:content-box;height:3.8125rem;width:9.8125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;top:22.1875rem;left:22.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#w4xeMGWNGpguF1KUGIaDbRAWURcGQO5J { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.75rem;left:23.6875rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPZtyA58zh36keBMcC48EkbJC28eIcdw { box-sizing:content-box;height:16.3125rem;width:16.3125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:23.375rem;left:19.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#iHGnr6ViIy4AB3VzLqIaAsUe2upPm8Ht { color:#ffc800;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:26.4375rem;left:19.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xNvbN1ZOTQXbHFI07KoaWW08egTOg57G { position:absolute;display:block;z-index:15026;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:6.25rem;width:11.9375rem;top:30.25rem;left:21.5625rem;overflow:hidden;display:block; }
#XiNPuGXDJcz5oyHZTwL74QoW5PAyQZ2R { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:37.3125rem;left:20.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nPXH5NPpwAzVzQNSKLZqgTuGIX40sSuX { box-sizing:content-box;height:3.8125rem;width:9.8125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;top:22.1875rem;left:42.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#oRWudgNO5TSAsvDbqBfXNRF0sdmU3osh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.75rem;left:43.5625rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nb1XLtqL7bLeTDrurrBA3ZAP50vZObZZ { box-sizing:content-box;height:16.3125rem;width:16.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:23.4375rem;left:39.3125rem;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; }
#kuTB6UM7XRC9brDI7WtyU2x6dE4yvJvt { color:#ffc800;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:26.5625rem;left:40.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ZMKnDshpHT1l7y6V2rQm0JLvr78ZXr9r { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:30.25rem;left:40.6875rem;overflow:hidden;display:block; }
#KRNNAaG3OgcoftTmTqXrTmvRaPspppJt { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:30.5625rem;left:47.125rem;overflow:hidden;display:block; }
#pxD6FTKIH2DDBDANpGpwsebI6q4ifeTT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37.75rem;left:40.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,21,44,0.56);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; }#HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR > .row .container { border-width: 0; border-radius: 0; }#HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:none; }#Hh0xl1TDh4fdq3L2fwJH9gzVbprbHGg4 { color:rgba(var(--color-tertiary-1),1);display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:18.0625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FonazpUr6UZ8RAMyO2zBWtA7PiWPod4d { color:#ffc319;display:block;width:75rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.43701171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQ949899EqZ3TRZnOyEpwxPhc8ErcaCx { color:#d8e3f6;display:block;width:13.9375rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:30.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.25rem;left:27.875rem;z-index:15054; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #fLOQOiA9L1pln9wQv9zXPSu3Sp11MZNI { display:flex;position:relative;top:0rem;left:0rem; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #MclJMrqqAbe6zdxxmkg7bdmwWBRvTtzL { width:auto; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Va167qKU1FJxrhO2kbfUP8Qa4uQxQeK2 {  }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #WRNt9uR53T89lzHM35l9fNiSnbuxyxFW { display:flex;position:relative;top:0rem;left:0rem; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #KArUVWR6wxpi3eglaMZQhdTrIL8r0yIt {  }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #N6mByO7DvUu4gLqFrnG8ciutGKw94Zem {  }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #XVDVyfiaRX2L5mtWgFfz4DUHqdkba56s { display:flex;position:relative;top:0rem;left:0rem; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Tg7SbF9qdRALmpD7IinRE4O3TwAiVSoq {  }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Ex6pLXEwGvAEnrBsWLbTqEWi2Lv7oLPn {  }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #IiT6Zzhdd3O9z4Sp2DrkCJupUutfLbLc { display:flex;position:relative;top:0rem;left:0rem; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #zlLPF02tsUJhq1yRpU3Ay17KBeixVRhA {  }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #DtRTxgIotqT3xrqnyMGo9WyT6nzv5gSd {  }
#B3ymqsVXFMFGRCwopw7F0yZ3IqdEtZPu { color:#d8e3f6;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5625rem;left:25.90625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVd0nLEBxI6oX6KVVMp3zpOTwNgNZAOh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#tkFrrAJ5n2gAnr4Xlz6aN5mZZkke1wLk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#cNBK4tTylzuq8KN4xJrsoHwRSIg4RnDz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#yGl9fSvPDFH2v8tP0EvNSbGfZIw2L3me { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:54.25rem;overflow:hidden;display:none; }
#yAoovq4dRfGVC3SbhiZBF9XeHW6gHTvy { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.6875rem;overflow:hidden;display:none; }
#M5PaI0i3QUqzkTSlVSiByRgQATDVxhTX { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.6875rem;overflow:hidden;display:none; }
#abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy > .row .container { border-width: 0; border-radius: 0; }#abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:none; }#C3vt56IJQMhkdf7M8WvpgDcu8Sh6Z5G1 { color:#f8f600;display:block;width:53.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:8.25rem;left:10.875rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5VeNN9MrBUQFEE2yNMUnbkcyvvgQC0s { color:#f8f600;display:block;width:33.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:1.0625rem;left:20.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WePs9vROCuZ181ZhGUdflrRNgcC66aOU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),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; }#WePs9vROCuZ181ZhGUdflrRNgcC66aOU > .row .container { border-width: 0; border-radius: 0; }#WePs9vROCuZ181ZhGUdflrRNgcC66aOU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WePs9vROCuZ181ZhGUdflrRNgcC66aOU > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#hq5aH8QKodzcUBhmyKRLAUTTsnt689Xe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:44.5rem;top:0rem;left:14.9375rem;overflow:hidden;display:block; }
#U85idESMRy7nBq6DKThwMV95hLZhuZ2z { 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.3125rem;left:21.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gviO9ef5vUGl253oQ71i8I5BrS01SSes { 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.3125rem;left:39.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kys2qhRTqflvSgiJx3X6sPVpxTXP5C14 { 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.125rem;left:30.9375rem;overflow:hidden;display:block; }
#BDBETrPTFXTDSK6OKFy88XekL3GTa5A9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:14.6875rem;left:20.75rem;display:block; }
#bfpumRrSz9SnXxPAKRUSFNKluTxWHJKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLawGFSmE7bUdNkcTlTZdIfJiKrl4K8d { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.6875rem;left:38.1875rem;display:block; }
#vPlf2zhB498nMkvCs54EZGJhyTNOssla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5SJTat7XEpmLqMXcEEMHQBNvrBARkr0 { 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.0625rem;left:22.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#dBTKn6dMKJhHdp50rUlDCwu4Ow9dwsPC { 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:27rem;left:24.875rem;overflow:hidden;display:block; }
#bT0ulFnkDTupl0S5B7uDTsdR1awfeE1d { 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.0625rem;left:21.125rem;overflow:hidden;display:block; }
#sZPx3ZUErWcfJtX7AAzIJFLaPJGoKkMp { 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.0625rem;left:24.875rem;overflow:hidden;display:block; }
#MszXLXf9E0ZzJF4x2U99F2pszB8UNRD7 { 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.125rem;left:21.125rem;overflow:hidden;display:block; }
#zbuOMQpGqbVSPx7DeGXZlp5dvxaOSTc1 { 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:17.9375rem;left:39.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#scwwRSZXm2C6dcztichqwVmKoxTMtxtK { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:16.0625rem;top:20.6875rem;left:38.1875rem;overflow:hidden;display:block; }
#JuwXhFo47PABo7nJOEW0ho4ip9tDEvrJ { box-sizing:content-box;height:2.875rem;width:37.4375rem;position:absolute;display:block;z-index:15097;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, #33000e);background-image: -moz-linear-gradient(180deg, #d71f1f, #33000e);background-image: -ms-linear-gradient(180deg, #d71f1f, #33000e);background-image: -o-linear-gradient(180deg, #d71f1f, #33000e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#33000e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#33000e' );";background-image: linear-gradient(180deg, #d71f1f, #33000e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:17.5625rem;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; }
#RkGHp2rKGfz1Iq4o5iswU5qZSzLupoL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:"line seed sans th";font-size:1.625rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:11.375rem;left:18.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ffc2040-897a-4da7-b420-f9650acaa9ee/image22.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb.adaptive-delivery-prevent-bg, #CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb.lazyload, #CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb.lazyloading { background-image: none; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb > .row .container { border-width: 0; border-radius: 0; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container { background-color: transparent; background-image: none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container > .video-iframe-container { display: none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row > .video-iframe-container { display: none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .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); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container { border-width: 0; border-radius: 0; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#OAZU8u5NSymbvz8DlqkGK577ZzirALr9 { 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:31.875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#omXN7CEe5KyEiKunt1RG8HG36EpdHUOs { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rp4yVO5SiKnRpXKaFqnssa0zggvNUBwe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.5rem;width:40.4375rem;display:none; }
#om8guQe4Uxf0t4mqlC8B0LZQxLgDWTAJ { position:absolute;display:block;z-index:15002;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: none;height:8.75rem;width:16.75rem;top:20.21875rem;left:7.0625rem;overflow:hidden;display:block; }
#zkTdxtHizMkJmdnxzqFz56FC2ydpA3TT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4b5ca6df-c634-4130-9d7f-62ee30a15f0d/herobg.png");background-position:center !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:block; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf.adaptive-delivery-prevent-bg, #pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf.lazyload, #pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf.lazyloading { background-image: none; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container { background-color: transparent; background-image: none; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container > .video-iframe-container { display: none; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row > .video-iframe-container { display: none; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .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); }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container { border-width: 0; border-radius: 0; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#bwzNF85xaHxroU1RSPKIP5fWCx2xKkCV { color:rgba(var(--color-tertiary-0),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21rem;left:7.875rem;height:1.4624rem;font-style:normal;display:block; }
#BeMyBPUaNLUHST7vHsXCTPxICN9fk6cF { color:#efc10a;display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:14.3125rem;left:7.875rem;height:4.125rem;font-style:normal;display:block; }
#EpD94Gtwukiwib248mChmfii9raocrVw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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:1rem;width:45.125rem;top:19.125rem;left:7.875rem;display:block; }
#dMTFbMJKTbGm29WmJdbmm1oQnefIxoLV { color:#efc10a;display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:11.5625rem;left:7.875rem;height:2.75rem;font-style:normal;display:block; }
#CGeJaugtmdvuOKEVibCmIHdcheZSsuiM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.49);top:6.374267578125rem;left:7.875rem;height:3.16894375rem;text-align:center;text-align-last:center;display:block; }
#gy8NI2u3T7WqvJhdw9XTkPRfRcTag7TS { 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:1.9375rem;width:11.875rem;top:1.91650390625rem;left:8.5rem;overflow:hidden;display:block; }
#vqzPR48XUtRFzuWZnq9F4mrHfk1s1h9d { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.51025390625rem;left:61.08642578125rem;display:block; }
#IJnEi9zT0b1nQxRuLpTROXeqxp90eTgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,38,38,0.86);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ > .row .container { border-width: 0; border-radius: 0; }#RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:none; }#M1gd7t6TdA8TId32JMmvDANQ21XX7p0g { 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:23.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Os9JcT7z82CDBJ4OLfhvoKb1DRdQG9bv { 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:24.125rem;height:3.9375rem;font-style:normal;display:block; }
#VkSvOnkOP3ad2yQizdzZz1cIIIe1EReC { box-sizing:content-box;height:16.3125rem;width:63.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:15.5rem;left:5.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rclIWQHNuGeJBS0uUeQ7DLUvG4Ihw4r1 { 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:20.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnSznWTpUFCJDk8b9bZzLNvHahPmZ8uU { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-4),1));background-size:auto !important;top:10.9375rem;left:19rem;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; }
#MyPnTIAtL3nhkhZLA2pM4tKT3tvEwurO { 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:10rem;width:19.0625rem;top:17.1875rem;left:7.375rem;overflow:hidden;display:block; }
#cBHk775ilscey7wuEEyBbIz9fD1ThiFw { 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:24.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcTLplhITtuXoGQUI0f8xkqTa0rWzJWs { 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:10rem;width:19.125rem;top:17.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#GZBcFbfyeJLnenzKmZeiHbqa0Dz9sdWT { 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:24.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrrmntBlyOXW3UFxbF2yuKkZyzvTG4Zw { 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:23.5rem;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; }
#KouKR58k3aOyvpzXvOx9GvP9BXsS8IHr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.68725rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:22.8125rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxRTQgTgUGoTgUgRJyTypiNMQsHq556E { 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:12.5625rem;display:block; }
#idOttCnIqlWPm6Tcxgl8fTF7zaDbnZap { color:#d71f1f;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:24.5rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#SK9orT4vQhB4BoBv3fyinEqXx0w8ITqF { 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:10rem;width:19.125rem;top:17.1875rem;left:48.5rem;overflow:hidden;display:block; }
#iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,21,44,0.56);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; }#iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR > .row .container { border-width: 0; border-radius: 0; }#iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:none; }#JhmHlBCFiHTQAHUOOdU1hNeGPNTJLfIG { color:rgba(var(--color-tertiary-1),1);display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.0693359375rem;left:18.0625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6BcWKxzckEo3bCu7d7MXFTFiBp7ZmBw { color:#ffc319;display:block;width:75rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.56201171875rem;left:0rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.415625rem;padding-right:0.36875rem;padding-bottom:0.415625rem;padding-left:0.36875rem;display:block;align-items:center;width:2.2125rem;min-width:2.2125rem;height:2.235rem;position:relative;font-family:poppins;font-size:1.663125rem;font-weight:700;line-height:35.76px;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; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.950625rem;height:0.88375rem;position:relative;font-family:poppins;font-size:0.62375rem;font-weight:400;line-height:14.14px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.25rem;height:4.25rem;padding-top:0.52rem;padding-right:0.526875rem;padding-bottom:0.52rem;padding-left:0.526875rem;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:18.125rem;left:29.3125rem;z-index:15054; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #nLBFx8dpPbJEfP2zd1xvK9Ayzorl2ZR8 { display:flex;position:relative;top:0rem;left:0rem; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #eEwfv7UyW5WmIfCvl6bH7vNN6HUy07dl { width:auto; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #qWaMsbxDe1nKmRaDhwe4sTTozr4TTJq1 {  }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #KGZX0H4fePcdTeP4tl7F5Vo2eefmn8Hw { display:flex;position:relative;top:0rem;left:0rem; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #O2MfTfMEUFDhTcXnICeafqS5STpdBVti {  }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #EZIcCIk8dTH1uX3Z5uT0XKLd7eHdu4he {  }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #ke5z6Ne4HcBIRz0dqvfQvNUtSP8hcZuR { display:flex;position:relative;top:0rem;left:0rem; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #C5kLXRZCgmOnN4Jn43ZwvKG5zBMbiOTo {  }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #SbyeiMP0A88MkQR4KO6E73C7o50oOHkW {  }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #iakKFkKRmFiFu6Wahmi1oUU4ekFXPND9 { display:flex;position:relative;top:0rem;left:0rem; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #yR8RF2sZZI25GauFQSz06bTwCfzQPF9T {  }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #aRrWqEnRI5PugZ3hTFRxKEfNRrnDwPC1 {  }
#JWNuVo17VJFmLCbq3bi43yZ93RUqO32w { color:#d8e3f6;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375rem;left:25.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLrp5SgXaZ6FXqHrTacTcpdgug9PTlyh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#n14FAEKPUc9w6eUuC01n0IltqNAnnIQa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#dKFt15ihHQKG5Rqol6kp57n6oxHsEfw2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#CIVxcazKI7AzO3T8W9B6vgeZKHwbCovp { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:54.25rem;overflow:hidden;display:none; }
#ED0XyrGqtt2zwe220XSRJ5U2NwRzE1bf { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.6875rem;overflow:hidden;display:none; }
#ONDm3gmD4evRSpnwvpNOdA4a7FbtkCfG { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.6875rem;overflow:hidden;display:none; }
#lwUw8kh31pi76RZgT4ymI7SsZksZgC0A { position:absolute;display:block;z-index:15101;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:7.0625rem;width:13.5rem;top:10.5rem;left:23.6875rem;overflow:hidden;display:block; }
#BrMMhmdvw9E4qgE5LGiVt7bBUoEdVCiX { position:absolute;display:block;z-index:15102;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:7.0625rem;width:13.5rem;top:10.5rem;left:37.8125rem;overflow:hidden;display:block; }
#I7mkhqlGp7oz5ArXoQJZ42e0mc5vDhGp { position:absolute;display:block;z-index:15103;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:7.0625rem;width:13.5rem;top:10.5rem;left:51.9375rem;overflow:hidden;display:block; }
#JHW8eUgpc42eGaWele5cNQOy63CW1TUr { position:absolute;display:block;z-index:15103;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:7.0625rem;width:13.5rem;top:10.5rem;left:9.5625rem;overflow:hidden;display:block; }
#SOFQaH65drh7pgfIsbETNOKrJBMTrLBJ { color:#d8e3f6;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.9375rem;left:25.90625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#td0d2FsON1zfL6cQBkos08QXx0vWDKLk { position:relative;display:none; }#td0d2FsON1zfL6cQBkos08QXx0vWDKLk { border-width: 0; border-radius: 0; }#td0d2FsON1zfL6cQBkos08QXx0vWDKLk > .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; }#td0d2FsON1zfL6cQBkos08QXx0vWDKLk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ywuFiGKJBvqidxoHsHZA5k6AetWA7pKF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:18.125rem;top:7.4375rem;left:3.375rem;overflow:hidden;display:block; }
#STa6rE89FlHT4cgiEgcdTZbtKMlA6sxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.8125rem;left:26.8125rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9kJSn8JCumdscLLv7Wu25KOewCU8XJU { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:23.5625rem;top:1.1875rem;left:25.75rem;display:block; }
#kmKwCslxnGARAiqOMv0kFc5efLHK5UIi { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a848ff;border-left:0.125rem solid #a848ff;border-right:0.125rem solid #a848ff;border-bottom:0.125rem solid #a848ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:18rem;top:7.3125rem;left:3.375rem;display:block; }
#IT5zNNCs1uARoWySlCbQaMUp80MlCnEH { color:#efc10a;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.6875rem;left:4.71875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEur95DVXSwWS7OBb9iB6NBddoUE9nES { color:#efc10a;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:22.6875rem;left:29.625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ct1dWxxR7RiZRwovZsBPtGNzJUBvTcEi { color:#efc10a;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:22.6875rem;left:54.625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GSFkhrUuJEbNWp3fFV29t8Zv7awBl0zZ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:18.875rem;top:7.375rem;left:27.53125rem;overflow:hidden;display:block; }
#iNG09h2P4NcWTEcPvdOIwTdogFl2yTD3 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a848ff;border-left:0.125rem solid #a848ff;border-right:0.125rem solid #a848ff;border-bottom:0.125rem solid #a848ff;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.4375rem;width:18.9375rem;top:7.1875rem;left:27.375rem;display:block; }
#IPblD3ScLRUcRzWtucGgT9orDiJv6IxR { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:18.5rem;top:7.625rem;left:53.3125rem;overflow:hidden;display:block; }
#ZxCqrprsdJTGLItZu2XVTCR6kDh6WyVF { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a848ff;border-left:0.125rem solid #a848ff;border-right:0.125rem solid #a848ff;border-bottom:0.125rem solid #a848ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:18.5rem;top:7.5rem;left:53.1875rem;display:block; }
#HuW1TRurZgExfLCzXURBITTRfHs1ARg3 { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.375rem;left:32.0625rem;display:block; }
#H9c35wV0QoBbRteQOfJtspyGHRh530TH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIQslxdiBIRs0kFTaOJ5eP67nIl9kWfr { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.3125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#ZrfsQsXAFBsiGD6kAOmwVlHQGxVgGwv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:18.81201171875rem;left:26.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#c0nbw4kr8CiPTkx2F95NFBHzJRFPfTRJ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:18.81201171875rem;left:51.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#riLIu44Pvr5VqgI8dEWy1eMo1BVMFnAt { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:30.4375rem;left:19.28125rem;height:3.41161875rem;display:block; }
#uev1LJJ6ur282muUXp7fu9q7gAxaAOgy { position:absolute;display:block;z-index:15006;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:4rem;width:8.5625rem;top:1.13525390625rem;left:11.08642578125rem;overflow:hidden;display:block; }
#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { background-color: transparent; background-image: none; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container > .video-iframe-container { display: none; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row > .video-iframe-container { display: none; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .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); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { border-width: 0; border-radius: 0; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#NI6TQWBagk98Zbwk2ObRfqvp6acQOMDN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a848ff;border-left:0.125rem solid #a848ff;border-right:0.125rem solid #a848ff;border-bottom:0.125rem solid #a848ff;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.875rem;width:15.875rem;top:2.84375rem;left:4.4375rem;display:block; }
#SfWQyM8N1v9L1IKDEDJvZiQ8Q24JJzoo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a848ff;border-left:0.125rem solid #a848ff;border-right:0.125rem solid #a848ff;border-bottom:0.125rem solid #a848ff;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.875rem;width:15.875rem;top:2.84375rem;left:29.4375rem;display:block; }
#QWrh5cnNTlIyo2y8nyytMIW9ZL4tm0dh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a848ff;border-left:0.125rem solid #a848ff;border-right:0.125rem solid #a848ff;border-bottom:0.125rem solid #a848ff;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.875rem;width:15.875rem;top:2.84375rem;left:54.4375rem;display:block; }
#dHnizMd4WdDNnxtSMy4PwvNzA7s59RoT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:6.25rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3lHLRTXWhmRE4OAhop7c8hkXq5T23XU { color:#efc10a;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6494140625rem;left:30.5625rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRtfOpxSmebI3I5HeiA8scgu73twiMTT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:56.25rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r51q4KR5clJQuOnW0s2BIzAJKMg8GkpK { color:#efc10a;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.25rem;left:5.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKoWmFJZDUINxybPXtldbhKkASCV19tO { color:#efc10a;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.125rem;left:55.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwdogcEuvl4Km8otXAPT6Qh0XE7unhzU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:10.6875rem;top:1.26611328125rem;left:57.125rem;overflow:hidden;display:block; }
#ITSA9fZMI6e4767kTSZy9L5UT5w1lTsL { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:62.4375rem;display:none; }
#oGgJCQTXikLt0GlC06tlNnE9r7IBtaRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBSFqWB8B8JGIE2DVsVhC1RbMDitatJM { color:#efc10a;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.2431640625rem;left:35.96875rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container { background-color: transparent; background-image: none; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container > .video-iframe-container { display: none; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row > .video-iframe-container { display: none; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .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); }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container { border-width: 0; border-radius: 0; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#KCM2cfNOwa3OPl84R6LdvGbLBPml7Vkx { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMxuF2T1lv0wCSZc40mNOkMRux45Zctk { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.3744905rem;width:21.436821rem;top:5.12890625rem;left:25.8125rem;display:block; }
#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container { background-color: transparent; background-image: none; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container > .video-iframe-container { display: none; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row > .video-iframe-container { display: none; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .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); }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container { border-width: 0; border-radius: 0; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#scENo3CwMyDar1hEf8ZAU3DG8oFk2JUc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, #a848ff);background-image: -moz-linear-gradient(90deg, #8230ef, #a848ff);background-image: -ms-linear-gradient(90deg, #8230ef, #a848ff);background-image: -o-linear-gradient(90deg, #8230ef, #a848ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );";background-image: linear-gradient(90deg, #8230ef, #a848ff);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:18.3125rem;width:17.9375rem;top:0.53125rem;left:28.625rem;display:block; }
#QZwXmqBTW1Aw0Fgyv9GMCr9N2c2oQ0Tg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.49072265625rem;left:5.0625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePgNsTxpLq2W3awoWMTuAehTVBhFErDv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJ5Q9MGcKg0cbBId7Uv2lhKMtHk8dkk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:29rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xh5HhGRwgDp78o3iIrXfdmMDROAZrT5O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.49072265625rem;left:29.5625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TplXpgaT2GMzUZs66OuM43zDFt3uSAaI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.4375rem;left:54.375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTOMDxOon50lhpSIwCKil9LmWX2QMLoT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.49072265625rem;left:55.0625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQhKdSxAlQDwTX9XLAgarNMXBJHbbMQW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, #a848ff);background-image: -moz-linear-gradient(90deg, #8230ef, #a848ff);background-image: -ms-linear-gradient(90deg, #8230ef, #a848ff);background-image: -o-linear-gradient(90deg, #8230ef, #a848ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );";background-image: linear-gradient(90deg, #8230ef, #a848ff);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:17.75rem;width:17.6875rem;top:0.8125rem;left:3.625rem;display:block; }
#HuuodlhugZ0Qi87SsqTSyMb0MwQNNu0y { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, #a848ff);background-image: -moz-linear-gradient(90deg, #8230ef, #a848ff);background-image: -ms-linear-gradient(90deg, #8230ef, #a848ff);background-image: -o-linear-gradient(90deg, #8230ef, #a848ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );";background-image: linear-gradient(90deg, #8230ef, #a848ff);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:17.8125rem;width:17.6875rem;top:1rem;left:53.8125rem;display:block; }
#REnMdPxHIG4xBb84TwIrhxygy3Rq5xMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.5625rem;left:60.0625rem; }
#gpZ6rthWhhUiv0dObSFQ5Nu5lvef34TE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3125rem;left:35.125rem; }
#Jnt2aSDyQILrTDhVpvpIw2IrtWX7UsTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.75rem;left:9.4375rem; }
#BsMZWskn7JXvtOCghnETATgriTT3pKwD { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:62.4375rem;display:none; }
#L03RlcHsisgH79q2Ft3G6ADbU3mQoipf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CKaofBbZAW7TnuGS5RNi43aV43rbcpWC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:4.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA { position:relative;display:block; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA { background-color: transparent; background-image: none; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row .container > .video-iframe-container { display: none; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row > .video-iframe-container { display: none; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .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); }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA { border-width: 0; border-radius: 0; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .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; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hr9zDtxOT9Tg0ESTEzEApxGPVmC7RiwV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWbDvb9Q5MvxA2wSDCKNs1b96QBl5smc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.375rem;width:25.5625rem;top:5.8125rem;left:24.75rem;display:block; }
#ooXNXfAb8OlhbXruyg1rSx2mc4u9VuzM { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8230ef, rgba(0,0,0,0));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:12rem;width:54.1875rem;top:11.75rem;left:9.25rem;display:block; }
#RUxH0ioGA1RFi4WILBDDZfqO0RyqxKPl { position:absolute;display:block;z-index:15008;background-color:#efc10a;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:9.1875rem;top:9.5625rem;left:9.3125rem;display:block; }
#ckfalvwU80hdTpyfqD1tnmINO7iA0oAL { color:#000046;display:block;width:8.3746605rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:9.75rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTrZNue97yFL3xBWQDWFLA6o54iUZO3v { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.75rem;left:11.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OHQk9a65n7V7RaUGFzy874CmVkIo4TJZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #8230ef);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #8230ef);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #8230ef);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #8230ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8230ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8230ef' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #8230ef);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:11.9375rem;width:56.125rem;top:27.1875rem;left:7.5rem;display:block; }
#htTRfTLI2MfvRXup8sObPrELsN9SgTK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:32.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pp93IsUT30wxDsIgTWQs42Nn1GeB67TX { position:absolute;display:block;z-index:15013;background-color:#efc10a;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:9.1875rem;top:25.0625rem;left:54.4375rem;display:block; }
#ILaKtDb9Orgwq3ZrbmXxXyGc46M3ALRX { color:#000046;display:block;width:8.3746605rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.5625rem;left:54.8125rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7CXppoUzd9dBfOXUeEdfWRur28stcdw { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:30rem;left:32.8125rem;height:8rem;font-style:normal;display:block; }#G7CXppoUzd9dBfOXUeEdfWRur28stcdw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G7CXppoUzd9dBfOXUeEdfWRur28stcdw li:before{  }
#g7xxWMyTebRGMxppGGdBXMxhRkzpTdxt { position:absolute;display:block;z-index:15022;background-color:#efc10a;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:9.1875rem;top:40.5rem;left:9.6875rem;display:block; }
#NKhQ77aMvSRQkEaVoCesKNdiHsXhLxwG { color:#000046;display:block;width:8.3746605rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:40.9375rem;left:10.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#at7BAZ8NFzc3u4ThHQ2SOwybpXOTXLHG { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8230ef, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8230ef, rgba(0,0,0,0));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:11.8125rem;width:52.6875rem;top:42.6875rem;left:9.1875rem;display:block; }
#dPDH8PM9rw6vAonGtZ4cTwKnMWysbJMl { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:43.8125rem;left:11.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:47.4375rem;left:12rem;height:;font-style:normal;display:block; }#A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 li:before{  }
#NUow8n3H9q94WegbUvFH8SqwT8dQsvKv { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:16.5rem;left:11.875rem;height:5.625rem;font-style:normal;display:block; }#NUow8n3H9q94WegbUvFH8SqwT8dQsvKv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NUow8n3H9q94WegbUvFH8SqwT8dQsvKv li:before{  }
#xxgzlqhvuyzF0eu8svZ2tnO6W2uW7cgd { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:57.4375rem;display:none; }
#kSlGQP1cUnTe084bDMOvC1WnWLZH48L7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmTt7oJU2D5iJZ1OIdoG8Gexw1s6C97Q { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:56.83740234375rem;left:30.5625rem;display:block; }
#cwLcd0oNwAT2KgKuVrmRPwKJHSe01auE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AytvD77oLlkwsEIyMkKloTx46JGdfdC6 { 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:11.8125rem;width:23rem;top:42.6875rem;left:40.5rem;overflow:hidden;display:block; }
#CdxwmH3bQZFCitsUuez4hXpu8SUZlFnd { 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:11.8125rem;width:23.0625rem;top:27.25rem;left:9.125rem;overflow:hidden;display:block; }
#DZ755P0kRednoS6Q5gMnT2An1tEf5Gxr { 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:12rem;width:23.0625rem;top:11.75rem;left:40.4375rem;overflow:hidden;display:block; }
#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container { background-color: transparent; background-image: none; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container > .video-iframe-container { display: none; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row > .video-iframe-container { display: none; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .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); }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container { border-width: 0; border-radius: 0; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#w8VkM15opEugTlW6JnahlcguVL1UcwuV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:19.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsabLLLLIhxAm0Vb0JE2MI80zKEswNff { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.375rem;width:15.25rem;top:4.3776245117188rem;left:28.875rem;display:block; }
#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container { background-color: transparent; background-image: none; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container > .video-iframe-container { display: none; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row > .video-iframe-container { display: none; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .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); }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container { border-width: 0; border-radius: 0; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#oDGTUcCLMXtnCyE0dbBOC8N1Z8SmpmZu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.16667175293rem;left:4.625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DElNfifBowcJTUQ6wsEFOdhXAhcrGvZX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.05908203125rem;left:2.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pc5usSZnezZJVxAnqD8pUwRLwCP9Glrf { 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.6875rem;width:7.6875rem;top:1.5625rem;left:8.625rem;overflow:hidden;display:block; }
#TBx2N7lB64oFtFUFEufCFRWIK4g7iTLm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:1.5625rem;left:33.625rem;overflow:hidden;display:block; }
#iSgnWcGHxQdiRM0bvIWPLpU4fBZM148u { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.93701171875rem;left:30.5625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzgxJUyz01PQsaJ1Bp6tCEJQ1TlzcmW2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:31.25rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLZf6g83GpEuQaOprfHN6st86H96ulkW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:1.5625rem;left:58.625rem;overflow:hidden;display:block; }
#oFRTGhA8S9TVZMl4D4fJXwDTWAxHaqOT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.93701171875rem;left:55.5625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AD2bPldXrMS2AwALrZ9u47NNk8v9qTf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.166015625rem;left:54.3125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEdrfgENHc9PviFVNM0V2GszeNeWOFtV { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:62.4375rem;display:none; }
#MkX2lUpqbyJ91GZLeU9PkK3oDfM0P10t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container { background-color: transparent; background-image: none; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container > .video-iframe-container { display: none; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row > .video-iframe-container { display: none; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .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); }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container { border-width: 0; border-radius: 0; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#IE902TTRwLZu8zraimaSQfU16BmAtQo2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFgRILaJGKc1CeGbdZZKo7uNv3oBWHLA { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.375rem;width:12.0625rem;top:5.1282196044922rem;left:30.4375rem;display:block; }
#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container { background-color: transparent; background-image: none; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container > .video-iframe-container { display: none; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row > .video-iframe-container { display: none; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .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); }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container { border-width: 0; border-radius: 0; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#L8Tvthwa4ML1yebSelMqvcsfOX8OMwmB { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, #a848ff);background-image: -moz-linear-gradient(90deg, #8230ef, #a848ff);background-image: -ms-linear-gradient(90deg, #8230ef, #a848ff);background-image: -o-linear-gradient(90deg, #8230ef, #a848ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );";background-image: linear-gradient(90deg, #8230ef, #a848ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30rem;width:32.5625rem;top:3.4375rem;left:33.3125rem;display:block; }
#doBaOwhVaM88Qer7mPLHNmXuBlXUMBH2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:35.0625rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m0aodk7m1oiInWqq2Bwph3PQvQBM6MAw { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.0625rem;left:35.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VZ4nrsfwneztLdNh3oIivoDiuS2wsdHb { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.0625rem;width:22.375rem;top:4.875rem;left:9.4375rem;overflow:hidden;display:block; }
#gxTWV1IwyXTRFMgnNJHliwPTWgbtRgJr { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:57.4375rem;display:none; }
#M8eMlmDzsg9pWA6xohsxUK6EuqMLAVs4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NVoizvtsi0gW1eGHgcgoxm9uxiVCBzWT { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.75rem;left:31.75rem;display:block; }
#QSShtmZqrNf0p3iorGUtblbpE4ST9595 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.0625rem;height:16.858375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW li:before{  }
#Q0lcnaVkns5ziz0i3UT9ByyH7VPdXrRA { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7rem;left:35.0625rem;height:1.34985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNSxsU2wTGsnMlSQL40c50eJtU2OiXS1 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a848ff;border-left:0.3125rem solid #a848ff;border-right:0.3125rem solid #a848ff;border-bottom:0.3125rem solid #a848ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26.875rem;width:21.75rem;top:4.6875rem;left:9.4375rem;display:block; }
#dMufb2lLmdni00aMT1T5sN98q7UMrWS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dMufb2lLmdni00aMT1T5sN98q7UMrWS5 > .row .container { border-width: 0; border-radius: 0; }#dMufb2lLmdni00aMT1T5sN98q7UMrWS5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMufb2lLmdni00aMT1T5sN98q7UMrWS5 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:none; }#z6q4Df4zE3ZfW3SpIUW7NUKrdahJTgw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AuXNLWCVI4v4Kso3QUEX4nc6ZUkLGd8L { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.375rem;width:14.625rem;top:5.1282196044922rem;left:29.1875rem;display:block; }
#gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq > .row .container { border-width: 0; border-radius: 0; }#gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:none; }#rILMQMLyNlGeM9HL7mwr276Oc2LopS2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.25rem;left:6.125rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxJfPypRneC7Sm4XxHztf9HKv83r1hgi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.4375rem;border-top-right-radius:5.4375rem;border-bottom-left-radius:5.4375rem;border-bottom-right-radius:5.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:9.375rem;width:9.25rem;top:3.9375rem;left:7.875rem;overflow:hidden;display:block; }
#GnDpbPGrCCZ3g8LbVix43WgXo5onDeQL { 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:20.74983025rem;width:15.9375rem;top:1.625rem;left:4.5625rem;overflow:hidden;display:block; }
#UhHyREuiPcbfeTBJu1rohRT4uG1UdaTS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5621605rem;width:15.9375rem;top:1.625rem;left:29.375rem;overflow:hidden;display:block; }
#CaD5JBCyg5EF8skQ4HEf2gggkW926ZhM { 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:20.5621605rem;width:15.9375rem;top:1.625rem;left:54.5rem;overflow:hidden;display:block; }
#zyykPZdMpesy3A3F66g2innqFutF3Zz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.2490234375rem;left:31.25rem;height:5.68603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRTWS2CcNTJ0xKOL570gBowgOJl380Cv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.2490234375rem;left:56.25rem;height:5.68603125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tvl7hN5TMvgSJ9f1uK7BSF9MgT8SFaTt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.4375rem;border-top-right-radius:5.4375rem;border-bottom-left-radius:5.4375rem;border-bottom-right-radius:5.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:9.25rem;width:9.25rem;top:3.9375rem;left:57.875rem;overflow:hidden;display:block; }
#dtH1mboT3B8TC96mJOii3sWD22N5FOy7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.4375rem;border-top-right-radius:5.4375rem;border-bottom-left-radius:5.4375rem;border-bottom-right-radius:5.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:9.375rem;width:7.5rem;top:3.9375rem;left:32.875rem;overflow:hidden;display:block; }
#BFQaosQgRJPNi3yWZDvMTBHG7HOuI8F2 { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:62.4375rem;display:none; }
#xxF1eoTLe7Ezd5qP9LTl0hTfv0eiXTJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgk0pl6qOnOLFlfR2wfQk32paQ8b5CTK { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.3125rem;left:31.75rem;display:block; }
#JcVLTS5UKTxSI2TbaQG7MstTRwIs0wsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz > .row .container { border-width: 0; border-radius: 0; }#EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:none; }#wtZraNygKbMmtOK3TAHWSMfKxNVZTbzC { color:rgba(var(--color-tertiary-0),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKJm3UndQ3Aq8LFcVZ23Iwrv9XbJJehv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:15.875rem;width:23.4375rem;top:16.375rem;left:7.0625rem;display:block; }
#rcy2Op0GeBGaHwAO7FDRxJXHSwSR6UMk { position:absolute;display:block;z-index:15059;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: 0rem 0rem 0.625rem #0071ff ;height:4.6875rem;width:23.4375rem;top:10.75rem;left:7.0625rem;display:block; }
#cQbbtl0ttt02tPeufLLU68HPdT0wQLXO { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.6875rem;width:10.9375rem;top:24.94921875rem;left:10.125rem;overflow:hidden;display:block; }
#rUlgK75SkAwGSE9SJVrJz6MNdkZu6242 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:11.3125rem;top:12.9375rem;left:41.875rem;overflow:hidden;display:block; }
#E51cTz0hN5QLySCy611TfmJEzDRllpBH { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:22.25rem;left:53.1875rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chrugXzqDCIDBIDxoQnDIMMokmaTfpNf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:11.6875rem;left:11.0625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnEKIp0669yhdGny8xSTA1O1Sn336ya1 { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -moz-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -ms-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -o-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );";background-image: linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(14,14,14,0.48) ;height:5.875rem;width:28.8125rem;top:35.3125rem;left:41.875rem;display:block; }
#cGgtbk0bXQkAxSEnTUuhUmm6NTipL7SS { position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.4375rem;width:6.4375rem;top:35.0625rem;left:62.6875rem;display:block; }
#gP4pkEU1mTp4ObmpSUQ9xHFNS0uN5gTx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:36.75rem;left:62.75rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V3hGXuCQhKLMqT13xU1kWbzuqWpVBw1O { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:36.869140625rem;left:43.4375rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TAl26yLNzkVBLzCDnJCbXXxAbDmS265P { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.4375rem;width:6.4375rem;top:28.0625rem;left:62.6875rem;display:block; }
#IePHTauxpAtS1QrXBtnJ96KvJ9wy5cJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:"russo one";font-size:1.375rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:30.1875rem;left:62.6875rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLdQvim3NhQ6RlU7XcfB7fE6D5cUn8oL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:29.4375rem;left:41.875rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGWG3e9OCN6NHuofImFUmxcNWal2t4MT { color:#a9d6ff;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.625rem;left:46.75rem;height:0.97485625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Zb7TQanNG8JpXS37eyZOcKre09AXgDcG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:46.0625rem;left:25rem;height:4.6494125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wrg5QlscisrE0vZPnAXFqkbGtsutAVeJ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:34.02490234375rem;left:7.53125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F4oIo2dXet4esa5m8VTZzs79gTSFW8Pf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:30.5rem;left:62.6875rem;height:1.7998rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wZA02oL3vEkJL5uQTiJ7ZUO1yR7sIQ1J { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: none;height:3.875rem;width:14.875rem;top:18rem;left:52.125rem;display:block; }
#u68ai3nzQ4fhysJgdheo1045tloqVnBS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:18.6875rem;left:54.25rem;height:3.150025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQdgkVoQGkpZ1wfITRSRD8igD1b2Wa2Z { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:11.1875rem;left:53.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kSyey5hm0watWHDHTeL7DKSTcSMQSphc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:9.6875rem;width:25.9375rem;top:16.875rem;left:42.125rem;display:block; }
#wF4H0FnKg6GTliz0b69FQpAgANZk52Zl { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -moz-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -ms-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -o-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );";background-image: linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(14,14,14,0.48) ;height:5.875rem;width:27.875rem;top:28.4375rem;left:41.875rem;display:block; }
#dUTvxiI9I9Sqn5tyVdIfUh1sRBHTtyQ6 { position:absolute;display:block;z-index:14998;background-color:rgba(0,113,255,0.57);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:7.5rem;width:29.625rem;top:44.4375rem;left:22.5625rem;display:block; }
#hlJDuQHgpgxvdcI4Aucuq9nZoDWxge8G { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.125rem;left:41.6875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NtWZuBXO1aMpO5P0HWTZfNmITNeGMWOu { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:53.0625rem;left:26.75rem;display:block; }
#dRlRgses35667bbGGaV95hfT9q3P0qMb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNlFkqiMtTD9MHTyUdf0XNuMUAyHmxZ0 { 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; }
#V3XkltSJmpFWkA9B2zoJG8k7lcX9nTdB { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.375rem;width:12.625rem;top:21.75rem;left:16.8125rem;overflow:hidden;display:block; }
#KCD8cyBt4QZFMUKKRFBh4lPF8mTlZdPk { position:absolute;display:block;z-index:14997;background-color:rgba(0,113,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:32.3125rem;width:30rem;top:8.9375rem;left:3.75rem;display:block; }
#Qsv74IZBzExsPP7LUanVKbBGN6DiiRPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:28rem;left:34.75rem; }
#Z8N7zoJ3kWQ294ZhzTQ61MO6nckc4p3E { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.1875rem;width:12.125rem;top:17.94921875rem;left:8.875rem;overflow:hidden;display:block; }
#rCDlzlGoM7Ls9xkOWAybDdfO4oXRB6nQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:35.9375rem;left:6.6875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTUbWg03IgEMC4snlGxPZsKkcNnVfvhK { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.630859375rem;left:13.6875rem;display:block; }
#FLRtDLFZiPetOa6roxe1ECRlxrEu5i0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgRiXuapTslTTvMM9o61pBt4AeI3kkkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#LgRiXuapTslTTvMM9o61pBt4AeI3kkkH > .row .container { border-width: 0; border-radius: 0; }#LgRiXuapTslTTvMM9o61pBt4AeI3kkkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgRiXuapTslTTvMM9o61pBt4AeI3kkkH > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:none; }#b3uno3dPXJCq9Mn46S9FyBCnTiJs7Z0l { color:rgba(var(--color-tertiary-0),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUbe78nhZFTkNDJsvZU2ceM94pLwqNbn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:15.125rem;width:23.4375rem;top:15.875rem;left:6.875rem;display:block; }
#ZGZr1QvJAdk5XJqOwroSDemhEl6B60kq { position:absolute;display:block;z-index:15059;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: 0rem 0rem 0.625rem #0071ff ;height:4.6875rem;width:23.4375rem;top:10.3125rem;left:6.9375rem;display:block; }
#OlyeSSCrD3u14PfuZzgFLONGDQJKd6X0 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:11.3125rem;top:12.9375rem;left:41.875rem;overflow:hidden;display:block; }
#bhHRPfcSdnlZaBwGuGnybNoT2cGw5B4G { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:22.25rem;left:53.1875rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XZupWJUeDCPi1C5yBTqylufoBFQvMpMZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:11.25rem;left:10.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zwp4Hu1TgrBwTNLbOn5GB1HsLqi5X0Es { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -moz-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -ms-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -o-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );";background-image: linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(14,14,14,0.48) ;height:5.875rem;width:28.8125rem;top:35.3125rem;left:41.875rem;display:block; }
#JrxQmt32Dl6Ggkw9vb0r5tw0oEdd9dNT { position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.4375rem;width:6.4375rem;top:35.0625rem;left:62.6875rem;display:block; }
#iFap9ART88O2ew8liRPtkgoLoRpCLz17 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:36.75rem;left:62.75rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTDlq3wenXRZV37AahnnbnsDLrwar73r { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:36.869140625rem;left:43.4375rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u973Ml3l1zMVMqlG2kAbpmLwiTfyoVQA { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.4375rem;width:6.4375rem;top:28.0625rem;left:62.6875rem;display:block; }
#hLsXhzFJcPBSXBI2EVxBfECPzvzla6lw { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:"russo one";font-size:1.375rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:30.1875rem;left:62.6875rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlOPthdyVi6E1USPThWzvy55BygyCOcD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:29.4375rem;left:41.875rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlh7FqPReyfnbqEB6kqWRqpBZD0Rz0AD { color:#a9d6ff;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.625rem;left:46.75rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#f99bo94Sg0R8EkHIuKUazcurgtRZAxZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:46.5498046875rem;left:24.59375rem;height:4.6494125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzrhB9kVUMqTGNWrUpOovkiSCmSAQeqy { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:32.19921875rem;left:4.59375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uLmTmSkZ4vhUrXyytlatwxoiZu3TkkW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:30.5rem;left:62.6875rem;height:1.7998rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qHr7BzlrSAgnyucSNIU3xOgtF0yV04ur { position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #ff7263, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: none;height:3.875rem;width:14.875rem;top:18rem;left:52.125rem;display:block; }
#qWgpETLLnHubh9siSEWTpro0sro826eQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:18.6875rem;left:54.25rem;height:3.150025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yuCg2yu54HXH44UlJUQk3q9NBSvNNzi4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:11.1875rem;left:53.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nmJlRxUei8LymEkwrwBqyOEva1KE6Ixm { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:9.6875rem;width:25.9375rem;top:16.875rem;left:42.125rem;display:block; }
#d17ydSMzl5ID44I9FnzwVzHq6KvimmUP { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -moz-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -ms-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-image: -o-linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0071ff' );";background-image: linear-gradient(306deg, rgba(var(--color-tertiary-4),1), #0071ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(14,14,14,0.48) ;height:5.875rem;width:27.875rem;top:28.4375rem;left:41.875rem;display:block; }
#ZKF2W0DlDVd1xhUzrB6ViLKnoZ9cD7yH { position:absolute;display:block;z-index:14998;background-color:rgba(0,113,255,0.57);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:6.625rem;width:29.625rem;top:45.375rem;left:22.5625rem;display:block; }
#GZ9NPfdzMTTls62OhzAL9TifBuxON6dt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.125rem;left:41.6875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TUK2Bl68BH3UB6VabTJBe0ESff0mxPJ1 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:53.4375rem;left:26.75rem;display:block; }
#BxF6DdIv8bPx4XbtzMWI8QOByEnaNxRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VORXIzgoxySxyUzgidXuqVTaX7s1FW7U { 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; }
#rgNk0lHqfNOIcyZz1emLuAbao0ZQgfmD { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.5625rem;width:14.5rem;top:22.6875rem;left:14.4375rem;overflow:hidden;display:block; }
#DquE3wNNPsKFQet7d8yCuZExdqCU3VnT { position:absolute;display:block;z-index:14997;background-color:rgba(0,113,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:33.1875rem;width:30rem;top:8.9375rem;left:3.75rem;display:block; }
#fQZCTlMFLS6DL6kU8PB3KxgaFKh05aJw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:28.46875rem;left:34.625rem; }
#mFilpSZRhbk40JZMqBR1G6MMyEGTisFH { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.0625rem;width:15.625rem;top:17.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#qkHgbt6ZTedh0pPdkx4tnvZSgtEotLOO { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:34.068359375rem;left:5.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FBL7drscQEWpdMlbKUfnfUZEHf5wyP10 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.5625rem;left:13.46875rem;display:block; }
#o4AzqAlKPzcR3spc4GuMt9wP0KXWEK1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container { background-color: transparent; background-image: none; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container > .video-iframe-container { display: none; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row > .video-iframe-container { display: none; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .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); }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container { border-width: 0; border-radius: 0; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;overflow:visible;position:relative;display:block; }#vswUT1zNFFLX1rayWUb4yZBywB9s15oK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.33740234375rem;left:13.125rem;height:6.1748rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CweVPv8EBzM4xbDs5RkC9JI3rwehxRSP { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-0),0.5) ;height:6.5625rem;width:13rem;top:18.6875rem;left:14.875rem;overflow:hidden;display:block; }
#QScnkXNpId0DT87RvHJzklX2rIQQEi1z { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-0),0.5) ;height:6.625rem;width:12.875rem;top:24.3125rem;left:17.0625rem;overflow:hidden;display:block; }
#NMBmawV117vuMCy3ThV0wPtqAAmzppyO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.5625rem;width:52.375rem;top:16.8125rem;left:11.75rem;display:block; }
#bbq6rfAD4cTaLPH4dDHNLEC6W9nMpT3F { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:20.20166015625rem;left:33.625rem;height:10.7988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLSWSLXuHy1ikmZQbnKUkKqIhOURsZ12 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:22.375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skc7hLUclMS6CJ4C3dDXhl4kTaV4z8Da { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.5rem;width:11.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:0rem;left:12rem; }
#EqBFexAd3smccTPp9lfgwNT8uI3cszaA { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:13.625rem;width:30.9375rem;top:18.6875rem;left:32.125rem;display:block; }
#bwEvzVAxT72zCmNQvt1ktlTleATrb9yp { color:#f8f600;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:21.375rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uxV6dvmWlHsRXRL66BS3kIoDLvcFf6Um { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:33.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gGIlsiZPwp9MKfALTdXc19ScKPTC1ztB { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:35rem;left:23.25rem;height:1.381225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CuqxbGKlIzywEUpvLTiIb89OFfxzEDfA { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:22.375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#I36GV6EE1ML0qSrJ1XgO8CFqMo9I4DDs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:13.625rem;width:30.9375rem;top:18.6875rem;left:32.125rem;display:none; }
#klATPP5NLFgRI9oVmTRzqPhqSdB98k74 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.33740234375rem;left:13.125rem;height:6.1748rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PiqTJ6iwkT5rv5Nc6W6m2r9iwtpqHaND { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:13.625rem;width:30.9375rem;top:18.6875rem;left:32.125rem;display:none; }
#IvNUSJGKEnexc5iBp4aLWfqzq3GNHKLh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:20.20166015625rem;left:33.625rem;height:10.7988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv { position:relative;display:none; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv { border-width: 0; border-radius: 0; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv > .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; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#md19bHwc06t8OQ66DVJcHIZUQFTGUWBZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:16.6875rem;width:62.3125rem;top:9.0625rem;left:6.375rem;display:block; }
#Wn6O6itEKf6ovcVXa4LQTdrUFppxzluP { color:#ffc319;display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.62451171875rem;left:14.3125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UicLRTx90y2VOUk0MMkPh9pLkefm3RDK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.28125rem;left:42.15625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QUObTF4h4UovRg2Nb8lE01ffxJFyfErc { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.5625rem;width:14.4375rem;top:10.75rem;left:14.8125rem;overflow:hidden;display:block; }
#W5Gdk9pOXJOaOikfwX443fyq7T1nrx36 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.5625rem;width:14.4375rem;top:14.5625rem;left:24.125rem;overflow:hidden;display:block; }
#m2KEAC2uTBAbcWCrJSZfA5qT7IdsxmEE { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.5625rem;width:14.4375rem;top:15.9375rem;left:10.875rem;overflow:hidden;display:block; }
#IzmeNTG7JJwwE8QHozbTCK0NtrcoQcux { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.3125rem;left:40.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEBbtDPx9hLuaypJSGCiJR1F0H6JtWZC { color:#ffc319;display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.28076171875rem;left:14.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0aKUkAAOH9PTa9gEw8xpRp4lughg8f7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:40.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 { 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/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6.adaptive-delivery-prevent-bg, #udAESa9gmrUFIi3XmFxvcx9CI6koQPF6.lazyload, #udAESa9gmrUFIi3XmFxvcx9CI6koQPF6.lazyloading { background-image: none; }#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 > .row .container { border-width: 0; border-radius: 0; }#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:none; }#cmV6hfBb8ldFTysMpe6DkqfRq7GMonKz { 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:9.5rem;width:23.1875rem;top:4rem;left:12.1875rem;overflow:hidden;display:block; }
#KeATwEnkeFAaQd7JApsq4tllAs3DXCmH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.9375rem;left:42.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdNqdKhNvX2zPvdJiExOd673BtREyC4S { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(243,232,18,0.5);top:6.125rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flAVbo13atSly3uhyKWaXfNXHQvu17Kx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.4375rem;top:5.0625rem;left:58.1875rem;overflow:hidden;display:block; }
#SUWyfnDkEvz1cNigZU32NEoFrBE57Zmd { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:55.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXtQeimi35sGM9GZlr0ytCNGOftaSOKH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.25rem;top:13.5rem;left:61.25rem;overflow:hidden;display:block; }
#e55y9TuaDt4VEEHB1wVoTfVHL9fZJ4bB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8O7zQAR5Q6w8nOHZpgu9rP8snmfKM41 { 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:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.3125rem #9f4dff;top:10.0625rem;left:48.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUDR6csOq21rAtOZQndm9h8TtRzxMHZR { color:rgba(var(--color-tertiary-0),1);display:block;width:25.2499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:18.75rem;left:38.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqPmpXqdXbDHQ7LlK7Nn1bAdhemfZp63 { 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:3.9999125rem;width:3.9999125rem;top:18.75rem;left:59.875rem;overflow:hidden;display:block; }
#fRLJdETTs7ggHANz3QDncpZpRAg0EslE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzeBfWpEwUt4gSD2DAk0zMsQolssUR0p { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12464375rem;width:4.12464375rem;top:6.1865234375rem;left:41.25rem;overflow:hidden;display:block; }
#tQJxvdyr24wccUeGx18K1u0RANyxHhsT { 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:5.625rem;width:5.6875rem;top:9.625rem;left:8.4375rem;overflow:hidden;display:block; }
#iOybHPkfqWbr2bPfqw7U9BdpJbKhHuLa { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZtDsMgpz5hbVJAFNCAgsw380Tb5vyHKF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FC4OtIfFswPDzIeWUv5xvpkPT7aTanWw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4999125rem;width:10.2499375rem;top:2.9367897510529rem;left:17.875rem;overflow:hidden;display:block; }
#zedcAuPFRklRgAUDTMAmy6u7ymtrRTrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V83p6khRDbgyxfrT5qm3lVDvvVyWosqh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.4375rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxTaAoRSkf7gePiBFAUeuALJ3XhSrxua { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.000177383423rem;left:42.5625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlBW8KmxuxFhGpQrLX9T7wgHF9Sf1WNm { 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; }
#VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ > .row .container { border-width: 0; border-radius: 0; }#VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#ucWWC8fsZSsluk18t6Tx3xKeuS3c02fB { 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.3125rem;width:58rem;top:1.21875rem;left:8.5rem;overflow:hidden;display:block; }
#TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB > .row .container { border-width: 0; border-radius: 0; }#TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:none; }#bkPO3XB6ahHhTEkRQdcTG21auwAPbgpu { color:rgba(var(--color-tertiary-0),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1.5rem;height:7.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqJAckxLecPI5UKSHucumOIOX8HmZuku { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:15.875rem;width:23.4375rem;top:19.75rem;left:7.875rem;display:block; }
#CeuSXoaqOcQT0PfZxToUh6HXWwszRknw { position:absolute;display:block;z-index:15059;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: 0rem 0rem 0.625rem #0071ff ;height:4.6875rem;width:23.4375rem;top:13.875rem;left:7.75rem;display:block; }
#p5TrPxhAyrdhyZDV0xVLL4p7tekTw8x5 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.6875rem;width:10.9375rem;top:28.3125rem;left:10.9375rem;overflow:hidden;display:block; }
#mO4mXZdhCvppThVrL0NCafpJOkRBJcUR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:11.6875rem;left:11.0625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EDCX08Q9nJNqXfyicve5pTH7y3cTOTJl { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:37.375rem;left:8.375rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lOzI7QNTWZsnvX19HrKvCRc7IVLVnTAm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:32.125rem;left:41.6875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZFXPrcbdiTW7L7ZW2rE4HXIG0uvFPtcJ { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #ff7263, #e64433);background-image: -moz-linear-gradient(142deg, #ff7263, #e64433);background-image: -ms-linear-gradient(142deg, #ff7263, #e64433);background-image: -o-linear-gradient(142deg, #ff7263, #e64433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#e64433' );";background-image: linear-gradient(142deg, #ff7263, #e64433);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,113,255,0.68) ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:56.9375rem;left:26.875rem;display:block; }
#CzSKIbgdQV5xJKlE16v0lctgrGrOtLV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5tmtl6wd07sidUxV1KUhPhBJi8DxsMd { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.375rem;width:12.625rem;top:25.125rem;left:17.625rem;overflow:hidden;display:block; }
#HdTD4gJFQg0EE3psNXTyw7rXQL3vm939 { position:absolute;display:block;z-index:14997;background-color:rgba(0,113,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:32.3125rem;width:30rem;top:12.3125rem;left:4.5625rem;display:block; }
#zu0NTRGdJHndlB4mTI0i978QLPHDOX5q { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.1875rem;width:12.125rem;top:21.3125rem;left:9.6875rem;overflow:hidden;display:block; }
#XTdKEmbydZAWRyTPdEXtVA7RTEKgAzbx { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:39.3125rem;left:7.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OhTVLmIxpTxh06TK3ePvPBIJ18qEIcP6 { position:absolute;display:block;z-index:15007;background-color:rgba(0,113,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:32.3125rem;width:30rem;top:12.3125rem;left:38.3125rem;display:block; }
#JiAbKTLn5UT1O9SsruTGG1J2kIrgtpWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:39.3125rem;left:41.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KwLrtdXnhn98omnBWrm9Bmo2vlZbN9vA { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:37.4375rem;left:42.125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQbhr3SITsVeHP70d3vFfyal8zgmXPOn { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:15.875rem;width:23.4375rem;top:19.75rem;left:41.625rem;display:block; }
#JNChyab4TLRJapudyFB5oyaoreLZA0tX { position:absolute;display:block;z-index:15067;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7263;border-left:0.125rem solid #ff7263;border-right:0.125rem solid #ff7263;border-bottom:0.125rem solid #ff7263;border-top-left-radius:9.0625rem;border-top-right-radius:9.0625rem;border-bottom-left-radius:9.0625rem;border-bottom-right-radius:9.0625rem;box-shadow: 0rem 0rem 0.625rem #0071ff ;height:4.6875rem;width:23.4375rem;top:13.875rem;left:41.6875rem;display:block; }
#hN6NgRFSqgaEDH5TXW64QohnGtRWxUNz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.2;letter-spacing:0;top:11.6875rem;left:44.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRl6yT7xcZhvcnKe5hBZ1elfsmkTO0rk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:14.875rem;left:45.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EO0KA2x6xyngBGgQFdLJSQyCoxSBa1R4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:14.875rem;left:45.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qpyKsbbW17izFmxdDUkBrwrdKU1VpntK { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:11.4375rem;width:22.0625rem;top:22.1875rem;left:42.5rem;overflow:hidden;display:block; }
#Pnt5D9OZdBKEXTTtA6k9kRBHhefamBov { color:rgba(var(--color-tertiary-0),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:51.5rem;left:4.5625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FfIdzxtXbLdUFcKLpOcAs32SrTHBsTQX { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(180deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(180deg, #ff7263, #ff523f);background-image: -o-linear-gradient(180deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(180deg, #ff7263, #ff523f);background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:15.875rem;width:23.4375rem;top:16.375rem;left:40.8125rem;display:none; }
#FBRAbLLAKfbZldz5ge4DDqvvGDFkD816 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:14.875rem;left:10.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hLi7sJtVguVv3TymuThOUnykLOJxeNQu { color:rgba(var(--color-tertiary-0),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46.75rem;left:3.5rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcTdfSSdmvsJ7vC37QvVnuamd68UkGh4 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46.75rem;left:3.5rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d59;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; }#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container { border-width: 0; border-radius: 0; }#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:none; }#rifun07kgA0STHowwvkMNfkoEpOQ73kh { 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:25.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#ygs2JWdeIm8ETutPC1LamX1Q47Jhim5M { 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:25.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UZ690GVN210mcb2nKHnPLqWl0o68ylEq { 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; }#UZ690GVN210mcb2nKHnPLqWl0o68ylEq > .row .container { border-width: 0; border-radius: 0; }#UZ690GVN210mcb2nKHnPLqWl0o68ylEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZ690GVN210mcb2nKHnPLqWl0o68ylEq > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:none; }#URMzw797Q2x7uIB3sr9t3Bfl8pin5EHK { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5625rem;left:15.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blTWudEd5J720fuPIMTevKz5fvFlTfSr { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.375rem;width:16rem;top:4.6875rem;left:29.5625rem;display:block; }
#Lpmhr3HpBZxgpgPNlZqhrEVf0pIG5DGz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:30.9375rem;left:19.5625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hPiZHeLtwATUcfQ4809TlCFAfGSdUWPR { color:#efc10a;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:30.5rem;left:35.1875rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uGn0vwogR5QrElLIXdtUn6h7olF8qrFd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:36.9375rem;top:5.78125rem;left:17.875rem;overflow:hidden;display:block; }
#cIuI01m9119ks5BfCylF3zh7LDBTPcxT { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.18619825rem;height:2.936198rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.9583346843719rem;left:57.4375rem;display:none; }
#cT8wgcWT5tWNEXLG74y2JLFx9gBnQ9bF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPLJOufeF4h2J8WpntD5quzM4C5Mnctw { background-color:#f21877;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: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.53) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.25rem;left:30.625rem;display:block; }
#K1R2oRrWLUqmLpKNnRA7Az1oRfZOGQL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aquHeJE0oOvghLF9VLB2RuH79e8lB27y { position:relative;display:none; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y { border-width: 0; border-radius: 0; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y > .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; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FR5ssK4C9So2vs839NEXSEDa2TbJuUAU { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:36.4375rem;width:75rem;top:9.0625rem;left:0rem;display:block; }
#X6Etx1iZoZCDSibiEywd6848d7iv63Re { color:#ffc319;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:22.5rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1Tt810ITz1iNwu90AdT0TWPbLgIQLbV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5625rem;left:8.5625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iR7Iobv4ESxSurewVZs2PPnclovtbVE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:30.25rem;left:42.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ebrzi72TvXZWfBnkQqrtJ4UbWosOUVNT { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.625rem;left:42.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o3TTxOzl6yN5rQHRlBo5wOGnQALQvwib { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:8.5625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRpfdp6MekuB3kLB9TEmtiQJTrf3Jb0x { box-sizing:content-box;height:0.125rem;width:47.375rem;position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:none;top:24.84375rem;left:13.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yIK4cdGRVg5PDbVm5B52r7ruTMFFVo3O { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:#970e0f;background-image:none;top:39.1875rem;left:45.875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#yyoQbl9Mle33sgnCXaJcaTT2Omb4REci { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:41rem;left:50rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M16F9i6Mzz0ksZ2ucJSOwk4C5zIadRBv { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:40.375rem;left:42.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VSvvA4t5etFWlR00nZ2JXLkNQZfaHCf4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:45.125rem;left:42.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OIn0bMD9G2DtWUdsFTUyo8h6KXagiwQT { position:absolute;display:block;z-index:15099;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:16.5rem;width:16.5rem;top:26.625rem;left:8.5625rem;overflow:hidden;display:block; }
#RUgsm3WonQAcO7r6pFvmRvvKGb7W6Sdn { position:absolute;display:block;z-index:15100;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:8rem;width:8rem;top:26.625rem;left:25.4375rem;overflow:hidden;display:block; }
#DIUI5KaMtIEf4lBoeVeUhCVBlH9T9oXq { position:absolute;display:block;z-index:15101;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:8rem;width:8rem;top:35.1875rem;left:25.4375rem;overflow:hidden;display:block; }
#FTKcHN7oUiW3O4QUsHb14LcJeyhI6dTy { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:32.3125rem;left:42.75rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyqVWLpaJXT4Myd2MnO710M9ayUfGsNO { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9.75rem;width:18.625rem;top:13rem;left:42.75rem;overflow:hidden;display:block; }
#hfM1wI6a2vWVw6T1O8dsG1USsu1cTveS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.4375rem;left:8.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BcIl7x2OidvXGNWlEH8TZ8RgfTtTEs9n { color:#ffc319;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:22.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ > .row .container { border-width: 0; border-radius: 0; }#CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#NynEJTIrwdM723yApWJnTzIVVRNVxknp { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:22.0625rem;left:14.625rem;height:3.59911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kvt81OXxi44qDKeqZCZfoo0Ct5zvRPnL { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.0625rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:17.625rem;left:26.0625rem;display:block; }
#suK7wHShkGF1R5xwTDye0U6HC1fL3wXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8ZX64CCAkUyqRrnieiF0sTcTAKTSEQo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.375rem;left:18.8125rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWKXMkLZPiMrLfv4SsBFTUTdqEXZ99NT { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:13rem;left:14.3125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7XtvhgriI8sMrJfWNmLq4hqQKv4zUMf { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.625rem;width:54.125rem;top:2.1875rem;left:10.4375rem;display:block; }
#ala1mwh7HW034kFl7h3Zgup6UmpyCHxf { color:#fbe936;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7.0625rem;left:18.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC2LAC2ELlClWpa7wnHyTHytINuMRVWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#fC2LAC2ELlClWpa7wnHyTHytINuMRVWM > .row .container { border-width: 0; border-radius: 0; }#fC2LAC2ELlClWpa7wnHyTHytINuMRVWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fC2LAC2ELlClWpa7wnHyTHytINuMRVWM > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:none; }#lTRWfGMnwLIxNbRRQpR3ov0K6xDGAg2r { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8230ef, #a848ff);background-image: -moz-linear-gradient(90deg, #8230ef, #a848ff);background-image: -ms-linear-gradient(90deg, #8230ef, #a848ff);background-image: -o-linear-gradient(90deg, #8230ef, #a848ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8230ef', endColorstr='#a848ff' );";background-image: linear-gradient(90deg, #8230ef, #a848ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.125rem;width:50rem;top:3.0625rem;left:12.5rem;display:block; }
#eWw2TIv4e7GkP308VeqrZWVDmQbzilCO { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:14.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8tyD60pw1RzlRgPQZTQNyNq6AC9HIwH { color:#efc10a;display:block;width:34.249321rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:8.8125rem;left:14.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWNmszhQLf3gtk2Fip5XOcGP0GkPJgNN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.874832125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.75rem;left:14.75rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMNDlrvTL8qMFy2acf6UvhMTCPAyi3Re { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.4375rem;top:11.8125rem;left:51.125rem;overflow:hidden;display:block; }
#MhAv01g8549Q4euKrGVDAMXo3efEOJNm { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #f21877, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #f21877, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #f21877, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #f21877, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21877', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21877', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #f21877, rgba(239,193,10,0.21));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.3744905rem;width:20rem;top:8.125rem;left:14.625rem;display:block; }
#Bk2vXTTZWfEZExEWs0ePTeGuGu77Ba8X { color:rgba(var(--color-tertiary-0),1);display:block;width:40.811821rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14.875rem;left:14.75rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ARQ0awOGtNp3PFHTxWTC0yQmKGIqvuah { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:14.5625rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PmAd9MTW2MIh7qcB1vuiauE6imdl8HPT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:18.4375rem;left:14.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW { background-color:#006d59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW > .row .container { border-width: 0; border-radius: 0; }#G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#py4n7QeVvNX1ZFJD0yOTmVXvSmX2xv0l { color:#f8e38e;display:block;width:43.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.435791015625rem;left:14.62353515625rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UB2Dv7aINV6VpfwFU7bpDKE5pCLMLi8I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.43725rem;width:25.5rem;top:0rem;left:24.75rem;overflow:hidden;display:block; }
#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp { 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/e554b3f4-4041-4de2-a23c-029a990d8b6c/LevelUp02.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp.adaptive-delivery-prevent-bg, #xkqVOTGXwUinZyK6lQvLy2sscHHZePVp.lazyload, #xkqVOTGXwUinZyK6lQvLy2sscHHZePVp.lazyloading { background-image: none; }#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp > .row .container { border-width: 0; border-radius: 0; }#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:none; }#f0xwc9nAZZnh2AVeACBT9ZR2bGgExtcu { 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:13.5rem;width:45.375rem;top:1.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#TmkC9aQO5KnTTlS8u2cGONz9cllFV7B1 { 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:7.25rem;width:41.0625rem;top:11.8125rem;left:16.9375rem;overflow:hidden;display:block; }
#IPp1JyLOeZTIeuTgvky0sB0QxpsFtpsP { 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.1875rem;width:15.3125rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#H7bDINTXmF9cGe7RqdEEAU53BbAwQpzC { 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:18.875rem;width:41.4375rem;top:21.9375rem;left:7.5rem;overflow:hidden;display:block; }
#G5w314RkWA1VBBId4394HTWPCTIRwVVS { 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:30.75rem;width:24.75rem;top:16rem;left:36.75rem;overflow:hidden;display:block; }
#dz3R2Ext9GbZtS3fdqX9FT9UHXngO9iV { 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:9.4375rem;width:17.25rem;top:24rem;left:50.25rem;overflow:hidden;display:block; }
#rBmiObAD5922oWZT62UeyCmHio5AG0Ac { 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:34.9375rem;width:58.625rem;top:12.0625rem;left:8.875rem;overflow:hidden;display:block; }
#lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.142578125rem;left:8.875rem;height:4.06055rem;font-style:normal;display:block; }#lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv li:before{  }
#r0OG5rRTUPUtwO2siJXTb9s31STHuPvX { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:41.4228515625rem;left:11.1875rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWKDZ0swsXepSHSQFOfmcJUyAhOeVyxK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.4365234375rem;left:19.1875rem; }
#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV.adaptive-delivery-prevent-bg, #PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV.lazyload, #PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV.lazyloading { background-image: none; }#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV > .row .container { border-width: 0; border-radius: 0; }#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;overflow:visible;position:relative;display:none; }#ArmbkSt3RPVkTcngsBipdw4T6BCshK9U { 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:1.6875rem;width:11rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#pmiEF6JN3uxZhXIkfg9TrzoKcpobdMzJ { 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.375rem;width:22.5625rem;top:7.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#oz6ilpL1w6AkQCCKKgVE83qh0vziLgsM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:24.375rem;top:14.5625rem;left:8.9375rem;overflow:hidden;display:block; }
#dyhETdDe9Em6y7a18zP1VUzTFttxpTiz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.78125rem;left:12.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UokUMzL7BoJLgOQK1aw2IGPuS5zkkpQd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.21875rem;left:8.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpudpn5ZlknNE4zbB6QKRB8ZTQZAKNQI { 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:35.37475rem;width:41.62475rem;top:3.87451171875rem;left:33.375244140625rem;overflow:hidden;display:block; }
#HgleCPcv54109ttmDuc28JoqXMtL636T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,83,255,0.5) ;height:11.5rem;width:22rem;top:25.5rem;left:10.125rem;overflow:hidden;display:block; }
#HwgrBEfZ1AHu89QVtOFBWMNuafKsz5IT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:37.581176757812rem;left:3.0621337890625rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MO14BpOpfvX80PXRPMFpHTnaNTQfzyBT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:1.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD { position:relative;display:none; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD { border-width: 0; border-radius: 0; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD > .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; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nNvARaZrt796eJQwHZfPAdsIfZqzfcUe { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:35.25rem;width:63.375rem;top:10.687255859375rem;left:7.25rem;display:block; }
#sTdXHIBImlNAWyIlmBTKU1tiZXtfcP3B { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.06201171875rem;left:19.288940429688rem;height:8.2485375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IApIH8C9mBuy4ndf0qKx9MfWL91svfTz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.811645507812rem;left:9.9993896484375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tkhZTFtIUuTWFXpUdbb4df7f7UnIno8K { color:rgba(var(--color-tertiary-4),1);display:block;width:27.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.311157226562rem;left:39.92919921875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TK1TgF4V34XSaw7gvX8TRul7KPdffLr8 { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.436889648438rem;left:39.92919921875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NhN7QC2Hvi5dfJGtlsNfbqiwJWRqMPdh { color:#8a43ff;display:block;width:20.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.811645507812rem;left:9.9993896484375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BfnoQaHLXVNQC8gGfvkwy0w47Tc231Dc { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;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.37475rem;width:24.812rem;top:28.436889648438rem;left:10.779418945312rem;overflow:hidden;display:block; }
#pnZLvRXzE2J85WNdGt2uFRhvWdT92rL7 { box-sizing:content-box;height:13.687125rem;width:26.687rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8eabb35-d7b1-4d19-9989-4c2c3eabdf7e/TNProjectmanagement01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.101440429688rem;left:40.117797851562rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }#pnZLvRXzE2J85WNdGt2uFRhvWdT92rL7.adaptive-delivery-prevent-bg, #pnZLvRXzE2J85WNdGt2uFRhvWdT92rL7.lazyload, #pnZLvRXzE2J85WNdGt2uFRhvWdT92rL7.lazyloading { background-image: none; }
#EPJDmQFQnrm7tsdOwz1iTnKCSRvmPV7r { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:none;top:26.4375rem;left:8.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Ww2uhc6KyFzLDJxd86XxCBzMsHOXUqLr { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:#970e0f;background-image:none;top:39.3125rem;left:46.0625rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#dPxOsi02tzStK5KR6fU0xIkEuhFu4bID { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:41.125rem;left:49.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OT3LcdLJwAuX4GATTV9uepbemFzWWn3b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:40.5rem;left:42.75rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTiZzXNB8WnrQwObgqs0n90u43aDlddL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:45.75rem;left:42.75rem;height:1.21848125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4594d4, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #4594d4, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #4594d4, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #4594d4, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4594d4', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #4594d4, rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c > .row .container { border-width: 0; border-radius: 0; }#dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:none; }#zqObyniRzxpncEZcknHVP1DK2vMyhTGU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:45.3125rem;overflow:hidden;display:none; }
#aJKQNn8xTbr4fKlgsHbN0gTSxIZmkkfQ { 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:17.4375rem;width:23.875rem;top:2.7614570312499rem;left:-7.8968748272981rem;overflow:hidden;display:block; }
#LZeWuCwZvyFUi1UEm8QMD7FSXTvSeJ5b { 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:3.686525rem;width:2.68676875rem;top:12.506713867188rem;left:7.1630859375rem;overflow:hidden;display:block; }
#JzDA6OVyJn2fOzL7r7gZfFcaRTPcC5ld { 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.9995125rem;width:1.437375rem;top:3.7017822265625rem;left:11.475219726562rem;overflow:hidden;display:block; }
#tyTzLTfgF2o4n4nEIKIHrIMakcEScOGp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.3125rem;top:3.0767822265625rem;left:53.28857421875rem;overflow:hidden;display:block; }
#PZ92TBIpZfeNvuEzwDxEmIwHHISX29H0 { 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:13.811625rem;width:45rem;top:3.0767822265625rem;left:9.849853515625rem;overflow:hidden;display:block; }
#LONRMmohmpVrfb8IVrrPm7b6K3WnCI2H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:33.248875rem;top:16.887817382812rem;left:14.561157226562rem;overflow:hidden;display:block; }
#pgJSkbviPU4rXKOQ6Ip5Zx87zq92VEGr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:33.3125rem;left:6.375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p1IIO84lRJeGaXlkIb5hDL9GdUc0ige7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33.312377929688rem;left:33.031616210938rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKFTCJwlmSKXti31Nmk0soUmGRacV8Zh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.75rem;left:57rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K8aqR3kKv4IZqivfn5up3StbKERgAfTr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.312375rem;width:25.99975rem;top:12.506713867188rem;left:47.600708007812rem;overflow:hidden;display:block; }
#O75xWoUZWI4xCcsX4T46Orrc2BXwFM6S { 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:15.8125rem;width:21.8125rem;top:-2.4140888671875rem;left:-8.3825663832737rem;overflow:hidden;display:block; }
#sxUwiMvywpi1Np2U64Xw3v5HE0mqQ1yT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:27.987670898438rem;left:13.499755859375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8oGhtqkfZVb7LT8sqeq0NSTebT6HRaC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:9.25rem;width:17.6875rem;top:39.624633789062rem;left:1.717529296875rem;overflow:hidden;display:block; }
#DG6kMTm58f75dd9xXSuFnqPS9Aen5CPF { 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:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:10.7495rem;width:19.562375rem;top:38.999633789062rem;left:1.0614013671875rem;display:block; }
#np6KPZazKfbTxngcgkuALr6i6ToBvVTo { color:#ffe09d;display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:1.717529296875rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrDnMddsO0bP4wI2eG66K4rVrdqVZ49X { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:51.311279296875rem;left:1.8427734375rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLHtUTNsttOposIq8qxFCTw3T0HhcOg6 { color:#ffe09d;display:block;width:18.248875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:28.375244140625rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gi2RcDeUvBu7TdidT2r5tiKp7k69H4Vq { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:18.2495rem;top:38.75rem;left:28.3740234375rem;overflow:hidden;display:block; }
#nc8TWl73ZWEwTr9Copxz24ps6FXdg8tU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:51.3125rem;left:29.9375rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eV9tyliZCsTbSgHqkT8pIhxT4Skbtxri { color:#ffe09d;display:block;width:18.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:36.37451171875rem;left:53.093872070312rem;height:1.64978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcQqq4pGvpwLZlqsDgXnGk1fgSZtRPiS { background-color:#ffd200;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0600625rem;height:3.99963125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:61.75rem;left:25.5rem;display:block; }
#XgzcFkrfvyTaCbrF17CyOw5VxoTnBUgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRBPCfEVTI9BNM3LKfQV2WtTvmgVoB4H { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqD6sJVp3LueT7ME7UHl9g2AMgTCBu7A { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.187125rem;width:6.93725rem;top:38.75rem;left:58.748779296875rem;overflow:hidden;display:block; }
#VS0m7EdaN3oKLGBMkBgkTXowEoABBQCV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:51.311645507812rem;left:54.625244140625rem;height:3.50390625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9Ls1cEEOQNpl55CRlbPKRVlzuDrt4VV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:56.8740234375rem;left:23.061767578125rem;height:2.9751rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #8200ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB > .row .container { border-width: 0; border-radius: 0; }#TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#kcDXeH17Aaa8LoT5qw3zR5slT3nst4KT { background-color:#ff2121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.25rem;left:43.125rem;display:block; }
#dO6vBNuPMHGLs3tIeMIymBIqhvI3tLoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQmzI7nqBJnv2C8K8VqnCbQ29sRKxGPU { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBSMJuVkTTVC9KLBIn6FhhLDtxbIx4tx { 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:6.31225rem;width:9.562375rem;top:1.29638671875rem;left:33.601684570312rem;overflow:hidden;display:block; }
#CZw4q0eu41piwtSc7Gah0VI4XeXG4Ldg { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.562125rem;width:8.125rem;top:11.125rem;left:47.625rem;overflow:hidden;display:block; }
#MvfAbghHGFECM5Gwq1IuNUHJmJeUTbi4 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:13.5625rem;top:14.9375rem;left:37.875rem;overflow:hidden;display:block; }
#S2OA89uQZG5FVnHHARAmgaIZaRDVyTw7 { box-sizing:content-box;height:30.3125rem;width:28.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.625rem;left:8rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#A7m3STW0WV7v2mqQnbgqoGgX2mH2xLOX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:11.3125rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAnwL5QqlJ2Wxg79RaiRyb4qU22TiJZ0 { position:absolute;display:block;z-index:15098;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.24975rem;top:13.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#I9DQd6wk0v2Hm8i4B3vIraEa5hCeEAdr { position:absolute;display:block;z-index:15097;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.1875rem;top:13.1875rem;left:18.9375rem;overflow:hidden;display:block; }
#hqu0P0vcg5hLec1MCgdHgoXXSe41bvcH { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:8.375rem;top:13.1875rem;left:25.5rem;overflow:hidden;display:block; }
#O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.81201171875rem;left:10.562133789062rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU li:before{  }
#BXCIrHawBhApZUu0vDPmP6FJcPPRLcK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:41.9375rem;height:5.11779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.375rem;left:42.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr li:before{  }
#kvTdAeMVWtwPixoqXUNzz4qHg6edFHyg { position:absolute;display:block;z-index:15100;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.248875rem;top:10.75rem;left:55.0625rem;overflow:hidden;display:block; }
#O8HU5hTIZvNpeXkNezQ4NIz6Hqnakzf7 { position:absolute;display:block;z-index:15099;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:8.1875rem;top:9.5rem;left:58.25rem;overflow:hidden;display:block; }
#u6b2XfuElDHAX2LTwKvWvmvIhRm5CaTG { box-sizing:content-box;height:37.25rem;width:28.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.5rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH { 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/01e2be1b-dc0a-4070-bc5d-03b400817cd6/SectionLandingPerfectSkillSet02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH.adaptive-delivery-prevent-bg, #rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH.lazyload, #rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH.lazyloading { background-image: none; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH > .row .container { border-width: 0; border-radius: 0; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#M4GiTrek5RkEe62HSNbvw2WVqV4b5J9O { 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:4.5rem;width:24.25rem;top:2.75rem;left:25.375rem;overflow:hidden;display:block; }
#T4pCrQ8XyFq9lhW7DuMn6p2I6LfzdNAt { 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:7.3125rem;width:65.875rem;top:8.5rem;left:4.5625rem;overflow:hidden;display:block; }
#THsTXRQTezW8yGaU7qWRcyVtWtL4pTn0 { 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:4.6875rem;width:52.625rem;top:14.625rem;left:11.1875rem;overflow:hidden;display:block; }
#MQMfWbn8HJmBiXbQ3D8aBNFgTFLaeVVx { 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:20.9375rem;width:46.4375rem;top:22.6875rem;left:5.1494140625rem;overflow:hidden;display:block; }
#pDmNZn5KTLH4TE1p1qvBF3gp2nKPUGkW { 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:32.1875rem;width:25.5625rem;top:17.8125rem;left:43.875rem;overflow:hidden;display:block; }
#eBiLbaMbcn3srm9hRS0ZQH9uG17lcm3u { z-index:15003;top:35.415364742279rem;left:8.89453125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t14FWRnl1sK7p5VNuTZn7EzUKZzCTbLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7sbbr1dWp56b8M0xPueinflxUQeBhvo { z-index:15004;top:35.415365219116rem;left:27.017578125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O6U7iT9nDqxR94v7C6uyDRQXhFnXBiwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypUPA2BlCkDC0kKFdp5InEZsHnyAydvA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.1875rem;top:28.384114742279rem;left:29.673828125rem;overflow:hidden;display:block; }
#xXB1wMV8DL4ibUm23frAu1PUMTnOsHWf { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:44.520833492279rem;left:11.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg3n64WrsNz6KO51EwMram6PEQxQT0bG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:27.821614742279rem;left:11.1875rem; }
#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f { 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; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f.adaptive-delivery-prevent-bg, #DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f.lazyload, #DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f.lazyloading { background-image: none; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f > .row .container { border-width: 0; border-radius: 0; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:none; }#TJp4Wevg1RH9ywlIHhGSDuQlvAtinaoP { color:#f8f600;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:39.9375rem;left:21.875rem;height:2rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ATqngJTETZJl63xBqovRTZXydAAUFuEO { 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/fbc5feeb-02c1-4031-a51a-226a4288cd06/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; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO.adaptive-delivery-prevent-bg, #ATqngJTETZJl63xBqovRTZXydAAUFuEO.lazyload, #ATqngJTETZJl63xBqovRTZXydAAUFuEO.lazyloading { background-image: none; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO > .row .container { border-width: 0; border-radius: 0; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#KSDkr7m6RTlcv6ABZEow5AxkQfImTJfK { 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:7.0625rem;width:13.5rem;top:21.8125rem;left:10.75rem;overflow:hidden;display:block; }
#MWXsE1cgcucFiQFln8PebB9emvOqU0c5 { 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:7.0625rem;width:13.5rem;top:22.625rem;left:22.5625rem;overflow:hidden;display:block; }
#Q1ai2wA9tkRAG7I95lOKkKWqvQXOWgE9 { 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:7.0625rem;width:13.5rem;top:27.75rem;left:10.8125rem;overflow:hidden;display:block; }
#HNm1mgwR8UiaLP6cc6ahwnfZyQ36klma { 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:7.0625rem;width:13.5rem;top:28.5625rem;left:22.5625rem;overflow:hidden;display:block; }
#rt1qEqTey9OlXV50R9P7UDM3wGWHXVHT { 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:26.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd3Tp6vz6BvOlSablbTE5DLef5848Olw { 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:26.8125rem;display:block; }
#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT { 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; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT.adaptive-delivery-prevent-bg, #FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT.lazyload, #FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT.lazyloading { background-image: none; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT > .row .container { border-width: 0; border-radius: 0; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:none; }#owwUwUQBTE52f5BIp5xIsF8OoWBTGwKb { 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:10.9375rem;overflow:hidden;display:block; }
#Z5S2Tq5HKqsymRodbW6FZFSo5xV1Hmmy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:23.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mu8xfkPQ0ilvPf49N56RcTQHlQWTn4r7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:23.9375rem;height:3.9375rem;font-style:normal;display:block; }
#l7xM33PCC8H7ce2LaeRzeTWpoJd5vSvk { 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:12.1875rem;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; }
#Dl19p536oetiF8F2sZzbxRfBfL726TDR { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:20.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xtZbCLIoTWFOGQaoavxy5hXPbLHd2Hed { 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, #001231);background-image: -moz-linear-gradient(180deg, #0066ff, #001231);background-image: -ms-linear-gradient(180deg, #0066ff, #001231);background-image: -o-linear-gradient(180deg, #0066ff, #001231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );";background-image: linear-gradient(180deg, #0066ff, #001231);background-size:auto !important;top:19.75rem;left:19.0625rem;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; }
#V41vxWPeMet8QffoQdla1MUTuDdEuduJ { 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:13.5rem;overflow:hidden;display:block; }
#J6nvMRRfMOA535fWFG48NT5IIxcLcWgL { 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:50.3125rem;overflow:hidden;display:block; }
#bzSMg2dp0bWzrqilpMD4TJ7ENooJqWsm { 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:51.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCTW6eq8ZAoEyUV8QZDLN6vd4aNWKIi6 { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-size:auto !important;top:26.8125rem;left:51.8125rem;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; }
#a1oimxN0ynSGTMmLXTszHJCb7Vfq0ZwP { 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:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s649iF4GIATZlxtkgyS9N5RBGXci2LSd { 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:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSFTDlT8q01XOINsng7iq73rd1ZmhC5u { 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:28.4375rem;overflow:hidden;display:block; }
#qw9TehT7Nx1ZbRTd4zisKCwwbRhnl7ls { 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:18.625rem;overflow:hidden;display:block; }
#oel0nwBkGbgLD20SB4CWpLA0ZNV3oDyQ { 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:24.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vElTywiUtJbdsk6CM2EIPin7RCLUzFSu { 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:24.875rem;width:21.875rem;top:22.983252929687rem;left:61.570188720555rem;overflow:hidden;display:block; }
#p3m3STsBNM0e86XBdop1ADIQFQmQVGqS { 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:23.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);display:block; }
#wH77FNaKUbhM5CtmluJci7VqWTfUHIUz { 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:48.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#alAagltwbu0J6zotPCK4SdbBsApvFuXS { 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:44.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2ia5J8OJrdekbkcnVeeiP8cMMzqBNhd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:12.875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff968ae-84e8-44a1-8fde-64a84f1c4546/landingprofeb2026.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD.adaptive-delivery-prevent-bg, #hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD.lazyload, #hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD.lazyloading { background-image: none; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD > .row .container { border-width: 0; border-radius: 0; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:none; }#OktuiMn0BIZW7KykNch9U3S1WDa6huAs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:25.625rem;top:30rem;left:11.4375rem;overflow:hidden;display:block; }
#LWk1U7BSda1MUQMJTmn344DWTzsOnGvU { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.1875rem;width:25.1875rem;top:30.125rem;left:39.96875rem;overflow:hidden;display:block; }
#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { background-color: transparent; background-image: none; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container > .video-iframe-container { display: none; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row > .video-iframe-container { display: none; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .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); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { border-width: 0; border-radius: 0; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#M4xx4Isk9SLoXFhdVIZgCuQezDM1BJsq { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:41rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qVAwL4uHog4GZMh5OaTdTKLIErzfNcET { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.23) ;height:29.875rem;width:23rem;top:4.625rem;left:8.5625rem;display:block; }
#zMycthBH3ipmWEoDUW8QfzpSfxhE0iVV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:6.5625rem;left:10.4375rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evyOWF28MFUhHn5iHVnvCHWRRhTU0XVx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:7.9375rem;left:10.0625rem;height:2.000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbZf53wq4doEEwHq8KuHhXE37idUGn5v { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -moz-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -ms-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));background-image: -o-linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7132f5', endColorstr='#efc10a35' );";background-image: linear-gradient(164deg, #7132f5, rgba(239,193,10,0.21));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.375rem;width:18.9375rem;top:10.625rem;left:10.4375rem;display:block; }
#z82vPgUQsuJm05IMNwLi01XsXrIbafDG { color:#efc10a;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:12.0625rem;left:10.4375rem;height:3.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UkpACKxWogxTHeWEbG2kZ3MIqpEZuVqd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:15.1875rem;left:10.5625rem;height:1.78161875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:18.1875rem;left:10.4375rem;height:6.9238125rem;text-align:left;text-align-last:left;display:block; }#bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG li:before{  }
#MfefrA49WkXEIDSkRJE1lcNI4riNboJm { color:#ffd300;display:block;width:17.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:25.9375rem;left:11.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#f21877;padding-top:0.345625rem;padding-right:0.314375rem;padding-bottom:0.345625rem;padding-left:0.314375rem;display:block;align-items:center;width:1.881875rem;min-width:1.881875rem;height:1.85375rem;position:relative;font-family:"open sans";font-size:1.38rem;font-weight:700;line-height:29.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.215625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.508125rem;height:0.7325rem;position:relative;font-family:"open sans";font-size:0.5175rem;font-weight:400;line-height:11.72px;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; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.0625rem;height:3.492675rem;padding-top:0.0425rem;padding-right:0.045rem;padding-bottom:0.0425rem;padding-left:0.045rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.5625rem;left:12.9853515625rem;z-index:15017; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #ylACll247BakXH15sMW2DwKkEtPeTyDr { display:flex;position:relative;top:0rem;left:0rem; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #TfITqtzJTnd9zyXVe0qb6nPtS3ghazRl { width:auto; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #mWaUEcqwbwTAplxmUkT89zAstrViMJzW {  }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #lWyesWxXq8SItn3ry5MQQtPb1yuioFnv { display:flex;position:relative;top:0rem;left:0rem; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #zqsJQp0IlLSTkoTJc9nR5qL8Sg6LPvGM {  }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #NNxeKqgF2ZyJ8OGUzx0wwC8avVQvlVZ5 {  }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #ZvqZKmvkTq9t3zFDgU2kN03svL0FazmT { display:flex;position:relative;top:0rem;left:0rem; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #Mdmgfs19QKdKGH7uRdOpT4thTbckLVO1 {  }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #M2Dkf3FerKIB2uR5X16wwOUhHiILBh8K {  }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #KR0FriPdIkPitLqVPuSsLpZtfT0JUAyc { display:flex;position:relative;top:0rem;left:0rem; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #StRygs2NZA0Qg6Qn2rSwSyHmxQfZBWux {  }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #qLrRtrtydtvH2T8xOzAeTqvhapmM4XkZ {  }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-form-header {  }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.0625rem;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; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.0625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .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:23.0625rem;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; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .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; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ff2e5b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.0625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:#ffc800;vertical-align:top;width:22rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .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; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .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:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-container:first-of-type{padding-top:0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-container:last-of-type{padding-bottom:0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ  { 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:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.21875rem;top:9.9609375rem;z-index:15021;position:absolute; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.0625rem;display:block;vertical-align:top; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ {display:block;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ { 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:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.21875rem;top:9.9609375rem;z-index:15021;position:absolute; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #kx5TMLkOSKbBLU8BtV1BRk9mDenFH68Z { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Ssls5QM7e1wzdnSEDUE2qbWSfk8Xf57q { position:relative;display:block; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #uOWcA1Ovhab4SH32zQpAErKyEWqaX8QO { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #aZEVqMZcMQqBV4ycuJEBqcMUyS6w5pIZ { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #cRyNeLsRKJUlTNltnM0yDTQSJzUTZkzw { position:relative;display:block; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #AcEecAbewmDFTh3cOtZZdwyiktpckIdV { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #dSMkUTT6S3BuTadZiQTacmeDC0GOIwKP { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Rc9GqdTg9TfK38v9q6ZeOnEqmPcaThir { position:relative;display:block; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #nOZtXv77d8EITm801fUZTnRVZWC3OPL8 { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #rwoR8hgeME59Dmunb80ATPz2KDhP2TBX { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #oTrrmQZKe8W9uvBLghJtw5NCnXfZZf27 { position:relative;z-index:2; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #qSsGSKfMehcOTQOnF5MNCZbVC1s8w2OM { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #BTgkp7X6qM27tLfFoxKMKMfdHDo9eGUn { position:relative;display:block;z-index:15000; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #dZFnbnf0swdEcQf1Xqe9BLgO5wT4rAeC { position:relative;display:block;z-index:15000; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #ftkTxmVwDJlNlMM2sieCVHh0GFBxUaS1 { position:relative; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Pr8u8iGR8WhnpXbwHuzQ71VWFtnPghkp { position:relative; }
#f8TTghf3VqoGDTv4PrKQfcUhoizBcXcy { position:relative;display:block; }
#gfa9REH6Lw1DMHaDJTZTMcPt4DXTXAUB { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Dib9QJZk1e4C6pt95nhaaA1QzxWZxuTU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #usqslS79Z7LDwxVOlXJytM9551nK7uk9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #heWDQb501bPy9bbyxphvx3gvsVqh123v { position:relative; }
#DSVDOkm6gTxm7TRcFizUXTSnMc2qmDM5 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UJHG5ugTKcl4Qp5Vl2qcfM2nO7HWaQ1u { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TwPT191hTMbn3CBuTb6gAJzthmxAnsWV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XMVIRT53N4R9qa6JGqZeTaozWacHqB8T { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x02nZp8E62wtHKKPocOxU0NRQ3L7Imw6 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gw4rpgg2KZS8nBInf7BZ8VHUTOLrgH9n { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WJHAoaHhBRlkZHRMCk01B7fczTgg480V { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vhfRkqQCh3cTnxcSXiZ0gXLqJtBzkHqO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QtMFN7Sbbb8nqZ9cvHPMpKd4RGIVa1BI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pqiHXiu8LW1MXipTiZ7E1BP0iX07nedQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rHClU4EfM00TXWUrsR7GSXzkRPkD8Jyd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #a76Nf23cewGg5AVJqLpZcCvOC3DEn2TS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MQ1wu2INTq5K0Dh0dkHAvrMzuEh62uwg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Pp6LimtmfnT70xXzWF7Ot5774fOxsfUu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UiU9bzg5Fg9BTk5wSGokW8VXMGuBl6Nh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vBRaLrFVumgXFJXqIH569mOTcQ14CqBT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HtRCkTllgOm691TpwQ2hyTBld2AHxzN0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PdQSh6rCkVb4uc3iaQLU0LQ2RTChwBKl { position:relative; }
#e8qkRrSTLyTMMeA4Pg9XqpdX8QmBU5gr { position:relative;display:block; }
#AJxbtmKB28VSQsKSgulkfDw1DgeE0pek { position:relative;display:block; }
#XSyZaxN1JJyJ2i4NzaT6cwSJnhabGDTq { position:relative;display:block; }
#QmarP0p1x0rFJgqP8HU1I3x72xpZiCgm { position:relative;display:block; }
#tGtmtI5UfGCmcrRw30k4ZmnadFAVMO58 { position:relative;display:block; }
#x0vLNOuLTuaHkPOX7UBJThtNQAMSexdh { position:relative;display:block; }
#BDaTzM2iFgqK7DKTVTVnvRIwPh1gZXrh { position:relative;display:block; }
#lZ5MDWgXkkTyz19ccqs9m8wUT1FyuTKT { position:relative;display:block; }
#V1XHlHKVxd8nSUWXM8hnkTAUbyCZ62MU { position:relative;display:block; }
#gpMltHwroQxvqp9dh9yvIglnB1eKWQX9 { position:relative;display:block; }
#metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk { 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; }#metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk > .row .container { border-width: 0; border-radius: 0; }#metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#fWDQRu2H5WO2wMPaRONRRuWEZQ0aqHJO { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:#f8f600;background-image:none;top:1.5625rem;left:53.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; }
#R0LTkG0US2e428Bwt9rh8vQSLSdQ4QSC { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUKl7H1K422AlW2Qfn3EDqSdGkvQRlfW { 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:1.5625rem;left:18.4375rem;height:9.0185625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSZmQAeVayXGN7A5DyUMBQNIeMGTHPqt { 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:10.625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#lp5Tu4h6RBFG9LmJlk761iziEKAT9yNF { 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:11.5rem;overflow:hidden;display:block; }
#ClHSlzhNK205PH3WdNRA5KgEBcErKzI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;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.6435546875rem;left:24.625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVNoMTFMx3MAs6JoZsOM6acXFCiNRmb7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;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:9.375rem;left:11.5rem;height:1.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asoSEnGNvByAFPzI0AKiQKXXeds3xF4W { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-size:auto !important;top:14.5rem;left:17.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; }
#pNxt2khOxCzS2vLsnDT6ekPx8p8GPt8w { 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, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-size:auto !important;top:14.5rem;left:31.625rem;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; }
#tAlTqNdOBN3TuMzb7V6pzW6Lgn7li4n0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #4900f2, rgba(var(--color-primary-0),1));background-size:auto !important;top:14.5rem;left:45.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;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; }
#Qz0SHCnBNXvkTL73gubZ2T5xsMyuXHxp { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffd300;background-image:none;top:24.1875rem;left:32.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;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; }
#XdMXBcr4v68V3RQxsLQGGdXNKJbQSdqa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:33rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMg9n07MCFp6pxOwy4gaRQo0bG6aclwD { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffd300;background-image:none;top:24.3125rem;left:18.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;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; }
#BOhR0EGKMim1Ki8LvJJb0fOBiLpVDOp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:20.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoMMxV9MwlTJGcXlzMvamWgSi8kwK2e3 { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffd300;background-image:none;top:24.3125rem;left:46.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;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; }
#B68swxMFRvXVxnBl0b6t5KMJD4HBvI47 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e764y3e7FtDT2OQVlHTivoReAz4zDiuE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:10.375rem;left:13.0625rem;overflow:hidden;display:block; }
#BUDbIvy9G0BALs6K2hqKIFqJvlHL1LsX { 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.75rem;top:15.375rem;left:32.5625rem;overflow:hidden;display:block; }
#EPt9hs26kLEOmlnCUJthO7nSdsTwwuUc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:33.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3Hq6b5qCEwwUABTfHwS7chJ5NbiBhpI { 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.8125rem;width:10.75rem;top:14.75rem;left:46.5rem;overflow:hidden;display:block; }
#LGa807SiAu1ESE2DlH6cTVy1IxbkJROO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:47.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLfJD5WG3T9XPzAoBiVdUdT8FVoocAMm { 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:9.6875rem;width:13.375rem;top:15rem;left:17.5rem;overflow:hidden;display:block; }
#uRPzgxas6gyU5pFrtgT5PGEe2kFqRgso { 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:28.4375rem;left:19.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; }
#kPuFaEqRNKW8XPvTrnR93MLoyGzR3ycX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:21.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6EPztRwPo0V6CAsOWGT4qwV1gei4lFn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;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:34.6875rem;left:17.5625rem;height:9.1875rem;font-style:normal;display:block; }
#dX89sK9wn9amR5EKFTMSyMAMSzU5NMJT { 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:15009;line-height:1.3;letter-spacing:0;top:33rem;left:17.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkkkJAwtfPlSJHT9sL0mhsNruMsm7MGo { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.09375rem;left:16.9375rem;display:block; }
#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container { background-color: transparent; background-image: none; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container > .video-iframe-container { display: none; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row > .video-iframe-container { display: none; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .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); }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container { border-width: 0; border-radius: 0; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#pd7ssHsUvF6UvZ45F8pXeO7duWnlbTcy { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:6.22412109375rem;left:18.125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lkJd9DxmRqAxTFHcTuVFzuBwK2l8h9nd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:25.44287109375rem;left:7.5rem;height:4.54980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cTRGQ3kDTgJ27R8UZOoaoXHG2movdzRn { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:9.63037109375rem;left:8.4990234375rem;overflow:hidden;display:block; }
#blKE1TXu4sVnHbk0hAPzORrMsgl8rO9z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.361328125rem;left:28.5625rem;height:4.7119125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EBTV3fTAEmVHGLnpTm3bhcIbJ2acWSSq { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:10.28662109375rem;left:30.21875rem;overflow:hidden;display:block; }
#hanLVkJqKpaE2EGOTHfQUr20minooEVi { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:26.580078125rem;left:46.625rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QBQHXmTsJ59fJ7OZ9XVIlRTsnDImuF9f { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:9.44287109375rem;left:48.9375rem;overflow:hidden;display:block; }
#ndoqcRAQfJVweqLQ27dscZFML2NupXaP { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8108125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:0.7119140625rem;left:16.09423828125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x38h22IdzBiPn7ICXFDWnhpDUSNDmLtq { position:absolute;display:block;z-index:14942;background-color:transparent;background-image: -webkit-linear-gradient(112deg, #ff7263, #ff523f);background-image: -moz-linear-gradient(112deg, #ff7263, #ff523f);background-image: -ms-linear-gradient(112deg, #ff7263, #ff523f);background-image: -o-linear-gradient(112deg, #ff7263, #ff523f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7263', endColorstr='#ff523f' );";background-image: linear-gradient(112deg, #ff7263, #ff523f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:3.0625rem;width:39.375rem;top:5.70849609375rem;left:17.8125rem;display:block; }
#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { background-color: transparent; background-image: none; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container > .video-iframe-container { display: none; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row > .video-iframe-container { display: none; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .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); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { border-width: 0; border-radius: 0; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:12.8125rem;width:75rem;position:relative;display:block; }#DTnAbOXEbz7K0FB6dM8sxRfFHaksVlO4 { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.75rem;height:2.5996125rem;display:block; }
#noMTdnS0WAPinxOJ8FccU9Te1swHLvgg { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.75rem;height:2.92383125rem;display:block; }
#WLWzRyCphdFm4TyT6f9ohZKIsuxWkhmZ { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:50.375rem;height:0.97485625rem;text-align:right;text-align-last:right;display:block; }
#axfuI9q1NZZvt8xN4Obo8uqZUe5Jf2FZ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#TeFGZ9SMxRT5tVVPTdCMNp6iLCWMn7Ha { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.375rem;left:65.5625rem;overflow:hidden;display:block; }
#VJHveq42yrvOCwwq9s9itCcuHasTRPEO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.5rem;top:0.625rem;left:3.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 { display:block; }#CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llz3xAx6mTZCDJA1LFyxzt13lJSUeGWR { top:6.8125rem;left:7.15625rem;width:33.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR11SlSfpV8Spvenak8qb3PtaTmA5fo0 { top:1.8125rem;left:5.5rem;width:36.75rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3BAaH9KmWnL9LZFV7Zf7KlvZRn5uol { top:9.375rem;left:2.40625rem;width:42.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .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; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .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; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #ho6xe2Tsu2yCgDxLnOBO868qNGrNJ0vb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #rwsCQ6TpUWA8QfIFwHiVZenDB79hmTcE {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #G5y4D6iFpyNQ9TJB5QPHGRf0yLymscn4 {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #cTzAl6chtTrMnviBVgeyQwkgvy6E5Zro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #UARdEWVv9NHiXWBv3mmffBrXmS2uDBzf {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #EWR002ZJinhCLUJZf8PwEeuqyuLiN8k8 {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #y0WVmyZtaiptFpwl5kJJkSLEpAFnwx16 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #NvyzIbeTfGFHTcoHkuiAsUXDWrGzmGR3 {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #GIBk6vuF2lfsbmnrWLaihur1AX7NUSXA {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #uUoKtTwGaWEWONRhXlspGt0DvN6EKZgC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #TiBowEJOvT27g4nQSbQdiq30J4bM8lkr {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #c3Ks3NiOKu1GZkvCq6vylu4cRyg1v3r7 {  }
 }@media only screen and (max-width: 763px) { #MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI { display:block; }#MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML4y2Mw4pREy7mamzwoUQ3koT1TH35h3 { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcedyoG4gP3PkTqXBvag7ic6Qc7FSoAX { top:5.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPySLEcNBdp9mulbT2zyETXJAyDISGfM { top:11.4375rem;left:16.9375rem;width:13.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .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; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .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; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #qHxw28qvnbRUaogoFtP6JZIdiyaQrCVt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #CFVQ8JpXLrmdTK2rXaHiAR4gOnQi9AoO {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #eA38Rwf20Op1SyVl6uxZCPpZnaPkLZlz {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #HWsVFtoAvGA1umqgTmZHJClSu64O31T4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #LoEF9vxhSCCfL19nzvCpp2d8ish61m3G {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #BMu6hFixqQqQMB6UaZ7PJXzxK2OzJz98 {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #XEORxvkKqmlA3iElTapeJx19rkAXCrAT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #Sts3kFIZNhG6fLXyk4uFGbBTMFlw90cI {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #JNz63Qs82nlxv5d3VcLvBhcmw9bpB9tC {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #DMMJBp7sEWoSBztTXIOOhXE0lP7USUTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #NpSgEVr0zVQ0BKoeRT31so0Tqh3Z1H3e {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #GB8CxDX227mcglc1u8bZnDn0PVdtHINA {  }
 }@media only screen and (max-width: 763px) { #Rls5Damcp5adWKuTbbDKTIQ8C8MRblgf { top:19.25rem;left:12.3125rem;width:23.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmCh7ds016FV5kpKIWF8zwrsAR4cCTJ { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STuftcZJX9EFmvbxJNxaECC4SfCBnT3Z { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHZBgZcZLVbDZyLJCEu2fXpfWbbOGEF2 { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #At68oxey0Ky7dPhz2DIt0pS9wNMIX7iQ { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmoK47VJqJshbAvw271P3SSDT15Tyw9R { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4kOcXNnTZ7u6zCcTCHTGUH3GVP8iW9W { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSRBT1Ux85JbPlIMbCvO74USfIextZnX { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbDzAaBIwEdOAnpUS0vaP5osJAIJep6 { top:22.1875rem;left:9rem;width:9.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4xeMGWNGpguF1KUGIaDbRAWURcGQO5J { top:22.75rem;left:10.0625rem;width:7.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPZtyA58zh36keBMcC48EkbJC28eIcdw { top:23.375rem;left:5.75rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHGnr6ViIy4AB3VzLqIaAsUe2upPm8Ht { top:26.4375rem;left:5.9375rem;width:15.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNvbN1ZOTQXbHFI07KoaWW08egTOg57G { top:30.25rem;left:7.9375rem;width:11.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNPuGXDJcz5oyHZTwL74QoW5PAyQZ2R { top:37.3125rem;left:7.125rem;width:13.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPXH5NPpwAzVzQNSKLZqgTuGIX40sSuX { top:22.1875rem;left:28.9375rem;width:9.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWudgNO5TSAsvDbqBfXNRF0sdmU3osh { top:22.75rem;left:29.9375rem;width:7.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb1XLtqL7bLeTDrurrBA3ZAP50vZObZZ { top:23.4375rem;left:25.6875rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuTB6UM7XRC9brDI7WtyU2x6dE4yvJvt { top:26.5625rem;left:27.0625rem;width:13.5625rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKnDshpHT1l7y6V2rQm0JLvr78ZXr9r { top:30.25rem;left:27.0625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRNNAaG3OgcoftTmTqXrTmvRaPspppJt { top:30.5625rem;left:33.5rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxD6FTKIH2DDBDANpGpwsebI6q4ifeTT { top:37.75rem;left:27.0625rem;width:13.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR { display:block; }#HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hh0xl1TDh4fdq3L2fwJH9gzVbprbHGg4 { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FonazpUr6UZ8RAMyO2zBWtA7PiWPod4d { top:5.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ949899EqZ3TRZnOyEpwxPhc8ErcaCx { top:11.4375rem;left:16.9375rem;width:13.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .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; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .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; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #fLOQOiA9L1pln9wQv9zXPSu3Sp11MZNI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #MclJMrqqAbe6zdxxmkg7bdmwWBRvTtzL {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Va167qKU1FJxrhO2kbfUP8Qa4uQxQeK2 {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #WRNt9uR53T89lzHM35l9fNiSnbuxyxFW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #KArUVWR6wxpi3eglaMZQhdTrIL8r0yIt {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #N6mByO7DvUu4gLqFrnG8ciutGKw94Zem {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #XVDVyfiaRX2L5mtWgFfz4DUHqdkba56s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Tg7SbF9qdRALmpD7IinRE4O3TwAiVSoq {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Ex6pLXEwGvAEnrBsWLbTqEWi2Lv7oLPn {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #IiT6Zzhdd3O9z4Sp2DrkCJupUutfLbLc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #zlLPF02tsUJhq1yRpU3Ay17KBeixVRhA {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #DtRTxgIotqT3xrqnyMGo9WyT6nzv5gSd {  }
 }@media only screen and (max-width: 763px) { #B3ymqsVXFMFGRCwopw7F0yZ3IqdEtZPu { top:19.5625rem;left:12.28125rem;width:23.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVd0nLEBxI6oX6KVVMp3zpOTwNgNZAOh { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkFrrAJ5n2gAnr4Xlz6aN5mZZkke1wLk { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNBK4tTylzuq8KN4xJrsoHwRSIg4RnDz { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGl9fSvPDFH2v8tP0EvNSbGfZIw2L3me { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAoovq4dRfGVC3SbhiZBF9XeHW6gHTvy { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5PaI0i3QUqzkTSlVSiByRgQATDVxhTX { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy { display:block; }#abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3vt56IJQMhkdf7M8WvpgDcu8Sh6Z5G1 { top:8.25rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5VeNN9MrBUQFEE2yNMUnbkcyvvgQC0s { top:1.0625rem;left:6.9375rem;width:33.9375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WePs9vROCuZ181ZhGUdflrRNgcC66aOU { display:block; }#WePs9vROCuZ181ZhGUdflrRNgcC66aOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hq5aH8QKodzcUBhmyKRLAUTTsnt689Xe { top:0rem;left:1.3125rem;width:44.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85idESMRy7nBq6DKThwMV95hLZhuZ2z { top:16.3125rem;left:8.0625rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviO9ef5vUGl253oQ71i8I5BrS01SSes { top:16.3125rem;left:25.5625rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kys2qhRTqflvSgiJx3X6sPVpxTXP5C14 { top:21.125rem;left:17.3125rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDBETrPTFXTDSK6OKFy88XekL3GTa5A9 { width:4.6875rem;height:3.125rem;top:14.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfpumRrSz9SnXxPAKRUSFNKluTxWHJKZ { display:block; }
 }@media only screen and (max-width: 763px) { #yLawGFSmE7bUdNkcTlTZdIfJiKrl4K8d { width:4.6875rem;height:3.125rem;top:14.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPlf2zhB498nMkvCs54EZGJhyTNOssla { display:block; }
 }@media only screen and (max-width: 763px) { #V5SJTat7XEpmLqMXcEEMHQBNvrBARkr0 { top:18.0625rem;left:8.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTKn6dMKJhHdp50rUlDCwu4Ow9dwsPC { top:27rem;left:11.25rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0ulFnkDTupl0S5B7uDTsdR1awfeE1d { top:25.0625rem;left:7.5rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPx3ZUErWcfJtX7AAzIJFLaPJGoKkMp { top:23.0625rem;left:11.25rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MszXLXf9E0ZzJF4x2U99F2pszB8UNRD7 { top:21.125rem;left:7.5rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbuOMQpGqbVSPx7DeGXZlp5dvxaOSTc1 { top:17.9375rem;left:26.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scwwRSZXm2C6dcztichqwVmKoxTMtxtK { top:20.6875rem;left:24.5625rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwXhFo47PABo7nJOEW0ho4ip9tDEvrJ { top:10.875rem;left:3.9375rem;width:37.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGHp2rKGfz1Iq4o5iswU5qZSzLupoL2 { top:11.375rem;left:4.9375rem;width:35.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb { display:block; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb { display:block; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAZU8u5NSymbvz8DlqkGK577ZzirALr9 { top:0rem;left:0rem;width:47.75rem;height:20.29375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omXN7CEe5KyEiKunt1RG8HG36EpdHUOs { top:30.6875rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp4yVO5SiKnRpXKaFqnssa0zggvNUBwe { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #om8guQe4Uxf0t4mqlC8B0LZQxLgDWTAJ { top:20.1875rem;left:0rem;width:16.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTdxtHizMkJmdnxzqFz56FC2ydpA3TT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf { display:block; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwzNF85xaHxroU1RSPKIP5fWCx2xKkCV { top:21rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMyBPUaNLUHST7vHsXCTPxICN9fk6cF { top:14.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpD94Gtwukiwib248mChmfii9raocrVw { top:19.125rem;left:0rem;width:45.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTFbMJKTbGm29WmJdbmm1oQnefIxoLV { top:11.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGeJaugtmdvuOKEVibCmIHdcheZSsuiM { top:6.3125rem;left:0rem;width:19.6875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8NI2u3T7WqvJhdw9XTkPRfRcTag7TS { top:1.875rem;left:0rem;width:11.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqzPR48XUtRFzuWZnq9F4mrHfk1s1h9d { width:7.875rem;height:2.75rem;top:1.5rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJnEi9zT0b1nQxRuLpTROXeqxp90eTgP { display:block; }
 }@media only screen and (max-width: 763px) { #RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ { display:block; }#RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1gd7t6TdA8TId32JMmvDANQ21XX7p0g { top:41.125rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os9JcT7z82CDBJ4OLfhvoKb1DRdQG9bv { top:42.9375rem;left:10.5rem;width:28.6875rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkSvOnkOP3ad2yQizdzZz1cIIIe1EReC { top:15.5rem;left:0rem;width:47.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclIWQHNuGeJBS0uUeQ7DLUvG4Ihw4r1 { top:11.5rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnSznWTpUFCJDk8b9bZzLNvHahPmZ8uU { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyPnTIAtL3nhkhZLA2pM4tKT3tvEwurO { top:17.1875rem;left:0rem;width:19.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBHk775ilscey7wuEEyBbIz9fD1ThiFw { top:33.5625rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTLplhITtuXoGQUI0f8xkqTa0rWzJWs { top:17.1875rem;left:14.3125rem;width:19.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZBcFbfyeJLnenzKmZeiHbqa0Dz9sdWT { top:37.4375rem;left:10.8125rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrrmntBlyOXW3UFxbF2yuKkZyzvTG4Zw { top:36.3125rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KouKR58k3aOyvpzXvOx9GvP9BXsS8IHr { top:28.125rem;left:9.1875rem;width:35.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxRTQgTgUGoTgUgRJyTypiNMQsHq556E { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOttCnIqlWPm6Tcxgl8fTF7zaDbnZap { top:4.5rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9orT4vQhB4BoBv3fyinEqXx0w8ITqF { top:17.1875rem;left:28.625rem;width:19.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR { display:block; }#iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhmHlBCFiHTQAHUOOdU1hNeGPNTJLfIG { top:1.0625rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6BcWKxzckEo3bCu7d7MXFTFiBp7ZmBw { top:4.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .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; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .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; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #nLBFx8dpPbJEfP2zd1xvK9Ayzorl2ZR8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #eEwfv7UyW5WmIfCvl6bH7vNN6HUy07dl {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #qWaMsbxDe1nKmRaDhwe4sTTozr4TTJq1 {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #KGZX0H4fePcdTeP4tl7F5Vo2eefmn8Hw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #O2MfTfMEUFDhTcXnICeafqS5STpdBVti {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #EZIcCIk8dTH1uX3Z5uT0XKLd7eHdu4he {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #ke5z6Ne4HcBIRz0dqvfQvNUtSP8hcZuR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #C5kLXRZCgmOnN4Jn43ZwvKG5zBMbiOTo {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #SbyeiMP0A88MkQR4KO6E73C7o50oOHkW {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #iakKFkKRmFiFu6Wahmi1oUU4ekFXPND9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #yR8RF2sZZI25GauFQSz06bTwCfzQPF9T {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #aRrWqEnRI5PugZ3hTFRxKEfNRrnDwPC1 {  }
 }@media only screen and (max-width: 763px) { #JWNuVo17VJFmLCbq3bi43yZ93RUqO32w { top:23.375rem;left:12.3125rem;width:23.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLrp5SgXaZ6FXqHrTacTcpdgug9PTlyh { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n14FAEKPUc9w6eUuC01n0IltqNAnnIQa { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKFt15ihHQKG5Rqol6kp57n6oxHsEfw2 { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIVxcazKI7AzO3T8W9B6vgeZKHwbCovp { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ED0XyrGqtt2zwe220XSRJ5U2NwRzE1bf { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONDm3gmD4evRSpnwvpNOdA4a7FbtkCfG { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwUw8kh31pi76RZgT4ymI7SsZksZgC0A { top:10.5rem;left:10.0625rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrMMhmdvw9E4qgE5LGiVt7bBUoEdVCiX { top:10.5rem;left:24.1875rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mkhqlGp7oz5ArXoQJZ42e0mc5vDhGp { top:10.5rem;left:34.25rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHW8eUgpc42eGaWele5cNQOy63CW1TUr { top:10.5rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOFQaH65drh7pgfIsbETNOKrJBMTrLBJ { top:7.9375rem;left:12.28125rem;width:23.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #td0d2FsON1zfL6cQBkos08QXx0vWDKLk { display:block; }#td0d2FsON1zfL6cQBkos08QXx0vWDKLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywuFiGKJBvqidxoHsHZA5k6AetWA7pKF { top:7.4375rem;left:0rem;width:18.125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STa6rE89FlHT4cgiEgcdTZbtKMlA6sxQ { top:1.8125rem;left:11.4375rem;width:20.3125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9kJSn8JCumdscLLv7Wu25KOewCU8XJU { top:1.1875rem;left:8.1875rem;width:23.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmKwCslxnGARAiqOMv0kFc5efLHK5UIi { top:7.3125rem;left:0rem;width:18rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5zNNCs1uARoWySlCbQaMUp80MlCnEH { width:15.75rem;height:1.375rem;top:22.6875rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEur95DVXSwWS7OBb9iB6NBddoUE9nES { width:15.75rem;height:1.375rem;top:22.6875rem;left:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1dWxxR7RiZRwovZsBPtGNzJUBvTcEi { width:15.75rem;height:1.375rem;top:22.6875rem;left:31.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSFkhrUuJEbNWp3fFV29t8Zv7awBl0zZ { top:7.375rem;left:12.875rem;width:18.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNG09h2P4NcWTEcPvdOIwTdogFl2yTD3 { top:7.1875rem;left:12.5625rem;width:18.9375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPblD3ScLRUcRzWtucGgT9orDiJv6IxR { top:7.625rem;left:29.125rem;width:18.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCqrprsdJTGLItZu2XVTCR6kDh6WyVF { top:7.5rem;left:28.875rem;width:18.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuW1TRurZgExfLCzXURBITTRfHs1ARg3 { width:10.875rem;height:2.5625rem;top:26.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9c35wV0QoBbRteQOfJtspyGHRh530TH { display:block; }
 }@media only screen and (max-width: 763px) { #eIQslxdiBIRs0kFTaOJ5eP67nIl9kWfr { top:18.8125rem;left:0rem;width:22.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrfsQsXAFBsiGD6kAOmwVlHQGxVgGwv4 { top:18.75rem;left:9.375rem;width:22.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nbw4kr8CiPTkx2F95NFBHzJRFPfTRJ { top:18.75rem;left:25.25rem;width:22.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riLIu44Pvr5VqgI8dEWy1eMo1BVMFnAt { top:30.4375rem;left:0rem;width:36.4375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uev1LJJ6ur282muUXp7fu9q7gAxaAOgy { top:1.125rem;left:6.52392578125rem;width:8.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 { display:block; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI6TQWBagk98Zbwk2ObRfqvp6acQOMDN { top:2.8125rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWQyM8N1v9L1IKDEDJvZiQ8Q24JJzoo { top:2.8125rem;left:15.625rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWrh5cnNTlIyo2y8nyytMIW9ZL4tm0dh { top:2.8125rem;left:31.5rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHnizMd4WdDNnxtSMy4PwvNzA7s59RoT { top:11.6875rem;left:1.6875rem;width:12.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3lHLRTXWhmRE4OAhop7c8hkXq5T23XU { top:9.625rem;left:16.875rem;width:13.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRtfOpxSmebI3I5HeiA8scgu73twiMTT { top:10.5625rem;left:33.4375rem;width:12.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r51q4KR5clJQuOnW0s2BIzAJKMg8GkpK { top:7.25rem;left:1rem;width:13.875rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKoWmFJZDUINxybPXtldbhKkASCV19tO { top:14.125rem;left:32.75rem;width:13.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdogcEuvl4Km8otXAPT6Qh0XE7unhzU { top:1.25rem;left:34.3125rem;width:10.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSA9fZMI6e4767kTSZy9L5UT5w1lTsL { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGgJCQTXikLt0GlC06tlNnE9r7IBtaRJ { display:block; }
 }@media only screen and (max-width: 763px) { #yBSFqWB8B8JGIE2DVsVhC1RbMDitatJM { top:5.1875rem;left:22.28125rem;width:3.0625rem;height:4.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFEkZC7hPPZT82milTD7ZuJXrobOn0cM { display:block; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCM2cfNOwa3OPl84R6LdvGbLBPml7Vkx { top:2.5rem;left:5.875rem;width:34.0625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMxuF2T1lv0wCSZc40mNOkMRux45Zctk { top:5.125rem;left:12.1875rem;width:21.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm { display:block; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scENo3CwMyDar1hEf8ZAU3DG8oFk2JUc { top:0.5rem;left:13.8125rem;width:17.9375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZwXmqBTW1Aw0Fgyv9GMCr9N2c2oQ0Tg { top:14.4375rem;left:0.5rem;width:14.8125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgNsTxpLq2W3awoWMTuAehTVBhFErDv { top:9.4375rem;left:0.4375rem;width:15.25rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ5Q9MGcKg0cbBId7Uv2lhKMtHk8dkk8 { top:9.4375rem;left:14.5rem;width:17.25rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5HhGRwgDp78o3iIrXfdmMDROAZrT5O { top:14.4375rem;left:15.625rem;width:16.125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplXpgaT2GMzUZs66OuM43zDFt3uSAaI { top:9.4375rem;left:31.4375rem;width:16.1875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTOMDxOon50lhpSIwCKil9LmWX2QMLoT { top:14.4375rem;left:32.25rem;width:14.8125rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQhKdSxAlQDwTX9XLAgarNMXBJHbbMQW { top:0.8125rem;left:0rem;width:17.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuodlhugZ0Qi87SsqTSyMb0MwQNNu0y { top:1rem;left:29.9375rem;width:17.6875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnMdPxHIG4xBb84TwIrhxygy3Rq5xMT { top:2.5625rem;left:37.25rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpZ6rthWhhUiv0dObSFQ5Nu5lvef34TE { top:3.3125rem;left:21.4375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnt2aSDyQILrTDhVpvpIw2IrtWX7UsTt { top:2.75rem;left:4.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMZWskn7JXvtOCghnETATgriTT3pKwD { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L03RlcHsisgH79q2Ft3G6ADbU3mQoipf { display:block; }
 }@media only screen and (max-width: 763px) { #CKaofBbZAW7TnuGS5RNi43aV43rbcpWC { top:12.1875rem;left:0.3125rem;width:15.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA { display:block; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr9zDtxOT9Tg0ESTEzEApxGPVmC7RiwV { top:3.1875rem;left:6.875rem;width:34.0625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWbDvb9Q5MvxA2wSDCKNs1b96QBl5smc { top:5.8125rem;left:11.125rem;width:25.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooXNXfAb8OlhbXruyg1rSx2mc4u9VuzM { top:11.75rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUxH0ioGA1RFi4WILBDDZfqO0RyqxKPl { top:9.5625rem;left:0rem;width:9.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckfalvwU80hdTpyfqD1tnmINO7iA0oAL { top:10.0625rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTrZNue97yFL3xBWQDWFLA6o54iUZO3v { top:12.75rem;left:0rem;width:28.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHQk9a65n7V7RaUGFzy874CmVkIo4TJZ { top:27.1875rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTRfTLI2MfvRXup8sObPrELsN9SgTK3 { top:28rem;left:17.125rem;width:30.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp93IsUT30wxDsIgTWQs42Nn1GeB67TX { top:25.0625rem;left:38.5625rem;width:9.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILaKtDb9Orgwq3ZrbmXxXyGc46M3ALRX { top:25.5625rem;left:39.4375rem;width:8.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7CXppoUzd9dBfOXUeEdfWRur28stcdw { top:30rem;left:18.4375rem;width:29.3125rem;height:;font-size:0.875rem;display:block; }#G7CXppoUzd9dBfOXUeEdfWRur28stcdw li:before{  }
 }@media only screen and (max-width: 763px) { #g7xxWMyTebRGMxppGGdBXMxhRkzpTdxt { top:40.5rem;left:0rem;width:9.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKhQ77aMvSRQkEaVoCesKNdiHsXhLxwG { top:40.9375rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at7BAZ8NFzc3u4ThHQ2SOwybpXOTXLHG { top:42.6875rem;left:0rem;width:47.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPDH8PM9rw6vAonGtZ4cTwKnMWysbJMl { top:43.8125rem;left:0rem;width:47.125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 { top:47.4375rem;left:0rem;width:28.375rem;height:6rem;font-size:0.875rem;display:block; }#A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 li:before{  }
 }@media only screen and (max-width: 763px) { #NUow8n3H9q94WegbUvFH8SqwT8dQsvKv { top:16.5rem;left:0rem;width:27.6875rem;height:5.625rem;font-size:0.875rem;display:block; }#NUow8n3H9q94WegbUvFH8SqwT8dQsvKv li:before{  }
 }@media only screen and (max-width: 763px) { #xxgzlqhvuyzF0eu8svZ2tnO6W2uW7cgd { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSlGQP1cUnTe084bDMOvC1WnWLZH48L7 { display:block; }
 }@media only screen and (max-width: 763px) { #BmTt7oJU2D5iJZ1OIdoG8Gexw1s6C97Q { width:11.5rem;height:3.8125rem;top:56.8125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwLcd0oNwAT2KgKuVrmRPwKJHSe01auE { display:block; }
 }@media only screen and (max-width: 763px) { #AytvD77oLlkwsEIyMkKloTx46JGdfdC6 { top:42.6875rem;left:24.75rem;width:23rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdxwmH3bQZFCitsUuez4hXpu8SUZlFnd { top:27.25rem;left:0rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ755P0kRednoS6Q5gMnT2An1tEf5Gxr { top:11.75rem;left:24.6875rem;width:23.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 { display:block; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8VkM15opEugTlW6JnahlcguVL1UcwuV { top:1.75rem;left:5.875rem;width:34.0625rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsabLLLLIhxAm0Vb0JE2MI80zKEswNff { top:4.375rem;left:15.25rem;width:15.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np { display:block; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDGTUcCLMXtnCyE0dbBOC8N1Z8SmpmZu { top:13.125rem;left:0.0625rem;width:15.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElNfifBowcJTUQ6wsEFOdhXAhcrGvZX { top:11rem;left:0rem;width:20.0625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5usSZnezZJVxAnqD8pUwRLwCP9Glrf { top:1.5625rem;left:4.0625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBx2N7lB64oFtFUFEufCFRWIK4g7iTLm { top:1.5625rem;left:19.9375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSgnWcGHxQdiRM0bvIWPLpU4fBZM148u { top:10.875rem;left:16.875rem;width:13.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgxJUyz01PQsaJ1Bp6tCEJQ1TlzcmW2 { top:13.1875rem;left:17.5625rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLZf6g83GpEuQaOprfHN6st86H96ulkW { top:1.5625rem;left:35.8125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFRTGhA8S9TVZMl4D4fJXwDTWAxHaqOT { top:10.875rem;left:32.75rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD2bPldXrMS2AwALrZ9u47NNk8v9qTf6 { top:13.125rem;left:31.25rem;width:16.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEdrfgENHc9PviFVNM0V2GszeNeWOFtV { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkX2lUpqbyJ91GZLeU9PkK3oDfM0P10t { display:block; }
 }@media only screen and (max-width: 763px) { #wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T { display:block; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE902TTRwLZu8zraimaSQfU16BmAtQo2 { top:2.5rem;left:5.875rem;width:34.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgRILaJGKc1CeGbdZZKo7uNv3oBWHLA { top:5.125rem;left:16.8125rem;width:12.0625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 { display:block; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8Tvthwa4ML1yebSelMqvcsfOX8OMwmB { top:3.4375rem;left:15.1875rem;width:32.5625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #doBaOwhVaM88Qer7mPLHNmXuBlXUMBH2 { top:4.5625rem;left:17.625rem;width:30.125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0aodk7m1oiInWqq2Bwph3PQvQBM6MAw { top:10.0625rem;left:18.75rem;width:29rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4nrsfwneztLdNh3oIivoDiuS2wsdHb { top:4.875rem;left:0rem;width:22.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTWV1IwyXTRFMgnNJHliwPTWgbtRgJr { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8eMlmDzsg9pWA6xohsxUK6EuqMLAVs4 { display:block; }
 }@media only screen and (max-width: 763px) { #NVoizvtsi0gW1eGHgcgoxm9uxiVCBzWT { width:11.5rem;height:3.8125rem;top:36.75rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSShtmZqrNf0p3iorGUtblbpE4ST9595 { display:block; }
 }@media only screen and (max-width: 763px) { #IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW { top:14.5625rem;left:19.25rem;width:28.5rem;height:16.8125rem;font-size:0.875rem;display:block; }#IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW li:before{  }
 }@media only screen and (max-width: 763px) { #Q0lcnaVkns5ziz0i3UT9ByyH7VPdXrRA { top:7rem;left:18.75rem;width:29rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNSxsU2wTGsnMlSQL40c50eJtU2OiXS1 { top:4.6875rem;left:0rem;width:21.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMufb2lLmdni00aMT1T5sN98q7UMrWS5 { display:block; }#dMufb2lLmdni00aMT1T5sN98q7UMrWS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6q4Df4zE3ZfW3SpIUW7NUKrdahJTgw9 { top:2.5rem;left:5.875rem;width:34.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuXNLWCVI4v4Kso3QUEX4nc6ZUkLGd8L { top:5.125rem;left:15.5625rem;width:14.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq { display:block; }#gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rILMQMLyNlGeM9HL7mwr276Oc2LopS2Z { top:13.25rem;left:1.5625rem;width:12.5rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxJfPypRneC7Sm4XxHztf9HKv83r1hgi { top:3.9375rem;left:3.3125rem;width:9.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnDpbPGrCCZ3g8LbVix43WgXo5onDeQL { top:1.625rem;left:0rem;width:15.9375rem;height:20.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhHyREuiPcbfeTBJu1rohRT4uG1UdaTS { top:1.625rem;left:15.8125rem;width:15.9375rem;height:20.562rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaD5JBCyg5EF8skQ4HEf2gggkW926ZhM { top:1.625rem;left:31.6875rem;width:15.9375rem;height:20.562rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyykPZdMpesy3A3F66g2innqFutF3Zz7 { top:13.1875rem;left:17.5625rem;width:12.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTWS2CcNTJ0xKOL570gBowgOJl380Cv { top:13.1875rem;left:33.4375rem;width:12.5rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvl7hN5TMvgSJ9f1uK7BSF9MgT8SFaTt { top:3.9375rem;left:35.0625rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtH1mboT3B8TC96mJOii3sWD22N5FOy7 { top:3.9375rem;left:19.1875rem;width:7.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQaosQgRJPNi3yWZDvMTBHG7HOuI8F2 { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxF1eoTLe7Ezd5qP9LTl0hTfv0eiXTJy { display:block; }
 }@media only screen and (max-width: 763px) { #xgk0pl6qOnOLFlfR2wfQk32paQ8b5CTK { width:11.5rem;height:3.8125rem;top:24.3125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcVLTS5UKTxSI2TbaQG7MstTRwIs0wsV { display:block; }
 }@media only screen and (max-width: 763px) { #EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz { display:block; }#EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZraNygKbMmtOK3TAHWSMfKxNVZTbzC { top:2.9375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKJm3UndQ3Aq8LFcVZ23Iwrv9XbJJehv { top:16.375rem;left:0.0625rem;width:23.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcy2Op0GeBGaHwAO7FDRxJXHSwSR6UMk { top:10.75rem;left:0.1875rem;width:23.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQbbtl0ttt02tPeufLLU68HPdT0wQLXO { top:24.9375rem;left:3.3125rem;width:10.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUlgK75SkAwGSE9SJVrJz6MNdkZu6242 { top:12.9375rem;left:23.875rem;width:11.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51cTz0hN5QLySCy611TfmJEzDRllpBH { top:22.25rem;left:32.75rem;width:13rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chrugXzqDCIDBIDxoQnDIMMokmaTfpNf { top:11.6875rem;left:4.25rem;width:15.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnEKIp0669yhdGny8xSTA1O1Sn336ya1 { top:35.3125rem;left:18.9375rem;width:28.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGgtbk0bXQkAxSEnTUuhUmm6NTipL7SS { top:35.0625rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP4pkEU1mTp4ObmpSUQ9xHFNS0uN5gTx { top:36.75rem;left:41.3125rem;width:6.4375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hGXuCQhKLMqT13xU1kWbzuqWpVBw1O { top:36.8125rem;left:23.875rem;width:20.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAl26yLNzkVBLzCDnJCbXXxAbDmS265P { top:28.0625rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePHTauxpAtS1QrXBtnJ96KvJ9wy5cJJ { top:30.1875rem;left:41.3125rem;width:6.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLdQvim3NhQ6RlU7XcfB7fE6D5cUn8oL { top:29.4375rem;left:23.875rem;width:22.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGWG3e9OCN6NHuofImFUmxcNWal2t4MT { top:32.625rem;left:26.3125rem;width:13rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7TQanNG8JpXS37eyZOcKre09AXgDcG { top:46.0625rem;left:0rem;width:25.6875rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrg5QlscisrE0vZPnAXFqkbGtsutAVeJ { top:34rem;left:0rem;width:24.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4oIo2dXet4esa5m8VTZzs79gTSFW8Pf { top:30.5rem;left:41.3125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZA02oL3vEkJL5uQTiJ7ZUO1yR7sIQ1J { top:18rem;left:31.6875rem;width:14.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u68ai3nzQ4fhysJgdheo1045tloqVnBS { top:18.6875rem;left:33.8125rem;width:10.8125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdgkVoQGkpZ1wfITRSRD8igD1b2Wa2Z { top:11.1875rem;left:31.8125rem;width:15.9375rem;height:5.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSyey5hm0watWHDHTeL7DKSTcSMQSphc { top:16.875rem;left:21.4375rem;width:25.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4H0FnKg6GTliz0b69FQpAgANZk52Zl { top:28.4375rem;left:19.875rem;width:27.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTvxiI9I9Sqn5tyVdIfUh1sRBHTtyQ6 { top:44.4375rem;left:0rem;width:29.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlJDuQHgpgxvdcI4Aucuq9nZoDWxge8G { top:32.125rem;left:23.875rem;width:11.4375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtWZuBXO1aMpO5P0HWTZfNmITNeGMWOu { width:21.125rem;height:3.75rem;top:53.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRlRgses35667bbGGaV95hfT9q3P0qMb { display:block; }
 }@media only screen and (max-width: 763px) { #xNlFkqiMtTD9MHTyUdf0XNuMUAyHmxZ0 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #V3XkltSJmpFWkA9B2zoJG8k7lcX9nTdB { top:21.75rem;left:10rem;width:12.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCD8cyBt4QZFMUKKRFBh4lPF8mTlZdPk { top:8.9375rem;left:0rem;width:30rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsv74IZBzExsPP7LUanVKbBGN6DiiRPz { top:28rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8N7zoJ3kWQ294ZhzTQ61MO6nckc4p3E { top:17.9375rem;left:2.0625rem;width:12.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDlzlGoM7Ls9xkOWAybDdfO4oXRB6nQ { top:35.9375rem;left:0rem;width:24.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUbWg03IgEMC4snlGxPZsKkcNnVfvhK { width:10.5625rem;height:3.0625rem;top:39.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRtDLFZiPetOa6roxe1ECRlxrEu5i0x { display:block; }
 }@media only screen and (max-width: 763px) { #LgRiXuapTslTTvMM9o61pBt4AeI3kkkH { display:block; }#LgRiXuapTslTTvMM9o61pBt4AeI3kkkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3uno3dPXJCq9Mn46S9FyBCnTiJs7Z0l { top:2.9375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUbe78nhZFTkNDJsvZU2ceM94pLwqNbn { top:15.875rem;left:0.0625rem;width:23.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGZr1QvJAdk5XJqOwroSDemhEl6B60kq { top:10.3125rem;left:0.125rem;width:23.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlyeSSCrD3u14PfuZzgFLONGDQJKd6X0 { top:12.9375rem;left:23.875rem;width:11.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhHRPfcSdnlZaBwGuGnybNoT2cGw5B4G { top:22.25rem;left:32.75rem;width:13rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZupWJUeDCPi1C5yBTqylufoBFQvMpMZ { top:11.25rem;left:4.125rem;width:15.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwp4Hu1TgrBwTNLbOn5GB1HsLqi5X0Es { top:35.3125rem;left:18.9375rem;width:28.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxQmt32Dl6Ggkw9vb0r5tw0oEdd9dNT { top:35.0625rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFap9ART88O2ew8liRPtkgoLoRpCLz17 { top:36.75rem;left:41.3125rem;width:6.4375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDlq3wenXRZV37AahnnbnsDLrwar73r { top:36.8125rem;left:23.875rem;width:20.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u973Ml3l1zMVMqlG2kAbpmLwiTfyoVQA { top:28.0625rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLsXhzFJcPBSXBI2EVxBfECPzvzla6lw { top:30.1875rem;left:41.3125rem;width:6.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlOPthdyVi6E1USPThWzvy55BygyCOcD { top:29.4375rem;left:23.875rem;width:22.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlh7FqPReyfnbqEB6kqWRqpBZD0Rz0AD { top:32.625rem;left:26.3125rem;width:13rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f99bo94Sg0R8EkHIuKUazcurgtRZAxZ8 { top:46.5rem;left:0rem;width:25.6875rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzrhB9kVUMqTGNWrUpOovkiSCmSAQeqy { top:32.1875rem;left:0rem;width:28.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLmTmSkZ4vhUrXyytlatwxoiZu3TkkW7 { top:30.5rem;left:41.3125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHr7BzlrSAgnyucSNIU3xOgtF0yV04ur { top:18rem;left:31.6875rem;width:14.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWgpETLLnHubh9siSEWTpro0sro826eQ { top:18.6875rem;left:33.8125rem;width:10.8125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuCg2yu54HXH44UlJUQk3q9NBSvNNzi4 { top:11.1875rem;left:31.8125rem;width:15.9375rem;height:5.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmJlRxUei8LymEkwrwBqyOEva1KE6Ixm { top:16.875rem;left:21.4375rem;width:25.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d17ydSMzl5ID44I9FnzwVzHq6KvimmUP { top:28.4375rem;left:19.875rem;width:27.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKF2W0DlDVd1xhUzrB6ViLKnoZ9cD7yH { top:45.375rem;left:0rem;width:29.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ9NPfdzMTTls62OhzAL9TifBuxON6dt { top:32.125rem;left:23.875rem;width:11.4375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUK2Bl68BH3UB6VabTJBe0ESff0mxPJ1 { width:21.125rem;height:3.75rem;top:53.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxF6DdIv8bPx4XbtzMWI8QOByEnaNxRR { display:block; }
 }@media only screen and (max-width: 763px) { #VORXIzgoxySxyUzgidXuqVTaX7s1FW7U { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #rgNk0lHqfNOIcyZz1emLuAbao0ZQgfmD { top:22.6875rem;left:7.625rem;width:14.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DquE3wNNPsKFQet7d8yCuZExdqCU3VnT { top:8.9375rem;left:0rem;width:30rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQZCTlMFLS6DL6kU8PB3KxgaFKh05aJw { top:28.4375rem;left:18.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFilpSZRhbk40JZMqBR1G6MMyEGTisFH { top:17.0625rem;left:1.375rem;width:15.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkHgbt6ZTedh0pPdkx4tnvZSgtEotLOO { top:34.0625rem;left:0rem;width:27.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBL7drscQEWpdMlbKUfnfUZEHf5wyP10 { width:10.5625rem;height:3.125rem;top:40.5625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4AzqAlKPzcR3spc4GuMt9wP0KXWEK1M { display:block; }
 }@media only screen and (max-width: 763px) { #eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx { display:block; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vswUT1zNFFLX1rayWUb4yZBywB9s15oK { top:2.3125rem;left:0rem;width:7.875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CweVPv8EBzM4xbDs5RkC9JI3rwehxRSP { top:18.6875rem;left:1.25rem;width:13rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScnkXNpId0DT87RvHJzklX2rIQQEi1z { top:24.3125rem;left:3.4375rem;width:12.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBmawV117vuMCy3ThV0wPtqAAmzppyO { top:16.8125rem;left:0rem;width:47.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbq6rfAD4cTaLPH4dDHNLEC6W9nMpT3F { top:20.1875rem;left:19.8125rem;width:27.9375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSWSLXuHy1ikmZQbnKUkKqIhOURsZ12 { top:3.0625rem;left:8.75rem;width:36.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skc7hLUclMS6CJ4C3dDXhl4kTaV4z8Da { top:0rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqBFexAd3smccTPp9lfgwNT8uI3cszaA { top:18.6875rem;left:16.8125rem;width:30.9375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwEvzVAxT72zCmNQvt1ktlTleATrb9yp { top:10.5rem;left:7.75rem;width:36.875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxV6dvmWlHsRXRL66BS3kIoDLvcFf6Um { top:14.25rem;left:20rem;width:12.8125rem;height:1.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGIlsiZPwp9MKfALTdXc19ScKPTC1ztB { top:35rem;left:9.625rem;width:28.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuqxbGKlIzywEUpvLTiIb89OFfxzEDfA { top:3.0625rem;left:8.75rem;width:20rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I36GV6EE1ML0qSrJ1XgO8CFqMo9I4DDs { top:18.6875rem;left:16.8125rem;width:30.9375rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #klATPP5NLFgRI9oVmTRzqPhqSdB98k74 { top:2.3125rem;left:0rem;width:9rem;height:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiqTJ6iwkT5rv5Nc6W6m2r9iwtpqHaND { top:18.6875rem;left:16.8125rem;width:30.9375rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvNUSJGKEnexc5iBp4aLWfqzq3GNHKLh { top:20.1875rem;left:20rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv { display:block; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md19bHwc06t8OQ66DVJcHIZUQFTGUWBZ { top:9.0625rem;left:0rem;width:47.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn6O6itEKf6ovcVXa4LQTdrUFppxzluP { top:1.5625rem;left:0rem;width:46.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicLRTx90y2VOUk0MMkPh9pLkefm3RDK { top:11.25rem;left:23.875rem;width:22.3125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUObTF4h4UovRg2Nb8lE01ffxJFyfErc { top:10.75rem;left:8rem;width:14.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Gdk9pOXJOaOikfwX443fyq7T1nrx36 { top:14.5625rem;left:9.4375rem;width:14.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2KEAC2uTBAbcWCrJSZfA5qT7IdsxmEE { top:15.9375rem;left:4.0625rem;width:14.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzmeNTG7JJwwE8QHozbTCK0NtrcoQcux { top:18.3125rem;left:23rem;width:24.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEBbtDPx9hLuaypJSGCiJR1F0H6JtWZC { top:5.25rem;left:0rem;width:46.4375rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0aKUkAAOH9PTa9gEw8xpRp4lughg8f7 { top:22.125rem;left:23rem;width:24.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 { display:block; }#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmV6hfBb8ldFTysMpe6DkqfRq7GMonKz { top:4rem;left:0rem;width:23.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeATwEnkeFAaQd7JApsq4tllAs3DXCmH { top:2.9375rem;left:28.0625rem;width:19.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdNqdKhNvX2zPvdJiExOd673BtREyC4S { top:6.125rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAVbo13atSly3uhyKWaXfNXHQvu17Kx { top:5.0625rem;left:40.3125rem;width:7.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUWyfnDkEvz1cNigZU32NEoFrBE57Zmd { top:11rem;left:39.8125rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtQeimi35sGM9GZlr0ytCNGOftaSOKH { top:13.5rem;left:41.5rem;width:6.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55y9TuaDt4VEEHB1wVoTfVHL9fZJ4bB { top:14.875rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8O7zQAR5Q6w8nOHZpgu9rP8snmfKM41 { top:10.0625rem;left:34.9375rem;width:7.875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDR6csOq21rAtOZQndm9h8TtRzxMHZR { top:18.75rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqPmpXqdXbDHQ7LlK7Nn1bAdhemfZp63 { top:18.75rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLJdETTs7ggHANz3QDncpZpRAg0EslE { top:11.0625rem;left:24.9375rem;width:12.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzeBfWpEwUt4gSD2DAk0zMsQolssUR0p { top:6.125rem;left:27.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJxvdyr24wccUeGx18K1u0RANyxHhsT { top:9.625rem;left:0rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOybHPkfqWbr2bPfqw7U9BdpJbKhHuLa { top:4.125rem;left:28.0625rem;width:19.6875rem;height:2.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtDsMgpz5hbVJAFNCAgsw380Tb5vyHKF { top:4.125rem;left:28.4375rem;width:5.5rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FC4OtIfFswPDzIeWUv5xvpkPT7aTanWw { top:2.875rem;left:4.25rem;width:10.1875rem;height:1.4904418355774rem;display:block; }
 }@media only screen and (max-width: 763px) { #zedcAuPFRklRgAUDTMAmy6u7ymtrRTrZ { top:14.25rem;left:2.5625rem;width:14.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83p6khRDbgyxfrT5qm3lVDvvVyWosqh { top:16.4375rem;left:0rem;width:30.4375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxTaAoRSkf7gePiBFAUeuALJ3XhSrxua { top:17rem;left:28.0625rem;width:19.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlBW8KmxuxFhGpQrLX9T7wgHF9Sf1WNm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ { display:block; }#VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucWWC8fsZSsluk18t6Tx3xKeuS3c02fB { top:1.1875rem;left:0rem;width:47.75rem;height:13.4296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB { display:block; }#TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkPO3XB6ahHhTEkRQdcTG21auwAPbgpu { top:2.9375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJAckxLecPI5UKSHucumOIOX8HmZuku { top:19.75rem;left:0.0625rem;width:23.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeuSXoaqOcQT0PfZxToUh6HXWwszRknw { top:13.875rem;left:0.1875rem;width:23.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TrPxhAyrdhyZDV0xVLL4p7tekTw8x5 { top:28.3125rem;left:4.125rem;width:10.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4mXZdhCvppThVrL0NCafpJOkRBJcUR { top:11.6875rem;left:4.25rem;width:15.6875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDCX08Q9nJNqXfyicve5pTH7y3cTOTJl { top:37.375rem;left:0rem;width:24.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOzI7QNTWZsnvX19HrKvCRc7IVLVnTAm { top:32.125rem;left:23.875rem;width:11.4375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFXPrcbdiTW7L7ZW2rE4HXIG0uvFPtcJ { width:21.125rem;height:3.75rem;top:56.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSKIbgdQV5xJKlE16v0lctgrGrOtLV9 { display:block; }
 }@media only screen and (max-width: 763px) { #O5tmtl6wd07sidUxV1KUhPhBJi8DxsMd { top:25.125rem;left:10.8125rem;width:12.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdTD4gJFQg0EE3psNXTyw7rXQL3vm939 { top:12.3125rem;left:0rem;width:30rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu0NTRGdJHndlB4mTI0i978QLPHDOX5q { top:21.3125rem;left:2.875rem;width:12.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdKEmbydZAWRyTPdEXtVA7RTEKgAzbx { top:39.3125rem;left:0rem;width:24.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTVLmIxpTxh06TK3ePvPBIJ18qEIcP6 { top:12.3125rem;left:17.75rem;width:30rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiAbKTLn5UT1O9SsruTGG1J2kIrgtpWZ { top:39.3125rem;left:23.1875rem;width:24.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwLrtdXnhn98omnBWrm9Bmo2vlZbN9vA { top:37.4375rem;left:23.1875rem;width:24.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQbhr3SITsVeHP70d3vFfyal8zgmXPOn { top:19.75rem;left:23.875rem;width:23.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNChyab4TLRJapudyFB5oyaoreLZA0tX { top:13.875rem;left:23.875rem;width:23.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN6NgRFSqgaEDH5TXW64QohnGtRWxUNz { top:11.6875rem;left:24.375rem;width:15.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRl6yT7xcZhvcnKe5hBZ1elfsmkTO0rk { top:14.875rem;left:25.25rem;width:15.6875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO0KA2x6xyngBGgQFdLJSQyCoxSBa1R4 { top:14.875rem;left:25.25rem;width:15.6875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpyKsbbW17izFmxdDUkBrwrdKU1VpntK { top:22.1875rem;left:23.875rem;width:22.0625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnt5D9OZdBKEXTTtA6k9kRBHhefamBov { top:51.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfIdzxtXbLdUFcKLpOcAs32SrTHBsTQX { top:16.375rem;left:23.875rem;width:23.4375rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBRAbLLAKfbZldz5ge4DDqvvGDFkD816 { top:14.875rem;left:4.125rem;width:15.6875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLi7sJtVguVv3TymuThOUnykLOJxeNQu { top:46.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTdfSSdmvsJ7vC37QvVnuamd68UkGh4 { top:65.25rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb { display:block; }#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rifun07kgA0STHowwvkMNfkoEpOQ73kh { top:0rem;left:0rem;width:47.75rem;height:16.115625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygs2JWdeIm8ETutPC1LamX1Q47Jhim5M { top:0rem;left:0rem;width:47.75rem;height:16.155416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ690GVN210mcb2nKHnPLqWl0o68ylEq { display:block; }#UZ690GVN210mcb2nKHnPLqWl0o68ylEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URMzw797Q2x7uIB3sr9t3Bfl8pin5EHK { top:1.5625rem;left:1.8125rem;width:44.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTWudEd5J720fuPIMTevKz5fvFlTfSr { top:4.6875rem;left:15.9375rem;width:16rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpmhr3HpBZxgpgPNlZqhrEVf0pIG5DGz { top:30.9375rem;left:5.9375rem;width:15.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPiZHeLtwATUcfQ4809TlCFAfGSdUWPR { top:30.5rem;left:21.5625rem;width:20.3125rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGn0vwogR5QrElLIXdtUn6h7olF8qrFd { top:5.75rem;left:4.25rem;width:36.9375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIuI01m9119ks5BfCylF3zh7LDBTPcxT { width:8.125rem;height:2.875rem;top:1.9375rem;left:39.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT8wgcWT5tWNEXLG74y2JLFx9gBnQ9bF { display:block; }
 }@media only screen and (max-width: 763px) { #lPLJOufeF4h2J8WpntD5quzM4C5Mnctw { width:11.5rem;height:3.8125rem;top:32.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1R2oRrWLUqmLpKNnRA7Az1oRfZOGQL8 { display:block; }
 }@media only screen and (max-width: 763px) { #aquHeJE0oOvghLF9VLB2RuH79e8lB27y { display:block; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FR5ssK4C9So2vs839NEXSEDa2TbJuUAU { top:9.0625rem;left:0rem;width:47.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Etx1iZoZCDSibiEywd6848d7iv63Re { top:1.375rem;left:0rem;width:30rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Tt810ITz1iNwu90AdT0TWPbLgIQLbV { top:16.5625rem;left:0rem;width:24.75rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR7Iobv4ESxSurewVZs2PPnclovtbVE5 { top:30.25rem;left:23.875rem;width:21rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebrzi72TvXZWfBnkQqrtJ4UbWosOUVNT { top:26.625rem;left:23.875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3TTxOzl6yN5rQHRlBo5wOGnQALQvwib { top:13rem;left:1.75rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRpfdp6MekuB3kLB9TEmtiQJTrf3Jb0x { top:24.8125rem;left:0rem;width:47.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIK4cdGRVg5PDbVm5B52r7ruTMFFVo3O { top:39.1875rem;left:25.4375rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyoQbl9Mle33sgnCXaJcaTT2Omb4REci { top:41rem;left:29.5625rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16F9i6Mzz0ksZ2ucJSOwk4C5zIadRBv { top:40.375rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvvA4t5etFWlR00nZ2JXLkNQZfaHCf4 { top:45.125rem;left:20.6875rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIn0bMD9G2DtWUdsFTUyo8h6KXagiwQT { top:26.625rem;left:1.75rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUgsm3WonQAcO7r6pFvmRvvKGb7W6Sdn { top:26.625rem;left:15.875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIUI5KaMtIEf4lBoeVeUhCVBlH9T9oXq { top:35.1875rem;left:15.875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKcHN7oUiW3O4QUsHb14LcJeyhI6dTy { top:32.3125rem;left:22.75rem;width:25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyqVWLpaJXT4Myd2MnO710M9ayUfGsNO { top:13rem;left:23.875rem;width:18.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfM1wI6a2vWVw6T1O8dsG1USsu1cTveS { top:20.4375rem;left:0rem;width:22.8125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcIl7x2OidvXGNWlEH8TZ8RgfTtTEs9n { top:5.3125rem;left:0rem;width:30rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ { display:block; }#CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NynEJTIrwdM723yApWJnTzIVVRNVxknp { width:45.8125rem;height:3.5625rem;top:22.0625rem;left:1rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kvt81OXxi44qDKeqZCZfoo0Ct5zvRPnL { width:22.875rem;height:3.0625rem;top:17.625rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #suK7wHShkGF1R5xwTDye0U6HC1fL3wXc { display:block; }
 }@media only screen and (max-width: 763px) { #R8ZX64CCAkUyqRrnieiF0sTcTAKTSEQo { width:37.375rem;height:2.3125rem;top:3.375rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWKXMkLZPiMrLfv4SsBFTUTdqEXZ99NT { width:46.4375rem;height:3.125rem;top:13rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XtvhgriI8sMrJfWNmLq4hqQKv4zUMf { top:2.1875rem;left:0rem;width:47.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ala1mwh7HW034kFl7h3Zgup6UmpyCHxf { width:38.4375rem;height:3.875rem;top:7.0625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC2LAC2ELlClWpa7wnHyTHytINuMRVWM { display:block; }#fC2LAC2ELlClWpa7wnHyTHytINuMRVWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRWfGMnwLIxNbRRQpR3ov0K6xDGAg2r { top:3.0625rem;left:0rem;width:47.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWw2TIv4e7GkP308VeqrZWVDmQbzilCO { top:5.4375rem;left:0.9375rem;width:34.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8tyD60pw1RzlRgPQZTQNyNq6AC9HIwH { top:8.8125rem;left:0.75rem;width:34.1875rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWNmszhQLf3gtk2Fip5XOcGP0GkPJgNN { top:12.75rem;left:1.125rem;width:33.8125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMNDlrvTL8qMFy2acf6UvhMTCPAyi3Re { top:11.8125rem;left:36.3125rem;width:11.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhAv01g8549Q4euKrGVDAMXo3efEOJNm { top:8.125rem;left:1rem;width:20rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2vXTTZWfEZExEWs0ePTeGuGu77Ba8X { top:14.875rem;left:1.125rem;width:40.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQ0awOGtNp3PFHTxWTC0yQmKGIqvuah { top:17.0625rem;left:0.9375rem;width:40.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmAd9MTW2MIh7qcB1vuiauE6imdl8HPT { top:18.4375rem;left:0.9375rem;width:40.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW { display:block; }#G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #py4n7QeVvNX1ZFJD0yOTmVXvSmX2xv0l { width:43.3125rem;height:4.625rem;top:9.375rem;left:0.99853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2Dv7aINV6VpfwFU7bpDKE5pCLMLi8I { top:0rem;left:11.125rem;width:25.5rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqVOTGXwUinZyK6lQvLy2sscHHZePVp { display:block; }#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0xwc9nAZZnh2AVeACBT9ZR2bGgExtcu { top:1.5rem;left:1.1875rem;width:45.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkC9aQO5KnTTlS8u2cGONz9cllFV7B1 { top:11.8125rem;left:3.3125rem;width:41.0625rem;height:7.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPp1JyLOeZTIeuTgvky0sB0QxpsFtpsP { top:0rem;left:32.4375rem;width:15.3125rem;height:5.1871818773674rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bDINTXmF9cGe7RqdEEAU53BbAwQpzC { top:21.9375rem;left:0rem;width:41.4375rem;height:18.8745rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5w314RkWA1VBBId4394HTWPCTIRwVVS { top:15.9375rem;left:23rem;width:24.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz3R2Ext9GbZtS3fdqX9FT9UHXngO9iV { top:24rem;left:30.5rem;width:17.25rem;height:9.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBmiObAD5922oWZT62UeyCmHio5AG0Ac { top:12rem;left:0rem;width:47.75rem;height:28.456595578641rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv { top:28.125rem;left:0rem;width:29.875rem;height:;font-size:0.9375rem;display:block; }#lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv li:before{  }
 }@media only screen and (max-width: 763px) { #r0OG5rRTUPUtwO2siJXTb9s31STHuPvX { top:41.375rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKDZ0swsXepSHSQFOfmcJUyAhOeVyxK { top:33.375rem;left:5.5625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV { display:block; }#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArmbkSt3RPVkTcngsBipdw4T6BCshK9U { top:3.875rem;left:2rem;width:11rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmiEF6JN3uxZhXIkfg9TrzoKcpobdMzJ { top:7.1875rem;left:0rem;width:22.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6ilpL1w6AkQCCKKgVE83qh0vziLgsM { top:14.5625rem;left:0rem;width:24.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhETdDe9Em6y7a18zP1VUzTFttxpTiz { top:18.75rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UokUMzL7BoJLgOQK1aw2IGPuS5zkkpQd { top:21.1875rem;left:0rem;width:24.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpudpn5ZlknNE4zbB6QKRB8ZTQZAKNQI { top:3.8125rem;left:6.125rem;width:41.5625rem;height:35.321846902984rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgleCPcv54109ttmDuc28JoqXMtL636T { top:25.5rem;left:0rem;width:22rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgrBEfZ1AHu89QVtOFBWMNuafKsz5IT { top:37.5625rem;left:0rem;width:36.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO14BpOpfvX80PXRPMFpHTnaNTQfzyBT { top:53.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG0x3KEa8v14xMoMLE6kT84peHSV69fD { display:block; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNvARaZrt796eJQwHZfPAdsIfZqzfcUe { top:10.625rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTdXHIBImlNAWyIlmBTKU1tiZXtfcP3B { top:1rem;left:0rem;width:37.5rem;height:8.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IApIH8C9mBuy4ndf0qKx9MfWL91svfTz { top:18.75rem;left:0rem;width:24.125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkhZTFtIUuTWFXpUdbb4df7f7UnIno8K { top:33.25rem;left:20.75rem;width:27rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK1TgF4V34XSaw7gvX8TRul7KPdffLr8 { top:28.375rem;left:23.875rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhN7QC2Hvi5dfJGtlsNfbqiwJWRqMPdh { top:13.75rem;left:2.9375rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfnoQaHLXVNQC8gGfvkwy0w47Tc231Dc { top:28.375rem;left:0rem;width:24.75rem;height:15.336331714493rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnZLvRXzE2J85WNdGt2uFRhvWdT92rL7 { top:12.0625rem;left:21.125rem;width:26.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJDmQFQnrm7tsdOwz1iTnKCSRvmPV7r { top:26.4375rem;left:0rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2uhc6KyFzLDJxd86XxCBzMsHOXUqLr { top:39.25rem;left:25.625rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPxOsi02tzStK5KR6fU0xIkEuhFu4bID { top:41.0625rem;left:28.9375rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT3LcdLJwAuX4GATTV9uepbemFzWWn3b { top:40.5rem;left:20.6875rem;width:27.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTiZzXNB8WnrQwObgqs0n90u43aDlddL { top:45.75rem;left:20.75rem;width:27rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c { display:block; }#dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqObyniRzxpncEZcknHVP1DK2vMyhTGU { top:-3.125rem;left:13.9375rem;width:33.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJKQNn8xTbr4fKlgsHbN0gTSxIZmkkfQ { top:2.75rem;left:0rem;width:23.875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZeWuCwZvyFUi1UEm8QMD7FSXTvSeJ5b { top:12.5rem;left:0rem;width:2.625rem;height:3.6017718774643rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDA6OVyJn2fOzL7r7gZfFcaRTPcC5ld { top:3.6875rem;left:0rem;width:1.375rem;height:1.9127434994348rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTzLTfgF2o4n4nEIKIHrIMakcEScOGp { top:3.0625rem;left:39.66357421875rem;width:2.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ92TBIpZfeNvuEzwDxEmIwHHISX29H0 { top:3.0625rem;left:0rem;width:45rem;height:13.811625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONRMmohmpVrfb8IVrrPm7b6K3WnCI2H { top:16.875rem;left:0.9361572265625rem;width:33.1875rem;height:7.4861555466163rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgJSkbviPU4rXKOQ6Ip5Zx87zq92VEGr { top:33.3125rem;left:0rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1IIO84lRJeGaXlkIb5hDL9GdUc0ige7 { top:33.25rem;left:19.406616210938rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKFTCJwlmSKXti31Nmk0soUmGRacV8Zh { top:32.75rem;left:38.875rem;width:8.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8aqR3kKv4IZqivfn5up3StbKERgAfTr { top:12.5rem;left:21.8125rem;width:25.9375rem;height:13.280501795691rem;display:block; }
 }@media only screen and (max-width: 763px) { #O75xWoUZWI4xCcsX4T46Orrc2BXwFM6S { top:-2.375rem;left:0rem;width:21.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxUwiMvywpi1Np2U64Xw3v5HE0mqQ1yT { top:27.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8oGhtqkfZVb7LT8sqeq0NSTebT6HRaC { top:39.5625rem;left:0rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG6kMTm58f75dd9xXSuFnqPS9Aen5CPF { top:38.9375rem;left:0rem;width:19.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #np6KPZazKfbTxngcgkuALr6i6ToBvVTo { top:36.3125rem;left:0rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDnMddsO0bP4wI2eG66K4rVrdqVZ49X { top:51.25rem;left:0rem;width:18rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLHtUTNsttOposIq8qxFCTw3T0HhcOg6 { top:36.3125rem;left:14.750244140625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2RcDeUvBu7TdidT2r5tiKp7k69H4Vq { top:38.75rem;left:14.7490234375rem;width:18.1875rem;height:11.211779774788rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8TWl73ZWEwTr9Copxz24ps6FXdg8tU { top:51.3125rem;left:16.3125rem;width:15.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV9tyliZCsTbSgHqkT8pIhxT4Skbtxri { top:36.3125rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQqq4pGvpwLZlqsDgXnGk1fgSZtRPiS { width:24rem;height:3.9375rem;top:61.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgzcFkrfvyTaCbrF17CyOw5VxoTnBUgg { display:block; }
 }@media only screen and (max-width: 763px) { #wRBPCfEVTI9BNM3LKfQV2WtTvmgVoB4H { top:56.8125rem;left:9.4361991882325rem;width:28.8125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqD6sJVp3LueT7ME7UHl9g2AMgTCBu7A { top:38.75rem;left:40.8125rem;width:6.875rem;height:11.086739612238rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS0m7EdaN3oKLGBMkBgkTXowEoABBQCV { top:51.25rem;left:32.625rem;width:15.125rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Ls1cEEOQNpl55CRlbPKRVlzuDrt4VV { top:92.75rem;left:0rem;width:14.75rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB { display:block; }#TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcDXeH17Aaa8LoT5qw3zR5slT3nst4KT { width:20.8125rem;height:4.0625rem;top:43.25rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6vBNuPMHGLs3tIeMIymBIqhvI3tLoR { display:block; }
 }@media only screen and (max-width: 763px) { #qQmzI7nqBJnv2C8K8VqnCbQ29sRKxGPU { top:8.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBSMJuVkTTVC9KLBIn6FhhLDtxbIx4tx { top:1.25rem;left:19.976684570312rem;width:9.5rem;height:6.2710754388944rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZw4q0eu41piwtSc7Gah0VI4XeXG4Ldg { top:11.125rem;left:34rem;width:8.125rem;height:10.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfAbghHGFECM5Gwq1IuNUHJmJeUTbi4 { top:14.9375rem;left:24.25rem;width:13.5rem;height:7.9007152337413rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2OA89uQZG5FVnHHARAmgaIZaRDVyTw7 { top:11.625rem;left:0rem;width:28.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7m3STW0WV7v2mqQnbgqoGgX2mH2xLOX { top:25.0625rem;left:0rem;width:21.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAnwL5QqlJ2Wxg79RaiRyb4qU22TiJZ0 { top:13.1875rem;left:0rem;width:8.1875rem;height:11.165449421177rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9DQd6wk0v2Hm8i4B3vIraEa5hCeEAdr { top:13.1875rem;left:5.3125rem;width:8.125rem;height:11.164463037039rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqu0P0vcg5hLec1MCgdHgoXXSe41bvcH { top:13.1875rem;left:11.875rem;width:8.3125rem;height:11.228332985059rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU { top:29.75rem;left:0rem;width:24.0625rem;height:;font-size:0.875rem;display:block; }#O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU li:before{  }
 }@media only screen and (max-width: 763px) { #BXCIrHawBhApZUu0vDPmP6FJcPPRLcK2 { top:25.0625rem;left:24.5625rem;width:23.1875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr { top:31.375rem;left:24.9375rem;width:22.8125rem;height:;font-size:0.875rem;display:block; }#CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr li:before{  }
 }@media only screen and (max-width: 763px) { #kvTdAeMVWtwPixoqXUNzz4qHg6edFHyg { top:10.75rem;left:39.4375rem;width:8.1875rem;height:11.166295403919rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8HU5hTIZvNpeXkNezQ4NIz6Hqnakzf7 { top:9.5rem;left:39.4375rem;width:8.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6b2XfuElDHAX2LTwKvWvmvIhRm5CaTG { top:11.5rem;left:19.25rem;width:28.4375rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH { display:block; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4GiTrek5RkEe62HSNbvw2WVqV4b5J9O { top:2.75rem;left:11.75rem;width:24.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pCrQ8XyFq9lhW7DuMn6p2I6LfzdNAt { top:8.5rem;left:0rem;width:47.75rem;height:5.3005218216319rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsTXRQTezW8yGaU7qWRcyVtWtL4pTn0 { top:14.625rem;left:0rem;width:47.75rem;height:4.2532660332542rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQMfWbn8HJmBiXbQ3D8aBNFgTFLaeVVx { top:22.6875rem;left:0rem;width:46.4375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDmNZn5KTLH4TE1p1qvBF3gp2nKPUGkW { top:17.8125rem;left:22.1875rem;width:25.5625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBiLbaMbcn3srm9hRS0ZQH9uG17lcm3u { top:35.375rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14FWRnl1sK7p5VNuTZn7EzUKZzCTbLO { display:block; }
 }@media only screen and (max-width: 763px) { #K7sbbr1dWp56b8M0xPueinflxUQeBhvo { top:35.375rem;left:13.392578125rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6U7iT9nDqxR94v7C6uyDRQXhFnXBiwu { display:block; }
 }@media only screen and (max-width: 763px) { #ypUPA2BlCkDC0kKFdp5InEZsHnyAydvA { top:28.375rem;left:16.048828125rem;width:7.1875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXB1wMV8DL4ibUm23frAu1PUMTnOsHWf { top:44.5rem;left:0rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg3n64WrsNz6KO51EwMram6PEQxQT0bG { top:27.8125rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f { display:block; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJp4Wevg1RH9ywlIHhGSDuQlvAtinaoP { top:39.9375rem;left:8.25rem;width:31.1875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqngJTETZJl63xBqovRTZXydAAUFuEO { display:block; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSDkr7m6RTlcv6ABZEow5AxkQfImTJfK { top:21.8125rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXsE1cgcucFiQFln8PebB9emvOqU0c5 { top:22.625rem;left:8.9375rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ai2wA9tkRAG7I95lOKkKWqvQXOWgE9 { top:27.75rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm1mgwR8UiaLP6cc6ahwnfZyQ36klma { top:28.5625rem;left:8.9375rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1qEqTey9OlXV50R9P7UDM3wGWHXVHT { 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) { #rd3Tp6vz6BvOlSablbTE5DLef5848Olw { top:40.8125rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT { display:block; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owwUwUQBTE52f5BIp5xIsF8OoWBTGwKb { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5S2Tq5HKqsymRodbW6FZFSo5xV1Hmmy { 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) { #Mu8xfkPQ0ilvPf49N56RcTQHlQWTn4r7 { top:50.375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xM33PCC8H7ce2LaeRzeTWpoJd5vSvk { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl19p536oetiF8F2sZzbxRfBfL726TDR { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtZbCLIoTWFOGQaoavxy5hXPbLHd2Hed { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V41vxWPeMet8QffoQdla1MUTuDdEuduJ { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6nvMRRfMOA535fWFG48NT5IIxcLcWgL { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzSMg2dp0bWzrqilpMD4TJ7ENooJqWsm { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTW6eq8ZAoEyUV8QZDLN6vd4aNWKIi6 { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1oimxN0ynSGTMmLXTszHJCb7Vfq0ZwP { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s649iF4GIATZlxtkgyS9N5RBGXci2LSd { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSFTDlT8q01XOINsng7iq73rd1ZmhC5u { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9TehT7Nx1ZbRTd4zisKCwwbRhnl7ls { top:30.1875rem;left:5rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oel0nwBkGbgLD20SB4CWpLA0ZNV3oDyQ { 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) { #vElTywiUtJbdsk6CM2EIPin7RCLUzFSu { top:22.9375rem;left:25.875rem;width:21.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3m3STsBNM0e86XBdop1ADIQFQmQVGqS { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH77FNaKUbhM5CtmluJci7VqWTfUHIUz { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alAagltwbu0J6zotPCK4SdbBsApvFuXS { 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) { #g2ia5J8OJrdekbkcnVeeiP8cMMzqBNhd { top:38.625rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD { display:block; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OktuiMn0BIZW7KykNch9U3S1WDa6huAs { top:30rem;left:0rem;width:25.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWk1U7BSda1MUQMJTmn344DWTzsOnGvU { top:30.125rem;left:22.0625rem;width:25.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz { display:block; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4xx4Isk9SLoXFhdVIZgCuQezDM1BJsq { top:4.4375rem;left:27.375rem;width:20rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAwL4uHog4GZMh5OaTdTKLIErzfNcET { top:4.625rem;left:0rem;width:23rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMycthBH3ipmWEoDUW8QfzpSfxhE0iVV { top:6.5625rem;left:0rem;width:19.625rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evyOWF28MFUhHn5iHVnvCHWRRhTU0XVx { top:7.9375rem;left:0rem;width:19.625rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbZf53wq4doEEwHq8KuHhXE37idUGn5v { top:10.625rem;left:0rem;width:18.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82vPgUQsuJm05IMNwLi01XsXrIbafDG { top:12.0625rem;left:0rem;width:18.125rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkpACKxWogxTHeWEbG2kZ3MIqpEZuVqd { top:15.1875rem;left:0rem;width:19.5625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG { top:18.1875rem;left:0rem;width:19.4375rem;height:6.9375rem;font-size:0.875rem;display:block; }#bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG li:before{  }
 }@media only screen and (max-width: 763px) { #MfefrA49WkXEIDSkRJE1lcNI4riNboJm { top:25.9375rem;left:0rem;width:17.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .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; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .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; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #ylACll247BakXH15sMW2DwKkEtPeTyDr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #TfITqtzJTnd9zyXVe0qb6nPtS3ghazRl {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #mWaUEcqwbwTAplxmUkT89zAstrViMJzW {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #lWyesWxXq8SItn3ry5MQQtPb1yuioFnv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #zqsJQp0IlLSTkoTJc9nR5qL8Sg6LPvGM {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #NNxeKqgF2ZyJ8OGUzx0wwC8avVQvlVZ5 {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #ZvqZKmvkTq9t3zFDgU2kN03svL0FazmT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #Mdmgfs19QKdKGH7uRdOpT4thTbckLVO1 {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #M2Dkf3FerKIB2uR5X16wwOUhHiILBh8K {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #KR0FriPdIkPitLqVPuSsLpZtfT0JUAyc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #StRygs2NZA0Qg6Qn2rSwSyHmxQfZBWux {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #qLrRtrtydtvH2T8xOzAeTqvhapmM4XkZ {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-regular-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-text { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-textarea { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-select { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-button { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-checkbox-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ  { width:23.0625rem;height:auto;top:9.9375rem;left:22.1875rem; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .radio-container { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ {display:block;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ { width:23.0625rem;height:auto;top:9.9375rem;left:22.1875rem; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #kx5TMLkOSKbBLU8BtV1BRk9mDenFH68Z {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Ssls5QM7e1wzdnSEDUE2qbWSfk8Xf57q { display:block; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #uOWcA1Ovhab4SH32zQpAErKyEWqaX8QO {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #aZEVqMZcMQqBV4ycuJEBqcMUyS6w5pIZ {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #cRyNeLsRKJUlTNltnM0yDTQSJzUTZkzw { display:block; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #AcEecAbewmDFTh3cOtZZdwyiktpckIdV {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #dSMkUTT6S3BuTadZiQTacmeDC0GOIwKP {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Rc9GqdTg9TfK38v9q6ZeOnEqmPcaThir { display:block; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #nOZtXv77d8EITm801fUZTnRVZWC3OPL8 {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #rwoR8hgeME59Dmunb80ATPz2KDhP2TBX {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #oTrrmQZKe8W9uvBLghJtw5NCnXfZZf27 {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #qSsGSKfMehcOTQOnF5MNCZbVC1s8w2OM {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #BTgkp7X6qM27tLfFoxKMKMfdHDo9eGUn {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #dZFnbnf0swdEcQf1Xqe9BLgO5wT4rAeC {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #ftkTxmVwDJlNlMM2sieCVHh0GFBxUaS1 {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Pr8u8iGR8WhnpXbwHuzQ71VWFtnPghkp {  }
 }@media only screen and (max-width: 763px) { #f8TTghf3VqoGDTv4PrKQfcUhoizBcXcy { display:block; }
 }@media only screen and (max-width: 763px) { #gfa9REH6Lw1DMHaDJTZTMcPt4DXTXAUB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Dib9QJZk1e4C6pt95nhaaA1QzxWZxuTU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #usqslS79Z7LDwxVOlXJytM9551nK7uk9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #heWDQb501bPy9bbyxphvx3gvsVqh123v {  }
 }@media only screen and (max-width: 763px) { #DSVDOkm6gTxm7TRcFizUXTSnMc2qmDM5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UJHG5ugTKcl4Qp5Vl2qcfM2nO7HWaQ1u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TwPT191hTMbn3CBuTb6gAJzthmxAnsWV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XMVIRT53N4R9qa6JGqZeTaozWacHqB8T {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x02nZp8E62wtHKKPocOxU0NRQ3L7Imw6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gw4rpgg2KZS8nBInf7BZ8VHUTOLrgH9n {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WJHAoaHhBRlkZHRMCk01B7fczTgg480V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vhfRkqQCh3cTnxcSXiZ0gXLqJtBzkHqO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QtMFN7Sbbb8nqZ9cvHPMpKd4RGIVa1BI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pqiHXiu8LW1MXipTiZ7E1BP0iX07nedQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rHClU4EfM00TXWUrsR7GSXzkRPkD8Jyd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #a76Nf23cewGg5AVJqLpZcCvOC3DEn2TS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MQ1wu2INTq5K0Dh0dkHAvrMzuEh62uwg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Pp6LimtmfnT70xXzWF7Ot5774fOxsfUu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UiU9bzg5Fg9BTk5wSGokW8VXMGuBl6Nh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vBRaLrFVumgXFJXqIH569mOTcQ14CqBT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HtRCkTllgOm691TpwQ2hyTBld2AHxzN0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PdQSh6rCkVb4uc3iaQLU0LQ2RTChwBKl {  }
 }@media only screen and (max-width: 763px) { #e8qkRrSTLyTMMeA4Pg9XqpdX8QmBU5gr { display:block; }
 }@media only screen and (max-width: 763px) { #AJxbtmKB28VSQsKSgulkfDw1DgeE0pek { display:block; }
 }@media only screen and (max-width: 763px) { #XSyZaxN1JJyJ2i4NzaT6cwSJnhabGDTq { display:block; }
 }@media only screen and (max-width: 763px) { #QmarP0p1x0rFJgqP8HU1I3x72xpZiCgm { display:block; }
 }@media only screen and (max-width: 763px) { #tGtmtI5UfGCmcrRw30k4ZmnadFAVMO58 { display:block; }
 }@media only screen and (max-width: 763px) { #x0vLNOuLTuaHkPOX7UBJThtNQAMSexdh { display:block; }
 }@media only screen and (max-width: 763px) { #BDaTzM2iFgqK7DKTVTVnvRIwPh1gZXrh { display:block; }
 }@media only screen and (max-width: 763px) { #lZ5MDWgXkkTyz19ccqs9m8wUT1FyuTKT { display:block; }
 }@media only screen and (max-width: 763px) { #V1XHlHKVxd8nSUWXM8hnkTAUbyCZ62MU { display:block; }
 }@media only screen and (max-width: 763px) { #gpMltHwroQxvqp9dh9yvIglnB1eKWQX9 { display:block; }
 }@media only screen and (max-width: 763px) { #metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk { display:block; }#metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWDQRu2H5WO2wMPaRONRRuWEZQ0aqHJO { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LTkG0US2e428Bwt9rh8vQSLSdQ4QSC { 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) { #XUKl7H1K422AlW2Qfn3EDqSdGkvQRlfW { top:1.5625rem;left:4.8125rem;width:38.0625rem;height:9rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSZmQAeVayXGN7A5DyUMBQNIeMGTHPqt { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp5Tu4h6RBFG9LmJlk761iziEKAT9yNF { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHSlzhNK205PH3WdNRA5KgEBcErKzI9 { top:10.625rem;left:11rem;width:25.6875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNoMTFMx3MAs6JoZsOM6acXFCiNRmb7 { top:9.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asoSEnGNvByAFPzI0AKiQKXXeds3xF4W { top:14.5rem;left:4.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxt2khOxCzS2vLsnDT6ekPx8p8GPt8w { top:14.5rem;left:18rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlTqNdOBN3TuMzb7V6pzW6Lgn7li4n0 { top:14.5rem;left:31.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0SHCnBNXvkTL73gubZ2T5xsMyuXHxp { top:24.1875rem;left:18.9375rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdMXBcr4v68V3RQxsLQGGdXNKJbQSdqa { top:24.625rem;left:19.375rem;width:10.0625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMg9n07MCFp6pxOwy4gaRQo0bG6aclwD { top:24.3125rem;left:5.0625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOhR0EGKMim1Ki8LvJJb0fOBiLpVDOp5 { top:24.75rem;left:6.5rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMMxV9MwlTJGcXlzMvamWgSi8kwK2e3 { top:24.3125rem;left:32.8125rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B68swxMFRvXVxnBl0b6t5KMJD4HBvI47 { top:24.75rem;left:33.6875rem;width:9.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e764y3e7FtDT2OQVlHTivoReAz4zDiuE { top:10.375rem;left:0rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUDbIvy9G0BALs6K2hqKIFqJvlHL1LsX { top:15.375rem;left:18.9375rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPt9hs26kLEOmlnCUJthO7nSdsTwwuUc { top:22.4375rem;left:19.8125rem;width:9.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Hq6b5qCEwwUABTfHwS7chJ5NbiBhpI { top:14.75rem;left:32.875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGa807SiAu1ESE2DlH6cTVy1IxbkJROO { top:22.4375rem;left:33.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfJD5WG3T9XPzAoBiVdUdT8FVoocAMm { top:15rem;left:3.875rem;width:13.375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRPzgxas6gyU5pFrtgT5PGEe2kFqRgso { top:28.4375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPuFaEqRNKW8XPvTrnR93MLoyGzR3ycX { top:29.0625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6EPztRwPo0V6CAsOWGT4qwV1gei4lFn { top:34.6875rem;left:3.9375rem;width:39.9375rem;height:7.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX89sK9wn9amR5EKFTMSyMAMSzU5NMJT { top:33rem;left:4rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkkkJAwtfPlSJHT9sL0mhsNruMsm7MGo { top:13.0625rem;left:3.3125rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD { display:block; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd7ssHsUvF6UvZ45F8pXeO7duWnlbTcy { top:6.1875rem;left:4.5rem;width:38.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJd9DxmRqAxTFHcTuVFzuBwK2l8h9nd { top:25.4375rem;left:0rem;width:17.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGQ3kDTgJ27R8UZOoaoXHG2movdzRn { top:9.625rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKE1TXu4sVnHbk0hAPzORrMsgl8rO9z { top:25.3125rem;left:14.9375rem;width:17.8125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTV3fTAEmVHGLnpTm3bhcIbJ2acWSSq { top:10.25rem;left:16.59375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hanLVkJqKpaE2EGOTHfQUr20minooEVi { top:26.5625rem;left:26.875rem;width:20.875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBQHXmTsJ59fJ7OZ9XVIlRTsnDImuF9f { top:9.4375rem;left:31.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndoqcRAQfJVweqLQ27dscZFML2NupXaP { top:0.6875rem;left:2.46923828125rem;width:42.75rem;height:4.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x38h22IdzBiPn7ICXFDWnhpDUSNDmLtq { top:5.6875rem;left:4.1875rem;width:39.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH { display:block; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTnAbOXEbz7K0FB6dM8sxRfFHaksVlO4 { top:3.4375rem;left:0rem;width:29rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noMTdnS0WAPinxOJ8FccU9Te1swHLvgg { top:8.8125rem;left:0rem;width:30rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWzRyCphdFm4TyT6f9ohZKIsuxWkhmZ { top:10.75rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axfuI9q1NZZvt8xN4Obo8uqZUe5Jf2FZ { top:7.25rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFGZ9SMxRT5tVVPTdCMNp6iLCWMn7Ha { top:1.375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJHveq42yrvOCwwq9s9itCcuHasTRPEO { top:0.625rem;left:0rem;width:9.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/7cb41bc3-545c-4ccd-97e1-12de79b5041e/111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 { display:none; }#CK6AQJST8VcMB1Pe3bmmCLeuLN0xAMi6 > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #llz3xAx6mTZCDJA1LFyxzt13lJSUeGWR { width:20rem;height:1.625rem;top:4.57421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR11SlSfpV8Spvenak8qb3PtaTmA5fo0 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3BAaH9KmWnL9LZFV7Zf7KlvZRn5uol { width:20rem;height:3.57421875rem;top:6.19921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .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; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .widget-text.counter-number { padding-top:0.39rem;padding-right:0.3475rem;padding-bottom:0.39rem;padding-left:0.3475rem;width:2.084375rem;min-width:2.084375rem;height:2.0975rem;font-size:1.56125rem;line-height:33.56px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.77875rem;height:0.82875rem;font-size:0.585625rem;line-height:13.26px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 { width:15.125rem;height:3.94970625rem;display:flex;top:11.75rem;left:2.40869140625rem;z-index:15017;padding-top:0.026875rem;padding-right:0.028125rem;padding-bottom:0.026875rem;padding-left:0.028125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #ho6xe2Tsu2yCgDxLnOBO868qNGrNJ0vb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #rwsCQ6TpUWA8QfIFwHiVZenDB79hmTcE {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #G5y4D6iFpyNQ9TJB5QPHGRf0yLymscn4 {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #cTzAl6chtTrMnviBVgeyQwkgvy6E5Zro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #UARdEWVv9NHiXWBv3mmffBrXmS2uDBzf {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #EWR002ZJinhCLUJZf8PwEeuqyuLiN8k8 {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #y0WVmyZtaiptFpwl5kJJkSLEpAFnwx16 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #NvyzIbeTfGFHTcoHkuiAsUXDWrGzmGR3 {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #GIBk6vuF2lfsbmnrWLaihur1AX7NUSXA {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #uUoKtTwGaWEWONRhXlspGt0DvN6EKZgC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #TiBowEJOvT27g4nQSbQdiq30J4bM8lkr {  }
 }@media only screen and (max-width: 763px) { #Qy1kci4qIE1ziBDlKbO87VSmOr5kSnb5 #c3Ks3NiOKu1GZkvCq6vylu4cRyg1v3r7 {  }
 }@media only screen and (max-width: 763px) { #MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI { background-color:#190072;background-image:none;display:none; }#MqZ37oC1NR4TKJ6C4eE3QaR5kTavcVdI > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ML4y2Mw4pREy7mamzwoUQ3koT1TH35h3 { width:18.5rem;height:1.94970625rem;top:3.6875rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #kcedyoG4gP3PkTqXBvag7ic6Qc7FSoAX { width:18.875rem;height:3.449225rem;top:5.9375rem;left:0.5625rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #SPySLEcNBdp9mulbT2zyETXJAyDISGfM { width:11.125rem;height:1.29980625rem;top:10.25rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .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; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS { display:flex;width:12.375rem;height:2.91161875rem;top:11.5625rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #qHxw28qvnbRUaogoFtP6JZIdiyaQrCVt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #CFVQ8JpXLrmdTK2rXaHiAR4gOnQi9AoO {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #eA38Rwf20Op1SyVl6uxZCPpZnaPkLZlz {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #HWsVFtoAvGA1umqgTmZHJClSu64O31T4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #LoEF9vxhSCCfL19nzvCpp2d8ish61m3G {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #BMu6hFixqQqQMB6UaZ7PJXzxK2OzJz98 {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #XEORxvkKqmlA3iElTapeJx19rkAXCrAT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #Sts3kFIZNhG6fLXyk4uFGbBTMFlw90cI {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #JNz63Qs82nlxv5d3VcLvBhcmw9bpB9tC {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #DMMJBp7sEWoSBztTXIOOhXE0lP7USUTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #NpSgEVr0zVQ0BKoeRT31so0Tqh3Z1H3e {  }
 }@media only screen and (max-width: 763px) { #ER4l4gdKdHOfnI5TWfTEbeBlUX4ti4bS #GB8CxDX227mcglc1u8bZnDn0PVdtHINA {  }
 }@media only screen and (max-width: 763px) { #Rls5Damcp5adWKuTbbDKTIQ8C8MRblgf { width:15.375rem;height:1.05615rem;top:15.1875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmCh7ds016FV5kpKIWF8zwrsAR4cCTJ { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #STuftcZJX9EFmvbxJNxaECC4SfCBnT3Z { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #xHZBgZcZLVbDZyLJCEu2fXpfWbbOGEF2 { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #At68oxey0Ky7dPhz2DIt0pS9wNMIX7iQ { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #bmoK47VJqJshbAvw271P3SSDT15Tyw9R { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #x4kOcXNnTZ7u6zCcTCHTGUH3GVP8iW9W { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #qSRBT1Ux85JbPlIMbCvO74USfIextZnX { width:6.625rem;height:3rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbDzAaBIwEdOAnpUS0vaP5osJAIJep6 { width:7.8125rem;height:3.125rem;top:17.4375rem;left:1.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4xeMGWNGpguF1KUGIaDbRAWURcGQO5J { width:7.75rem;height:2.1933625rem;top:17.875rem;left:1.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPZtyA58zh36keBMcC48EkbJC28eIcdw { width:17.9375rem;height:31.25rem;top:17.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHGnr6ViIy4AB3VzLqIaAsUe2upPm8Ht { width:15.9375rem;height:3.25rem;top:20.8125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNvbN1ZOTQXbHFI07KoaWW08egTOg57G { width:11.9375rem;height:6.25rem;top:24.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNPuGXDJcz5oyHZTwL74QoW5PAyQZ2R { width:13.5625rem;height:1.3808625rem;top:30.3125rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPXH5NPpwAzVzQNSKLZqgTuGIX40sSuX { width:7.8125rem;height:3.125rem;top:32.875rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWudgNO5TSAsvDbqBfXNRF0sdmU3osh { width:7.8125rem;height:2.1933625rem;top:33.375rem;left:1.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb1XLtqL7bLeTDrurrBA3ZAP50vZObZZ { width:16.3125rem;height:16.3125rem;top:23.4375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuTB6UM7XRC9brDI7WtyU2x6dE4yvJvt { width:15.75rem;height:1.54345625rem;top:36.3125rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKnDshpHT1l7y6V2rQm0JLvr78ZXr9r { width:7.0625rem;height:7.0625rem;top:38.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRNNAaG3OgcoftTmTqXrTmvRaPspppJt { width:7.0625rem;height:7.0625rem;top:38.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxD6FTKIH2DDBDANpGpwsebI6q4ifeTT { width:13.5625rem;height:1.3808625rem;top:46.1875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR { background-color:#190072;background-image:none;display:none; }#HWbcZ5yxq4GN0zRtMRcTRreo7ngnnvRR > .row .container { width:20rem;height:17.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hh0xl1TDh4fdq3L2fwJH9gzVbprbHGg4 { width:18.5rem;height:1.94970625rem;top:1.4375rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #FonazpUr6UZ8RAMyO2zBWtA7PiWPod4d { width:12.1875rem;height:5.17383125rem;top:4.25rem;left:3.90625rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #EQ949899EqZ3TRZnOyEpwxPhc8ErcaCx { width:11.125rem;height:1.29980625rem;top:10.25rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .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; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd { display:flex;width:12.375rem;height:2.911875rem;top:11.5625rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #fLOQOiA9L1pln9wQv9zXPSu3Sp11MZNI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #MclJMrqqAbe6zdxxmkg7bdmwWBRvTtzL {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Va167qKU1FJxrhO2kbfUP8Qa4uQxQeK2 {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #WRNt9uR53T89lzHM35l9fNiSnbuxyxFW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #KArUVWR6wxpi3eglaMZQhdTrIL8r0yIt {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #N6mByO7DvUu4gLqFrnG8ciutGKw94Zem {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #XVDVyfiaRX2L5mtWgFfz4DUHqdkba56s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Tg7SbF9qdRALmpD7IinRE4O3TwAiVSoq {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #Ex6pLXEwGvAEnrBsWLbTqEWi2Lv7oLPn {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #IiT6Zzhdd3O9z4Sp2DrkCJupUutfLbLc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #zlLPF02tsUJhq1yRpU3Ay17KBeixVRhA {  }
 }@media only screen and (max-width: 763px) { #vID8o4Pz4qWi6XGDsd7Sm8SOZRIUhqpd #DtRTxgIotqT3xrqnyMGo9WyT6nzv5gSd {  }
 }@media only screen and (max-width: 763px) { #B3ymqsVXFMFGRCwopw7F0yZ3IqdEtZPu { width:15.375rem;height:1.05615rem;top:15.1875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVd0nLEBxI6oX6KVVMp3zpOTwNgNZAOh { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #tkFrrAJ5n2gAnr4Xlz6aN5mZZkke1wLk { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #cNBK4tTylzuq8KN4xJrsoHwRSIg4RnDz { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #yGl9fSvPDFH2v8tP0EvNSbGfZIw2L3me { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #yAoovq4dRfGVC3SbhiZBF9XeHW6gHTvy { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #M5PaI0i3QUqzkTSlVSiByRgQATDVxhTX { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy { display:none; }#abp19pGC7JvuPR2KTyTrnI2GtMWLeXpy > .row .container { width:20rem;height:12.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C3vt56IJQMhkdf7M8WvpgDcu8Sh6Z5G1 { width:20rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5VeNN9MrBUQFEE2yNMUnbkcyvvgQC0s { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WePs9vROCuZ181ZhGUdflrRNgcC66aOU { display:none; }#WePs9vROCuZ181ZhGUdflrRNgcC66aOU > .row .container { width:20rem;height:41.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hq5aH8QKodzcUBhmyKRLAUTTsnt689Xe { width:19.75rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85idESMRy7nBq6DKThwMV95hLZhuZ2z { width:16.125rem;height:12.5rem;top:11.12890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviO9ef5vUGl253oQ71i8I5BrS01SSes { width:16.125rem;height:12.5rem;top:26.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kys2qhRTqflvSgiJx3X6sPVpxTXP5C14 { width:4.6875rem;height:8.625rem;top:15.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDBETrPTFXTDSK6OKFy88XekL3GTa5A9 { width:4.375rem;height:2.75rem;top:9.69140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfpumRrSz9SnXxPAKRUSFNKluTxWHJKZ { display:block; }
 }@media only screen and (max-width: 763px) { #yLawGFSmE7bUdNkcTlTZdIfJiKrl4K8d { width:4.375rem;height:2.75rem;top:24.91943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPlf2zhB498nMkvCs54EZGJhyTNOssla { display:block; }
 }@media only screen and (max-width: 763px) { #V5SJTat7XEpmLqMXcEEMHQBNvrBARkr0 { width:12.5rem;height:2.5996125rem;top:12.44140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTKn6dMKJhHdp50rUlDCwu4Ow9dwsPC { width:5.375rem;height:3.75rem;top:20.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0ulFnkDTupl0S5B7uDTsdR1awfeE1d { width:5.375rem;height:3.75rem;top:16.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPx3ZUErWcfJtX7AAzIJFLaPJGoKkMp { width:5.375rem;height:3.75rem;top:19.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MszXLXf9E0ZzJF4x2U99F2pszB8UNRD7 { width:5.375rem;height:3.75rem;top:15.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbuOMQpGqbVSPx7DeGXZlp5dvxaOSTc1 { width:12.5rem;height:2.5996125rem;top:27.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scwwRSZXm2C6dcztichqwVmKoxTMtxtK { width:16.0625rem;height:9.875rem;top:30.25rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JuwXhFo47PABo7nJOEW0ho4ip9tDEvrJ { width:20rem;height:2.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGHp2rKGfz1Iq4o5iswU5qZSzLupoL2 { width:20rem;height:1.21875rem;top:7rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1bb41c6-825f-45c2-ab3a-5651029bf6fb/image.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb.adaptive-delivery-prevent-bg, #CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb.lazyload, #CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb.lazyloading { background-image: none; }#CJT3aMlkdNUtqMOaB7dKuTpAvH1ZQBtb > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb { background-color:#11002c;background-image:none;display:block; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container { background-color: transparent; background-image: none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container > .video-iframe-container { display: none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row > .video-iframe-container { display: none; }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .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); }#NWdNRiQIzTMSqCBrW10gcDt6BnTHWrmb > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAZU8u5NSymbvz8DlqkGK577ZzirALr9 { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #omXN7CEe5KyEiKunt1RG8HG36EpdHUOs { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp4yVO5SiKnRpXKaFqnssa0zggvNUBwe { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #om8guQe4Uxf0t4mqlC8B0LZQxLgDWTAJ { width:7.875rem;height:4.125rem;top:17.59375rem;left:10.68017578125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zkTdxtHizMkJmdnxzqFz56FC2ydpA3TT { top:18.3125rem;left:3.375rem;width:12.5rem;height:3.75rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf { display:block; }#pcPFB0rGcK3K5mGi1IzWIpKiTJtSBhUf > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwzNF85xaHxroU1RSPKIP5fWCx2xKkCV { width:18.9375rem;height:2.2744125rem;top:13.75rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeMyBPUaNLUHST7vHsXCTPxICN9fk6cF { width:20rem;height:1.9375rem;top:8.875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpD94Gtwukiwib248mChmfii9raocrVw { width:20rem;height:0.5625rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTFbMJKTbGm29WmJdbmm1oQnefIxoLV { width:20rem;height:1.23730625rem;top:7.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGeJaugtmdvuOKEVibCmIHdcheZSsuiM { width:20rem;height:1.70605625rem;top:4.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8NI2u3T7WqvJhdw9XTkPRfRcTag7TS { width:7.6875rem;height:1.1875rem;top:2.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqzPR48XUtRFzuWZnq9F4mrHfk1s1h9d { width:8.125rem;height:2.874025rem;top:17.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJnEi9zT0b1nQxRuLpTROXeqxp90eTgP { display:block; }
 }@media only screen and (max-width: 763px) { #RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ { background-color:rgba(9,9,9,0.76);background-image:none;display:none; }#RtDfC5D7U37VfATuZsUhTazhxT1uXzqJ > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M1gd7t6TdA8TId32JMmvDANQ21XX7p0g { width:11.7495rem;height:1.21875rem;top:29.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os9JcT7z82CDBJ4OLfhvoKb1DRdQG9bv { width:20rem;height:2.8125rem;top:30.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkSvOnkOP3ad2yQizdzZz1cIIIe1EReC { width:20rem;height:12.4375rem;top:10.5625rem;left:-0.125rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #rclIWQHNuGeJBS0uUeQ7DLUvG4Ihw4r1 { width:19.3125rem;height:1.13720625rem;top:7.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnSznWTpUFCJDk8b9bZzLNvHahPmZ8uU { width:20rem;height:2.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyPnTIAtL3nhkhZLA2pM4tKT3tvEwurO { width:9.25rem;height:4.8125rem;top:11.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBHk775ilscey7wuEEyBbIz9fD1ThiFw { width:20rem;height:1.13720625rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTLplhITtuXoGQUI0f8xkqTa0rWzJWs { width:9.25rem;height:4.8125rem;top:11.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZBcFbfyeJLnenzKmZeiHbqa0Dz9sdWT { width:18.125rem;height:1.4624rem;top:26.5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrrmntBlyOXW3UFxbF2yuKkZyzvTG4Zw { width:19.75rem;height:2.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KouKR58k3aOyvpzXvOx9GvP9BXsS8IHr { width:20rem;height:1.9248rem;top:20.50634765625rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fxRTQgTgUGoTgUgRJyTypiNMQsHq556E { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOttCnIqlWPm6Tcxgl8fTF7zaDbnZap { width:20rem;height:2.84375rem;top:2.875rem;left:0rem;font-size:2.1875rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #SK9orT4vQhB4BoBv3fyinEqXx0w8ITqF { width:9.25rem;height:4.8125rem;top:15.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR { background-color:#190072;background-image:none;display:none; }#iZ5A9By7ov2HhhoMbc3zp3taDBDdtHbR > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JhmHlBCFiHTQAHUOOdU1hNeGPNTJLfIG { width:18.5rem;height:1.94970625rem;top:1.4375rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #m6BcWKxzckEo3bCu7d7MXFTFiBp7ZmBw { width:14.9375rem;height:1.7246125rem;top:4rem;left:2.53125rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .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; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 { display:flex;width:12.375rem;height:2.911875rem;top:23.25rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #nLBFx8dpPbJEfP2zd1xvK9Ayzorl2ZR8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #eEwfv7UyW5WmIfCvl6bH7vNN6HUy07dl {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #qWaMsbxDe1nKmRaDhwe4sTTozr4TTJq1 {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #KGZX0H4fePcdTeP4tl7F5Vo2eefmn8Hw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #O2MfTfMEUFDhTcXnICeafqS5STpdBVti {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #EZIcCIk8dTH1uX3Z5uT0XKLd7eHdu4he {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #ke5z6Ne4HcBIRz0dqvfQvNUtSP8hcZuR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #C5kLXRZCgmOnN4Jn43ZwvKG5zBMbiOTo {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #SbyeiMP0A88MkQR4KO6E73C7o50oOHkW {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #iakKFkKRmFiFu6Wahmi1oUU4ekFXPND9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #yR8RF2sZZI25GauFQSz06bTwCfzQPF9T {  }
 }@media only screen and (max-width: 763px) { #y7muiaTKbe0m0qA9fNpe65f8arNx4QZ4 #aRrWqEnRI5PugZ3hTFRxKEfNRrnDwPC1 {  }
 }@media only screen and (max-width: 763px) { #JWNuVo17VJFmLCbq3bi43yZ93RUqO32w { width:15.375rem;height:1.05615rem;top:26.875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLrp5SgXaZ6FXqHrTacTcpdgug9PTlyh { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #n14FAEKPUc9w6eUuC01n0IltqNAnnIQa { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dKFt15ihHQKG5Rqol6kp57n6oxHsEfw2 { width:9.0625rem;height:1.3125rem;top:22.173825rem;left:9.3125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #CIVxcazKI7AzO3T8W9B6vgeZKHwbCovp { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #ED0XyrGqtt2zwe220XSRJ5U2NwRzE1bf { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #ONDm3gmD4evRSpnwvpNOdA4a7FbtkCfG { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #lwUw8kh31pi76RZgT4ymI7SsZksZgC0A { width:11.875rem;height:6.125rem;top:11.11083984375rem;left:8.125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #BrMMhmdvw9E4qgE5LGiVt7bBUoEdVCiX { width:11.875rem;height:6.1875rem;top:13.79833984375rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #I7mkhqlGp7oz5ArXoQJZ42e0mc5vDhGp { width:11.875rem;height:6.1875rem;top:16.17333984375rem;left:8.125rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #JHW8eUgpc42eGaWele5cNQOy63CW1TUr { width:11.875rem;height:6.125rem;top:8.42333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOFQaH65drh7pgfIsbETNOKrJBMTrLBJ { width:20rem;height:1.05615rem;top:6.30517578125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #td0d2FsON1zfL6cQBkos08QXx0vWDKLk { display:none; }#td0d2FsON1zfL6cQBkos08QXx0vWDKLk > .row .container { width:20rem;height:68.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ywuFiGKJBvqidxoHsHZA5k6AetWA7pKF { width:18.125rem;height:9.5rem;top:7.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STa6rE89FlHT4cgiEgcdTZbtKMlA6sxQ { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9kJSn8JCumdscLLv7Wu25KOewCU8XJU { width:20rem;height:4.0625rem;top:1.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kmKwCslxnGARAiqOMv0kFc5efLHK5UIi { width:18rem;height:9.5rem;top:7.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5zNNCs1uARoWySlCbQaMUp80MlCnEH { width:15.75rem;height:1.21875rem;top:20.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEur95DVXSwWS7OBb9iB6NBddoUE9nES { width:15.75rem;height:1.21875rem;top:37.90625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1dWxxR7RiZRwovZsBPtGNzJUBvTcEi { width:15.75rem;height:1.21875rem;top:55.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSFkhrUuJEbNWp3fFV29t8Zv7awBl0zZ { width:18.875rem;height:9.375rem;top:23.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNG09h2P4NcWTEcPvdOIwTdogFl2yTD3 { width:18.9375rem;height:9.4375rem;top:23.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPblD3ScLRUcRzWtucGgT9orDiJv6IxR { width:18.5rem;height:9.3125rem;top:40.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCqrprsdJTGLItZu2XVTCR6kDh6WyVF { width:18.5rem;height:9.375rem;top:40.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuW1TRurZgExfLCzXURBITTRfHs1ARg3 { width:10.875rem;height:2.5625rem;top:58.5048828125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9c35wV0QoBbRteQOfJtspyGHRh530TH { display:block; }
 }@media only screen and (max-width: 763px) { #eIQslxdiBIRs0kFTaOJ5eP67nIl9kWfr { width:20rem;height:1.94921875rem;top:17.7763671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrfsQsXAFBsiGD6kAOmwVlHQGxVgGwv4 { width:20rem;height:2.11230625rem;top:34.25341796875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nbw4kr8CiPTkx2F95NFBHzJRFPfTRJ { width:20rem;height:2.11230625rem;top:51.65234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riLIu44Pvr5VqgI8dEWy1eMo1BVMFnAt { width:19.25rem;height:5.2807625rem;top:62.4423828125rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uev1LJJ6ur282muUXp7fu9q7gAxaAOgy { width:6.8125rem;height:3.125rem;top:0rem;left:6.59375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 { display:block; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI6TQWBagk98Zbwk2ObRfqvp6acQOMDN { width:15.875rem;height:12.9375rem;top:1.3125rem;left:1.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWQyM8N1v9L1IKDEDJvZiQ8Q24JJzoo { width:15.875rem;height:12.9375rem;top:15.86865234375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWrh5cnNTlIyo2y8nyytMIW9ZL4tm0dh { width:15.875rem;height:12.9375rem;top:30.56298828125rem;left:1.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHnizMd4WdDNnxtSMy4PwvNzA7s59RoT { width:14rem;height:3.25rem;top:8.9375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3lHLRTXWhmRE4OAhop7c8hkXq5T23XU { width:13.874rem;height:4.0625rem;top:22.4375rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRtfOpxSmebI3I5HeiA8scgu73twiMTT { width:12.5rem;height:3.25rem;top:33.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r51q4KR5clJQuOnW0s2BIzAJKMg8GkpK { width:13.8745rem;height:4.0625rem;top:3.625rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKoWmFJZDUINxybPXtldbhKkASCV19tO { width:13.874rem;height:2.03125rem;top:38.5rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdogcEuvl4Km8otXAPT6Qh0XE7unhzU { width:10.6875rem;height:8.8125rem;top:1.25rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITSA9fZMI6e4767kTSZy9L5UT5w1lTsL { width:8.125rem;height:2.874025rem;top:45.8134765625rem;left:5.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #oGgJCQTXikLt0GlC06tlNnE9r7IBtaRJ { display:block; }
 }@media only screen and (max-width: 763px) { #yBSFqWB8B8JGIE2DVsVhC1RbMDitatJM { width:3.0625rem;height:3.73730625rem;top:18.125rem;left:8.5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFEkZC7hPPZT82milTD7ZuJXrobOn0cM { display:block; }#RFEkZC7hPPZT82milTD7ZuJXrobOn0cM > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCM2cfNOwa3OPl84R6LdvGbLBPml7Vkx { width:20rem;height:2.03125rem;top:1.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMxuF2T1lv0wCSZc40mNOkMRux45Zctk { width:20rem;height:0.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm { display:block; }#v0ttLIlH4NfVxrnf1qkTFB3FBtyLo7Qm > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scENo3CwMyDar1hEf8ZAU3DG8oFk2JUc { width:15.8125rem;height:20.5625rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZwXmqBTW1Aw0Fgyv9GMCr9N2c2oQ0Tg { width:13.5rem;height:4.875rem;top:15.97021484375rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgNsTxpLq2W3awoWMTuAehTVBhFErDv { width:15.375rem;height:2.92480625rem;top:10.65625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ5Q9MGcKg0cbBId7Uv2lhKMtHk8dkk8 { width:15.3125rem;height:2.92480625rem;top:33rem;left:2.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh5HhGRwgDp78o3iIrXfdmMDROAZrT5O { width:14.5625rem;height:3.65625rem;top:37.3125rem;left:2.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TplXpgaT2GMzUZs66OuM43zDFt3uSAaI { width:14.625rem;height:4.38720625rem;top:54.0625rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTOMDxOon50lhpSIwCKil9LmWX2QMLoT { width:13.5625rem;height:4.875rem;top:59.4375rem;left:3.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQhKdSxAlQDwTX9XLAgarNMXBJHbbMQW { width:16.0625rem;height:20.1875rem;top:45.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuodlhugZ0Qi87SsqTSyMb0MwQNNu0y { width:16rem;height:20.8125rem;top:23rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnMdPxHIG4xBb84TwIrhxygy3Rq5xMT { display:flex;width:8.3125rem;height:8.3125rem;top:45.8125rem;left:5.84375rem; }
 }@media only screen and (max-width: 763px) { #gpZ6rthWhhUiv0dObSFQ5Nu5lvef34TE { display:flex;width:8.1875rem;height:8.1875rem;top:23.625rem;left:5.90625rem; }
 }@media only screen and (max-width: 763px) { #Jnt2aSDyQILrTDhVpvpIw2IrtWX7UsTt { display:flex;width:9.125rem;height:9.125rem;top:1.25rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #BsMZWskn7JXvtOCghnETATgriTT3pKwD { width:8.125rem;height:2.874025rem;top:66.7109375rem;left:5.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #L03RlcHsisgH79q2Ft3G6ADbU3mQoipf { display:block; }
 }@media only screen and (max-width: 763px) { #CKaofBbZAW7TnuGS5RNi43aV43rbcpWC { width:15.25rem;height:1.21875rem;top:13.5810546875rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA { display:block; }#GzoTPoRGq1mQTh0isMnTqTTmrDJAIqcA > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr9zDtxOT9Tg0ESTEzEApxGPVmC7RiwV { width:20rem;height:1.86865rem;top:1.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWbDvb9Q5MvxA2wSDCKNs1b96QBl5smc { width:20rem;height:0.3125rem;top:4.33251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooXNXfAb8OlhbXruyg1rSx2mc4u9VuzM { width:20rem;height:25.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUxH0ioGA1RFi4WILBDDZfqO0RyqxKPl { width:9.18733025rem;height:2.1875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckfalvwU80hdTpyfqD1tnmINO7iA0oAL { width:8.311821rem;height:1.62524375rem;top:6.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTrZNue97yFL3xBWQDWFLA6o54iUZO3v { width:18.125rem;height:2.4375rem;top:9.8125rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHQk9a65n7V7RaUGFzy874CmVkIo4TJZ { width:20rem;height:27.75rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTRfTLI2MfvRXup8sObPrELsN9SgTK3 { width:18.375rem;height:2.4375rem;top:39.0625rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pp93IsUT30wxDsIgTWQs42Nn1GeB67TX { width:9.12449075rem;height:2.1875rem;top:35.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILaKtDb9Orgwq3ZrbmXxXyGc46M3ALRX { width:8.311821rem;height:1.62524375rem;top:36.3125rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7CXppoUzd9dBfOXUeEdfWRur28stcdw { width:18.4375rem;height:11.5rem;top:53.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#G7CXppoUzd9dBfOXUeEdfWRur28stcdw li:before{  }
 }@media only screen and (max-width: 763px) { #g7xxWMyTebRGMxppGGdBXMxhRkzpTdxt { width:9.1875rem;height:2.1875rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKhQ77aMvSRQkEaVoCesKNdiHsXhLxwG { width:8.3125rem;height:1.62524375rem;top:67.8125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at7BAZ8NFzc3u4ThHQ2SOwybpXOTXLHG { width:20rem;height:27rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPDH8PM9rw6vAonGtZ4cTwKnMWysbJMl { width:18.5rem;height:2.4375rem;top:70.75rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 { width:19.25rem;height:9.911625rem;top:85.5625rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#A1lrfPzPZ4UpsrlcdIuOr0kVrqZNzc90 li:before{  }
 }@media only screen and (max-width: 763px) { #NUow8n3H9q94WegbUvFH8SqwT8dQsvKv { width:17.875rem;height:7.375rem;top:25.3125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NUow8n3H9q94WegbUvFH8SqwT8dQsvKv li:before{  }
 }@media only screen and (max-width: 763px) { #xxgzlqhvuyzF0eu8svZ2tnO6W2uW7cgd { width:8.125rem;height:2.874025rem;top:97.75rem;left:5.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kSlGQP1cUnTe084bDMOvC1WnWLZH48L7 { display:block; }
 }@media only screen and (max-width: 763px) { #BmTt7oJU2D5iJZ1OIdoG8Gexw1s6C97Q { width:8.125rem;height:2.875rem;top:5.75rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwLcd0oNwAT2KgKuVrmRPwKJHSe01auE { display:block; }
 }@media only screen and (max-width: 763px) { #AytvD77oLlkwsEIyMkKloTx46JGdfdC6 { width:19.4375rem;height:9.9375rem;top:74.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdxwmH3bQZFCitsUuez4hXpu8SUZlFnd { width:19rem;height:9.625rem;top:42.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ755P0kRednoS6Q5gMnT2An1tEf5Gxr { width:20rem;height:10.40625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 { display:block; }#CFfV6I0ve2sWMDxbbmt0S7RcmuCCSaC7 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8VkM15opEugTlW6JnahlcguVL1UcwuV { width:20rem;height:2.03125rem;top:1.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsabLLLLIhxAm0Vb0JE2MI80zKEswNff { width:15.2495rem;height:0.37402375rem;top:3.78125rem;left:2.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np { display:block; }#iITvbdxJcv8vZ13LqQnDgd2FTRIZQ1Np > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDGTUcCLMXtnCyE0dbBOC8N1Z8SmpmZu { width:14.1875rem;height:4.142575rem;top:11.8740234375rem;left:2.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DElNfifBowcJTUQ6wsEFOdhXAhcrGvZX { width:20rem;height:1.54361875rem;top:9.6240234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5usSZnezZJVxAnqD8pUwRLwCP9Glrf { width:7.686821rem;height:7.686821rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBx2N7lB64oFtFUFEufCFRWIK4g7iTLm { width:7.62483025rem;height:7.62483025rem;top:17.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSgnWcGHxQdiRM0bvIWPLpU4fBZM148u { width:13.8115rem;height:1.62524375rem;top:26rem;left:3.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzgxJUyz01PQsaJ1Bp6tCEJQ1TlzcmW2 { width:12.5rem;height:4.142575rem;top:28.1875rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLZf6g83GpEuQaOprfHN6st86H96ulkW { width:7.56199075rem;height:7.56199075rem;top:34.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFRTGhA8S9TVZMl4D4fJXwDTWAxHaqOT { width:13.81199075rem;height:1.62524375rem;top:43.25rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AD2bPldXrMS2AwALrZ9u47NNk8v9qTf6 { width:12.5rem;height:5.5234375rem;top:45.5rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEdrfgENHc9PviFVNM0V2GszeNeWOFtV { width:8.125rem;height:2.874025rem;top:52.3125rem;left:5.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MkX2lUpqbyJ91GZLeU9PkK3oDfM0P10t { display:block; }
 }@media only screen and (max-width: 763px) { #wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T { display:block; }#wPAPMV2p7D2vAfFPwD6mulwsi6wu6r2T > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE902TTRwLZu8zraimaSQfU16BmAtQo2 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFgRILaJGKc1CeGbdZZKo7uNv3oBWHLA { width:12.061821rem;height:0.3744905rem;top:3.5706787109375rem;left:3.9368206858635rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 { display:block; }#nUAheMy8mqR1AxGag2QN7NO9wQItSeX2 > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8Tvthwa4ML1yebSelMqvcsfOX8OMwmB { width:20rem;height:13.87483025rem;top:2.8235473632812rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #doBaOwhVaM88Qer7mPLHNmXuBlXUMBH2 { width:20rem;height:1.62524375rem;top:20.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0aodk7m1oiInWqq2Bwph3PQvQBM6MAw { width:18.25rem;height:5.249025rem;top:25.3125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4nrsfwneztLdNh3oIivoDiuS2wsdHb { width:16.0625rem;height:19.375rem;top:0.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTWV1IwyXTRFMgnNJHliwPTWgbtRgJr { width:8.125rem;height:2.874025rem;top:55.04541015625rem;left:5.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #M8eMlmDzsg9pWA6xohsxUK6EuqMLAVs4 { display:block; }
 }@media only screen and (max-width: 763px) { #NVoizvtsi0gW1eGHgcgoxm9uxiVCBzWT { width:11.5rem;height:3.8125rem;top:137.10693515625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSShtmZqrNf0p3iorGUtblbpE4ST9595 { display:block; }
 }@media only screen and (max-width: 763px) { #IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW { width:19.0625rem;height:22.5444375rem;top:30.5615234375rem;left:0.46875rem;font-size:0.875rem;display:block; }#IvxxKbpzZ8VOe2kDM8o9Sfr1tflmdwFW li:before{  }
 }@media only screen and (max-width: 763px) { #Q0lcnaVkns5ziz0i3UT9ByyH7VPdXrRA { width:20rem;height:1.19986875rem;top:22.9248046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNSxsU2wTGsnMlSQL40c50eJtU2OiXS1 { width:15.8125rem;height:18.875rem;top:0.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMufb2lLmdni00aMT1T5sN98q7UMrWS5 { display:none; }#dMufb2lLmdni00aMT1T5sN98q7UMrWS5 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z6q4Df4zE3ZfW3SpIUW7NUKrdahJTgw9 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AuXNLWCVI4v4Kso3QUEX4nc6ZUkLGd8L { width:14.6245rem;height:0.37402375rem;top:3.6875rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq { display:none; }#gH15R3HI1Q9WSPdQD39tnAehRrNdJXoq > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rILMQMLyNlGeM9HL7mwr276Oc2LopS2Z { width:12.5rem;height:6.33690625rem;top:13.0625rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxJfPypRneC7Sm4XxHztf9HKv83r1hgi { width:7.875rem;height:8rem;top:4.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnDpbPGrCCZ3g8LbVix43WgXo5onDeQL { width:15.9375rem;height:20.74983025rem;top:1.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhHyREuiPcbfeTBJu1rohRT4uG1UdaTS { width:15.9375rem;height:20.5621605rem;top:21.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaD5JBCyg5EF8skQ4HEf2gggkW926ZhM { width:15.9375rem;height:20.5621605rem;top:42.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyykPZdMpesy3A3F66g2innqFutF3Zz7 { width:13.5rem;height:5.28075rem;top:34.5rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRTWS2CcNTJ0xKOL570gBowgOJl380Cv { width:12.5rem;height:5.28075625rem;top:54.25rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tvl7hN5TMvgSJ9f1uK7BSF9MgT8SFaTt { width:9.25rem;height:9.25rem;top:45.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtH1mboT3B8TC96mJOii3sWD22N5FOy7 { width:7.5rem;height:9.375rem;top:24.6865234375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQaosQgRJPNi3yWZDvMTBHG7HOuI8F2 { width:8.125rem;height:2.874025rem;top:64.2509765625rem;left:5.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xxF1eoTLe7Ezd5qP9LTl0hTfv0eiXTJy { display:block; }
 }@media only screen and (max-width: 763px) { #xgk0pl6qOnOLFlfR2wfQk32paQ8b5CTK { width:11.5rem;height:3.8125rem;top:68.3750015625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcVLTS5UKTxSI2TbaQG7MstTRwIs0wsV { display:block; }
 }@media only screen and (max-width: 763px) { #EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz { background-color:#220441;background-image:none;display:none; }#EZfKfkb0OENiXwZmHZfE8UVEUX1T16Mz > .row .container { width:20rem;height:81.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wtZraNygKbMmtOK3TAHWSMfKxNVZTbzC { width:18.875rem;height:4.125rem;top:1.6875rem;left:0.56249994039536rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKJm3UndQ3Aq8LFcVZ23Iwrv9XbJJehv { width:19.625rem;height:13.875rem;top:18.5rem;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rcy2Op0GeBGaHwAO7FDRxJXHSwSR6UMk { width:18.6875rem;height:5rem;top:12.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQbbtl0ttt02tPeufLLU68HPdT0wQLXO { width:9.5625rem;height:4.75rem;top:26.78125rem;left:9.0625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #rUlgK75SkAwGSE9SJVrJz6MNdkZu6242 { width:11.3125rem;height:15.125rem;top:57.75rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #E51cTz0hN5QLySCy611TfmJEzDRllpBH { width:7.5rem;height:3.1494125rem;top:66.75rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chrugXzqDCIDBIDxoQnDIMMokmaTfpNf { width:15.625rem;height:2.75rem;top:13.4375rem;left:2.1875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #wnEKIp0669yhdGny8xSTA1O1Sn336ya1 { width:18.5625rem;height:5.875rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGgtbk0bXQkAxSEnTUuhUmm6NTipL7SS { width:6.4375rem;height:6.4375rem;top:49.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP4pkEU1mTp4ObmpSUQ9xHFNS0uN5gTx { width:6.4375rem;height:3.574225rem;top:51.375rem;left:13.5625rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3hGXuCQhKLMqT13xU1kWbzuqWpVBw1O { width:11.4375rem;height:0;top:43.72509765625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAl26yLNzkVBLzCDnJCbXXxAbDmS265P { width:6.4375rem;height:6.4375rem;top:43.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePHTauxpAtS1QrXBtnJ96KvJ9wy5cJJ { width:6.4375rem;height:1.7871125rem;top:45.125rem;left:13.5625rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLdQvim3NhQ6RlU7XcfB7fE6D5cUn8oL { width:10.8125rem;height:3.16845625rem;top:44.25rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGWG3e9OCN6NHuofImFUmxcNWal2t4MT { width:13rem;height:0.89355625rem;top:47.8125rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7TQanNG8JpXS37eyZOcKre09AXgDcG { width:13.75rem;height:2.92480625rem;top:7.693359375rem;left:3.125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wrg5QlscisrE0vZPnAXFqkbGtsutAVeJ { width:20rem;height:1.0996125rem;top:34.35009765625rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4oIo2dXet4esa5m8VTZzs79gTSFW8Pf { width:6.4375rem;height:1.949225rem;top:45.494140625rem;left:13.5625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZA02oL3vEkJL5uQTiJ7ZUO1yR7sIQ1J { width:11.625rem;height:3.625rem;top:61.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u68ai3nzQ4fhysJgdheo1045tloqVnBS { width:9.5rem;height:2.5996125rem;top:62.375rem;left:10.3125rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQdgkVoQGkpZ1wfITRSRD8igD1b2Wa2Z { width:8.625rem;height:3.0874rem;top:57.75rem;left:10.6875rem;font-size:2.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSyey5hm0watWHDHTeL7DKSTcSMQSphc { width:19.625rem;height:9.6875rem;top:62.75rem;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;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #wF4H0FnKg6GTliz0b69FQpAgANZk52Zl { width:17.125rem;height:5.875rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTvxiI9I9Sqn5tyVdIfUh1sRBHTtyQ6 { width:19.625rem;height:7.5rem;top:44.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlJDuQHgpgxvdcI4Aucuq9nZoDWxge8G { width:11.4375rem;height:3.41161875rem;top:51.375rem;left:1.25rem;font-size:0.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #NtWZuBXO1aMpO5P0HWTZfNmITNeGMWOu { width:18.75rem;height:3.75rem;top:74.9375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRlRgses35667bbGGaV95hfT9q3P0qMb { display:block; }
 }@media only screen and (max-width: 763px) { #xNlFkqiMtTD9MHTyUdf0XNuMUAyHmxZ0 { top:7.125rem;left:0rem;width:20rem;height:4.0625rem;z-index:14994;background-color:rgba(0,113,255,0.61);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) { #V3XkltSJmpFWkA9B2zoJG8k7lcX9nTdB { width:9.6875rem;height:4.6875rem;top:19.65625rem;left:6.21875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #KCD8cyBt4QZFMUKKRFBh4lPF8mTlZdPk { width:20rem;height:32.3125rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qsv74IZBzExsPP7LUanVKbBGN6DiiRPz { display:flex;width:5.625rem;height:5.625rem;top:51.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8N7zoJ3kWQ294ZhzTQ61MO6nckc4p3E { width:9.875rem;height:4.875rem;top:24.34375rem;left:0.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDlzlGoM7Ls9xkOWAybDdfO4oXRB6nQ { width:20rem;height:1.92505rem;top:36.01220703125rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TTUbWg03IgEMC4snlGxPZsKkcNnVfvhK { width:7.5625rem;height:2.875rem;top:39.375rem;left:6.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRtDLFZiPetOa6roxe1ECRlxrEu5i0x { display:block; }
 }@media only screen and (max-width: 763px) { #LgRiXuapTslTTvMM9o61pBt4AeI3kkkH { background-color:#220441;background-image:none;display:none; }#LgRiXuapTslTTvMM9o61pBt4AeI3kkkH > .row .container { width:20rem;height:86.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b3uno3dPXJCq9Mn46S9FyBCnTiJs7Z0l { width:18.875rem;height:4.125rem;top:1.6875rem;left:0.56249994039536rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUbe78nhZFTkNDJsvZU2ceM94pLwqNbn { width:19.625rem;height:13.875rem;top:18.5rem;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZGZr1QvJAdk5XJqOwroSDemhEl6B60kq { width:18.6875rem;height:5rem;top:12.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlyeSSCrD3u14PfuZzgFLONGDQJKd6X0 { width:11.3125rem;height:15.125rem;top:63.9375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bhHRPfcSdnlZaBwGuGnybNoT2cGw5B4G { width:7.5rem;height:3.1494125rem;top:73.4375rem;left:11.93701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZupWJUeDCPi1C5yBTqylufoBFQvMpMZ { width:15.625rem;height:2.75rem;top:13.4375rem;left:2.1875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #Zwp4Hu1TgrBwTNLbOn5GB1HsLqi5X0Es { width:18.5625rem;height:5.875rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxQmt32Dl6Ggkw9vb0r5tw0oEdd9dNT { width:6.4375rem;height:6.4375rem;top:54.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFap9ART88O2ew8liRPtkgoLoRpCLz17 { width:6.4375rem;height:3.574225rem;top:56.375rem;left:13.5625rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTDlq3wenXRZV37AahnnbnsDLrwar73r { width:11.4375rem;height:0;top:43.72509765625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u973Ml3l1zMVMqlG2kAbpmLwiTfyoVQA { width:6.4375rem;height:6.4375rem;top:48.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLsXhzFJcPBSXBI2EVxBfECPzvzla6lw { width:6.4375rem;height:1.7871125rem;top:50.125rem;left:13.5625rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlOPthdyVi6E1USPThWzvy55BygyCOcD { width:10.8125rem;height:3.16845625rem;top:49.25rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dlh7FqPReyfnbqEB6kqWRqpBZD0Rz0AD { width:13rem;height:0.89355625rem;top:52.8125rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f99bo94Sg0R8EkHIuKUazcurgtRZAxZ8 { width:13.75rem;height:2.92480625rem;top:7.693359375rem;left:3.125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzrhB9kVUMqTGNWrUpOovkiSCmSAQeqy { width:20rem;height:1.0996125rem;top:33.85009765625rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uLmTmSkZ4vhUrXyytlatwxoiZu3TkkW7 { width:6.4375rem;height:1.949225rem;top:50.5rem;left:13.5625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHr7BzlrSAgnyucSNIU3xOgtF0yV04ur { width:11.625rem;height:3.625rem;top:67.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWgpETLLnHubh9siSEWTpro0sro826eQ { width:9.5rem;height:2.5996125rem;top:68.5751953125rem;left:9.125rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuCg2yu54HXH44UlJUQk3q9NBSvNNzi4 { width:8.625rem;height:3.0874rem;top:63.9375rem;left:10.6875rem;font-size:2.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmJlRxUei8LymEkwrwBqyOEva1KE6Ixm { width:19.625rem;height:9.6875rem;top:68.9375rem;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;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #d17ydSMzl5ID44I9FnzwVzHq6KvimmUP { width:17.125rem;height:5.875rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKF2W0DlDVd1xhUzrB6ViLKnoZ9cD7yH { width:19.625rem;height:6.625rem;top:45.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZ9NPfdzMTTls62OhzAL9TifBuxON6dt { width:11.4375rem;height:3.41161875rem;top:56.375rem;left:1.25rem;font-size:0.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #TUK2Bl68BH3UB6VabTJBe0ESff0mxPJ1 { width:18.75rem;height:3.75rem;top:80.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxF6DdIv8bPx4XbtzMWI8QOByEnaNxRR { display:block; }
 }@media only screen and (max-width: 763px) { #VORXIzgoxySxyUzgidXuqVTaX7s1FW7U { top:7.125rem;left:0rem;width:20rem;height:4.0625rem;z-index:14994;background-color:rgba(0,113,255,0.61);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) { #rgNk0lHqfNOIcyZz1emLuAbao0ZQgfmD { width:13.375rem;height:6.9375rem;top:24.59375rem;left:5.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #DquE3wNNPsKFQet7d8yCuZExdqCU3VnT { width:20rem;height:33.1875rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQZCTlMFLS6DL6kU8PB3KxgaFKh05aJw { display:flex;width:5.625rem;height:5.625rem;top:51.9375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFilpSZRhbk40JZMqBR1G6MMyEGTisFH { width:13.5rem;height:6.9375rem;top:19.65625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkHgbt6ZTedh0pPdkx4tnvZSgtEotLOO { width:20rem;height:6.7368125rem;top:35.69970703125rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FBL7drscQEWpdMlbKUfnfUZEHf5wyP10 { width:7.5625rem;height:2.875rem;top:43.875rem;left:6.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4AzqAlKPzcR3spc4GuMt9wP0KXWEK1M { display:block; }
 }@media only screen and (max-width: 763px) { #eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx { display:block; }#eeTXshOBOVrpl31aHCbL2uWzOM4FfMOx > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vswUT1zNFFLX1rayWUb4yZBywB9s15oK { width:4.9375rem;height:0;top:12.06884765625rem;left:2.3125rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #CweVPv8EBzM4xbDs5RkC9JI3rwehxRSP { width:8.5625rem;height:4.3125rem;top:8.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScnkXNpId0DT87RvHJzklX2rIQQEi1z { width:8.375rem;height:4.25rem;top:9.15625rem;left:10.6875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #NMBmawV117vuMCy3ThV0wPtqAAmzppyO { width:19.625rem;height:18.3125rem;top:3.4306640625rem;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;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bbq6rfAD4cTaLPH4dDHNLEC6W9nMpT3F { width:20rem;height:0;top:27.33251953125rem;left:0rem;font-size:0.8125rem;line-height:1.7;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xLSWSLXuHy1ikmZQbnKUkKqIhOURsZ12 { width:20rem;height:0;top:7.34375rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #skc7hLUclMS6CJ4C3dDXhl4kTaV4z8Da { display:flex;width:6.125rem;height:6.125rem;top:9.1875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqBFexAd3smccTPp9lfgwNT8uI3cszaA { width:20rem;height:13.625rem;top:22.1181640625rem;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;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #bwEvzVAxT72zCmNQvt1ktlTleATrb9yp { width:20rem;height:1.23730625rem;top:15.255859375rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxV6dvmWlHsRXRL66BS3kIoDLvcFf6Um { width:12.8125rem;height:0.6186525rem;top:17.0556640625rem;left:3.59375rem;font-size:0.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGIlsiZPwp9MKfALTdXc19ScKPTC1ztB { width:20rem;height:0;top:78.318375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuqxbGKlIzywEUpvLTiIb89OFfxzEDfA { width:20rem;height:2.4746125rem;top:4.75rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #I36GV6EE1ML0qSrJ1XgO8CFqMo9I4DDs { width:14.25rem;height:2.3125rem;top:0.8125rem;left:2.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15002;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #klATPP5NLFgRI9oVmTRzqPhqSdB98k74 { width:13rem;height:1.30615rem;top:1.3154296875rem;left:3.40625rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #PiqTJ6iwkT5rv5Nc6W6m2r9iwtpqHaND { width:20rem;height:11.375rem;top:14.6181640625rem;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;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IvNUSJGKEnexc5iBp4aLWfqzq3GNHKLh { width:19.4375rem;height:8.285125rem;top:17.0556640625rem;left:0.5625rem;font-size:0.8125rem;line-height:1.7;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv > .row .container { border-width: 0; border-radius: 0; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKPzFqgnWhkRPSTFlG0L9e9uWxNXzJyv > .row .container { width:20rem;height:34.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #md19bHwc06t8OQ66DVJcHIZUQFTGUWBZ { width:20rem;height:25.25rem;top:6.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn6O6itEKf6ovcVXa4LQTdrUFppxzluP { width:20rem;height:2.51855625rem;top:0.81187915802rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UicLRTx90y2VOUk0MMkPh9pLkefm3RDK { width:18.0625rem;height:3.8994125rem;top:21.849609375rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QUObTF4h4UovRg2Nb8lE01ffxJFyfErc { width:11.125rem;height:5.8125rem;top:8.8125rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #W5Gdk9pOXJOaOikfwX443fyq7T1nrx36 { width:11.25rem;height:5.875rem;top:11.5rem;left:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #m2KEAC2uTBAbcWCrJSZfA5qT7IdsxmEE { width:11.25rem;height:5.875rem;top:14.625rem;left:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #IzmeNTG7JJwwE8QHozbTCK0NtrcoQcux { width:18.375rem;height:2.2744125rem;top:26.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VEBbtDPx9hLuaypJSGCiJR1F0H6JtWZC { width:20rem;height:1.54345625rem;top:3.642578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z0aKUkAAOH9PTa9gEw8xpRp4lughg8f7 { width:20rem;height:1.05615rem;top:29.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 { display:none; }#udAESa9gmrUFIi3XmFxvcx9CI6koQPF6 > .row .container { width:20rem;height:33.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cmV6hfBb8ldFTysMpe6DkqfRq7GMonKz { width:18.6875rem;height:7.6875rem;top:3.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeATwEnkeFAaQd7JApsq4tllAs3DXCmH { width:19.6875rem;height:2.599875rem;top:17.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdNqdKhNvX2zPvdJiExOd673BtREyC4S { width:19.6875rem;height:2.03125rem;top:20rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAVbo13atSly3uhyKWaXfNXHQvu17Kx { width:5.1875rem;height:5.125rem;top:12.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUWyfnDkEvz1cNigZU32NEoFrBE57Zmd { width:7.9375rem;height:auto;top:11rem;left:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXtQeimi35sGM9GZlr0ytCNGOftaSOKH { width:3.125rem;height:2.25rem;top:26.703125rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55y9TuaDt4VEEHB1wVoTfVHL9fZJ4bB { width:19.6875rem;height:2.03125rem;top:25.723987102509rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8O7zQAR5Q6w8nOHZpgu9rP8snmfKM41 { width:7.875rem;height:2.599875rem;top:23.125rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDR6csOq21rAtOZQndm9h8TtRzxMHZR { width:20rem;height:1.625rem;top:30.37464427948rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqPmpXqdXbDHQ7LlK7Nn1bAdhemfZp63 { width:3.9999125rem;height:3.9999125rem;top:27.755236625671rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLJdETTs7ggHANz3QDncpZpRAg0EslE { width:12.125rem;height:auto;top:11.0625rem;left:3.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzeBfWpEwUt4gSD2DAk0zMsQolssUR0p { width:2.9375rem;height:2.9375rem;top:11.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJxvdyr24wccUeGx18K1u0RANyxHhsT { width:2.9375rem;height:2.875rem;top:20.037109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOybHPkfqWbr2bPfqw7U9BdpJbKhHuLa { width:5.5rem;height:2.35595625rem;top:23.3125rem;left:1.875rem;font-size:1.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDsMgpz5hbVJAFNCAgsw380Tb5vyHKF { width:5.5rem;height:2.35595625rem;top:23.1875rem;left:12.9375rem;font-size:1.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #FC4OtIfFswPDzIeWUv5xvpkPT7aTanWw { width:10.2499375rem;height:1.4999125rem;top:2.3686077594757rem;left:4.87482213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #zedcAuPFRklRgAUDTMAmy6u7ymtrRTrZ { width:14.9375rem;height:1.625rem;top:12.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83p6khRDbgyxfrT5qm3lVDvvVyWosqh { width:20rem;height:1.21875rem;top:14.875rem;left:0rem;font-size:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #BxTaAoRSkf7gePiBFAUeuALJ3XhSrxua { width:19.6875rem;height:1.05615rem;top:27.953211784363rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlBW8KmxuxFhGpQrLX9T7wgHF9Sf1WNm { top:33.5rem;left:1.5625rem;width:16.875rem;height:0.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ { background-color:#220441;background-image:none;display:none; }#VKrFcSoSi8LrOP3NiQs8FEQdkuFHKTrQ > .row .container { width:20rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ucWWC8fsZSsluk18t6Tx3xKeuS3c02fB { width:20rem;height:5.6875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB { background-color:#220441;background-image:none;display:none; }#TuE6kEVqBEtosbPiTTAcdNkfM3dvZ1mB > .row .container { width:20rem;height:76.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bkPO3XB6ahHhTEkRQdcTG21auwAPbgpu { width:18.875rem;height:6.875rem;top:1.6875rem;left:0.56249994039536rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqJAckxLecPI5UKSHucumOIOX8HmZuku { width:19.625rem;height:17.75rem;top:15.03125rem;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CeuSXoaqOcQT0PfZxToUh6HXWwszRknw { width:18.6875rem;height:3.1875rem;top:10.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TrPxhAyrdhyZDV0xVLL4p7tekTw8x5 { width:13.25rem;height:6.5rem;top:25.34375rem;left:6.2490234375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mO4mXZdhCvppThVrL0NCafpJOkRBJcUR { width:15.625rem;height:0;top:13.4375rem;left:2.1875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #EDCX08Q9nJNqXfyicve5pTH7y3cTOTJl { width:20rem;height:1.0996125rem;top:33.599609375rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lOzI7QNTWZsnvX19HrKvCRc7IVLVnTAm { width:11.4375rem;height:0;top:51.375rem;left:1.25rem;font-size:0.875rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #ZFXPrcbdiTW7L7ZW2rE4HXIG0uvFPtcJ { width:18.75rem;height:3.75rem;top:70.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzSKIbgdQV5xJKlE16v0lctgrGrOtLV9 { display:block; }
 }@media only screen and (max-width: 763px) { #O5tmtl6wd07sidUxV1KUhPhBJi8DxsMd { width:15.1875rem;height:7.25rem;top:17.15625rem;left:1.25rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #HdTD4gJFQg0EE3psNXTyw7rXQL3vm939 { width:20rem;height:32.3125rem;top:12.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu0NTRGdJHndlB4mTI0i978QLPHDOX5q { width:13.625rem;height:6.625rem;top:22.59375rem;left:0.5615234375rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #XTdKEmbydZAWRyTPdEXtVA7RTEKgAzbx { width:20rem;height:1.923825rem;top:34.69921875rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OhTVLmIxpTxh06TK3ePvPBIJ18qEIcP6 { width:20rem;height:32.3125rem;top:12.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiAbKTLn5UT1O9SsruTGG1J2kIrgtpWZ { width:20rem;height:1.923825rem;top:60.5rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KwLrtdXnhn98omnBWrm9Bmo2vlZbN9vA { width:20rem;height:1.0996125rem;top:58.6875rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LQbhr3SITsVeHP70d3vFfyal8zgmXPOn { width:19.625rem;height:15.875rem;top:19.75rem;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;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #JNChyab4TLRJapudyFB5oyaoreLZA0tX { width:19.75rem;height:4.6875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN6NgRFSqgaEDH5TXW64QohnGtRWxUNz { width:15.6875rem;height:1.375rem;top:71.9375rem;left:2.15625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #JRl6yT7xcZhvcnKe5hBZ1elfsmkTO0rk { width:15.6875rem;height:1.92480625rem;top:11.193359375rem;left:2.15625rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #EO0KA2x6xyngBGgQFdLJSQyCoxSBa1R4 { width:15.6875rem;height:1.92480625rem;top:39.193359375rem;left:2.15625rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #qpyKsbbW17izFmxdDUkBrwrdKU1VpntK { width:18.8125rem;height:9.625rem;top:46rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnt5D9OZdBKEXTTtA6k9kRBHhefamBov { width:20rem;height:1.51171875rem;top:67.2109375rem;left:0rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfIdzxtXbLdUFcKLpOcAs32SrTHBsTQX { width:19.625rem;height:12.5rem;top:44.375rem;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;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FBRAbLLAKfbZldz5ge4DDqvvGDFkD816 { width:15.6875rem;height:auto;top:14.875rem;left:2.125rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #hLi7sJtVguVv3TymuThOUnykLOJxeNQu { width:20rem;height:0;top:64.125rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TcTdfSSdmvsJ7vC37QvVnuamd68UkGh4 { width:20rem;height:2.75rem;top:63.60546875rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb { display:none; }#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container { width:20rem;height:6.5625rem;background-color:#0d3845;background-image:url("https://images.assets-landingi.com/uc/5b9310bb-3127-415d-97e1-238306537567/25670705150720.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container.adaptive-delivery-prevent-bg, #QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container.lazyload, #QPFPzFXR5dl1MvpHUEzEsZyF3wv1zykb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #rifun07kgA0STHowwvkMNfkoEpOQ73kh { width:11.6875rem;height:3.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygs2JWdeIm8ETutPC1LamX1Q47Jhim5M { width:20rem;height:6.7666666666669rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZ690GVN210mcb2nKHnPLqWl0o68ylEq { display:none; }#UZ690GVN210mcb2nKHnPLqWl0o68ylEq > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #URMzw797Q2x7uIB3sr9t3Bfl8pin5EHK { width:18.625rem;height:3.25rem;top:1.52734375rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blTWudEd5J720fuPIMTevKz5fvFlTfSr { width:15.99949075rem;height:0.3744905rem;top:3.4026489257812rem;left:1.9998301863671rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lpmhr3HpBZxgpgPNlZqhrEVf0pIG5DGz { width:15.625rem;height:0;top:18.625rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hPiZHeLtwATUcfQ4809TlCFAfGSdUWPR { width:20rem;height:0;top:20.5625rem;left:0rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uGn0vwogR5QrElLIXdtUn6h7olF8qrFd { width:18.8125rem;height:12.1875rem;top:6rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIuI01m9119ks5BfCylF3zh7LDBTPcxT { width:8.125rem;height:2.874025rem;top:19.7509765625rem;left:5.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cT8wgcWT5tWNEXLG74y2JLFx9gBnQ9bF { display:block; }
 }@media only screen and (max-width: 763px) { #lPLJOufeF4h2J8WpntD5quzM4C5Mnctw { width:11.5rem;height:3.8125rem;top:23.8750015625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1R2oRrWLUqmLpKNnRA7Az1oRfZOGQL8 { display:block; }
 }@media only screen and (max-width: 763px) { #aquHeJE0oOvghLF9VLB2RuH79e8lB27y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y > .row .container { border-width: 0; border-radius: 0; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aquHeJE0oOvghLF9VLB2RuH79e8lB27y > .row .container { width:20rem;height:58.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FR5ssK4C9So2vs839NEXSEDa2TbJuUAU { width:20rem;height:45.75rem;top:6.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Etx1iZoZCDSibiEywd6848d7iv63Re { width:20rem;height:2.51855625rem;top:0.81187915802rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P1Tt810ITz1iNwu90AdT0TWPbLgIQLbV { width:14.5625rem;height:2.2744125rem;top:10.287109375rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iR7Iobv4ESxSurewVZs2PPnclovtbVE5 { width:20rem;height:1.625rem;top:27.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ebrzi72TvXZWfBnkQqrtJ4UbWosOUVNT { width:20rem;height:2.5996125rem;top:25.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o3TTxOzl6yN5rQHRlBo5wOGnQALQvwib { width:13.625rem;height:2.5996125rem;top:7.5rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eRpfdp6MekuB3kLB9TEmtiQJTrf3Jb0x { width:18.125rem;height:0.125rem;top:24.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIK4cdGRVg5PDbVm5B52r7ruTMFFVo3O { width:19.125rem;height:7.75rem;top:48.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyoQbl9Mle33sgnCXaJcaTT2Omb4REci { width:14.0625rem;height:3.8999rem;top:50.8125rem;left:3rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M16F9i6Mzz0ksZ2ucJSOwk4C5zIadRBv { width:20rem;height:1.29980625rem;top:49.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VSvvA4t5etFWlR00nZ2JXLkNQZfaHCf4 { width:20rem;height:1.05615rem;top:54.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OIn0bMD9G2DtWUdsFTUyo8h6KXagiwQT { width:11.8110625rem;height:11.8110625rem;top:34.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUgsm3WonQAcO7r6pFvmRvvKGb7W6Sdn { width:5.625rem;height:5.625rem;top:40.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIUI5KaMtIEf4lBoeVeUhCVBlH9T9oXq { width:5.625rem;height:5.625rem;top:34.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKcHN7oUiW3O4QUsHb14LcJeyhI6dTy { width:17.375rem;height:4.548825rem;top:29.5rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eyqVWLpaJXT4Myd2MnO710M9ayUfGsNO { width:15.75rem;height:8.125rem;top:14.833984375rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #hfM1wI6a2vWVw6T1O8dsG1USsu1cTveS { width:18.375rem;height:2.2744125rem;top:12.560546875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BcIl7x2OidvXGNWlEH8TZ8RgfTtTEs9n { width:20rem;height:1.54345625rem;top:3.642578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ { display:none; }#CZ2ZPxnGv1mZ37tAR5O3MbD6X4nXtNBJ > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NynEJTIrwdM723yApWJnTzIVVRNVxknp { width:20rem;height:2.8872rem;top:17.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Kvt81OXxi44qDKeqZCZfoo0Ct5zvRPnL { width:18rem;height:2.6875rem;top:13.4375rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suK7wHShkGF1R5xwTDye0U6HC1fL3wXc { display:block; }
 }@media only screen and (max-width: 763px) { #R8ZX64CCAkUyqRrnieiF0sTcTAKTSEQo { width:20rem;height:1.94970625rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tWKXMkLZPiMrLfv4SsBFTUTdqEXZ99NT { width:19.8125rem;height:3.16845625rem;top:8.96923828125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F7XtvhgriI8sMrJfWNmLq4hqQKv4zUMf { width:20rem;height:13.375rem;top:1.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ala1mwh7HW034kFl7h3Zgup6UmpyCHxf { width:20rem;height:2.5996125rem;top:5.13720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #fC2LAC2ELlClWpa7wnHyTHytINuMRVWM { background-color:#000000;background-image:none;display:none; }#fC2LAC2ELlClWpa7wnHyTHytINuMRVWM > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTRWfGMnwLIxNbRRQpR3ov0K6xDGAg2r { width:20rem;height:12.4375rem;top:1.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWw2TIv4e7GkP308VeqrZWVDmQbzilCO { width:20rem;height:2.19360625rem;top:4rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8tyD60pw1RzlRgPQZTQNyNq6AC9HIwH { width:20rem;height:3rem;top:7.375rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWNmszhQLf3gtk2Fip5XOcGP0GkPJgNN { width:20rem;height:1.70605625rem;top:10.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMNDlrvTL8qMFy2acf6UvhMTCPAyi3Re { width:3.25rem;height:3.25rem;top:11.15625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhAv01g8549Q4euKrGVDAMXo3efEOJNm { width:17.75rem;height:0.3125rem;top:6.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2vXTTZWfEZExEWs0ePTeGuGu77Ba8X { width:17.437rem;height:1.54345625rem;top:15.21875rem;left:0.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ARQ0awOGtNp3PFHTxWTC0yQmKGIqvuah { width:7.125rem;height:0;top:13.9677734375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PmAd9MTW2MIh7qcB1vuiauE6imdl8HPT { width:20rem;height:auto;top:18.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW { display:none; }#G4x7EGGgquco1i5u5Ka8g3Tt50Qv3bvW > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #py4n7QeVvNX1ZFJD0yOTmVXvSmX2xv0l { width:19.9995rem;height:2.2749rem;top:3.8056640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UB2Dv7aINV6VpfwFU7bpDKE5pCLMLi8I { width:8.3745rem;height:3.1875rem;top:0.6181640625rem;left:5.936279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqVOTGXwUinZyK6lQvLy2sscHHZePVp { display:none; }#xkqVOTGXwUinZyK6lQvLy2sscHHZePVp > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f0xwc9nAZZnh2AVeACBT9ZR2bGgExtcu { width:20rem;height:5.9504132231405rem;top:2.199462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkC9aQO5KnTTlS8u2cGONz9cllFV7B1 { width:20rem;height:3.531202435312rem;top:7.198974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPp1JyLOeZTIeuTgvky0sB0QxpsFtpsP { width:4.875rem;height:1.6245125rem;top:0.574951171875rem;left:7.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bDINTXmF9cGe7RqdEEAU53BbAwQpzC { width:20rem;height:9.1101055806937rem;top:10.72998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5w314RkWA1VBBId4394HTWPCTIRwVVS { width:9rem;height:11.187rem;top:19.059814453125rem;left:5.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz3R2Ext9GbZtS3fdqX9FT9UHXngO9iV { width:6.1875rem;height:3.375rem;top:22.059814453125rem;left:10.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBmiObAD5922oWZT62UeyCmHio5AG0Ac { width:20rem;height:11.918976545843rem;top:19.059814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv { width:14.6858125rem;height:3.65625rem;top:13.456787109375rem;left:1.4677734375rem;font-size:0.9375rem;display:block; }#lNvooSAmIoeSTcLpRmQSgw3RaOe4Bgbv li:before{  }
 }@media only screen and (max-width: 763px) { #r0OG5rRTUPUtwO2siJXTb9s31STHuPvX { width:19.9995rem;height:1.29931875rem;top:17.806640625rem;left:0rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HWKDZ0swsXepSHSQFOfmcJUyAhOeVyxK { display:flex;width:2.31225625rem;height:2.31225625rem;top:14.12841796875rem;left:14.4990234375rem; }
 }@media only screen and (max-width: 763px) { #PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV { display:none; }#PUiKOJKhM0l9bc2TJc25k0W01aI4FRrV > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArmbkSt3RPVkTcngsBipdw4T6BCshK9U { width:9.375rem;height:1.25rem;top:1.91015625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmiEF6JN3uxZhXIkfg9TrzoKcpobdMzJ { width:17rem;height:6.0625rem;top:4.72265625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6ilpL1w6AkQCCKKgVE83qh0vziLgsM { width:16.3125rem;height:1.875rem;top:10.41015625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhETdDe9Em6y7a18zP1VUzTFttxpTiz { width:16.75rem;height:2.03125rem;top:30.875rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UokUMzL7BoJLgOQK1aw2IGPuS5zkkpQd { width:20rem;height:3.25rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpudpn5ZlknNE4zbB6QKRB8ZTQZAKNQI { width:19.125rem;height:16.25rem;top:12.28515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgleCPcv54109ttmDuc28JoqXMtL636T { width:19.875rem;height:10.375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgrBEfZ1AHu89QVtOFBWMNuafKsz5IT { width:20rem;height:0;top:49.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MO14BpOpfvX80PXRPMFpHTnaNTQfzyBT { width:20rem;height:1.13769375rem;top:50.499267578125rem;left:0rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZG0x3KEa8v14xMoMLE6kT84peHSV69fD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD > .row .container { border-width: 0; border-radius: 0; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZG0x3KEa8v14xMoMLE6kT84peHSV69fD > .row .container { width:20rem;height:62.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nNvARaZrt796eJQwHZfPAdsIfZqzfcUe { width:20rem;height:50.0625rem;top:10.062255859375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTdXHIBImlNAWyIlmBTKU1tiZXtfcP3B { width:20rem;height:7.5549375rem;top:0.81187915802rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IApIH8C9mBuy4ndf0qKx9MfWL91svfTz { width:20rem;height:4.87426875rem;top:14.2236328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkhZTFtIUuTWFXpUdbb4df7f7UnIno8K { width:20rem;height:4.87426875rem;top:36.214599609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TK1TgF4V34XSaw7gvX8TRul7KPdffLr8 { width:20rem;height:2.6001rem;top:32.739868164062rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NhN7QC2Hvi5dfJGtlsNfbqiwJWRqMPdh { width:20rem;height:2.6001rem;top:10.936279296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BfnoQaHLXVNQC8gGfvkwy0w47Tc231Dc { width:16.9995rem;height:10.499875rem;top:42.08251953125rem;left:1.4990234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pnZLvRXzE2J85WNdGt2uFRhvWdT92rL7 { width:15rem;height:7.6875rem;top:20.159912109375rem;left:2.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJDmQFQnrm7tsdOwz1iTnKCSRvmPV7r { width:16.625rem;height:0.1875rem;top:30.847778320312rem;left:1.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2uhc6KyFzLDJxd86XxCBzMsHOXUqLr { width:19.25rem;height:7.75rem;top:54.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPxOsi02tzStK5KR6fU0xIkEuhFu4bID { width:14.0625rem;height:3.8995375rem;top:56.8125rem;left:3rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OT3LcdLJwAuX4GATTV9uepbemFzWWn3b { width:20rem;height:1.2994375rem;top:55.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sTiZzXNB8WnrQwObgqs0n90u43aDlddL { width:20rem;height:1.05590625rem;top:60.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c { display:none; }#dgLRe4WPpK1z6vZyahI7r4T3rsR9lg1c > .row .container { width:20rem;height:104.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zqObyniRzxpncEZcknHVP1DK2vMyhTGU { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJKQNn8xTbr4fKlgsHbN0gTSxIZmkkfQ { width:20rem;height:14.666333333333rem;top:17.052rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZeWuCwZvyFUi1UEm8QMD7FSXTvSeJ5b { width:2.625rem;height:3.6015515256524rem;top:40.243515625rem;left:-2.750244140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzDA6OVyJn2fOzL7r7gZfFcaRTPcC5ld { width:1.4370125rem;height:1.9995125rem;top:2.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTzLTfgF2o4n4nEIKIHrIMakcEScOGp { width:2.3125rem;height:3.2501976768076rem;top:1.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ92TBIpZfeNvuEzwDxEmIwHHISX29H0 { width:20rem;height:6.1387777777777rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONRMmohmpVrfb8IVrrPm7b6K3WnCI2H { width:19.9995rem;height:4.5109875rem;top:9.762451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgJSkbviPU4rXKOQ6Ip5Zx87zq92VEGr { width:8.874rem;height:2.03125rem;top:21.85400390625rem;left:5.56201171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p1IIO84lRJeGaXlkIb5hDL9GdUc0ige7 { width:8.874rem;height:2.03125rem;top:44.125rem;left:5.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xKFTCJwlmSKXti31Nmk0soUmGRacV8Zh { width:8.874rem;height:2.03125rem;top:68.243408203125rem;left:5.562744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K8aqR3kKv4IZqivfn5up3StbKERgAfTr { width:16.93725rem;height:8.625rem;top:93.372802734375rem;left:1.53076171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O75xWoUZWI4xCcsX4T46Orrc2BXwFM6S { width:20rem;height:14.552465592984rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxUwiMvywpi1Np2U64Xw3v5HE0mqQ1yT { width:14.7495rem;height:4.5495625rem;top:15.262939453125rem;left:3.3515625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e8oGhtqkfZVb7LT8sqeq0NSTebT6HRaC { width:17.6875rem;height:9.25rem;top:27.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG6kMTm58f75dd9xXSuFnqPS9Aen5CPF { width:19.5rem;height:10.6875rem;top:27.1875rem;left:0.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #np6KPZazKfbTxngcgkuALr6i6ToBvVTo { width:18.1875rem;height:1.950075rem;top:24.5625rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HrDnMddsO0bP4wI2eG66K4rVrdqVZ49X { width:15.12375rem;height:4.14258125rem;top:39.15234375rem;left:2.6103515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GLHtUTNsttOposIq8qxFCTw3T0HhcOg6 { width:18.1875rem;height:1.950075rem;top:46.6875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2RcDeUvBu7TdidT2r5tiKp7k69H4Vq { width:18.1875rem;height:11.2111875rem;top:50.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8TWl73ZWEwTr9Copxz24ps6FXdg8tU { width:15.12375rem;height:2.761725rem;top:62.3125rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eV9tyliZCsTbSgHqkT8pIhxT4Skbtxri { width:18.1875rem;height:1.950075rem;top:71.011962890625rem;left:0.9052734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tcQqq4pGvpwLZlqsDgXnGk1fgSZtRPiS { width:18.99975rem;height:3.9375rem;top:98.682861328125rem;left:0.49951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgzcFkrfvyTaCbrF17CyOw5VxoTnBUgg { display:block; }
 }@media only screen and (max-width: 763px) { #wRBPCfEVTI9BNM3LKfQV2WtTvmgVoB4H { width:12.75rem;height:0;top:142.78930664062rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #DqD6sJVp3LueT7ME7UHl9g2AMgTCBu7A { width:6.8745rem;height:11.0866875rem;top:73.720458984375rem;left:6.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS0m7EdaN3oKLGBMkBgkTXowEoABBQCV { width:15.12375rem;height:4.14258125rem;top:86.769287109375rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x9Ls1cEEOQNpl55CRlbPKRVlzuDrt4VV { width:14.812rem;height:4.1425875rem;top:92.7880859375rem;left:2.5927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15013;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB { position:relative;z-index:auto;display:none; }#TPTea5Z1o9Fu1q46eHNUxROBTLGNNICB > .row .container { width:20rem;height:81.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kcDXeH17Aaa8LoT5qw3zR5slT3nst4KT { width:17.25rem;height:2.625rem;top:73.71484375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6vBNuPMHGLs3tIeMIymBIqhvI3tLoR { display:block; }
 }@media only screen and (max-width: 763px) { #qQmzI7nqBJnv2C8K8VqnCbQ29sRKxGPU { width:20rem;height:1.05615rem;top:6.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gBSMJuVkTTVC9KLBIn6FhhLDtxbIx4tx { width:8rem;height:5.3125rem;top:1rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZw4q0eu41piwtSc7Gah0VI4XeXG4Ldg { width:5.9375rem;height:7.75rem;top:47.4375rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MvfAbghHGFECM5Gwq1IuNUHJmJeUTbi4 { width:12.875rem;height:7.5rem;top:39.9375rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S2OA89uQZG5FVnHHARAmgaIZaRDVyTw7 { width:20rem;height:29.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7m3STW0WV7v2mqQnbgqoGgX2mH2xLOX { width:20rem;height:3.4121125rem;top:23.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAnwL5QqlJ2Wxg79RaiRyb4qU22TiJZ0 { width:8.1875rem;height:11.1650625rem;top:11.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9DQd6wk0v2Hm8i4B3vIraEa5hCeEAdr { width:8.1875rem;height:11.1875rem;top:11.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqu0P0vcg5hLec1MCgdHgoXXSe41bvcH { width:8.25rem;height:11.1875rem;top:11.17626953125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU { width:19.874875rem;height:9.213875rem;top:27.661743164062rem;left:0.125732421875rem;font-size:0.875rem;display:block; }#O07nhneGpA9eZrQ3UQf1DLk4ueCvkqWU li:before{  }
 }@media only screen and (max-width: 763px) { #BXCIrHawBhApZUu0vDPmP6FJcPPRLcK2 { width:20rem;height:5.11779375rem;top:56.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr { width:17.125rem;height:10.0390625rem;top:62.376953125rem;left:1.4375rem;font-size:0.875rem;display:block; }#CATotqTQXQ3GfBFZQFv5n4Dvi7R71ywr li:before{  }
 }@media only screen and (max-width: 763px) { #kvTdAeMVWtwPixoqXUNzz4qHg6edFHyg { width:4.9375rem;height:6.75rem;top:47.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8HU5hTIZvNpeXkNezQ4NIz6Hqnakzf7 { width:4.8125rem;height:6.75rem;top:47.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6b2XfuElDHAX2LTwKvWvmvIhRm5CaTG { width:20rem;height:37rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01e2be1b-dc0a-4070-bc5d-03b400817cd6/SectionLandingPerfectSkillSet02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH.adaptive-delivery-prevent-bg, #rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH.lazyload, #rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH.lazyloading { background-image: none; }#rEo08u8X8MgHZKT8xM9BsnJ5rwLoxFbH > .row .container { width:20rem;height:24.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4GiTrek5RkEe62HSNbvw2WVqV4b5J9O { width:20rem;height:3.7113402061856rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pCrQ8XyFq9lhW7DuMn6p2I6LfzdNAt { width:20rem;height:2.2201138519924rem;top:6.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsTXRQTezW8yGaU7qWRcyVtWtL4pTn0 { width:20rem;height:1.7814726840855rem;top:8.4303383827212rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQMfWbn8HJmBiXbQ3D8aBNFgTFLaeVVx { width:20rem;height:9.0174966352625rem;top:11.336588382721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDmNZn5KTLH4TE1p1qvBF3gp2nKPUGkW { width:9.125rem;height:11.5rem;top:12.782551765442rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBiLbaMbcn3srm9hRS0ZQH9uG17lcm3u { top:17.563802719116rem;left:0.4375rem;width:7.3125rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14FWRnl1sK7p5VNuTZn7EzUKZzCTbLO { display:block; }
 }@media only screen and (max-width: 763px) { #K7sbbr1dWp56b8M0xPueinflxUQeBhvo { top:17.345092773438rem;left:8.71875rem;width:5.8125rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6U7iT9nDqxR94v7C6uyDRQXhFnXBiwu { display:block; }
 }@media only screen and (max-width: 763px) { #ypUPA2BlCkDC0kKFdp5InEZsHnyAydvA { width:3.0625rem;height:2.5625rem;top:14.26171875rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXB1wMV8DL4ibUm23frAu1PUMTnOsHWf { width:9.8125rem;height:2.59895625rem;top:20.864584565162rem;left:1.7604167461395rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qg3n64WrsNz6KO51EwMram6PEQxQT0bG { display:flex;width:3.6875rem;height:3.6875rem;top:13.69921875rem;left:1.7604167461395rem; }
 }@media only screen and (max-width: 763px) { #DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f { 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; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f.adaptive-delivery-prevent-bg, #DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f.lazyload, #DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f.lazyloading { background-image: none; }#DwU6iMo8Af1IhZun9xISAPAlQ1nDdS5f > .row .container { width:20rem;height:69.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJp4Wevg1RH9ywlIHhGSDuQlvAtinaoP { width:20rem;height:1.29980625rem;top:67.25rem;left:0rem;font-size:0.8125rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #ATqngJTETZJl63xBqovRTZXydAAUFuEO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3681923e-9f8d-4a8c-bb73-e94b4ddab81e/IMG_8235.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO.adaptive-delivery-prevent-bg, #ATqngJTETZJl63xBqovRTZXydAAUFuEO.lazyload, #ATqngJTETZJl63xBqovRTZXydAAUFuEO.lazyloading { background-image: none; }#ATqngJTETZJl63xBqovRTZXydAAUFuEO > .row .container { width:20rem;height:70.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KSDkr7m6RTlcv6ABZEow5AxkQfImTJfK { width:9.75rem;height:5.0625rem;top:37.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXsE1cgcucFiQFln8PebB9emvOqU0c5 { width:9.75rem;height:5.0625rem;top:37.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ai2wA9tkRAG7I95lOKkKWqvQXOWgE9 { width:9.75rem;height:5.0625rem;top:41.9375rem;left:0.75rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #HNm1mgwR8UiaLP6cc6ahwnfZyQ36klma { width:9.75rem;height:5.0625rem;top:42.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1qEqTey9OlXV50R9P7UDM3wGWHXVHT { width:20rem;height:1.4624rem;top:67.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd3Tp6vz6BvOlSablbTE5DLef5848Olw { width:20rem;height:2.3125rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT { 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; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT.adaptive-delivery-prevent-bg, #FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT.lazyload, #FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT.lazyloading { background-image: none; }#FUx1RT4ruXQmSeTIT0doQbhsKQafiOoT > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owwUwUQBTE52f5BIp5xIsF8OoWBTGwKb { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5S2Tq5HKqsymRodbW6FZFSo5xV1Hmmy { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu8xfkPQ0ilvPf49N56RcTQHlQWTn4r7 { width:20rem;height:2.2485375rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xM33PCC8H7ce2LaeRzeTWpoJd5vSvk { 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) { #Dl19p536oetiF8F2sZzbxRfBfL726TDR { 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) { #xtZbCLIoTWFOGQaoavxy5hXPbLHd2Hed { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V41vxWPeMet8QffoQdla1MUTuDdEuduJ { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6nvMRRfMOA535fWFG48NT5IIxcLcWgL { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzSMg2dp0bWzrqilpMD4TJ7ENooJqWsm { 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) { #LCTW6eq8ZAoEyUV8QZDLN6vd4aNWKIi6 { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1oimxN0ynSGTMmLXTszHJCb7Vfq0ZwP { 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) { #s649iF4GIATZlxtkgyS9N5RBGXci2LSd { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSFTDlT8q01XOINsng7iq73rd1ZmhC5u { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9TehT7Nx1ZbRTd4zisKCwwbRhnl7ls { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oel0nwBkGbgLD20SB4CWpLA0ZNV3oDyQ { 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) { #vElTywiUtJbdsk6CM2EIPin7RCLUzFSu { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3m3STsBNM0e86XBdop1ADIQFQmQVGqS { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH77FNaKUbhM5CtmluJci7VqWTfUHIUz { 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) { #alAagltwbu0J6zotPCK4SdbBsApvFuXS { 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) { #g2ia5J8OJrdekbkcnVeeiP8cMMzqBNhd { 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) { #hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff968ae-84e8-44a1-8fde-64a84f1c4546/landingprofeb2026.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD.adaptive-delivery-prevent-bg, #hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD.lazyload, #hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD.lazyloading { background-image: none; }#hnyOUwn1pbak4VTVIS32zWvoQMyIxzuD > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OktuiMn0BIZW7KykNch9U3S1WDa6huAs { width:9.0625rem;height:4.75rem;top:10.5rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWk1U7BSda1MUQMJTmn344DWTzsOnGvU { width:8.8125rem;height:4.625rem;top:10.5625rem;left:10.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { background-color: transparent; background-image: none; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container > .video-iframe-container { display: none; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row > .video-iframe-container { display: none; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .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); }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { border-width: 0; border-radius: 0; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxFmqgTfxV8ICHm4TNqmB2fTau5OlXrz > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4xx4Isk9SLoXFhdVIZgCuQezDM1BJsq { width:20rem;height:5.19921875rem;top:36.80859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVAwL4uHog4GZMh5OaTdTKLIErzfNcET { width:20rem;height:23.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMycthBH3ipmWEoDUW8QfzpSfxhE0iVV { width:19.625rem;height:1.06274375rem;top:3.966796875rem;left:0.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evyOWF28MFUhHn5iHVnvCHWRRhTU0XVx { width:19.625rem;height:2.20019375rem;top:5.029296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pbZf53wq4doEEwHq8KuHhXE37idUGn5v { width:18.87483025rem;height:0.3125rem;top:8.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82vPgUQsuJm05IMNwLi01XsXrIbafDG { width:18.125rem;height:3.1875rem;top:10.125rem;left:0.6875rem;font-size:2.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UkpACKxWogxTHeWEbG2kZ3MIqpEZuVqd { width:15.125rem;height:1.78161875rem;top:13.125rem;left:0.6875rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG { width:19.3125rem;height:6.9238125rem;top:15.94775390625rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#bLAVHh2aBp9ATGP7zyorKNKfKqQ8uHaG li:before{  }
 }@media only screen and (max-width: 763px) { #MfefrA49WkXEIDSkRJE1lcNI4riNboJm { width:20rem;height:3rem;top:26.30322265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .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; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .widget-text.counter-number { padding-top:0.39rem;padding-right:0.3475rem;padding-bottom:0.39rem;padding-left:0.3475rem;width:2.084375rem;min-width:2.084375rem;height:2.0975rem;font-size:1.56125rem;line-height:33.56px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.77875rem;height:0.82875rem;font-size:0.585625rem;line-height:13.26px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 { width:15.125rem;height:3.95rem;display:flex;top:30.7548828125rem;left:2.40869140625rem;z-index:15017;padding-top:0.026875rem;padding-right:0.028125rem;padding-bottom:0.026875rem;padding-left:0.028125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #ylACll247BakXH15sMW2DwKkEtPeTyDr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #TfITqtzJTnd9zyXVe0qb6nPtS3ghazRl {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #mWaUEcqwbwTAplxmUkT89zAstrViMJzW {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #lWyesWxXq8SItn3ry5MQQtPb1yuioFnv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #zqsJQp0IlLSTkoTJc9nR5qL8Sg6LPvGM {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #NNxeKqgF2ZyJ8OGUzx0wwC8avVQvlVZ5 {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #ZvqZKmvkTq9t3zFDgU2kN03svL0FazmT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #Mdmgfs19QKdKGH7uRdOpT4thTbckLVO1 {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #M2Dkf3FerKIB2uR5X16wwOUhHiILBh8K {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #KR0FriPdIkPitLqVPuSsLpZtfT0JUAyc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #StRygs2NZA0Qg6Qn2rSwSyHmxQfZBWux {  }
 }@media only screen and (max-width: 763px) { #Xl5BXUtNVEoMFuuPdlamyFEfTHGsbwH0 #qLrRtrtydtvH2T8xOzAeTqvhapmM4XkZ {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffc800;font-size:0.9375rem;overflow:hidden;height:auto; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ  { width:17.5rem;height:auto;top:42.3828125rem;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; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ {display:block;}#lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ { width:17.5rem;height:auto;top:42.3828125rem;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) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #kx5TMLkOSKbBLU8BtV1BRk9mDenFH68Z {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Ssls5QM7e1wzdnSEDUE2qbWSfk8Xf57q { display:block; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #uOWcA1Ovhab4SH32zQpAErKyEWqaX8QO {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #aZEVqMZcMQqBV4ycuJEBqcMUyS6w5pIZ {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #cRyNeLsRKJUlTNltnM0yDTQSJzUTZkzw { display:block; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #AcEecAbewmDFTh3cOtZZdwyiktpckIdV {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #dSMkUTT6S3BuTadZiQTacmeDC0GOIwKP {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Rc9GqdTg9TfK38v9q6ZeOnEqmPcaThir { display:block; }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #nOZtXv77d8EITm801fUZTnRVZWC3OPL8 {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #rwoR8hgeME59Dmunb80ATPz2KDhP2TBX {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #oTrrmQZKe8W9uvBLghJtw5NCnXfZZf27 {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #qSsGSKfMehcOTQOnF5MNCZbVC1s8w2OM {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #BTgkp7X6qM27tLfFoxKMKMfdHDo9eGUn {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #dZFnbnf0swdEcQf1Xqe9BLgO5wT4rAeC {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #ftkTxmVwDJlNlMM2sieCVHh0GFBxUaS1 {  }
 }@media only screen and (max-width: 763px) { #lsdzlyrAa5b35PT5HUXUDFB4VUs27mCQ #Pr8u8iGR8WhnpXbwHuzQ71VWFtnPghkp {  }
 }@media only screen and (max-width: 763px) { #f8TTghf3VqoGDTv4PrKQfcUhoizBcXcy { display:block; }
 }@media only screen and (max-width: 763px) { #gfa9REH6Lw1DMHaDJTZTMcPt4DXTXAUB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Dib9QJZk1e4C6pt95nhaaA1QzxWZxuTU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #usqslS79Z7LDwxVOlXJytM9551nK7uk9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #heWDQb501bPy9bbyxphvx3gvsVqh123v {  }
 }@media only screen and (max-width: 763px) { #DSVDOkm6gTxm7TRcFizUXTSnMc2qmDM5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UJHG5ugTKcl4Qp5Vl2qcfM2nO7HWaQ1u {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TwPT191hTMbn3CBuTb6gAJzthmxAnsWV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #XMVIRT53N4R9qa6JGqZeTaozWacHqB8T {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x02nZp8E62wtHKKPocOxU0NRQ3L7Imw6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Gw4rpgg2KZS8nBInf7BZ8VHUTOLrgH9n {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WJHAoaHhBRlkZHRMCk01B7fczTgg480V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vhfRkqQCh3cTnxcSXiZ0gXLqJtBzkHqO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QtMFN7Sbbb8nqZ9cvHPMpKd4RGIVa1BI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pqiHXiu8LW1MXipTiZ7E1BP0iX07nedQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rHClU4EfM00TXWUrsR7GSXzkRPkD8Jyd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #a76Nf23cewGg5AVJqLpZcCvOC3DEn2TS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MQ1wu2INTq5K0Dh0dkHAvrMzuEh62uwg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Pp6LimtmfnT70xXzWF7Ot5774fOxsfUu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UiU9bzg5Fg9BTk5wSGokW8VXMGuBl6Nh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vBRaLrFVumgXFJXqIH569mOTcQ14CqBT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HtRCkTllgOm691TpwQ2hyTBld2AHxzN0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PdQSh6rCkVb4uc3iaQLU0LQ2RTChwBKl {  }
 }@media only screen and (max-width: 763px) { #e8qkRrSTLyTMMeA4Pg9XqpdX8QmBU5gr { display:block; }
 }@media only screen and (max-width: 763px) { #AJxbtmKB28VSQsKSgulkfDw1DgeE0pek { display:block; }
 }@media only screen and (max-width: 763px) { #XSyZaxN1JJyJ2i4NzaT6cwSJnhabGDTq { display:block; }
 }@media only screen and (max-width: 763px) { #QmarP0p1x0rFJgqP8HU1I3x72xpZiCgm { display:block; }
 }@media only screen and (max-width: 763px) { #tGtmtI5UfGCmcrRw30k4ZmnadFAVMO58 { display:block; }
 }@media only screen and (max-width: 763px) { #x0vLNOuLTuaHkPOX7UBJThtNQAMSexdh { display:block; }
 }@media only screen and (max-width: 763px) { #BDaTzM2iFgqK7DKTVTVnvRIwPh1gZXrh { display:block; }
 }@media only screen and (max-width: 763px) { #lZ5MDWgXkkTyz19ccqs9m8wUT1FyuTKT { display:block; }
 }@media only screen and (max-width: 763px) { #V1XHlHKVxd8nSUWXM8hnkTAUbyCZ62MU { display:block; }
 }@media only screen and (max-width: 763px) { #gpMltHwroQxvqp9dh9yvIglnB1eKWQX9 { display:block; }
 }@media only screen and (max-width: 763px) { #metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk { display:none; }#metox6MJk5Nbzr3aJk0sgRuUS8ZPBzDk > .row .container { width:20rem;height:58.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fWDQRu2H5WO2wMPaRONRRuWEZQ0aqHJO { width:11.9375rem;height:2.5rem;top:10.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LTkG0US2e428Bwt9rh8vQSLSdQ4QSC { width:12.5rem;height:1.54345625rem;top:10.6875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUKl7H1K422AlW2Qfn3EDqSdGkvQRlfW { width:20rem;height:3.98095625rem;top:3.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSZmQAeVayXGN7A5DyUMBQNIeMGTHPqt { width:9.8125rem;height:2.6875rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp5Tu4h6RBFG9LmJlk761iziEKAT9yNF { width:8.0625rem;height:1.25rem;top:0.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHSlzhNK205PH3WdNRA5KgEBcErKzI9 { width:20rem;height:1.86865rem;top:7.29296875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNoMTFMx3MAs6JoZsOM6acXFCiNRmb7 { width:13.75rem;height:1.949225rem;top:14.619140625rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asoSEnGNvByAFPzI0AKiQKXXeds3xF4W { width:12.5rem;height:12.5rem;top:17.068359375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxt2khOxCzS2vLsnDT6ekPx8p8GPt8w { width:8.5rem;height:8.5rem;top:31.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAlTqNdOBN3TuMzb7V6pzW6Lgn7li4n0 { width:8.5rem;height:8.5rem;top:31.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz0SHCnBNXvkTL73gubZ2T5xsMyuXHxp { width:7.25rem;height:1.625rem;top:37.40625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdMXBcr4v68V3RQxsLQGGdXNKJbQSdqa { width:8.1875rem;height:1.13720625rem;top:37.744140625rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMg9n07MCFp6pxOwy4gaRQo0bG6aclwD { width:10.5625rem;height:2.1875rem;top:26.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOhR0EGKMim1Ki8LvJJb0fOBiLpVDOp5 { width:7.9375rem;height:1.625rem;top:26.8125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMMxV9MwlTJGcXlzMvamWgSi8kwK2e3 { width:7.25rem;height:1.625rem;top:37.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B68swxMFRvXVxnBl0b6t5KMJD4HBvI47 { width:7.25rem;height:1.13720625rem;top:37.681640625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e764y3e7FtDT2OQVlHTivoReAz4zDiuE { width:10.75rem;height:7.8125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUDbIvy9G0BALs6K2hqKIFqJvlHL1LsX { width:7rem;height:5.0625rem;top:31.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPt9hs26kLEOmlnCUJthO7nSdsTwwuUc { width:9.1875rem;height:1.29980625rem;top:35.9814453125rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Hq6b5qCEwwUABTfHwS7chJ5NbiBhpI { width:7.5625rem;height:5.4375rem;top:31.0625rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGa807SiAu1ESE2DlH6cTVy1IxbkJROO { width:9.1875rem;height:1.29980625rem;top:35.8564453125rem;left:10.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfJD5WG3T9XPzAoBiVdUdT8FVoocAMm { width:13.375rem;height:9.6875rem;top:17.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRPzgxas6gyU5pFrtgT5PGEe2kFqRgso { width:19.75rem;height:3.25rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPuFaEqRNKW8XPvTrnR93MLoyGzR3ycX { width:17.8125rem;height:2.4375rem;top:41.5625rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6EPztRwPo0V6CAsOWGT4qwV1gei4lFn { width:20rem;height:8.25rem;top:48.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX89sK9wn9amR5EKFTMSyMAMSzU5NMJT { width:11.8125rem;height:1.29980625rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkkkJAwtfPlSJHT9sL0mhsNruMsm7MGo { width:3rem;height:1.875rem;top:15.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD { display:block; }#f6dWsCUKLcAOLqLkfKS9zo8wuACqkGcD > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd7ssHsUvF6UvZ45F8pXeO7duWnlbTcy { width:20rem;height:0.97485625rem;top:3.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkJd9DxmRqAxTFHcTuVFzuBwK2l8h9nd { width:12.5rem;height:2.76171875rem;top:7.125rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRGQ3kDTgJ27R8UZOoaoXHG2movdzRn { width:5.6875rem;height:5.6875rem;top:5.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKE1TXu4sVnHbk0hAPzORrMsgl8rO9z { width:8.125rem;height:2.8496125rem;top:13.125rem;left:8.875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EBTV3fTAEmVHGLnpTm3bhcIbJ2acWSSq { width:4.375rem;height:4.375rem;top:12.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hanLVkJqKpaE2EGOTHfQUr20minooEVi { width:8.8125rem;height:1.62524375rem;top:20.125rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBQHXmTsJ59fJ7OZ9XVIlRTsnDImuF9f { width:4.1875rem;height:4.1875rem;top:18.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndoqcRAQfJVweqLQ27dscZFML2NupXaP { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;font-family:kanit;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x38h22IdzBiPn7ICXFDWnhpDUSNDmLtq { width:20rem;height:3.0625rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH { display:block; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTnAbOXEbz7K0FB6dM8sxRfFHaksVlO4 { width:19.0625rem;height:3.8994125rem;top:4.8125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noMTdnS0WAPinxOJ8FccU9Te1swHLvgg { width:20rem;height:2.92383125rem;top:9.961425rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLWzRyCphdFm4TyT6f9ohZKIsuxWkhmZ { width:20rem;height:0.97485625rem;top:24.596675rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axfuI9q1NZZvt8xN4Obo8uqZUe5Jf2FZ { width:14.9375rem;height:2.2747375rem;top:21.07275rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeFGZ9SMxRT5tVVPTdCMNp6iLCWMn7Ha { width:5.6875rem;height:5.6875rem;top:14.13525rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJHveq42yrvOCwwq9s9itCcuHasTRPEO { width:9.5rem;height:2.3125rem;top:1.25rem;left:5.25rem;overflow:hidden;display:block; }
 }