.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:251,135,73;--color-primary-1:255,0,0;--color-primary-2:215,31,31;--color-primary-3:109,0,0;--color-primary-4:102,36,0;--color-secondary-0:0,60,255;--color-secondary-1:0,59,244;--color-secondary-2:37,67,135;--color-secondary-3:0,12,125;--color-secondary-4:0,18,49;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#262626;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { background-color: transparent; background-image: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container > .video-iframe-container { display: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container { display: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .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); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { border-width: 0; border-radius: 0; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.9375rem;width:10.0625rem;top:0.96875rem;left:2.375rem;display:block; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.adaptive-delivery-prevent-bg, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyload, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyloading { background-image: none; }
#bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.810791015625rem;left:44.902099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.312255859375rem;left:48.12451171875rem;display:none; }
#GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:arial;font-size:0.5625rem;font-weight:700;line-height:12.74px;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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9.8745rem;height:3.62475625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:2.96630859375rem;left:46.42041015625rem;z-index:15005;display:none; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X { width:auto; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
#tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:43.8896484375rem;display:block; }
#lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTrWlCBlvJNoUFTZ0cDqJ2XqGtk6M0Ct { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;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.5rem;left:13.436717987061rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfymyRaOstNOao43mPdSLBRNJstATnL0 { 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.375rem;width:42.8125rem;display:none; }
#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/0d8e71fe-bc74-42be-8661-2017197b69fd/7.crop_1200x899_0,175.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4.adaptive-delivery-prevent-bg, #T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4.lazyload, #T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4.lazyloading { background-image: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container { background-color: transparent; background-image: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container > .video-iframe-container { display: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row > .video-iframe-container { display: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .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); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container { border-width: 0; border-radius: 0; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:60rem;position:relative;display:block; }#PhDIvaQwPuanOtcvzbbEGXbw5mmGrUQg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.85);top:3.9375rem;left:-9.7500004768369rem;height:15.1123125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qr9R8pEidPaqSzu6ZIZW323Tev9P619J { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;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:29.5rem;left:-10.1875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3qdFDQlomcT5qXk5Ja2WoqUn2PmFvSC { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18675rem;height:3.37421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.8125rem;left:7.9375rem;display:block; }
#NLcM1q7nUI0WVg6HTJwsDTZ7wEDxcNac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIXGfLcB3wCqzOEGmgfsikbubfKUeIMB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:54.875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omBHs5HBIkNIpaZH9O7ES4RMa75zK60d { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.85);top:3.9375rem;left:-9.7500004768369rem;height:15.1125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LWyaV4DNssCeS5fCpvTGRnl9Zobfr8lV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:44.5rem;left:1.5rem;height:1.19970625rem;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; }
#nwKp6QnXJ6d9eXpoqJXyvHqu2LhKPJDQ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:41.25rem;left:2.5rem;height:2.4375rem;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; }
#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { 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; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { background-color: transparent; background-image: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container > .video-iframe-container { display: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container { display: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .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); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { border-width: 0; border-radius: 0; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#knWSSk5211dEEZrRn5OgIkOCTzukaDsP { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:block; }
#LRVFCConCzPOHu9dm6AUKca6K45eF4sk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0.625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { color:#b56ff6;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:20.625rem;height:1.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; }
#zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:8.25rem;left:40.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { 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:5.8125rem;width:8.1875rem;top:1.75rem;left:45.75rem;overflow:hidden;display:block; }
#JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:40rem;display:block; }
#actwC7NbQITzolAvuarrSCqUZhOdHl9I { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { color:#f1cb46;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:0.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R837Z4naolNN3zfvA4hGQzH94WCblD02 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:none; }
#pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5rem;left:24.5rem;height:2.275rem;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; }
#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV { 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; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container { background-color: transparent; background-image: none; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container > .video-iframe-container { display: none; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row > .video-iframe-container { display: none; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .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); }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container { border-width: 0; border-radius: 0; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;position:relative;display:block; }#od5HZUx3xMCwmAJR4bXAhT3vquiN1inI { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.999221801757rem;left:30.000001907349rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RzHqBCyTsTRTKuTJA5sVivCkoK0W9kp7 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6242188960314rem;left:29.999219894409rem;height:7.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fH2AiVGeVzvigS34oeA6EA8RxAhxSl84 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.125rem;left:-10.1875rem;height:7.4746125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TDFlc9PW7iEHvwNT1efAFeN1cU5GPsr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:31.5rem;left:-4.0625rem;height:3.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LN289wVSd0fxT3PqRMzaXgqlBZ8vdt4f { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.4375rem;left:29.75rem;height:7.475rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wTZ5FMtXKTNNWrczo0LrJhZ9d8H4qBs8 { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.01);background-image:url("https://images.assets-landingi.com/uc/a37b46c9-3162-403d-83cc-cef3ae66e438/Untitleddesign.crop_986x752_115,229.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:16.3125rem;top:22.125001430511rem;left:36.843751907349rem;display:block; }#wTZ5FMtXKTNNWrczo0LrJhZ9d8H4qBs8.adaptive-delivery-prevent-bg, #wTZ5FMtXKTNNWrczo0LrJhZ9d8H4qBs8.lazyload, #wTZ5FMtXKTNNWrczo0LrJhZ9d8H4qBs8.lazyloading { background-image: none; }
#IounNOlJuTqGNUKREPgZZ3XUmFJzlxx8 { position:absolute;display:block;z-index:15008;background-color:#262626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.312011875rem;width:21.875rem;top:11.74951171875rem;left:4.123779296875rem;display:block; }
#EKaeFJtq5citfZfEfENWpXtveWyTHHEP { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/163bcddf-47c6-40fd-b600-29e01d0554a4/113.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:5.249267578125rem;left:0.811767578125rem;display:block; }#EKaeFJtq5citfZfEfENWpXtveWyTHHEP.adaptive-delivery-prevent-bg, #EKaeFJtq5citfZfEfENWpXtveWyTHHEP.lazyload, #EKaeFJtq5citfZfEfENWpXtveWyTHHEP.lazyloading { background-image: none; }
#nqoM4iNz7pfggTCIS2lsOJ7EvqeDcTID { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/835e5cc6-4f4a-4a31-be76-f76202caabea/14.crop_1368x1325_127,40.preview.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:5.249267578125rem;left:15.46875rem;display:block; }#nqoM4iNz7pfggTCIS2lsOJ7EvqeDcTID.adaptive-delivery-prevent-bg, #nqoM4iNz7pfggTCIS2lsOJ7EvqeDcTID.lazyload, #nqoM4iNz7pfggTCIS2lsOJ7EvqeDcTID.lazyloading { background-image: none; }
#lt9tKMiWwIooUAg9xUkuWxApK99W2Liw { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0793d363-44a6-41ed-9d02-481a63b32ca9/15.crop_1365x1307_0,230.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:12.732421875rem;left:8.28076171875rem;display:block; }#lt9tKMiWwIooUAg9xUkuWxApK99W2Liw.adaptive-delivery-prevent-bg, #lt9tKMiWwIooUAg9xUkuWxApK99W2Liw.lazyload, #lt9tKMiWwIooUAg9xUkuWxApK99W2Liw.lazyloading { background-image: none; }
#eQ4p0edxAbwOTVGe9b7xxa4tOrx4BKnO { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbd953f0-1945-4ad5-8871-91e52a64ef4e/112.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:12.732421875rem;left:23.25rem;display:block; }#eQ4p0edxAbwOTVGe9b7xxa4tOrx4BKnO.adaptive-delivery-prevent-bg, #eQ4p0edxAbwOTVGe9b7xxa4tOrx4BKnO.lazyload, #eQ4p0edxAbwOTVGe9b7xxa4tOrx4BKnO.lazyloading { background-image: none; }
#OyvOlvbRNhevB7d8v6koWzm8HMexHgV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:11.249267578125rem;left:17.468505859375rem; }
#kEkuPZhmi5SL7Haf30QM6DvH8mXHRzSX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:11.249267578125rem;left:10.405517578125rem; }
#qCsqBTUP1NFVB1c2emAQ4d8qMouk6Hx5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:11.249267578125rem;left:25.374755859375rem; }
#PKAFZAkEBZ2idV2STTG8RosmKR4bAmQ1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:11.1240234375rem;left:2.9375rem;opacity:1; }
#nv1eOqu3SUnKlTkPuUqAHFhJzsz7gqRR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:48.8125rem;left:29.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iqgBKFeHQdPPXJvQHy6SSn51roVaDCSw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:30rem;height:8.1255rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dvwNyaITS96VafeuAhCePzQRXITdEfs8 { position:absolute;display:block;z-index:15022;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:12.1875rem;width:8.8125rem;top:40.6875rem;left:5.5625rem;overflow:hidden;display:block; }
#zGleu2KgBTkDTf8D2HsK95MWHiniu0Mt { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;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:48.625rem;left:33rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gD0hARJPkMnhJUqd5XNRfGEloa6vllwA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.550000190735rem;left:33.000001907349rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1vfo7f81OgTVHKERuZKKxrzbzOomNnD { position:absolute;display:block;z-index:15025;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:12.1875rem;width:8.8125rem;top:41.6875rem;left:10.3125rem;overflow:hidden;display:block; }
#Btqr2HveiukMduLnDKdtg7dLqktylJIg { position:absolute;display:block;z-index:15024;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:12.1875rem;width:8.8125rem;top:40.6875rem;left:15.5625rem;overflow:hidden;display:block; }
#ZroTh7hCTuSL2zcDHX75RxkkFdiCIBpT { 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:14rem;width:14rem;top:39.4375rem;left:7.75rem;overflow:hidden;display:none; }
#VIUdJZ7umpShOaLNk7yXfFtgX4sdTMgD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:8.6875rem;top:25.487500667572rem;left:48.83749961853rem;overflow:hidden;display:block; }
#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 { 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; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container { background-color: transparent; background-image: none; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container > .video-iframe-container { display: none; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row > .video-iframe-container { display: none; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .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); }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container { border-width: 0; border-radius: 0; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#CXTsWf14homVkUwwMBfxFKNCHZhGCJ7V { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5621875rem;height:4.562175rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:20.218643188476rem;display:block; }
#R9eT3HIgd4B9pHCLit7WgrmXO1TNFG87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { background-color: transparent; background-image: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container > .video-iframe-container { display: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container { display: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .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); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { border-width: 0; border-radius: 0; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:30rem;height:8.1255rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.7);top:3.25rem;left:23.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { color:#ffd719;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.68);top:0rem;left:16.3125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWchKB34uM9fkITFlBztoW6e4D7weA16 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:19.0625rem;top:6.3125rem;left:22.3125rem;display:block; }
#OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:10.5rem;left:3.3125rem;display:block; }
#o04Br9XuGV9IJJlP08wrViwnIusesHeG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:10.4375rem;left:30.8125rem;display:block; }
#Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:17.75rem;left:3.3125rem;display:block; }
#qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:17.75rem;left:30.8125rem;display:block; }
#hOARg3LeHT8MifokWx5DlbZFdcd58sGS { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.687375rem;top:32.933959960938rem;left:3.3111572265625rem;display:block; }
#SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.68725rem;top:32.933959960938rem;left:30.811157226562rem;display:block; }
#WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.481250286102rem;left:4.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.481250286102rem;left:31.500780105591rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.731249809265rem;left:4.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.731249809265rem;left:31.625001907349rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.914844512939rem;left:4.6882820129394rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg53unsD5aqRg94oW3GaDu52JiSoCSaF { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:31.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#ncVqTgrq1yLhL3CFTK9P4MTFuP64eJ6T { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#HLdbHnAN1JOQ1ZWgsiNLGMNi09UicvNc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.020312309265rem;left:31.625001907349rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsQZHeO3OhGTy91vvsQU5o9DEO6zHhTJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#Tk0TpWayXPFQK9F7igtobRqVrBkgiKGF { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#ZCqJMyq78CMExXySpnTU2aqt52WZD7Uq { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.68725rem;top:25.0390625rem;left:3.3111572265625rem;display:block; }
#fNqHgr3tyOvRoIvn2AIT4eUibXheTb5z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.01953125rem;left:4.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLB1bebZuVwaqvJNCydukDsTR5tT6qlB { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.68725rem;top:25.0390625rem;left:30.811157226562rem;display:block; }
#f8nOOJt9MM9gwmJiCqsqrxT6RQvx7iPM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:34.914844512939rem;left:31.625001907349rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gscgkv0kMldRG3Lxzq3GJrKZtBo3z4pl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#EIhPtUS3k7dWC9TWuvgKISdUI5iH0W7x { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { position:relative;display:block; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { background-color: transparent; background-image: none; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container > .video-iframe-container { display: none; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row > .video-iframe-container { display: none; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .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); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { border-width: 0; border-radius: 0; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.51123046875rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.875rem;width:15.3125rem;top:8.464062690735rem;left:2.34375rem;display:block; }
#tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.7476563453675rem;left:3.1570320129394rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5vBveaGR3m7xhSbK5JqWGtFecTrur9S { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.30703163147rem;left:2.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#w5vBveaGR3m7xhSbK5JqWGtFecTrur9S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w5vBveaGR3m7xhSbK5JqWGtFecTrur9S li:before{  }
#KBziG9I2IaKMLenfMBGUw5IS6tPI1fbo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.875rem;width:15.875rem;top:8.464062690735rem;left:22.062501907349rem;display:block; }
#vKCEmmCMAtFdsX718R6080SE08w3KmTf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:8.9664063453675rem;left:22.968751907349rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.99765586853rem;left:22.718751907349rem;height:10.6035rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq li:before{  }
#xzEKnBiNst6kiKNU8sGm6EvmarDh443L { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.875rem;width:15.875rem;top:8.464062690735rem;left:42.062501907349rem;display:block; }
#yTUMh6Qi2TqED9uUJfQxTWW77d1QT7HP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.9664063453675rem;left:42.687501907349rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.997656822204rem;left:42.781251907349rem;height:10.6035rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 li:before{  }
#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { background-color: transparent; background-image: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container > .video-iframe-container { display: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container { display: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .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); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { border-width: 0; border-radius: 0; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { font-size:0.875rem;font-family:arial;height:148.6875rem;width:60rem;position:relative;display:block; }#BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.5625rem;width:47.8125rem;top:10.327346801757rem;left:6.09375rem;display:block; }
#JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:11.662841796875rem;left:8.343505859375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d05OR15AgPJtmlWr6OdZCy2QfigHNymc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;top:8.0308837890625rem;left:3.343505859375rem; }
#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:17.739065170288rem;left:10rem;height:4.875rem;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; }
#os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.75rem;width:47.8125rem;top:29.4375rem;left:6.125rem;display:block; }
#OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:30.56875038147rem;left:9.34375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:36.687501907349rem;left:9.34375rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VgsQxs2osJFoipF9L6aadxkQwrfATAcA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;top:68.625rem;left:3.5625rem;display:none; }
#sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:54.9375rem;left:8.75rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ohzu6swZRUknTflroSM1PwrHi62vdTby { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:60.750001907349rem;left:9.375rem;height:9.75rem;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; }
#R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.25rem;width:47.8125rem;top:53.625rem;left:6.125rem;display:block; }
#s7SIyL0QooGtq608lAWCE6NCVai84t7e { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:86.03125190735rem;left:10rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:79.87500190735rem;left:10rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.6875rem;width:47.8125rem;top:78rem;left:6.125rem;display:block; }
#rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { color:#b56ff6;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCdAAkb272oEsfFJ8SzL205BgwB5ekSC { position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.875rem;width:47.8125rem;top:102rem;left:6.125rem;display:block; }
#xdI9XdyUGBUCAPnFvJWqUlexNqSCW45v { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:103.55000114441rem;left:10rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:110.06250190735rem;left:9.65625rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:22.625rem;left:16.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.81213125rem;width:31.31225rem;top:22.375rem;left:14.375rem;display:none; }
#T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:46.0625rem;left:15.6875rem;height:1.3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:45.8125rem;left:14.375rem;display:none; }
#wIJCng0hfnHL7cBv2xdELQbUH5kNFoKz { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.8125rem;width:31.3116875rem;top:70.5rem;left:14.375rem;display:none; }
#pd4ATKdAJ50NxLuIfe2BHhR22Ly6cIxP { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:70.75rem;left:18.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#U8Oqx4XXCllq519KynrZCwwJ3XKR949M { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:118.88125228882rem;left:14.34218788147rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:118.625rem;left:13.5rem;display:none; }
#rZ4JTphKV5ibFEt5SXEzMDwrF0XhyDcG { color:rgba(var(--color-tertiary-1),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:9.901562690735rem;left:3.2046871185302rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#DTnaQ8uEexeWKhs4ZWlA1gxPyTsTyPQv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;top:27.5rem;left:3.25rem; }
#XDe4DMn4o36DhNTlmSAha9A69aDSgPIC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:29.1875rem;left:3.4375rem;height:1.38125rem;display:block; }
#aqh05JX5VLSctbyQqfnHiTbOqVZllZA5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;top:51.125rem;left:3.375rem; }
#rrQlucq5oEi0hSqsN7lPNlvQixxHyKdd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:53rem;left:3.4375rem;height:1.38125rem;display:block; }
#CmynMitbzsRbJm7sdS1KUytfEu5KNhAX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;top:76.0625rem;left:4.0625rem; }
#RSh76arKMx6FEsfguT2Deb0Jdx1dv3Gb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:77.75rem;left:4.25rem;height:1.38125rem;display:block; }
#NIB9CkglhvpVzhGyz6Tl8SNz0lTsEJwu { position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.8125rem;width:31.3109375rem;top:94.556251525881rem;left:14.344532012939rem;display:none; }
#JVAHkhBuQPFqvPBso7vRt730vxlvVIrV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:94.8125038147rem;left:17.906251907349rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#nl802FLG9hlAb2ATKzNBc3xzWfTLf84G { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;top:99.75rem;left:4.0625rem; }
#hOUirsoM5eAoaG2AGDs33Q6S9qGtEsvm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:101.375rem;left:4.25rem;height:1.38125rem;display:block; }
#ReSSymlHM7zrnSMUZxG2CkINzaXsTS7G { position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.875rem;width:47.8125rem;top:126.5rem;left:7.125rem;display:block; }
#EzBHTVwSIs90yET5B4qvmsfdpubl1GxU { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:134.75000190735rem;left:9.65625rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n6uB56SWNUvBV3a8U2D4WlkhrAgs7ire { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:143.375rem;left:16.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#xW8wwlJ5yaKlHNrSiCA2RLOTJnhSEV9L { position:absolute;display:block;z-index:15139;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:143.125rem;left:14.5rem;display:none; }
#LV413Xk6FTTP78E2bizkLgNbJFXMeTBw { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:128.0625rem;left:11rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOyUUvcZ9O75JXk1L82KISBNDsLmFbDm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;top:124.25rem;left:5.0625rem; }
#bZyJUeKOdJzPKPUZgUlKhORAtlFPsf5V { color:rgba(var(--color-tertiary-0),1);display:block;width:4.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:125.875rem;left:5.25rem;height:1.38125rem;display:block; }
#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { background-color: transparent; background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .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); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { border-width: 0; border-radius: 0; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:60rem;height:17.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6834716796875rem;left:0rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18725rem;height:3.37463125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.935302734375rem;left:23.405151367188rem;display:block; }
#vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9350625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.934326171875rem;left:4.5318603515625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz { 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; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { background-color: transparent; background-image: none; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container > .video-iframe-container { display: none; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row > .video-iframe-container { display: none; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .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); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { border-width: 0; border-radius: 0; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#NXFktagN0TeZqTNd8klatlhQP4R3pZ3s { position:absolute;display:block;z-index:15000;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:19.6875rem;width:23.875rem;top:5.0937504768372rem;left:3.4109382629394rem;overflow:hidden;display:block; }
#XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.81201171875rem;left:28.499755859375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { color:#ffd300;display:block;width:29.186375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.030517578125rem;left:28.562255859375rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.249219536781rem;left:28.375001907349rem;height:4.63074375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qd07PFtGO8kGUrgKnHZLygNDBKzAzXdi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:28.499219894409rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaJFMsUCuTRyTcO2scpod2GN6ucLnGBX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:4.4375rem;top:15.500000476837rem;left:36.280469894409rem;overflow:hidden;display:block; }
#Nk3EiENcMv3MRsx2baOxTsHmSV5Kw4Nx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:9.0625rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#geMVa7lz2AC268il7erW69k7DWcWNUGN { box-sizing:content-box;height:4.25rem;width:28.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:4.9053955078125rem;left:28.499755859375rem;display:block; }
#OCuZ0g6iVMa6bZAi9I5s6etvpgK87LLk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:6rem;top:15.5rem;left:41.3125rem;overflow:hidden;display:block; }
#l4ZWU2PbPL6IHvE2Vf2tcSLHbnaSKmmi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.8125rem;width:3.3125rem;top:15.500000476837rem;left:47.999219894409rem;overflow:hidden;display:block; }
#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb { position:relative;display:block; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb { background-color: transparent; background-image: none; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container > .video-iframe-container { display: none; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row > .video-iframe-container { display: none; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .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); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb { border-width: 0; border-radius: 0; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .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; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .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:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZLwKTJBBsruSmOafKbQwGooMEaD70tUT { color:#b56ff6;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:15.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inOqMd7FUsK38qNbTsXQcP8Iswnv47sV { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:9.5625rem;top:8.1249997615813rem;left:10.21875rem;overflow:hidden;display:block; }
#p53W0yaDzp544HxmxfBTtw2L3lwZ4oJX { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.25rem;width:17rem;top:10.031249761581rem;left:36.500001907349rem;overflow:hidden;display:block; }
#kcNTQ1TJ8XgGOMTAwoxQ6Q7I2MfxQXqk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.937500715256rem;left:5.9375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PoCnmFmHBTWGvTClTzMEcSHZwZXBDoP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.562500715256rem;left:30.718751907349rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAaNw7sThPzDKsBNcXSwngxTxZCSL9gm { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.6875rem;width:23.5625rem;top:6.9749999046325rem;left:33.218751907349rem;display:block; }
#WapL98sBNWZ841V9PJPsQ0pFfZRAsZqc { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.6875rem;width:23.5625rem;top:6.9750001430512rem;left:3.21875rem;display:block; }
#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI { position:relative;display:block; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI { background-color: transparent; background-image: none; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row .container > .video-iframe-container { display: none; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row > .video-iframe-container { display: none; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .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); }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI { border-width: 0; border-radius: 0; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .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; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .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:31.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g13zSWOIFiThxlVmTmKVLBQqS0S1VAws { 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:17.4375rem;width:58.9375rem;top:7.28125rem;left:1.0625rem;display:block; }
#p2tDZCD1mqxiHWln8Zbftoe1TSPK7hET { color:#ffc319;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:14.5625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDnux26P36vww3qgdG6g2LyF5DrlyJhS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;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:14.125rem;left:31.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UshtaZ00rOTAieCtnIOQRelVOwNc2PzD { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.5625rem;left:31.3125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hReHLO3UaSPvoyocNuVqFIMBXnF5VPGx { color:#ffc319;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:14.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dbsc9p4h33cc5eoVTTWHFSpiQTiWPUKF { position:absolute;display:block;z-index:15086;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:7.875rem;width:14rem;top:10.1875rem;left:4.5rem;overflow:hidden;display:block; }
#GQZv5lf8qt8GlbNw3vrZh68XfVgvp0n6 { position:absolute;display:block;z-index:15087;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:7.875rem;width:14rem;top:14.125rem;left:13.625rem;overflow:hidden;display:block; }
#xXw9SMIJxIiC7fgyc11mT7MAoZD0BECp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.000001132488rem;left:31.781251907349rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FM2ABDyO013W32xHJ8IkLM2sfBC7TW2T { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18675rem;height:3.37421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.121875762939rem;left:23.937501907349rem;display:block; }
#wgsUsbkNyd4VVvUW6fqrtV7eyuJZaSDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 { position:relative;display:block; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 { background-color: transparent; background-image: none; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row .container > .video-iframe-container { display: none; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row > .video-iframe-container { display: none; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .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); }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 { border-width: 0; border-radius: 0; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .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; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SF9NIry6JZttVcHU4uOk7TibKHkGr0P3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1217460632324rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaStOdcEyc4XArC56sBXFCQuMEHwM45i { color:#ffd300;display:block;width:21.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:44.4375rem;left:19.0625rem;height:3.59985625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cH5fqXmcGvpw9k9VWgxTqD5yrFJXyPk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:42.375rem;left:13.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5M43DLobdfTB9JrsAwBhdIiM1UXom6o { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:48.0625rem;left:19.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5hu7XXwCK35I0RAv90fh8M5ihCLTXJP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.416234016419rem;left:32.125rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T8cZVUJcJomtXTKuCqKcRV6eyVbyuSFD { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.061875rem;height:5.24956875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.9375rem;left:12.625rem;display:none; }
#N8csBJwTwl42S6sFqQE52yaLyRauAisf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGHBmICCEXoQLUdkn0RSo4yrLs91ylXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:31.312500953674rem;left:2.8125rem;height:6.74805625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DD6vX2TyFA0S8TJLlGO16aDPXJcl4lyz { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9rem;width:25.5rem;top:30.187500953674rem;left:2.625rem;display:block; }
#L3qf7odZkwy6IF1I2vpRATNy7twi10ZT { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9rem;width:25.5rem;top:30.1875rem;left:33.1875rem;display:block; }
#F0o7VsNEvnE5boyrh0fa0KMZEowdbzdJ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:46.25rem;width:26.5625rem;top:11.875rem;left:31.718753814698rem;display:none; }
#XWIAXH9HKdDErVhc7rq36iiHx6a9qG9k { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:25.5rem;top:15.612500667572rem;left:32.250001907349rem;overflow:hidden;display:block; }
#sTs9HUVS2f1hw4AeBISM0NfBqB0kXaic { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:11.625rem;left:4.125rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iZSx7yvOee5DlKDCZDsyeFUEP5o6f3up { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:22rem;left:27.625rem; }
#XTLU9is3EUo2NMrn9oylug3xwUH6dTsD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.5625rem;left:34.125rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7JEAtbCJb9GB7t2RtxA1uEuDsAcrlaF { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:31.312500953674rem;left:34.156251907349rem;height:6.74805625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iNUhTU7xoa1bxrLuGyMc5KIcGmP61dnM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:22rem;left:27.625rem;display:none; }
#eHVJpRyz0eC87ybJMGEPDlf60W4hhNSf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.3125rem;width:25.5rem;top:15.612499475479rem;left:2.25rem;overflow:hidden;display:block; }
#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc { 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/139a9832-78d9-46ca-abdf-4f531eccea7f/LandingDesktop.png");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:block; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc.adaptive-delivery-prevent-bg, #XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc.lazyload, #XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc.lazyloading { background-image: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container { background-color: transparent; background-image: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container > .video-iframe-container { display: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row > .video-iframe-container { display: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .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); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container { border-width: 0; border-radius: 0; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT { position:relative;display:block; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT { background-color: transparent; background-image: none; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row .container > .video-iframe-container { display: none; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row > .video-iframe-container { display: none; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .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); }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT { border-width: 0; border-radius: 0; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .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; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2c2c2c;background-image:none;font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GFpUTcu5TG57WDeDWCv678TIiaPIQ6Kz { 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 #fb8749;border-left:0.125rem solid #fb8749;border-right:0.125rem solid #fb8749;border-bottom:0.125rem solid #fb8749;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-secondary-1),0.26) ;height:40.9375rem;width:59.5625rem;top:6.1875rem;left:0rem;display:block; }
#gytIfGffKvzveJzr2miKDXV5l2tnguUL { color:rgba(var(--color-tertiary-1),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:1.671875rem;left:12.3125rem;height:3.57470625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mlh5xfIcZbrW6qg1rGqROfy4HBctV1lr { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:27.15625rem;left:33.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bVHrfTVNC5co0C5JrMTNLvT4efPR7z3J { 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:16.6875rem;width:29.75rem;top:8.125rem;left:1.5625rem;overflow:hidden;display:block; }
#pJ1a1HbfGdmXDxDZ3xbPHuvTwQ1zE121 { 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: none;height:17.1875rem;width:30.625rem;top:27.15625rem;left:1.125rem;overflow:hidden;display:block; }
#xH2sqdRcPL1ZAwKaZe6k04oWHhHsyq9t { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:9.125rem;left:33.5rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:32.625rem;left:33.5rem;height:6.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI li:before{  }
#GQgpd0OoVWHESKE1PVp1R3mKFim532Q4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:20.625rem;left:33.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c55R1szbtEVf2B34HE9mVdySCm53wXNC { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:13.5625rem;left:33.5rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c55R1szbtEVf2B34HE9mVdySCm53wXNC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c55R1szbtEVf2B34HE9mVdySCm53wXNC li:before{  }
#v31AQPOEuPZawZB3VWrHfRQIwgyVVQe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:40.6875rem;left:33.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { position:relative;display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { background-color: transparent; background-image: none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container > .video-iframe-container { display: none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row > .video-iframe-container { display: none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .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); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { border-width: 0; border-radius: 0; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .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; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .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:37.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ECze2oEunlTaTDXes5B5c1yim3n5yMLC { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;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:5.6875rem;left:40rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-form-header {  }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.5rem;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;overflow:hidden; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;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; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-text {padding-top: 0; padding-bottom: 0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;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; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;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; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-select {padding-top: 0; padding-bottom: 0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .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; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .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:0.875rem;font-weight:400;color:#d979ff;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .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; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-container:first-of-type{padding-top:0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-container:last-of-type{padding-bottom:0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:10.49951171875rem;z-index:15021;position:absolute; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln {display:block;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40rem;top:10.49951171875rem;z-index:15021;position:absolute; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #kOBNFpOpXV79X2O4pgUuPIRMCUiNT1Qe { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #OzII4HZJ0pXpoFSyDhb8g0DnDD9RGyl2 { position:relative;display:block; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #yp80xw582Zi5bsoHcITxQbge9ymQpVPP { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #Uf7vfuvm8yFQBCX0TxTVekJChEenO7Ec { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #EJAgPEQeEmu0NACXHmvAxhmdZhiHNiyg { position:relative;display:block; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #J8lPPb1W9S9efgFBVMOuNTWA2To8fWxU { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #TkAvTrv0aN1JwSynDsyynOu5yTUPseEr { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #FrVKXanoQ2bsT2lmwgiJB83MgCrx0Hr9 { position:relative;display:block; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #ErRfOAI8MXhEzt8o3TPr3lGZxb5QN1QO { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #qcTTDSkmKXOQB8HVTP7V8ub5BAxqwLMy { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #ScCSEfwsLqTS2c2oWqA6okbdWUQcbuNy { position:relative;z-index:2; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #NBGl3Ecunl9zhRM382JnCaT5iE19RC3Q { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #dQ7dDnRbRwzFEbciqL9ZU3nFQJISfbLB { position:relative;display:block;z-index:15000; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #wqMGn0mVVo83L146EhBCMhrXspOFIXLu { position:relative;display:block;z-index:15000; }
#bTIxWVSf9MPcKlRImb4gT8r5QsPpMI9L { position:relative;display:block; }
#wUG5RkRSy7UHrtLk0FIxX6uCuyUHg7q6 { position:relative;display:block; }
#m5cB2gsUUJwMcTfDvAQvq52g9NewcwWQ { position:relative;display:block; }
#HQmXxHI2w4yJwFmTmlhOqys0FXnMTiZ1 { position:relative;display:block; }
#cWpcTaQnhRcxkrQ37kB9g8i7dgSWBi0E { position:relative;display:block; }
#iCA3hlZAylvPGPwKWgbs1QwfT3PZPzK3 { position:relative;display:block; }
#JTNWegkSkUsSi9RvMs4LFrVdE3GpQlzx { position:relative;display:block; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #DeVaKAFikpb6pxFMG78Qi2C8rDWIe1mQ { position:relative; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln #TlOFRcsoHJVzDRhys9bMQiofCrRm5XMe { position:relative; }
#or0k0RePxoba9tAhT3l3Q3NptKQEaVdm { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dc9xlS5iA8HTOdDkcul7sQTiu1vwJFbL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTmOKeE30D8D8amWqmKn7kCVFVd91TdP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hQnU7igOXDziTgyHhRC5H7dSG1s1GM3f { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CGT1TQ9dClr9JRP5X71zUTr3UJ85ZzhL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lvKeyLDxDycINDqydGVQvnasQECn9P4X { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PC90vXt2PFt5k954sBeQDVEZmOXNRfEk { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gMylDxNhPbs9JqBFWpf61nRfWmlt5Os5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZoKC3miKk1BB0JsExOsERBJFHROk3RI3 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #COJVsROBTo5NefstxoFOl4LVuRTWTbD5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G97PI4qrb8W8RhznVGhBlNTCyGllTPic { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NZHg2EOtw9XH4bsEQZxX26QXFBOIyBDM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cKTTBLaIa690ZUwWTDSUmX43r92l0fsd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bixnLUzFLOFB3FrmqZwKTZmBeUCWT1sQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hZKxTufR0POUiyrirNCW7skfMoVITslp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Quo3dTQD3ZqAz447LJEpZwWOuL4apsoR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fpif5sZxWmfZWyJUrzlVrvtwx07DZuet { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fKMRPlhTSHOdac3erDS9OAETvyLomXZC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TTIhoPgCgO0dJtXeX13Tqsaz0IoIzgQF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CVeoS2mA4Vf76fgDPpPtg3wenF6ECvHC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x1nqWVaUOnTLGfNfBBQXTH4rtMPh8oEw { position:relative; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.795625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.375rem;left:24.54736328125rem;z-index:15025; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy { width:auto; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
#vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { color:#f1cb46;display:block;width:13.0600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:25.125rem;left:23.4697265625rem;height:2.03125rem;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; }
#LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { color:#f1cb46;display:block;width:12.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:14.92431640625rem;left:23.6572265625rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:33.25rem;width:20rem;top:2.9375rem;left:0rem;display:block; }
#vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { color:rgba(var(--color-primary-2),1);display:block;width:20.06225rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:28.375rem;left:1.5625rem;height:5.56213125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
#eZnJOx8i6g5da8nTbrIwvvNMiTddvfuT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:13.125rem;left:1.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:4.625rem;left:0.75rem;height:3.50625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:14.375rem;top:1.25rem;left:22.8125rem;overflow:hidden;display:block; }
#CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:8rem;left:0.75rem;height:2.54375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VMvlATzwlBeNbgDskwROrQb82NOHdXFF { color:#fff300;display:block;width:17.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.1875rem;left:21.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ieGa88BtRZfINpWGo1G02WJZoEQnozpm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:21.5625rem;left:20.9375rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { background-color: transparent; background-image: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container > .video-iframe-container { display: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container { display: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .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); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { border-width: 0; border-radius: 0; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.1875rem;width:60rem;top:7.3125rem;left:0rem;display:block; }
#GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0623125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:7.3125rem;left:17rem;height:2.5996125rem;font-style:normal;display:block; }
#AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.125rem;height:2.2753875rem;font-style:normal;display:block; }
#o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1864147186279rem;left:0.09375rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:10.625rem;left:1.125rem;height:2.625rem;font-style:normal;display:block; }
#koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:15.625rem;left:0rem;display:block; }
#vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15064;line-height:2.1;letter-spacing:0;top:19.0625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:30.75rem;left:0rem;display:block; }
#ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:block; }
#UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:31.375rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:38.5rem;left:0rem;display:block; }
#w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:41.8125rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#OFAO7SKuVxN29TTS4wcvFonDNXktefXK { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:23.25rem;left:0rem;display:block; }
#KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:26.5625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.19375rem;font-style:normal;display:block; }
#dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:47.375rem;left:4.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#M0QTKklRraWpv35K0R4oQxnfzypA6GrH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:53.0625rem;left:10.8125rem;display:block; }
#J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:53.0625rem;left:31.6875rem;display:block; }
#bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:none; }
#dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.1933625rem;font-style:normal;display:none; }
#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { position:relative;display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { background-color: transparent; background-image: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container > .video-iframe-container { display: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .video-iframe-container { display: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .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); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { border-width: 0; border-radius: 0; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6781253814698rem;left:8.8406257629394rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.560125rem;height:4.06171875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.9686756134031rem;left:21.02968788147rem;display:block; }
#eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { top:0.9375rem;left:0rem;width:10.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { top:0.75rem;left:34.8125rem;width:12.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { width:10.875rem;height:3.25rem;top:2.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
 }@media only screen and (max-width: 763px) { #tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { width:14rem;height:4.125rem;top:1.875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block; }
 }@media only screen and (max-width: 763px) { #tTrWlCBlvJNoUFTZ0cDqJ2XqGtk6M0Ct { top:1.5rem;left:7.3117179870606rem;width:28.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfymyRaOstNOao43mPdSLBRNJstATnL0 { width:42.8125rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 { display:block; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhDIvaQwPuanOtcvzbbEGXbw5mmGrUQg { top:3.9375rem;left:0rem;width:47.75rem;height:15.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr9R8pEidPaqSzu6ZIZW323Tev9P619J { top:29.5rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qdFDQlomcT5qXk5Ja2WoqUn2PmFvSC { width:13.125rem;height:3.3125rem;top:49.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLcM1q7nUI0WVg6HTJwsDTZ7wEDxcNac { display:block; }
 }@media only screen and (max-width: 763px) { #hIXGfLcB3wCqzOEGmgfsikbubfKUeIMB { top:54.875rem;left:0rem;width:29.0625rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omBHs5HBIkNIpaZH9O7ES4RMa75zK60d { top:1.5625rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWyaV4DNssCeS5fCpvTGRnl9Zobfr8lV { top:44.5rem;left:0rem;width:24.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwKp6QnXJ6d9eXpoqJXyvHqu2LhKPJDQ { width:22.25rem;height:2.4375rem;top:41.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:2.25rem;top:5.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:2.0625rem;top:3.375rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:1.625rem;top:8rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.4375rem;height:3rem;top:8.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { top:1.75rem;left:35.4375rem;width:8.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { top:2.6875rem;left:31.75rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #actwC7NbQITzolAvuarrSCqUZhOdHl9I { width:11rem;height:1.625rem;top:8.0625rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:2.0625rem;top:3.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R837Z4naolNN3zfvA4hGQzH94WCblD02 { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { width:11rem;height:;top:5.5rem;left:18.312501907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV { display:block; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #od5HZUx3xMCwmAJR4bXAhT3vquiN1inI { top:11.9375rem;left:13.75rem;width:34rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzHqBCyTsTRTKuTJA5sVivCkoK0W9kp7 { top:2.5625rem;left:0rem;width:46.6875rem;height:7.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH2AiVGeVzvigS34oeA6EA8RxAhxSl84 { top:22.125rem;left:0rem;width:40rem;height:7.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDFlc9PW7iEHvwNT1efAFeN1cU5GPsr0 { top:31.5rem;left:0rem;width:34rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN289wVSd0fxT3PqRMzaXgqlBZ8vdt4f { top:39.4375rem;left:0rem;width:40.3125rem;height:7.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZ5FMtXKTNNWrczo0LrJhZ9d8H4qBs8 { top:22.125rem;left:27.656251907349rem;width:16.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IounNOlJuTqGNUKREPgZZ3XUmFJzlxx8 { top:11.6875rem;left:1.061279296875rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKaeFJtq5citfZfEfENWpXtveWyTHHEP { top:5.1875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqoM4iNz7pfggTCIS2lsOJ7EvqeDcTID { top:5.1875rem;left:12.40625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt9tKMiWwIooUAg9xUkuWxApK99W2Liw { top:12.6875rem;left:5.21826171875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ4p0edxAbwOTVGe9b7xxa4tOrx4BKnO { top:12.6875rem;left:18.375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvOlvbRNhevB7d8v6koWzm8HMexHgV0 { top:11.1875rem;left:14.406005859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEkuPZhmi5SL7Haf30QM6DvH8mXHRzSX { top:11.1875rem;left:7.343017578125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCsqBTUP1NFVB1c2emAQ4d8qMouk6Hx5 { top:11.1875rem;left:22.312255859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAFZAkEBZ2idV2STTG8RosmKR4bAmQ1 { top:11.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv1eOqu3SUnKlTkPuUqAHFhJzsz7gqRR { top:48.75rem;left:0rem;width:32.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqgBKFeHQdPPXJvQHy6SSn51roVaDCSw { top:49.4375rem;left:1.18701171875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvwNyaITS96VafeuAhCePzQRXITdEfs8 { top:40.6875rem;left:2.5rem;width:8.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGleu2KgBTkDTf8D2HsK95MWHiniu0Mt { top:48.625rem;left:23.75rem;width:24rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0hARJPkMnhJUqd5XNRfGEloa6vllwA { top:40.5rem;left:23.875rem;width:19.5rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1vfo7f81OgTVHKERuZKKxrzbzOomNnD { top:41.6875rem;left:7.25rem;width:8.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btqr2HveiukMduLnDKdtg7dLqktylJIg { top:40.6875rem;left:12.5rem;width:8.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroTh7hCTuSL2zcDHX75RxkkFdiCIBpT { top:39.4375rem;left:4.6875rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIUdJZ7umpShOaLNk7yXfFtgX4sdTMgD { top:25.4375rem;left:39.0625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 { display:block; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXTsWf14homVkUwwMBfxFKNCHZhGCJ7V { width:19.5rem;height:4.5rem;top:2.3125rem;left:14.093643188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9eT3HIgd4B9pHCLit7WgrmXO1TNFG87 { display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { top:49.4375rem;left:1.18701171875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { width:17.5rem;height:5.6875rem;top:3.25rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { width:9.375rem;height:11.25rem;top:0rem;left:13.249755859375rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { top:6.3125rem;left:4.8125rem;width:19.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { top:10.5rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o04Br9XuGV9IJJlP08wrViwnIusesHeG { top:10.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { top:17.75rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { top:17.75rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOARg3LeHT8MifokWx5DlbZFdcd58sGS { top:32.875rem;left:0rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { top:32.875rem;left:22.0625rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { width:24.0625rem;height:2.5625rem;top:12.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { width:24.25rem;height:2.5625rem;top:12.4375rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:24.0625rem;height:2.5625rem;top:19.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:24.0625rem;height:2.5625rem;top:19.6875rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:22.875rem;height:2.5625rem;top:34.875rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg53unsD5aqRg94oW3GaDu52JiSoCSaF { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncVqTgrq1yLhL3CFTK9P4MTFuP64eJ6T { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLdbHnAN1JOQ1ZWgsiNLGMNi09UicvNc { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { width:24.0625rem;height:2.5625rem;top:27rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsQZHeO3OhGTy91vvsQU5o9DEO6zHhTJ { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk0TpWayXPFQK9F7igtobRqVrBkgiKGF { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCqJMyq78CMExXySpnTU2aqt52WZD7Uq { top:25rem;left:0rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNqHgr3tyOvRoIvn2AIT4eUibXheTb5z { width:24.0625rem;height:2.5625rem;top:27rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLB1bebZuVwaqvJNCydukDsTR5tT6qlB { top:25rem;left:22.125rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nOOJt9MM9gwmJiCqsqrxT6RQvx7iPM { width:24.0625rem;height:2.5625rem;top:34.875rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gscgkv0kMldRG3Lxzq3GJrKZtBo3z4pl { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIhPtUS3k7dWC9TWuvgKISdUI5iH0W7x { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { display:block; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { width:47.75rem;height:3.75rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { top:8.4375rem;left:0.28125rem;width:15.3125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { width:13.625rem;height:3.125rem;top:9.6875rem;left:1.0945320129394rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5vBveaGR3m7xhSbK5JqWGtFecTrur9S { width:14.4375rem;height:;top:14.25rem;left:0.71875rem;font-size:1.0625rem;display:block; }#w5vBveaGR3m7xhSbK5JqWGtFecTrur9S li:before{  }
 }@media only screen and (max-width: 763px) { #KBziG9I2IaKMLenfMBGUw5IS6tPI1fbo { top:8.4375rem;left:15.875rem;width:15.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCEmmCMAtFdsX718R6080SE08w3KmTf { width:14.0625rem;height:4.6875rem;top:8.9375rem;left:16.781251907349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq { width:14.5rem;height:;top:14.9375rem;left:16.531251907349rem;font-size:0.9375rem;display:block; }#oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq li:before{  }
 }@media only screen and (max-width: 763px) { #xzEKnBiNst6kiKNU8sGm6EvmarDh443L { top:8.4375rem;left:31.75rem;width:15.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUMh6Qi2TqED9uUJfQxTWW77d1QT7HP { width:14.625rem;height:4.6875rem;top:8.9375rem;left:32.375001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 { width:14.4375rem;height:;top:14.9375rem;left:32.468751907349rem;font-size:0.9375rem;display:block; }#g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 li:before{  }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { top:10.3125rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { top:11.625rem;left:2.2179679870606rem;width:43.25rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { top:8rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { top:17.6875rem;left:3.875rem;width:40rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { top:29.4375rem;left:0rem;width:47.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { top:30.5625rem;left:3.21875rem;width:37.3125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { top:36.6875rem;left:3.21875rem;width:41.3125rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgsQxs2osJFoipF9L6aadxkQwrfATAcA { top:68.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { top:54.9375rem;left:2.625rem;width:42.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohzu6swZRUknTflroSM1PwrHi62vdTby { top:60.75rem;left:3.25rem;width:41.25rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { top:53.625rem;left:0rem;width:47.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { top:86rem;left:3.875rem;width:38.25rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { top:79.875rem;left:3.875rem;width:36.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { top:78rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { top:3.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdAAkb272oEsfFJ8SzL205BgwB5ekSC { top:102rem;left:0rem;width:47.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdI9XdyUGBUCAPnFvJWqUlexNqSCW45v { top:103.5rem;left:3.875rem;width:42.8125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ { top:110.0625rem;left:3.53125rem;width:40.6875rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { top:22.625rem;left:10.1875rem;width:27.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { top:22.375rem;left:8.25rem;width:31.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { top:46.0625rem;left:9.5625rem;width:28.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { top:45.8125rem;left:8.25rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJCng0hfnHL7cBv2xdELQbUH5kNFoKz { top:70.5rem;left:8.25rem;width:31.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd4ATKdAJ50NxLuIfe2BHhR22Ly6cIxP { top:70.75rem;left:12.1875rem;width:24.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Oqx4XXCllq519KynrZCwwJ3XKR949M { top:118.875rem;left:8.21718788147rem;width:29.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { top:118.625rem;left:7.375rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ4JTphKV5ibFEt5SXEzMDwrF0XhyDcG { top:9.875rem;left:0rem;width:5.375rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnaQ8uEexeWKhs4ZWlA1gxPyTsTyPQv { top:27.5rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDe4DMn4o36DhNTlmSAha9A69aDSgPIC { top:29.1875rem;left:0rem;width:4.875rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqh05JX5VLSctbyQqfnHiTbOqVZllZA5 { top:51.125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrQlucq5oEi0hSqsN7lPNlvQixxHyKdd { top:53rem;left:0rem;width:4.875rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmynMitbzsRbJm7sdS1KUytfEu5KNhAX { top:76.0625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSh76arKMx6FEsfguT2Deb0Jdx1dv3Gb { top:77.75rem;left:0rem;width:4.875rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIB9CkglhvpVzhGyz6Tl8SNz0lTsEJwu { top:94.5rem;left:8.2195320129394rem;width:31.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAHkhBuQPFqvPBso7vRt730vxlvVIrV { top:94.8125rem;left:11.781251907349rem;width:24.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl802FLG9hlAb2ATKzNBc3xzWfTLf84G { top:99.75rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOUirsoM5eAoaG2AGDs33Q6S9qGtEsvm { top:101.375rem;left:0rem;width:4.875rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReSSymlHM7zrnSMUZxG2CkINzaXsTS7G { top:126.5rem;left:0rem;width:47.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzBHTVwSIs90yET5B4qvmsfdpubl1GxU { top:134.75rem;left:3.53125rem;width:40.6875rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6uB56SWNUvBV3a8U2D4WlkhrAgs7ire { top:143.375rem;left:10.0625rem;width:29.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW8wwlJ5yaKlHNrSiCA2RLOTJnhSEV9L { top:143.125rem;left:8.375rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV413Xk6FTTP78E2bizkLgNbJFXMeTBw { top:128.0625rem;left:4.875rem;width:42.8125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOyUUvcZ9O75JXk1L82KISBNDsLmFbDm { top:124.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZyJUeKOdJzPKPUZgUlKhORAtlFPsf5V { top:125.875rem;left:0rem;width:4.875rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { top:3.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:13.125rem;height:3.3125rem;top:9.875rem;left:17.280151367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { top:13.875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz { display:block; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXFktagN0TeZqTNd8klatlhQP4R3pZ3s { top:5.0625rem;left:0rem;width:23.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { top:2.75rem;left:22.374755859375rem;width:19.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { top:5rem;left:18.625rem;width:29.125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { top:21.1875rem;left:15rem;width:32.75rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd07PFtGO8kGUrgKnHZLygNDBKzAzXdi { top:10.625rem;left:18.625rem;width:29.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJFMsUCuTRyTcO2scpod2GN6ucLnGBX { top:15.5rem;left:30.155469894409rem;width:4.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3EiENcMv3MRsx2baOxTsHmSV5Kw4Nx { top:0rem;left:0rem;width:9.0625rem;height:3.49975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geMVa7lz2AC268il7erW69k7DWcWNUGN { top:4.875rem;left:19.6875rem;width:28.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCuZ0g6iVMa6bZAi9I5s6etvpgK87LLk { top:15.5rem;left:35.1875rem;width:6rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ZWU2PbPL6IHvE2Vf2tcSLHbnaSKmmi { top:15.5rem;left:41.874219894409rem;width:3.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb { display:block; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLwKTJBBsruSmOafKbQwGooMEaD70tUT { top:1.4375rem;left:0rem;width:30rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOqMd7FUsK38qNbTsXQcP8Iswnv47sV { top:8.0625rem;left:7.15625rem;width:9.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p53W0yaDzp544HxmxfBTtw2L3lwZ4oJX { top:10rem;left:27.312501907349rem;width:17rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcNTQ1TJ8XgGOMTAwoxQ6Q7I2MfxQXqk { top:20.9375rem;left:2.875rem;width:18.125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoCnmFmHBTWGvTClTzMEcSHZwZXBDoP4 { top:21.5625rem;left:19.1875rem;width:28.5625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAaNw7sThPzDKsBNcXSwngxTxZCSL9gm { top:6.9375rem;left:24.031251907349rem;width:23.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WapL98sBNWZ841V9PJPsQ0pFfZRAsZqc { top:6.9375rem;left:0.15625rem;width:23.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI { display:block; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g13zSWOIFiThxlVmTmKVLBQqS0S1VAws { top:7.25rem;left:0rem;width:47.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tDZCD1mqxiHWln8Zbftoe1TSPK7hET { top:0.6875rem;left:0rem;width:30rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDnux26P36vww3qgdG6g2LyF5DrlyJhS { top:14.125rem;left:20.375rem;width:27.375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UshtaZ00rOTAieCtnIOQRelVOwNc2PzD { top:10.5rem;left:23.875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hReHLO3UaSPvoyocNuVqFIMBXnF5VPGx { top:4.9375rem;left:0rem;width:30rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbsc9p4h33cc5eoVTTWHFSpiQTiWPUKF { top:10.1875rem;left:1.4375rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZv5lf8qt8GlbNw3vrZh68XfVgvp0n6 { top:14.125rem;left:9.875rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXw9SMIJxIiC7fgyc11mT7MAoZD0BECp { top:16rem;left:21.3125rem;width:26.4375rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2ABDyO013W32xHJ8IkLM2sfBC7TW2T { width:13.125rem;height:3.3125rem;top:26.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsUsbkNyd4VVvUW6fqrtV7eyuJZaSDT { display:block; }
 }@media only screen and (max-width: 763px) { #xy0uoKprnfkG6dqTTI43RsxBSx353RL7 { display:block; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF9NIry6JZttVcHU4uOk7TibKHkGr0P3 { top:3.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaStOdcEyc4XArC56sBXFCQuMEHwM45i { width:21.875rem;height:3.5625rem;top:44.4375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH5fqXmcGvpw9k9VWgxTqD5yrFJXyPk8 { width:33.75rem;height:1.9375rem;top:42.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5M43DLobdfTB9JrsAwBhdIiM1UXom6o { width:21.875rem;height:1.5rem;top:48.0625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5hu7XXwCK35I0RAv90fh8M5ihCLTXJP { width:14.1875rem;height:3.125rem;top:19.375rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8cZVUJcJomtXTKuCqKcRV6eyVbyuSFD { width:35rem;height:5.1875rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8csBJwTwl42S6sFqQE52yaLyRauAisf { display:block; }
 }@media only screen and (max-width: 763px) { #yGHBmICCEXoQLUdkn0RSo4yrLs91ylXQ { width:24.375rem;height:6.75rem;top:31.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD6vX2TyFA0S8TJLlGO16aDPXJcl4lyz { top:30.1875rem;left:0rem;width:25.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3qf7odZkwy6IF1I2vpRATNy7twi10ZT { top:30.1875rem;left:22.25rem;width:25.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0o7VsNEvnE5boyrh0fa0KMZEowdbzdJ { top:11.875rem;left:21.1875rem;width:26.5625rem;height:46.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWIAXH9HKdDErVhc7rq36iiHx6a9qG9k { top:15.5625rem;left:22.25rem;width:25.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs9HUVS2f1hw4AeBISM0NfBqB0kXaic { width:21.875rem;height:2.125rem;top:11.625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZSx7yvOee5DlKDCZDsyeFUEP5o6f3up { top:22rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLU9is3EUo2NMrn9oylug3xwUH6dTsD { width:21.875rem;height:2.125rem;top:11.5625rem;left:24.937501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7JEAtbCJb9GB7t2RtxA1uEuDsAcrlaF { width:23.5625rem;height:6.75rem;top:31.3125rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNUhTU7xoa1bxrLuGyMc5KIcGmP61dnM { top:22rem;left:18.875rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHVJpRyz0eC87ybJMGEPDlf60W4hhNSf { top:15.5625rem;left:0rem;width:25.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc { display:block; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT { display:block; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFpUTcu5TG57WDeDWCv678TIiaPIQ6Kz { top:6.1875rem;left:0rem;width:47.5rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytIfGffKvzveJzr2miKDXV5l2tnguUL { width:35.375rem;height:3.5625rem;top:1.625rem;left:6.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlh5xfIcZbrW6qg1rGqROfy4HBctV1lr { width:24rem;height:3.375rem;top:27.125rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVHrfTVNC5co0C5JrMTNLvT4efPR7z3J { top:8.125rem;left:0rem;width:29.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1a1HbfGdmXDxDZ3xbPHuvTwQ1zE121 { top:27.125rem;left:0rem;width:30.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH2sqdRcPL1ZAwKaZe6k04oWHhHsyq9t { width:26rem;height:3.5625rem;top:9.125rem;left:21.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI { width:25.875rem;height:6.25rem;top:32.625rem;left:21.875rem;font-size:0.8125rem;display:block; }#FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI li:before{  }
 }@media only screen and (max-width: 763px) { #GQgpd0OoVWHESKE1PVp1R3mKFim532Q4 { width:18.4375rem;height:3rem;top:20.625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55R1szbtEVf2B34HE9mVdySCm53wXNC { width:26rem;height:5.8125rem;top:13.5625rem;left:21.75rem;font-size:0.8125rem;display:block; }#c55R1szbtEVf2B34HE9mVdySCm53wXNC li:before{  }
 }@media only screen and (max-width: 763px) { #v31AQPOEuPZawZB3VWrHfRQIwgyVVQe9 { width:22.9375rem;height:4.5rem;top:40.6875rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECze2oEunlTaTDXes5B5c1yim3n5yMLC { top:5.6875rem;left:27.625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-text {padding-top: 0; padding-bottom: 0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-select {padding-top: 0; padding-bottom: 0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln  { width:17.5rem;height:auto;top:10.4375rem;left:27.625rem; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln {display:block;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln { width:17.5rem;height:auto;top:10.4375rem;left:27.625rem; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #kOBNFpOpXV79X2O4pgUuPIRMCUiNT1Qe {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #OzII4HZJ0pXpoFSyDhb8g0DnDD9RGyl2 { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #yp80xw582Zi5bsoHcITxQbge9ymQpVPP {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #Uf7vfuvm8yFQBCX0TxTVekJChEenO7Ec {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #EJAgPEQeEmu0NACXHmvAxhmdZhiHNiyg { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #J8lPPb1W9S9efgFBVMOuNTWA2To8fWxU {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #TkAvTrv0aN1JwSynDsyynOu5yTUPseEr {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #FrVKXanoQ2bsT2lmwgiJB83MgCrx0Hr9 { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #ErRfOAI8MXhEzt8o3TPr3lGZxb5QN1QO {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #qcTTDSkmKXOQB8HVTP7V8ub5BAxqwLMy {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #ScCSEfwsLqTS2c2oWqA6okbdWUQcbuNy {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #NBGl3Ecunl9zhRM382JnCaT5iE19RC3Q {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #dQ7dDnRbRwzFEbciqL9ZU3nFQJISfbLB {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #wqMGn0mVVo83L146EhBCMhrXspOFIXLu {  }
 }@media only screen and (max-width: 763px) { #bTIxWVSf9MPcKlRImb4gT8r5QsPpMI9L { display:block; }
 }@media only screen and (max-width: 763px) { #wUG5RkRSy7UHrtLk0FIxX6uCuyUHg7q6 { display:block; }
 }@media only screen and (max-width: 763px) { #m5cB2gsUUJwMcTfDvAQvq52g9NewcwWQ { display:block; }
 }@media only screen and (max-width: 763px) { #HQmXxHI2w4yJwFmTmlhOqys0FXnMTiZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #cWpcTaQnhRcxkrQ37kB9g8i7dgSWBi0E { display:block; }
 }@media only screen and (max-width: 763px) { #iCA3hlZAylvPGPwKWgbs1QwfT3PZPzK3 { display:block; }
 }@media only screen and (max-width: 763px) { #JTNWegkSkUsSi9RvMs4LFrVdE3GpQlzx { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #DeVaKAFikpb6pxFMG78Qi2C8rDWIe1mQ {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #TlOFRcsoHJVzDRhys9bMQiofCrRm5XMe {  }
 }@media only screen and (max-width: 763px) { #or0k0RePxoba9tAhT3l3Q3NptKQEaVdm { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dc9xlS5iA8HTOdDkcul7sQTiu1vwJFbL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTmOKeE30D8D8amWqmKn7kCVFVd91TdP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hQnU7igOXDziTgyHhRC5H7dSG1s1GM3f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CGT1TQ9dClr9JRP5X71zUTr3UJ85ZzhL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lvKeyLDxDycINDqydGVQvnasQECn9P4X {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PC90vXt2PFt5k954sBeQDVEZmOXNRfEk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gMylDxNhPbs9JqBFWpf61nRfWmlt5Os5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZoKC3miKk1BB0JsExOsERBJFHROk3RI3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #COJVsROBTo5NefstxoFOl4LVuRTWTbD5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G97PI4qrb8W8RhznVGhBlNTCyGllTPic {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NZHg2EOtw9XH4bsEQZxX26QXFBOIyBDM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cKTTBLaIa690ZUwWTDSUmX43r92l0fsd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bixnLUzFLOFB3FrmqZwKTZmBeUCWT1sQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hZKxTufR0POUiyrirNCW7skfMoVITslp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Quo3dTQD3ZqAz447LJEpZwWOuL4apsoR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fpif5sZxWmfZWyJUrzlVrvtwx07DZuet {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fKMRPlhTSHOdac3erDS9OAETvyLomXZC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TTIhoPgCgO0dJtXeX13Tqsaz0IoIzgQF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CVeoS2mA4Vf76fgDPpPtg3wenF6ECvHC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x1nqWVaUOnTLGfNfBBQXTH4rtMPh8oEw {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
 }@media only screen and (max-width: 763px) { #vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { width:13rem;height:2rem;top:25.125rem;left:17.2822265625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { width:12.5rem;height:2.4375rem;top:14.875rem;left:17.4697265625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { top:2.9375rem;left:0rem;width:20rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { width:20rem;height:6.5rem;top:18.625rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { width:16.875rem;height:5.5625rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
 }@media only screen and (max-width: 763px) { #eZnJOx8i6g5da8nTbrIwvvNMiTddvfuT { width:16.875rem;height:;top:13.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { width:18.4375rem;height:3.5rem;top:4.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { top:1.25rem;left:16.625rem;width:14.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { width:18.4375rem;height:2.5rem;top:8rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMvlATzwlBeNbgDskwROrQb82NOHdXFF { width:17.8125rem;height:;top:17.1875rem;left:13.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGa88BtRZfINpWGo1G02WJZoEQnozpm { width:19.125rem;height:2.125rem;top:21.5625rem;left:12.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { top:7.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { top:7.3125rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { top:8.375rem;left:0rem;width:25.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { top:10.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { top:15.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { top:16.875rem;left:0rem;width:36.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { top:19.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { top:30.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { top:33.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { top:31.375rem;left:0rem;width:29.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { top:38.5rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { top:41.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { top:39.625rem;left:0rem;width:27.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAO7SKuVxN29TTS4wcvFonDNXktefXK { top:23.25rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { top:24.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { top:47.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QTKklRraWpv35K0R4oQxnfzypA6GrH { width:17.5rem;height:3.4375rem;top:53.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block; }
 }@media only screen and (max-width: 763px) { #OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { width:17.5rem;height:3.4375rem;top:53.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block; }
 }@media only screen and (max-width: 763px) { #BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { top:27.375rem;left:0rem;width:18.5rem;height:3.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { top:23.75rem;left:0rem;width:18.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4TVAJB71uaATEZaJTia0X3eRhOrRpka { display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { top:1.625rem;left:0rem;width:41.9375rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:17.5rem;height:4rem;top:7.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262626;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { position:relative;z-index:auto;display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { width:3.1875rem;height:1.6875rem;top:0.5625rem;left:8.40625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.adaptive-delivery-prevent-bg, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyload, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { width:4.12464375rem;height:0.568359375rem;top:0.24609375rem;left:15.061767578125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { width:3.8125rem;height:1.4375rem;top:0.24951171875rem;left:15.4365234375rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-number { padding-top:0.125rem;padding-right:0.10875rem;padding-bottom:0.125rem;padding-left:0.10875rem;width:0.65375rem;min-width:0.65375rem;height:0.671875rem;font-size:0.5rem;line-height:10.75px;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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.078125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.87125rem;height:0.265625rem;font-size:0.1875rem;line-height:4.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { width:3.3749125rem;height:1.25rem;display:flex;top:0.829833984375rem;left:15.42431640625rem;z-index:15005;padding-top:0.011875rem;padding-right:0.01125rem;padding-bottom:0.011875rem;padding-left:0.01125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
 }@media only screen and (max-width: 763px) { #tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { width:7.312rem;height:2.56225625rem;top:7.3748779296875rem;left:6.3427734375rem;font-size:1.0625rem;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block; }
 }@media only screen and (max-width: 763px) { #tTrWlCBlvJNoUFTZ0cDqJ2XqGtk6M0Ct { width:18.1875rem;height:3.25rem;top:3.1187500953674rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfymyRaOstNOao43mPdSLBRNJstATnL0 { top:0.994140625rem;left:6.6875rem;width:6.625rem;height:1.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dfd85d3d-d78e-4544-95b8-e0ef120b1c1d/18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4.adaptive-delivery-prevent-bg, #T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4.lazyload, #T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4.lazyloading { background-image: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container { background-color: transparent; background-image: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,15,16,0.1); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container > .video-iframe-container { display: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,15,16,0.1); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row > .video-iframe-container { display: none; }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .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); }#T9cJSJOh6ZSMdk1BnLy5lTngAJA4hNQ4 > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhDIvaQwPuanOtcvzbbEGXbw5mmGrUQg { width:20rem;height:11.375rem;top:2.0617189407349rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qr9R8pEidPaqSzu6ZIZW323Tev9P619J { width:15.25rem;height:3.41161875rem;top:11.5625rem;left:0rem;font-size:0.875rem;line-height:1.3;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3qdFDQlomcT5qXk5Ja2WoqUn2PmFvSC { width:10.875rem;height:2.5625rem;top:21.9375rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLcM1q7nUI0WVg6HTJwsDTZ7wEDxcNac { display:block; }
 }@media only screen and (max-width: 763px) { #hIXGfLcB3wCqzOEGmgfsikbubfKUeIMB { width:12.875rem;height:1.2749rem;top:25.0625rem;left:3.5625rem;font-size:0.75rem;line-height:1.7;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #omBHs5HBIkNIpaZH9O7ES4RMa75zK60d { width:20rem;height:4.7119125rem;top:1.1875rem;left:0rem;font-size:1.8125rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LWyaV4DNssCeS5fCpvTGRnl9Zobfr8lV { width:20rem;height:0.9746125rem;top:20.037109375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #nwKp6QnXJ6d9eXpoqJXyvHqu2LhKPJDQ { width:12.75rem;height:1.3496125rem;top:18.74951171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.8;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { width:14.375rem;height:0.125rem;top:13.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:1.54375rem;top:3.1123046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:1.29980625rem;top:7.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:1.625rem;top:11.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.6875rem;height:2.3994125rem;top:19.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { width:6.25rem;height:4.3125rem;top:14.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { width:0.125rem;height:7.8125rem;top:32.82421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #actwC7NbQITzolAvuarrSCqUZhOdHl9I { width:11rem;height:1.29980625rem;top:4.5927734375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:1.29980625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { width:18.75rem;height:0;top:3.4052734375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15017;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #R837Z4naolNN3zfvA4hGQzH94WCblD02 { width:14.375rem;height:0.125rem;top:6.75rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { width:11rem;height:2.275rem;top:8.875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV { display:block; }#gW0IHAdV8JtzVfVqERDivRVUWvrq1BHV > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #od5HZUx3xMCwmAJR4bXAhT3vquiN1inI { width:16.875rem;height:4.21875rem;top:6.1242184638977rem;left:1.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzHqBCyTsTRTKuTJA5sVivCkoK0W9kp7 { width:19.56225rem;height:3.8997375rem;top:1.25rem;left:0.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH2AiVGeVzvigS34oeA6EA8RxAhxSl84 { width:19.9984375rem;height:3.8997375rem;top:25.8515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDFlc9PW7iEHvwNT1efAFeN1cU5GPsr0 { width:17.87475rem;height:4.21875rem;top:30.288818359375rem;left:1.06201171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LN289wVSd0fxT3PqRMzaXgqlBZ8vdt4f { width:20rem;height:3.9rem;top:49.3046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wTZ5FMtXKTNNWrczo0LrJhZ9d8H4qBs8 { width:17.625rem;height:13.18725rem;top:35.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IounNOlJuTqGNUKREPgZZ3XUmFJzlxx8 { width:13.4375rem;height:0.25rem;top:16.85302734375rem;left:3.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKaeFJtq5citfZfEfENWpXtveWyTHHEP { width:4.37475625rem;height:4.37475625rem;top:11.666748046875rem;left:0.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqoM4iNz7pfggTCIS2lsOJ7EvqeDcTID { width:4.37475625rem;height:4.37475625rem;top:11.666748046875rem;left:10.529541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt9tKMiWwIooUAg9xUkuWxApK99W2Liw { width:4.37475625rem;height:4.37475625rem;top:17.914306640625rem;left:5.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ4p0edxAbwOTVGe9b7xxa4tOrx4BKnO { width:4.37475625rem;height:4.37475625rem;top:17.914306640625rem;left:15.058349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvOlvbRNhevB7d8v6koWzm8HMexHgV0 { width:1.3125rem;height:1.3125rem;top:16.3212890625rem;left:12.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEkuPZhmi5SL7Haf30QM6DvH8mXHRzSX { width:1.3125rem;height:1.3125rem;top:16.3212890625rem;left:6.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCsqBTUP1NFVB1c2emAQ4d8qMouk6Hx5 { width:1.3125rem;height:1.3125rem;top:16.3212890625rem;left:16.58984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAFZAkEBZ2idV2STTG8RosmKR4bAmQ1 { width:1.3125rem;height:1.3125rem;top:16.3212890625rem;left:2.123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv1eOqu3SUnKlTkPuUqAHFhJzsz7gqRR { width:20rem;height:2.8125rem;top:53.367187023163rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iqgBKFeHQdPPXJvQHy6SSn51roVaDCSw { width:17.4991875rem;height:4.875rem;top:49.4375rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dvwNyaITS96VafeuAhCePzQRXITdEfs8 { width:7.875rem;height:10.9375rem;top:60.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGleu2KgBTkDTf8D2HsK95MWHiniu0Mt { width:19.125rem;height:2.8125rem;top:54.3125rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gD0hARJPkMnhJUqd5XNRfGEloa6vllwA { width:19.5rem;height:auto;top:40.5rem;left:0.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G1vfo7f81OgTVHKERuZKKxrzbzOomNnD { width:7.875rem;height:10.9375rem;top:59.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btqr2HveiukMduLnDKdtg7dLqktylJIg { width:7.875rem;height:10.875rem;top:60.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroTh7hCTuSL2zcDHX75RxkkFdiCIBpT { width:12.5rem;height:12.5rem;top:58.229686737061rem;left:3.7499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIUdJZ7umpShOaLNk7yXfFtgX4sdTMgD { width:8.6875rem;height:8.6875rem;top:40.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 { display:block; }#UkrluZxHKUVCxqBGazZhy9fx5sVFC4t7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXTsWf14homVkUwwMBfxFKNCHZhGCJ7V { width:8.75rem;height:2.9375rem;top:0.71875rem;left:5.6249998807907rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R9eT3HIgd4B9pHCLit7WgrmXO1TNFG87 { display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { width:17.49975rem;height:0;top:49.4736328125rem;left:1.248046875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { width:11.625rem;height:3.4375rem;top:1.8125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { width:5.625rem;height:5.625rem;top:0.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { width:12.5rem;height:1.5rem;top:3.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { width:20rem;height:8.6875rem;top:6.7861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o04Br9XuGV9IJJlP08wrViwnIusesHeG { width:20rem;height:8.75rem;top:56.473434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { width:20rem;height:8.6875rem;top:36.598434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { width:20rem;height:8.6875rem;top:86.348434448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOARg3LeHT8MifokWx5DlbZFdcd58sGS { width:20rem;height:8.6875rem;top:46.535934448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { width:20rem;height:8.6875rem;top:96.285934448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { width:20rem;height:2.2744125rem;top:6.5492181777956rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { width:20rem;height:2.2744125rem;top:10.330469608307rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:20rem;height:2.2744125rem;top:14.205469608307rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:20rem;height:2.2744125rem;top:18.237499713897rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:18.6875rem;height:2.2744125rem;top:21.987500004471rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tg53unsD5aqRg94oW3GaDu52JiSoCSaF { width:20rem;height:2.875rem;top:6.25rem;left:0rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { width:20rem;height:0;top:6.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { width:20rem;height:3.1875rem;top:9.8748779296875rem;left:0rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVqTgrq1yLhL3CFTK9P4MTFuP64eJ6T { width:20rem;height:3.0625rem;top:13.812255859375rem;left:0rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLdbHnAN1JOQ1ZWgsiNLGMNi09UicvNc { width:20rem;height:3.25rem;top:17.625rem;left:0rem;z-index:15009;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { width:20rem;height:0;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { width:19.4375rem;height:2.2744125rem;top:29.891407012939rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JsQZHeO3OhGTy91vvsQU5o9DEO6zHhTJ { width:20rem;height:3rem;top:21.625rem;left:0rem;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0TpWayXPFQK9F7igtobRqVrBkgiKGF { width:20rem;height:3.1875rem;top:25.43701171875rem;left:0rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCqJMyq78CMExXySpnTU2aqt52WZD7Uq { width:20rem;height:6.5625rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNqHgr3tyOvRoIvn2AIT4eUibXheTb5z { width:20rem;height:2.2744125rem;top:25.892969898879rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GLB1bebZuVwaqvJNCydukDsTR5tT6qlB { width:20rem;height:6.5625rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8nOOJt9MM9gwmJiCqsqrxT6RQvx7iPM { width:20rem;height:2.2744125rem;top:34.036865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gscgkv0kMldRG3Lxzq3GJrKZtBo3z4pl { width:20rem;height:3.18725625rem;top:33.580688476562rem;left:0rem;z-index:15013;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIhPtUS3k7dWC9TWuvgKISdUI5iH0W7x { width:20rem;height:3.18725625rem;top:29.436645507812rem;left:0rem;z-index:15013;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { display:block; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { width:16.25rem;height:13.125rem;top:4.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { width:14.18675rem;height:3.0002125rem;top:5.2820158004761rem;left:2.9062501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5vBveaGR3m7xhSbK5JqWGtFecTrur9S { width:14.375rem;height:7.9375rem;top:8.8312497138975rem;left:2.8125001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#w5vBveaGR3m7xhSbK5JqWGtFecTrur9S li:before{  }
 }@media only screen and (max-width: 763px) { #KBziG9I2IaKMLenfMBGUw5IS6tPI1fbo { width:16.25rem;height:15.75rem;top:18.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCEmmCMAtFdsX718R6080SE08w3KmTf { width:13.81175rem;height:4.125rem;top:19.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq { width:14.75rem;height:9.46875rem;top:24.625rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq li:before{  }
 }@media only screen and (max-width: 763px) { #xzEKnBiNst6kiKNU8sGm6EvmarDh443L { width:16.25rem;height:15.9375rem;top:35.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUMh6Qi2TqED9uUJfQxTWW77d1QT7HP { width:14.375rem;height:4.50031875rem;top:36.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 { width:14.125rem;height:9.46875rem;top:41.6875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 li:before{  }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { width:20rem;height:98.5625rem;top:6.6875rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { width:17.1875rem;height:2.5996125rem;top:8.0617218017575rem;left:3.4992188215256rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { width:3.06213125rem;height:3.06213125rem;top:7.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { width:18.375rem;height:4.548825rem;top:11.498437643051rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { width:20rem;height:23.3125rem;top:183.7158203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { width:16.125rem;height:3.89941875rem;top:19.460155487061rem;left:3.6242188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { width:18.75rem;height:7.69921875rem;top:24.624219894409rem;left:0.625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VgsQxs2osJFoipF9L6aadxkQwrfATAcA { width:1.3125rem;height:1.3125rem;top:208.2783203125rem;left:9.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { width:16rem;height:3.89941875rem;top:35.517970085144rem;left:4.0624998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohzu6swZRUknTflroSM1PwrHi62vdTby { width:18.8125rem;height:9.624025rem;top:40.81093788147rem;left:0.59375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { width:20rem;height:21.375rem;top:210.8408203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { width:18.9375rem;height:7.96044375rem;top:60.940627098084rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { width:14.0625rem;height:5.199225rem;top:53.75rem;left:4.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { width:20rem;height:19.8125rem;top:236.0283203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { width:15.875rem;height:4.0625rem;top:1.4658203125rem;left:2.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCdAAkb272oEsfFJ8SzL205BgwB5ekSC { width:20rem;height:19.875rem;top:102rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdI9XdyUGBUCAPnFvJWqUlexNqSCW45v { width:14.9375rem;height:5.199225rem;top:73.342971801756rem;left:4.3000000715256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ { width:18.9375rem;height:7.96044375rem;top:79.51172065735rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { width:18.3741875rem;height:1.05625rem;top:17.471874952316rem;left:0.81171870231631rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { width:19.375rem;height:1.625rem;top:17.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { width:16.9366875rem;height:1.05625rem;top:33.875rem;left:1.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { width:19.375rem;height:1.625rem;top:33.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIJCng0hfnHL7cBv2xdELQbUH5kNFoKz { width:19.375rem;height:1.625rem;top:51.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pd4ATKdAJ50NxLuIfe2BHhR22Ly6cIxP { width:15.5rem;height:1.05625rem;top:52.159376144409rem;left:2.2500001192093rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8Oqx4XXCllq519KynrZCwwJ3XKR949M { width:17.5rem;height:1.05625rem;top:88.659374237062rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { width:19.375rem;height:1.625rem;top:88.37500190735rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZ4JTphKV5ibFEt5SXEzMDwrF0XhyDcG { width:2.75rem;height:1.7871125rem;top:8.4375rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnaQ8uEexeWKhs4ZWlA1gxPyTsTyPQv { width:3.125rem;height:3.125rem;top:19.848437309265rem;left:0.42421877384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDe4DMn4o36DhNTlmSAha9A69aDSgPIC { width:2.6875rem;height:1.7871125rem;top:20.641406059265rem;left:0.61171877384186rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqh05JX5VLSctbyQqfnHiTbOqVZllZA5 { width:3.312375rem;height:3.312375rem;top:35.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrQlucq5oEi0hSqsN7lPNlvQixxHyKdd { width:2.5625rem;height:1.7871125rem;top:36.574220657349rem;left:0.73671877384188rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmynMitbzsRbJm7sdS1KUytfEu5KNhAX { width:3.375rem;height:3.375rem;top:54.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSh76arKMx6FEsfguT2Deb0Jdx1dv3Gb { width:3rem;height:1.7871125rem;top:55.6875rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIB9CkglhvpVzhGyz6Tl8SNz0lTsEJwu { width:19.25rem;height:1.625rem;top:71.000783920288rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVAHkhBuQPFqvPBso7vRt730vxlvVIrV { width:16.875rem;height:1.05625rem;top:71.28515815735rem;left:1.5625001192093rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nl802FLG9hlAb2ATKzNBc3xzWfTLf84G { width:3.49921875rem;height:3.49921875rem;top:74.193752288819rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOUirsoM5eAoaG2AGDs33Q6S9qGtEsvm { width:2.75rem;height:1.7871125rem;top:75.050003051756rem;left:0.79921877384188rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReSSymlHM7zrnSMUZxG2CkINzaXsTS7G { width:20rem;height:19.875rem;top:126.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzBHTVwSIs90yET5B4qvmsfdpubl1GxU { width:18.625rem;height:6.8232375rem;top:95.917186737062rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6uB56SWNUvBV3a8U2D4WlkhrAgs7ire { width:16.125rem;height:1.05625rem;top:103.97187423706rem;left:1.9375001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xW8wwlJ5yaKlHNrSiCA2RLOTJnhSEV9L { width:19.375rem;height:1.625rem;top:103.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV413Xk6FTTP78E2bizkLgNbJFXMeTBw { width:15.3125rem;height:3.89941875rem;top:90.892190933225rem;left:4.4367188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOyUUvcZ9O75JXk1L82KISBNDsLmFbDm { width:3.5rem;height:3.5rem;top:91.092185974119rem;left:0.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZyJUeKOdJzPKPUZgUlKhORAtlFPsf5V { width:2.9375rem;height:1.7871125rem;top:92.073440551756rem;left:0.67421877384188rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:#ffffff;background-image:none;display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { background-color: transparent; background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .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); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { width:20rem;height:3.5625rem;top:1.9375rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:10.874rem;height:2.8125rem;top:6.0625rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { width:19.9981875rem;height:1.0625rem;top:9.1875rem;left:0rem;font-size:0.625rem;line-height:1.7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz { display:block; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXFktagN0TeZqTNd8klatlhQP4R3pZ3s { width:15.3125rem;height:12.625rem;top:12.614844322204rem;left:2.3437501192093rem;border-top-left-radius:11.5rem;border-top-right-radius:11.5rem;border-bottom-left-radius:11.5rem;border-bottom-right-radius:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { width:7.249125rem;height:1.625rem;top:2.1148681640625rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { width:18.93675rem;height:2.0625rem;top:4.3265380859375rem;left:0.531005859375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { width:20rem;height:4.548825rem;top:26.616333007812rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd07PFtGO8kGUrgKnHZLygNDBKzAzXdi { width:18.125rem;height:3.89941875rem;top:7.8406253457069rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TaJFMsUCuTRyTcO2scpod2GN6ucLnGBX { width:4.5rem;height:4.8125rem;top:32.187499523163rem;left:2.7351561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3EiENcMv3MRsx2baOxTsHmSV5Kw4Nx { width:8.0625rem;height:3.0625rem;top:1.1865234375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #geMVa7lz2AC268il7erW69k7DWcWNUGN { width:20rem;height:3.125rem;top:3.9127197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCuZ0g6iVMa6bZAi9I5s6etvpgK87LLk { width:6rem;height:4.8125rem;top:32.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ZWU2PbPL6IHvE2Vf2tcSLHbnaSKmmi { width:3.3125rem;height:4.8125rem;top:32.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb { 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; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container { background-color: transparent; background-image: none; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container > .video-iframe-container { display: none; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row > .video-iframe-container { display: none; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .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); }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container { border-width: 0; border-radius: 0; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEGrKwImUGo9vW5xPdgWdGRmh0gKECqb > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLwKTJBBsruSmOafKbQwGooMEaD70tUT { width:20rem;height:2.51875rem;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) { #inOqMd7FUsK38qNbTsXQcP8Iswnv47sV { width:5.0625rem;height:6.875rem;top:5.1875rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p53W0yaDzp544HxmxfBTtw2L3lwZ4oJX { width:6.5rem;height:3.875rem;top:15.875rem;left:12.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kcNTQ1TJ8XgGOMTAwoxQ6Q7I2MfxQXqk { width:13rem;height:3.41161875rem;top:6.875rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PoCnmFmHBTWGvTClTzMEcSHZwZXBDoP4 { width:10.9375rem;height:3.41161875rem;top:16.125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kAaNw7sThPzDKsBNcXSwngxTxZCSL9gm { width:20rem;height:8rem;top:4.625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WapL98sBNWZ841V9PJPsQ0pFfZRAsZqc { width:20rem;height:8.25rem;top:13.6875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI { 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; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row .container { border-width: 0; border-radius: 0; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6DdEwc1KENRF1mAvmh1JRE6TdQTJFJI > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g13zSWOIFiThxlVmTmKVLBQqS0S1VAws { width:20rem;height:22.9375rem;top:6.8125002980231rem;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) { #p2tDZCD1mqxiHWln8Zbftoe1TSPK7hET { width:20rem;height:2.51875rem;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) { #TDnux26P36vww3qgdG6g2LyF5DrlyJhS { width:15.4375rem;height:1.1375rem;top:10.287109375rem;left:2.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UshtaZ00rOTAieCtnIOQRelVOwNc2PzD { width:13.625rem;height:2.6rem;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) { #hReHLO3UaSPvoyocNuVqFIMBXnF5VPGx { width:20rem;height:1.54375rem;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) { #Dbsc9p4h33cc5eoVTTWHFSpiQTiWPUKF { width:11.25rem;height:6.25rem;top:13.071875572204rem;left:2.2812500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GQZv5lf8qt8GlbNw3vrZh68XfVgvp0n6 { width:11.25rem;height:6.25rem;top:16.400000572204rem;left:7.4687505364419rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xXw9SMIJxIiC7fgyc11mT7MAoZD0BECp { width:20rem;height:3.9rem;top:24.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FM2ABDyO013W32xHJ8IkLM2sfBC7TW2T { width:13.125rem;height:3.3125rem;top:30.562501430511rem;left:3.4375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsUsbkNyd4VVvUW6fqrtV7eyuJZaSDT { display:block; }
 }@media only screen and (max-width: 763px) { #xy0uoKprnfkG6dqTTI43RsxBSx353RL7 { display:block; }#xy0uoKprnfkG6dqTTI43RsxBSx353RL7 > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF9NIry6JZttVcHU4uOk7TibKHkGr0P3 { width:20rem;height:4.35004375rem;top:1.7437067031861rem;left:0rem;font-size:1.8125rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PaStOdcEyc4XArC56sBXFCQuMEHwM45i { width:20rem;height:3.0625rem;top:55.375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cH5fqXmcGvpw9k9VWgxTqD5yrFJXyPk8 { width:20rem;height:1.4875rem;top:53.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n5M43DLobdfTB9JrsAwBhdIiM1UXom6o { width:20rem;height:1.3125rem;top:58.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B5hu7XXwCK35I0RAv90fh8M5ihCLTXJP { width:12.436rem;height:0;top:37.141929864883rem;left:3.7814670205116rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #T8cZVUJcJomtXTKuCqKcRV6eyVbyuSFD { width:18.9985rem;height:3.2487rem;top:60.3125rem;left:0.5rem;font-size:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N8csBJwTwl42S6sFqQE52yaLyRauAisf { display:block; }
 }@media only screen and (max-width: 763px) { #yGHBmICCEXoQLUdkn0RSo4yrLs91ylXQ { width:20rem;height:5.625rem;top:10.874999809079rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DD6vX2TyFA0S8TJLlGO16aDPXJcl4lyz { width:20rem;height:39rem;top:1.9969522953034rem;left:-0.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #L3qf7odZkwy6IF1I2vpRATNy7twi10ZT { width:20rem;height:7.5rem;top:98.694264648437rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0o7VsNEvnE5boyrh0fa0KMZEowdbzdJ { width:19.125rem;height:44.5rem;top:7.125rem;left:0.4375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XWIAXH9HKdDErVhc7rq36iiHx6a9qG9k { width:16.3125rem;height:8.5625rem;top:40.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs9HUVS2f1hw4AeBISM0NfBqB0kXaic { width:20rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#31008b;display:block; }
 }@media only screen and (max-width: 763px) { #iZSx7yvOee5DlKDCZDsyeFUEP5o6f3up { display:flex;width:2.5rem;height:2.5rem;top:27.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTLU9is3EUo2NMrn9oylug3xwUH6dTsD { width:20rem;height:1.5rem;top:31.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#1c0040;display:block; }
 }@media only screen and (max-width: 763px) { #q7JEAtbCJb9GB7t2RtxA1uEuDsAcrlaF { width:19.2484375rem;height:5.625rem;top:33.125000953674rem;left:0.37499994039536rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iNUhTU7xoa1bxrLuGyMc5KIcGmP61dnM { display:flex;width:2.5rem;height:2.5rem;top:27.499195098877rem;left:8.7500005364419rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #eHVJpRyz0eC87ybJMGEPDlf60W4hhNSf { width:16.25rem;height:8.4375rem;top:17.862500190735rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/948568af-e5d9-4f4e-a8c9-371dd018c746/LandingMobile1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc.adaptive-delivery-prevent-bg, #XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc.lazyload, #XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc.lazyloading { background-image: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container { background-color: transparent; background-image: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container > .video-iframe-container { display: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row > .video-iframe-container { display: none; }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .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); }#XbFxL6v9eNZ3SgoQ6yG4PwBJLTlylTFc > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT { display:block; }#xpE6sHTPVzEdaZGHChC5KKt8xV9hmNJT > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFpUTcu5TG57WDeDWCv678TIiaPIQ6Kz { width:19.75rem;height:62.3125rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #gytIfGffKvzveJzr2miKDXV5l2tnguUL { width:20rem;height:1.86865rem;top:2.171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mlh5xfIcZbrW6qg1rGqROfy4HBctV1lr { width:16.5625rem;height:2.4375rem;top:46.53759765625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bVHrfTVNC5co0C5JrMTNLvT4efPR7z3J { width:16.1875rem;height:9.0625rem;top:5.03125rem;left:1.90625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1a1HbfGdmXDxDZ3xbPHuvTwQ1zE121 { width:18rem;height:10.125rem;top:35.0478515625rem;left:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xH2sqdRcPL1ZAwKaZe6k04oWHhHsyq9t { width:14.75rem;height:2.4375rem;top:15.03125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI { width:17.0625rem;height:5.9057625rem;top:49.84375rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }#FxXwFzhS7061H1eQTJHlNq8Qs1UBnhBI li:before{  }
 }@media only screen and (max-width: 763px) { #GQgpd0OoVWHESKE1PVp1R3mKFim532Q4 { width:11.875rem;height:3.89941875rem;top:29.24755859375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c55R1szbtEVf2B34HE9mVdySCm53wXNC { width:15.75rem;height:9.38675rem;top:18.5478515625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }#c55R1szbtEVf2B34HE9mVdySCm53wXNC li:before{  }
 }@media only screen and (max-width: 763px) { #v31AQPOEuPZawZB3VWrHfRQIwgyVVQe9 { width:20rem;height:3.89941875rem;top:57.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECze2oEunlTaTDXes5B5c1yim3n5yMLC { width:20rem;height:0;top:56.987503051757rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-text {padding-top: 0; padding-bottom: 0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-select {padding-top: 0; padding-bottom: 0;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln  { width:17.5rem;height:auto;top:56.6865234375rem;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; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln .widget-info-text { text-align:center;text-align-last:center; }
#U28TN2HIHQca1TJkQTny38yAFP5qyKln {display:block;}#U28TN2HIHQca1TJkQTny38yAFP5qyKln { width:17.5rem;height:auto;top:56.6865234375rem;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) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #kOBNFpOpXV79X2O4pgUuPIRMCUiNT1Qe {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #OzII4HZJ0pXpoFSyDhb8g0DnDD9RGyl2 { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #yp80xw582Zi5bsoHcITxQbge9ymQpVPP {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #Uf7vfuvm8yFQBCX0TxTVekJChEenO7Ec {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #EJAgPEQeEmu0NACXHmvAxhmdZhiHNiyg { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #J8lPPb1W9S9efgFBVMOuNTWA2To8fWxU {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #TkAvTrv0aN1JwSynDsyynOu5yTUPseEr {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #FrVKXanoQ2bsT2lmwgiJB83MgCrx0Hr9 { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #ErRfOAI8MXhEzt8o3TPr3lGZxb5QN1QO {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #qcTTDSkmKXOQB8HVTP7V8ub5BAxqwLMy {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #ScCSEfwsLqTS2c2oWqA6okbdWUQcbuNy {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #NBGl3Ecunl9zhRM382JnCaT5iE19RC3Q {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #dQ7dDnRbRwzFEbciqL9ZU3nFQJISfbLB {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #wqMGn0mVVo83L146EhBCMhrXspOFIXLu {  }
 }@media only screen and (max-width: 763px) { #bTIxWVSf9MPcKlRImb4gT8r5QsPpMI9L { display:block; }
 }@media only screen and (max-width: 763px) { #wUG5RkRSy7UHrtLk0FIxX6uCuyUHg7q6 { display:block; }
 }@media only screen and (max-width: 763px) { #m5cB2gsUUJwMcTfDvAQvq52g9NewcwWQ { display:block; }
 }@media only screen and (max-width: 763px) { #HQmXxHI2w4yJwFmTmlhOqys0FXnMTiZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #cWpcTaQnhRcxkrQ37kB9g8i7dgSWBi0E { display:block; }
 }@media only screen and (max-width: 763px) { #iCA3hlZAylvPGPwKWgbs1QwfT3PZPzK3 { display:block; }
 }@media only screen and (max-width: 763px) { #JTNWegkSkUsSi9RvMs4LFrVdE3GpQlzx { display:block; }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #DeVaKAFikpb6pxFMG78Qi2C8rDWIe1mQ {  }
 }@media only screen and (max-width: 763px) { #U28TN2HIHQca1TJkQTny38yAFP5qyKln #TlOFRcsoHJVzDRhys9bMQiofCrRm5XMe {  }
 }@media only screen and (max-width: 763px) { #or0k0RePxoba9tAhT3l3Q3NptKQEaVdm { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dc9xlS5iA8HTOdDkcul7sQTiu1vwJFbL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTmOKeE30D8D8amWqmKn7kCVFVd91TdP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hQnU7igOXDziTgyHhRC5H7dSG1s1GM3f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CGT1TQ9dClr9JRP5X71zUTr3UJ85ZzhL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lvKeyLDxDycINDqydGVQvnasQECn9P4X {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PC90vXt2PFt5k954sBeQDVEZmOXNRfEk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gMylDxNhPbs9JqBFWpf61nRfWmlt5Os5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZoKC3miKk1BB0JsExOsERBJFHROk3RI3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #COJVsROBTo5NefstxoFOl4LVuRTWTbD5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G97PI4qrb8W8RhznVGhBlNTCyGllTPic {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NZHg2EOtw9XH4bsEQZxX26QXFBOIyBDM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cKTTBLaIa690ZUwWTDSUmX43r92l0fsd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bixnLUzFLOFB3FrmqZwKTZmBeUCWT1sQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hZKxTufR0POUiyrirNCW7skfMoVITslp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Quo3dTQD3ZqAz447LJEpZwWOuL4apsoR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fpif5sZxWmfZWyJUrzlVrvtwx07DZuet {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fKMRPlhTSHOdac3erDS9OAETvyLomXZC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TTIhoPgCgO0dJtXeX13Tqsaz0IoIzgQF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CVeoS2mA4Vf76fgDPpPtg3wenF6ECvHC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #x1nqWVaUOnTLGfNfBBQXTH4rtMPh8oEw {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { width:9.3125rem;height:3.163125rem;display:flex;top:102.5625rem;left:5.375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
 }@media only screen and (max-width: 763px) { #vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { width:12.999125rem;height:0;top:99.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { width:19.375rem;height:2.68125rem;top:35.914063453674rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15129;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { width:20rem;height:32.25rem;top:1.1875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { width:16.375rem;height:6.5rem;top:15.9375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:5rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { width:18.875rem;height:5.90625rem;top:24.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;line-height:1.1;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
 }@media only screen and (max-width: 763px) { #eZnJOx8i6g5da8nTbrIwvvNMiTddvfuT { width:16.9375rem;height:6.8246875rem;top:9.5rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { width:18.4375rem;height:3.09375rem;top:2.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { width:12.6875rem;height:9.125rem;top:45.90771484375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { width:18.4375rem;height:2.19970625rem;top:5.59375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #VMvlATzwlBeNbgDskwROrQb82NOHdXFF { width:17.8125rem;height:2.5996125rem;top:39.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15079;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ieGa88BtRZfINpWGo1G02WJZoEQnozpm { width:19.125rem;height:2.36230625rem;top:42.5rem;left:0.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { width:20rem;height:6.5rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { width:20rem;height:4.875rem;top:5.0996125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { width:15.9375rem;height:1.13769375rem;top:5.912109375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { width:20rem;height:2.5996125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { width:19.0625rem;height:3.8496125rem;top:7.173828125rem;left:0.46875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { width:20rem;height:5.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { width:18.625rem;height:1.13769375rem;top:13.3125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { width:18.6875rem;height:1.92480625rem;top:14.625rem;left:0.6875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { width:20rem;height:5.5625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { width:18.5rem;height:0;top:30.30761875rem;left:1.1875rem;font-size:0.6875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { width:18.75rem;height:1.13769375rem;top:25.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { width:20rem;height:5.0625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { width:18.4375rem;height:1.92480625rem;top:33.25rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { width:18.8125rem;height:1.13769375rem;top:31.875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFAO7SKuVxN29TTS4wcvFonDNXktefXK { width:20rem;height:6rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { width:18.375rem;height:1.92480625rem;top:21.375rem;left:1.125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { width:18.25rem;height:0;top:21.24511875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { width:20rem;height:4.5rem;top:37.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0QTKklRraWpv35K0R4oQxnfzypA6GrH { width:17.5rem;height:3.4375rem;top:43.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block; }
 }@media only screen and (max-width: 763px) { #OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { width:17.5rem;height:3.4375rem;top:48rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block; }
 }@media only screen and (max-width: 763px) { #BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { width:18.5rem;height:2.88720625rem;top:26.5625rem;left:0.75rem;font-size:0.6875rem;line-height:1.4;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { width:18.25rem;height:2.2744125rem;top:18.9375rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #s4TVAJB71uaATEZaJTia0X3eRhOrRpka { display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { width:20rem;height:3.4121125rem;top:1.9359378814698rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:12.3125rem;height:3.125rem;top:6.59375rem;left:3.8437498807907rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }