.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,0;--color-primary-1:255,211,0;--color-primary-2:248,246,0;--color-primary-3:245,183,0;--color-primary-4:102,36,0;--color-secondary-0:0,98,202;--color-secondary-1:37,67,135;--color-secondary-2:0,12,125;--color-secondary-3:10,42,100;--color-secondary-4:0,18,49;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:88,88,88;--color-tertiary-3:74,74,74;--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); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km { 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; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container { background-color: transparent; background-image: none; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container > .video-iframe-container { display: none; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row > .video-iframe-container { display: none; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .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); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container { border-width: 0; border-radius: 0; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#GM2cLrTkammJ89u1qARzUmEmJ9g9bZh3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:4.8125rem;top:2.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#Swqu2fHomvLIA3r7Gg8bQ8N9ST2xBvzT { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.25rem;top:2.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#DkdL3lmiUkUCpM01agIznVUkma9RpCva { background-color:#ffd24d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#262626;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.3125rem;left:36.6875rem;display:none; }
#cPqNvOTQD319MFrH1Q8WI5TX2aZ776dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5hhXo0MRrPUgkoW0AwHM5Wduc0qHFD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6923828125rem;left:16.84375rem;height:4.55rem;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; }
#XLALQWmp3c7sTxpScsUWXMNM4iioguMF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:17.5rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UGZC85saBQbJeqNgbxR3KkxlHhrPBQZg { background-color:#0055e7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.93728125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.781033039093rem;left:46.609165191651rem;display:block; }
#Besm5tOTcXSx1L65agwvqtOz1XBldRwM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BtsZnW55eoTDhheA3TdQeli2tdqDEcUf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6923828125rem;left:16.84375rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iSNxZxzFxG98LE2LHmv10PC0DroSctU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b700;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iSNxZxzFxG98LE2LHmv10PC0DroSctU7 > .row .container { border-width: 0; border-radius: 0; }#iSNxZxzFxG98LE2LHmv10PC0DroSctU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSNxZxzFxG98LE2LHmv10PC0DroSctU7 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:none; }#XZsVlGB53fWOsiuUPQ1gThgtvor01Uy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3351764678955rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gbx6deqHEJVd8TlcylqPlAmZCE6eQsDf { color:#0031ff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0152978897095rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#opPwptCLpXWdV9WM1bQTifENAEDBWi6J { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:9.5rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WevSg2EgN0gazW9Uy5TAZe5vX54P3VQX { color:#0031ff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 > .row .container { border-width: 0; border-radius: 0; }#n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:none; }#T4nI7EzhxUwz2ArpxmcWAX0UhWFQPeC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:9.53125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i12MM6D8GDDVOGQr9dmVhkAh5kcSBrq0 { color:#ecff00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.2002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9JWNyRafzHZFZtPgd1Ua36f7l9lRg1N { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.9287109375rem;left:9.53125rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJRytqpeCLTUADzCxf2FhMd41Qbw0SGD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:9.53125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu > .row .container { border-width: 0; border-radius: 0; }#LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:none; }#FwNrPhdp0Ny8CTocIVpLQMAAHN0d53l3 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:31.561416625976rem;left:7.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AgLQSIBQM6RbSo5qDxh84AxLBr0WmHrm { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.871125rem;height:3.3737rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:45.125001907349rem;left:18.563802719116rem;display:block; }
#nu0fEwEllk9qEixF3yIyofgJCUOa8FJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7KDTTqubRFzpFBiUSTZ62idehgF6F85 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:13.375rem;left:14.312501907349rem;height:4.125rem;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; }
#PeqPxwQRy1N4Xb3lLkI3SGVsxKmDPHl1 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.371125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:42.399739742279rem;left:9.3138027191163rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P8UKzxypmCTDoEechLk8hFZwsDddOeeK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.125rem;width:54.125rem;top:11.406250476837rem;left:2.9375rem;display:block; }
#GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.28125rem;left:4.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py li:before{  }
#WBvKpRy46wgnSiVhs51K0tJ9WfficTt0 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:33.57421875rem;left:4.53125rem;height:2.8489625rem;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; }
#V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp { color:#fbe936;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:37.149742126465rem;left:14.687501907349rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#WLlmsfSpn68NOPNeyfAnVlB4DRroxPei { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.326171875rem;left:4.5rem;height:3.29883125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wHPEVOQuqN3cg7tVxc21qLNUQUWgD5Cg { color:#fbe936;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:20.8671875rem;left:14.625001907349rem;height:8.2486875rem;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;overflow:hidden;display:block; }
#HNQ9tg8ftpyTWc60aPxZhFNswMfTMURD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:29.67578125rem;left:27.062501907349rem; }
#HHfbQIKKuntUmnCTDV49P8cvnCRtyJKH { position:absolute;display:block;z-index:15086;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:11.5625rem;width:20.5625rem;top:17.1875rem;left:6.125rem;overflow:hidden;display:none; }
#ipqnXgAT3b5B6gNnD3ZNqBxAHH2xXEa8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:60rem;display:none; }
#UEOe8Xa65m9DPXGbJosZlFCkoXSTHJiH { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:18.040365219116rem;left:4.34375rem;height:2.09895625rem;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; }
#AMKOTTpyJhZHMys9UeQC6x2PyAF4HSem { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9980625rem;width:15.9980625rem;top:45rem;left:37rem;overflow:hidden;display:none; }
#Tf0gUbMa7uQu8ma6EeTAesGvBI3CEXku { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:61.875rem;left:38.25rem;height:2.7604125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc { color:#fbe936;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:39.337240219116rem;left:14.687501907349rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#mMDl4hwB0ZorRzAIzdGc8l7oeRSr9qRG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:29.67578125rem;left:27.062501907349rem;display:none; }
#TXDSXeTthIrLVazITBrWpmWFTEZnkHFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TXDSXeTthIrLVazITBrWpmWFTEZnkHFn > .row .container { border-width: 0; border-radius: 0; }#TXDSXeTthIrLVazITBrWpmWFTEZnkHFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXDSXeTthIrLVazITBrWpmWFTEZnkHFn > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#UbkCrExokqCP3keiITCI64XQmPg9DNVW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:44.4375rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#SHwi7cDur2p95dsoqDmpqp10u1cyW6a6 { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:16.8125rem;left:14.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TpGTAH3bn6dDymsAEUB1GBhUpFxxXhGt { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:16.8125rem;left:31.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Om48eQwb9lZ9GWIITuDXIDrHTtVVX6JC { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:9.375rem;width:5.125rem;top:21.625rem;left:23.5625rem;overflow:hidden;display:block; }
#yP1bbPKAngbeJThnGvathcnlThbwEqBQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.1875rem;left:13.375rem;display:block; }
#RslPr6Tst75CFl6uTIct56TRUbmobCNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnwsK0TiEHNIt5hofsIROh6aa2Tzt8kw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.1875rem;left:30.8125rem;display:block; }
#gT9a9EzwBCaASTQcFaVrcUSCIm2IoOVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7e500uhi6HH7VUcqJ5U2UJFFeAVZLII { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.5625rem;left:15.0625rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#XgeXeRTH0c8cgUSCKyqWdbEQcUaZJ5e7 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:27.5rem;left:17.5rem;overflow:hidden;display:block; }
#SEiTloWLk1oqaLbbNeFATxZ6aI1Qmxie { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:25.5625rem;left:13.75rem;overflow:hidden;display:block; }
#vOCxm7uC75rfpWt2ftOru55JLSTuFhuI { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:23.5625rem;left:17.5rem;overflow:hidden;display:block; }
#I1NJ3Cdek45AQZGJgLLSQGrOI9BNMuKd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:21.625rem;left:13.75rem;overflow:hidden;display:block; }
#Z3TPMO76Pm5i7K9S82PqmGt39tW9Av3k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.4375rem;left:32.5rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#gUG3goSd40MXihsmbMXXrW1xWSLwJHLA { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:16.0625rem;top:21.1875rem;left:30.8125rem;overflow:hidden;display:block; }
#yLGaBT33s11vIl8ygsAH8ZTSBG4gqu5Z { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:11.312866210938rem;left:19.655151367188rem;height:1.62475625rem;display:block; }
#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbcd2;background-image:url("https://images.assets-landingi.com/uc/62f5b9bb-94bf-4c38-aee0-63f25c55159f/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic.adaptive-delivery-prevent-bg, #HNGdvo8ziwxvbteAplTdzGlbFgGUqzic.lazyload, #HNGdvo8ziwxvbteAplTdzGlbFgGUqzic.lazyloading { background-image: none; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic > .row .container { border-width: 0; border-radius: 0; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:none; }#iz3V3BVw6pfEa91LpEDVV0RbvE7ehHo2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.4375rem;top:23.926391601562rem;left:8.562255859375rem;overflow:hidden;display:block; }
#wymTfnB3iWsI9i8GmW9W98lXOVyRb0Z4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:21.8125rem;top:23.927612304688rem;left:31.5625rem;overflow:hidden;display:block; }
#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/202d88a9-146f-4e3b-bfe9-0995983a81b0/noroot.crop_1862x619_0,135");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz.adaptive-delivery-prevent-bg, #lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz.lazyload, #lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz.lazyloading { background-image: none; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container { background-color: transparent; background-image: none; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container > .video-iframe-container { display: none; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row > .video-iframe-container { display: none; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .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); }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container { border-width: 0; border-radius: 0; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/02ff01de-4053-4730-a58d-76ba30f05b31/image3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx.adaptive-delivery-prevent-bg, #QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx.lazyload, #QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx.lazyloading { background-image: none; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx > .row .container { border-width: 0; border-radius: 0; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:none; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU { position:relative;display:none; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU { border-width: 0; border-radius: 0; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU > .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; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA > .row .container { border-width: 0; border-radius: 0; }#oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:none; }#hwJrupaiayGQe8vMy0f1Rd86RyglTSV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7099609375rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiQE5I5qOPhCRVQi2rhq6HWNVXspZ79A { color:#0031ff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5773429870606rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJgN1HBkLBVkiNyO866Z8hL3xXvfGFru { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:9.5rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xi6SbGCDrpBNLKnl1uxMsD0N0QbIm1RR { color:#0031ff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTT6aoHghrEXARappyW95IsNqL2TkFVa { 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/b6c39a48-dbac-4600-9932-117a14c063e3/IMG_8234.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa.adaptive-delivery-prevent-bg, #mTT6aoHghrEXARappyW95IsNqL2TkFVa.lazyload, #mTT6aoHghrEXARappyW95IsNqL2TkFVa.lazyloading { background-image: none; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa > .row .container { border-width: 0; border-radius: 0; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#V0CqcHNJyAiHFtr8hV2xFIO1aOpu3f6I { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBAwdkCviISgUviQTJ8rTzHEKWGBaIP3 { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:19.3125rem;display:block; }
#mOPAERfPfkOXJZRquVclUgGGi4KNanTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mOPAERfPfkOXJZRquVclUgGGi4KNanTN > .row .container { border-width: 0; border-radius: 0; }#mOPAERfPfkOXJZRquVclUgGGi4KNanTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOPAERfPfkOXJZRquVclUgGGi4KNanTN > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:none; }#g6dyW6HMTfTSuN1LNHqFumxdsMtt7ofK { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DksEwPnRtSHXTe2erDNbSwilo7oR2682 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:31.561416625976rem;left:7.093101501465rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f7hJ9XAucdqxLFUQy3GSTG29Q09xETR0 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8730625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:23.5625rem;left:18.4375rem;display:block; }
#XdRMI8iGyVuwnMhI66dvQmgt4rEUxdvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0plBuRDJprOcaAp3veK2sE3Ktx1on48 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3rem;left:13.8125rem;height:5.1001rem;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; }
#cPN03fS4yEi3CodCsKSEQAf1JySkK6mM { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:20.5625rem;left:7.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUcq2ZgG0mzaqr3aUXFI2xZRX9xtV3a1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.375rem;width:54.125rem;top:1.25rem;left:2.9375rem;display:block; }
#lIThqcXmk3gLTJF2toNSreDg2HGVk7uV { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.28125rem;left:4.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#lIThqcXmk3gLTJF2toNSreDg2HGVk7uV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#lIThqcXmk3gLTJF2toNSreDg2HGVk7uV li:before{  }
#wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw { color:#fbe936;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:13rem;left:12.75rem;height:2.99926875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#mdI8escA4v5leSL5fPMnNFDBO5rAEv9P { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.929471969604rem;left:4.53125rem;height:1.7252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i959bZEQM0p4JAOV2lpfPyhUfpvqNGwG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lJ1nI8lDPoguyDXpW6MGXNqkpShKLIfn { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.1875rem;width:19.375rem;top:24.4375rem;left:4.5625rem;overflow:hidden;display:none; }
#Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw { color:#fbe936;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.3125rem;left:12.75rem;height:2.99926875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 { color:#fbe936;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:16.625rem;left:12.75rem;height:2.99926875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#s933DpJyfC3DQ5JRznnGdDr3NC6zn4TN { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22.1875rem;top:14.5625rem;left:6.1875rem;overflow:hidden;display:none; }
#vwMxy4AucaSkwmM9GbzAS0WNqrlbX4WH { position:absolute;display:block;z-index:15091;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:11.625rem;width:22.1875rem;top:29.46875rem;left:6.1875rem;overflow:hidden;display:none; }
#sTaQnWcSFkIIUpVZWJHlhUsFRE0UXMqK { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.326171875rem;left:4.53125rem;height:3.29883125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gQ08P6M9RZHxugNPf3ESWTMOUxL0zdoN { color:#fbe936;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.787109375rem;left:12.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 { color:#fbe936;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:27.1875rem;left:12.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ > .row .container { border-width: 0; border-radius: 0; }#aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:none; }#pHLsDG73PsDfx1CMCsP4qEhfiX8JKXHw { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZttbJ0kdGmH2ySO0qK4cfBoz5w6ep5ws { color:rgba(var(--color-tertiary-0),1);display:block;width:45.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:31.561416625976rem;left:7.093101501465rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HhmnMiLwqdtVB5rietdcw7JOL1nFbdXv { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.872625rem;height:3.0609375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:31.1875rem;left:18.4375rem;display:block; }
#TSN3FGSnfhuPfdVkCWKv8UWi2D0mBVae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMtuxTgdcZMPvA7f4B0UB1wxMTfSvHl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.625rem;left:11.25rem;height:7.65rem;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; }
#Qi1RyPHSwSTFzJ5B7cfTp0qshnQm9Q3E { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:28.3125rem;left:7.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4dtlyoHCNSN26rpEi6e700FZ4nhLkys { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.5rem;width:54.125rem;top:9.875rem;left:2.9375rem;display:block; }
#Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.28125rem;left:4.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p li:before{  }
#Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW { color:#fbe936;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:20.375rem;left:13.68593788147rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#DaCA4oeD5MJEy8aTDzaTDAUwBFxbnPsF { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.929471969604rem;left:4.53125rem;height:1.7252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tIMXQKU1T9ZErO7x6LLNgT6ToUmoMwaN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#f9LyIPXObtTKPhKeIscH1K5UBsbJ9KND { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.1875rem;width:19.375rem;top:24.4375rem;left:4.5625rem;overflow:hidden;display:none; }
#wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP { color:#fbe936;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.125rem;left:13.68593788147rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#wbyZNkgb82hfeAvRQKZKnRoSp93cfsH7 { position:absolute;display:block;z-index:15091;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:11.625rem;width:22.1875rem;top:29.46875rem;left:6.1875rem;overflow:hidden;display:none; }
#eXFA1m6yyKQLU3EWTA1hH3W9PeEHvgia { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.326171875rem;left:4.53125rem;height:3.29883125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eCSu129DSoLNylukFFEOGpJJXMu08tvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eCSu129DSoLNylukFFEOGpJJXMu08tvr > .row .container { border-width: 0; border-radius: 0; }#eCSu129DSoLNylukFFEOGpJJXMu08tvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCSu129DSoLNylukFFEOGpJJXMu08tvr > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:none; }#A0wfupcfZUW8DtObXh9ORA7iFVOq8Nuw { color:rgba(var(--color-tertiary-0),1);display:block;width:45.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:31.561416625976rem;left:7.093101501465rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lc5uy3DaZJy6RID62sx6OmBw6kcheia2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.5rem;width:54.125rem;top:8.3125rem;left:2.9375rem;display:block; }
#qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.28125rem;left:4.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC li:before{  }
#HGKhnPN1dyx2nFoQDe4AiFMMWpUiTbek { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.929471969604rem;left:4.53125rem;height:1.7252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oOSPcyPiR0XzVRBwc4V2OvkhcetWt3KE { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dknLdoLuK0M6kqc4xhntr14R46C21qtL { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:13.75rem;left:9.75rem;height:2.325rem;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; }
#aQMe5yhFptKJwST7VRxC2fTBxcnDF7l5 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.3125rem;left:11.3125rem;height:2.325rem;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; }
#ywa27sTZWL0ULZJhqadac9i7dW7HGpR9 { color:#fbe936;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:17.0625rem;left:5.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yV8W8PyAnxbghtKeScu74hqegDzTufHu { color:#fbe936;display:block;width:37.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.3125rem;left:11.1875rem;height:1.425rem;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; }
#LsTC8VSUcUXBV4pPFkwkDi9EoGa2svgN { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.375rem;left:9.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7QqxrXia26whAGfI5EDCWKxzdhh9eOp { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.0620125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:26.25rem;left:18.5625rem;display:block; }
#gBPJXaZn9r3mU20qGUBbfc2lTD8PJbGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMXkV89zZdOh26TN4urbgG7cEQtNbvn0 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.75rem;left:9.75rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#u1HD7sixHpGuWfC4RETwpmiKJxt4PBNt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.3125rem;left:11.3125rem;height:2.32470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PnrA90v0nKJwO2AdazxcGkc8LJePoGyH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PnrA90v0nKJwO2AdazxcGkc8LJePoGyH > .row .container { border-width: 0; border-radius: 0; }#PnrA90v0nKJwO2AdazxcGkc8LJePoGyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnrA90v0nKJwO2AdazxcGkc8LJePoGyH > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:none; }#Enqpyrg9FDU5dcclmxGufN6hmrDqzwl1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J34o99J9hxKzWJB7lO9n7HOKGZw2V9nV { color:rgba(var(--color-tertiary-0),1);display:block;width:45.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:31.561416625976rem;left:7.093101501465rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xHBGIioqOdXHR0qxSuG5APLfq9izwQGJ { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8730625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:39.4375rem;left:18.5625rem;display:block; }
#cyvLQxtWhbzt58dtt7xZ1MBf3Tu9U0am { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogb5sGZArz1SVTxW6kfAAodS0E87m6T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:12.875rem;left:13.75rem;height:5.0996125rem;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; }
#CeMbOOqPQ7IKHSXb3lPaWDRPr1KDB651 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:36.724609375rem;left:7.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#buocOWhmvruGOZOUzAsNZBdUCiq5TRht { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:30.0625rem;width:54.125rem;top:10.75rem;left:3.0625rem;display:block; }
#kU3izpngzNISii4g5OvXDTuI5VnfBQOu { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.28125rem;left:4.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#kU3izpngzNISii4g5OvXDTuI5VnfBQOu li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#kU3izpngzNISii4g5OvXDTuI5VnfBQOu li:before{  }
#IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q { color:#fbe936;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:29.25rem;left:12.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#cxUk2JOPRMTmKz6hL6xoTE3DrkXHtBcT { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.929471969604rem;left:4.53125rem;height:1.7252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#urZ0HJol246UKg0NxGvEBHUkn4TVVzQA { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oOuNLXNXIdqPhvwtsPJfdoZq8dc7fAbv { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.1875rem;width:19.375rem;top:24.4375rem;left:4.5625rem;overflow:hidden;display:none; }
#IENJdOctIqkGNQVoM2M8DW0EZVapAT95 { color:#fbe936;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.787109375rem;left:12.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IENJdOctIqkGNQVoM2M8DW0EZVapAT95 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IENJdOctIqkGNQVoM2M8DW0EZVapAT95 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#oghlNfpmvJO7oHuRCtwJIaN3DBnN0eta { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.5rem;left:4.5625rem;height:1.57421875rem;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; }
#onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB { color:#fbe936;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.875rem;left:12.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#bi8QJ2DwJk0RicOpTTARXeI1eJs7LHtD { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22.1875rem;top:14.5625rem;left:6.1875rem;overflow:hidden;display:none; }
#Ovb02cEQ2GTJuPkVFrBlJ8TAmkX1fQDX { position:absolute;display:block;z-index:15091;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:11.625rem;width:22.1875rem;top:29.46875rem;left:6.1875rem;overflow:hidden;display:none; }
#KlOt17XQp140KcE3a12z4Oi0gnVPHQEy { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.326171875rem;left:4.53125rem;height:3.29883125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fNRzztI58hWRuuTlcODEx8RFJWLSJwqO { color:#fbe936;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.787109375rem;left:12.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#c0iI1tb6kEqUCypNVZzGqu5lTcvXuryV { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.5625rem;left:9.75rem;height:1.94921875rem;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; }
#Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba { color:#fbe936;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:27.1875rem;left:12.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y { color:#fbe936;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:27.1875rem;left:12.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#ZQue552VgAWvWibq2qBRnps7DmpUvffl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZQue552VgAWvWibq2qBRnps7DmpUvffl > .row .container { border-width: 0; border-radius: 0; }#ZQue552VgAWvWibq2qBRnps7DmpUvffl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQue552VgAWvWibq2qBRnps7DmpUvffl > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:none; }#aNN3dg44FsBZ6BOodA79XOpxIHXOzDP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DJJhJzmgBo5TSgwNSniE3rqyBqeJ5WpS { color:rgba(var(--color-tertiary-0),1);display:block;width:45.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:31.561416625976rem;left:7.093101501465rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KF2slkXIhHCZbpKRqk5sVKG2sWDZRNzE { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.871125rem;height:3.0612rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:26rem;left:18.56406211853rem;display:block; }
#iFaMZDwMppqEvQJdeVoB5lLom07qTO6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4JQKKgtBFPvhf5z2Fmz1vMFGMH1T2SF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.375rem;left:13.625rem;height:5.1rem;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; }
#Viqu9msXnu5qkW1hLrKwMmRciMf0OTS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:22.875rem;left:7.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZEr5pOeCykGm1vpSwrABnC6nniSXdEs { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.25rem;width:54.125rem;top:3.15625rem;left:2.9375rem;display:block; }
#ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.28125rem;left:4.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh li:before{  }
#sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G { color:#fbe936;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:11.5625rem;left:12rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#OyTo9woxAexRK0K8lDAJckrQWCknVkzl { color:#fbe936;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.929471969604rem;left:4.53125rem;height:1.7252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#K0GzKXV94GgG1fAWHMP1CvTp21GW2Lu3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d5Bq0LJDLqT0TlXgEqJrcImzONLQaeCi { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.1875rem;width:19.375rem;top:24.4375rem;left:4.5625rem;overflow:hidden;display:none; }
#WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh { color:#fbe936;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.5rem;left:12rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#A29pH0G5puFdVT4RePgmDrKIJZmNiodi { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22.1875rem;top:14.5625rem;left:6.1875rem;overflow:hidden;display:none; }
#TbNVQ2hy5OnX2PagJounPvWqHWl5PvDl { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:22.326171875rem;left:4.53125rem;height:3.29883125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UCpgoN4B2UuXu21JpMLk2FLRw59vuwb2 { color:#fbe936;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.787109375rem;left:12.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#vEM6D5ahME4IcVzT3h15Py8JeBBvXXXz { position:absolute;display:block;z-index:15086;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:11.5625rem;width:20.5625rem;top:17.1875rem;left:6.125rem;overflow:hidden;display:none; }
#IJCRJmPXPCcy40AEFmnbKxkDX9luMkcN { color:#fbe936;display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.50937461853rem;left:14rem;height:8.2470625rem;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;overflow:hidden;display:none; }
#K2TnaoyfTGEvzTTdiW9QCuATkbwWnqru { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:26.88437461853rem;left:28.4375rem;display:none; }
#LgxLhWbOuaoiZ7lFwLtn3LSoGxlqQz0f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:26.88437461853rem;left:28.4375rem;display:none; }
#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf73fc9b-93df-4f31-9ba9-50e54729f8bb/LandingHeading.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH.adaptive-delivery-prevent-bg, #HwKs4GcbAgek2IT89rJWrK1iBHRZodiH.lazyload, #HwKs4GcbAgek2IT89rJWrK1iBHRZodiH.lazyloading { background-image: none; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH > .row .container { border-width: 0; border-radius: 0; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;overflow:visible;position:relative;display:none; }#bSRizRHbktOag9fBTZA3l0NgbeXLtyGe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.328125rem;left:27.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yk1OhFMOqORXvviEmKuGVmCUS5t5EpqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.3125rem #ff5900;top:10.3125rem;left:38rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfvtExgcShoNEmb1JyaHKMqQRSwriGW6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1875rem;left:31.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nav5nEOQXlbIQQLTKLQHL3xqkDuktbI9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:33.25rem;top:0rem;left:25.3125rem;overflow:hidden;display:block; }
#QPRVSXHTRPzqTFK5vt5dgOKBIOCOmhlc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #852dd5, #480e80);background-image: -moz-linear-gradient(180deg, #852dd5, #480e80);background-image: -ms-linear-gradient(180deg, #852dd5, #480e80);background-image: -o-linear-gradient(180deg, #852dd5, #480e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#852dd5', endColorstr='#480e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#852dd5', endColorstr='#480e80' );";background-image: linear-gradient(180deg, #852dd5, #480e80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.75rem;left:30.03125rem;display:block; }
#Jhz93uu7UyZBd89T4uOcbknOyBJ6Id7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTLnJX9sENc5e8mdXQZPU1JwSOTmCep2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.0625rem;top:18.75rem;left:5.0416679382324rem;overflow:hidden;display:block; }
#eH2zIxbDi2vcMuVDNrfbxxe22ZXdfgKm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:19.21875rem;left:13.25rem;overflow:hidden;display:block; }
#pzfg5fsQFk56ya4Xmap12TShtMAz59LW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.4375rem;top:17rem;left:26.0625rem;overflow:hidden;display:block; }
#KXuLIrr8dDEnt9PoPVkLsZArGaUv6g8U { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.0625rem;top:1.125rem;left:40.750003814698rem;overflow:hidden;display:block; }
#MgxOzwHAfzeonxfEgtINDDoUFioiy8Wu { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.875rem;top:17rem;left:52.250003814698rem;overflow:hidden;display:block; }
#NAqBVSkOJ9zvr99ph2FZdaLTo8WVhSyx { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:23.5625rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#bbntobkZ2uZ0TTrXalcoy61CvxZLgwye { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.875rem;left:31.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ocEMphDG3PH9wTTyZ4XJCunaHHnMN4vh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.328125rem;left:44.812503814698rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5.adaptive-delivery-prevent-bg, #bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5.lazyload, #bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5.lazyloading { background-image: none; }#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 > .row .container { border-width: 0; border-radius: 0; }#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:none; }#nhWywbKTUcHmATedZPM20nwuLvnN3x4g { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:23.1875rem;top:4rem;left:4.6875rem;overflow:hidden;display:block; }
#U3PoZUNyOihrMwpLvQyXafUkxCyM1B3o { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.9375rem;left:35.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nS8yhwlwMeID53Fz7vnd3I1VdDpmyeKZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(243,232,18,0.5);top:6.125rem;left:35.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wN7yJBnaykvQenkiCFE3Txh7ZAFJNL8l { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.4375rem;top:5.0625rem;left:50.6875rem;overflow:hidden;display:block; }
#ukAavymkvyvi9vXA2cc4XIcM8L4Lb3R3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:47.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xb9l265KD2IzzlnVx6l8QK4TWzJp0mdS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.25rem;top:13.5rem;left:53.75rem;overflow:hidden;display:block; }
#fe4TWmAgUqtiGHiFabaJOpFl9agRc4kG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.875rem;left:35.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTxdShT38vcLgfiVTamaX7SvddO6lc7k { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.3125rem #9f4dff;top:10.0625rem;left:41.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niCSwqgoUMSvDHkdfaZHc5NmT2JakhXU { color:rgba(var(--color-tertiary-0),1);display:block;width:25.2499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:18.75rem;left:30.681372642517rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1VQc9n6L2m6aS0upODwQlxIPXGig7lN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9999125rem;width:3.9999125rem;top:18.75rem;left:52.40589427948rem;overflow:hidden;display:block; }
#wZESr3SpaEr2eSPITFeU9F9SAMdbWOwf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:31.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvbzfCAIQQbLAaV3fTRbncgST8GlZayV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12464375rem;width:4.12464375rem;top:6.1865234375rem;left:33.7921667099rem;overflow:hidden;display:block; }
#MOET1CaTfi25eVcReJgT6A94mCiWWBmT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.6875rem;top:9.625rem;left:0.9375rem;overflow:hidden;display:block; }
#PD58xiMoiC85Fd00S5dXnU1LGdMlGieA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:34.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SQdXZtMNi44fpRpH2LFIrl86orDsgTP6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:34.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xvlJxtCkfCFiNfWaSRGVsT5uTgn81KpC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4999125rem;width:10.2499375rem;top:2.9367897510529rem;left:10.436345100403rem;overflow:hidden;display:block; }
#cL4CeFHxU8zDirwRVz2UMSfa8FqXNkwC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.25rem;left:8.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbTfbZ4MdM533o08P3OTK8FQc1DBaT58 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ik40o7uad3bKTZwzBqxMTylg3pl1BLTa { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.000177383423rem;left:35.124732017517rem;height:1.05601875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh.adaptive-delivery-prevent-bg, #eWapUorUT6AnVCx7z2J0q0OLepZTeDOh.lazyload, #eWapUorUT6AnVCx7z2J0q0OLepZTeDOh.lazyloading { background-image: none; }#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh > .row .container { border-width: 0; border-radius: 0; }#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh > .row .container { font-size:0.875rem;font-family:arial;height:72.6875rem;width:60rem;position:relative;display:none; }#KRr0blHqKZJwfvfVNSOOUOBybXMtTNqL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4995rem;width:23.187rem;top:21.25rem;left:10.375rem;overflow:hidden;display:block; }
#gh72AOopbptTii7uP7sXqtuFFM37h4oT { color:#ffe98b;display:block;width:56.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.5625rem;height:2.11248125rem;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; }
#zyCr8TZXfyk78HzES0b6tkeTFCy0IPMV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.68725625rem;top:25.125rem;left:5.625rem;overflow:hidden;display:block; }
#TXXhWcCG3ZWHVZ7zVl2b0FJFSspxpLpi { box-sizing:content-box;height:3.3125rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:37.6875rem;left:1.8125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#K3PrToIE4v7xrTqzNxdFZtUlmPUNwqgN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.0625rem;left:3.5rem;height:2.599875rem;font-style:normal;display:block; }
#KKqWbpA9VXJdvo1gE2vyzXlugcpPFUpE { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.0625rem;left:23.375rem;height:2.5996125rem;font-style:normal;display:block; }
#QsC98TRGPBBwZFV1sTo0eTgaAGfHKQWw { box-sizing:content-box;height:3.3125rem;width:20.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:37.6875rem;left:21.6875rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#OUnVDLvVx9sM8hfHlNM5T76eosMu1b9h { color:rgba(var(--color-tertiary-0),1);display:block;width:14.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.0625rem;left:44.3125rem;height:2.599875rem;font-style:normal;display:block; }
#pk6xmGXbxpA1vSaZpUERKwrppmOqxF9c { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:37.6875rem;left:43.0625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#QGrEo6sdxDM9UgTWdO7Ig0ys1wfaHyK4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.4375rem;left:36.375rem;height:2.599875rem;font-style:normal;display:block; }
#yCe40hOn7gTTr0FNTBCicKdfhTVahnZP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.1875rem;left:36.375rem;height:4.631125rem;font-style:normal;display:block; }
#prbRRoSaMGND1ZROTxGqvQC8GCoGPCMT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:61.5rem;left:24.1875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CoUN7zkdkbhOc9k3es8qwwRHMp2wpfSW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:50.750003814698rem;left:1.1875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVFabRSMSLKa08FmpJXV34WQTX5KhwXG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:63.53125190735rem;left:1.5625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxIUVOOt7tQxR1GhsGtUvMDFtdGtF7qD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:56.1875rem;left:43.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NP4D6zrTM7PDRdlPkJ3KJgFdvhQetHGa { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;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.99975rem;width:16.9995rem;top:43.125rem;left:43rem;overflow:hidden;display:block; }
#bh0oygbwCpwB9Kqfbxi8MWxAOWVARzyp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:61rem;left:43.4375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRdU237O3OmIcwim3sABK8vBEVitLFpO { color:#ffe98b;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:67.625rem;left:17.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmOWc8Qdgn60uSrAs7aNH8Zg7DS9F8FR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:40.91455078125rem;left:24.1875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qfeN2wBBxJpzMo5nMwCyNw9zNDbRzt6c { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:43.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zmeLirIQkzFeX7TNzkP7DBRlLmzCEKhS { color:#eeeeee;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:17.375rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bQ6S5fWWmMAUTgILITCu9wseTKZHsweG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:43.4375rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NXDgQn81zcnUvuePyE5IHWT8rbolqnlM { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.375rem;width:13.375rem;top:43.125001907349rem;left:3.375rem;overflow:hidden;display:block; }
#klPBk7l9nOnbO7X6J05ypzxPPLAySgwU { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5625rem;width:12.125rem;top:56.187500953674rem;left:3.5rem;overflow:hidden;display:block; }
#BGb5zoBowlPN8015m2uH9TNF6PdsfqKk { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.8125rem;top:46.3125rem;left:24.875rem;overflow:hidden;display:block; }
#KzGoo8maysxJlr8Un2f1JTUpktG525GE { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;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.31225rem;width:14.8125rem;top:50.4375rem;left:23.9375rem;overflow:hidden;display:block; }
#znx5Jv696NV3OQhJVg7qZpkrtG6sOPQT { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.8125rem;top:43.125rem;left:26.0625rem;overflow:hidden;display:block; }
#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { display:block; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { background-color: transparent; background-image: none; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container > .video-iframe-container { display: none; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row > .video-iframe-container { display: none; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .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); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { border-width: 0; border-radius: 0; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .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; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container { background-color:transparent;background-image:none;width:60rem;height:58.375rem;font-size:0.875rem;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#X0nEzmcSMX2woFvz3xAH5TrTgSX9yF77 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#QMB5wP22OUqT7MTspmMWiGPLqPxfaxwk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7);top:7.6953125rem;left:3.245849609375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CKbxq2VZi2KDBdoJaxWdLC58sd9XxIw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.62);top:10.625rem;left:2.65380859375rem;height:9.69375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iqGZ9SlTihPHiDpXs7Su6wkk0K7wXSTz { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.56225625rem;width:13.312375rem;top:7.2265625rem;left:2.65380859375rem;display:block; }
#yf12AbWX0yJ9gSADKUvxQxL8rntXuxBm { background-color:transparent;background-image: -webkit-linear-gradient(162deg, #fff1a5, #ffd100);background-image: -moz-linear-gradient(162deg, #fff1a5, #ffd100);background-image: -ms-linear-gradient(162deg, #fff1a5, #ffd100);background-image: -o-linear-gradient(162deg, #fff1a5, #ffd100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1a5', endColorstr='#ffd100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1a5', endColorstr='#ffd100' );";background-image: linear-gradient(162deg, #fff1a5, #ffd100);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.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#262626;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.874rem;height:3.686525rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:51.06201171875rem;left:20.74951171875rem;display:block; }
#BNppu0Z7PgT3TikK83q5klFNPkrqQF8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtGbm9XyzQZoA70ivf3vSkxxXbK5a7lP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26.427734375rem;left:0.1585693359375rem;height:1.3rem;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; }
#knMe0CSmehHyXoEoTO9uTUDKDIxX1efV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.4375rem;width:25.75rem;top:3.15625rem;left:2.125rem;display:none; }
#DNE0N5Ip87mb7bVdkDqF5mJp9qo8ZVo3 { background-color:#ffd44d;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-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.623046875rem;left:3.75rem;display:none; }
#SFhmDcHAIJREnHvyunTsdnzcvqxyqE0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBCx7hf6d7HeoZWX19pett5rgsE8FIh8 { 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:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.0625rem;left:2.96875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S5xC4iXdcswPKMVfRqFSMIdSM7qFHg5T { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:14.75rem;left:5.65625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#epzpHXx23k6wwSAFKGCBKk2AvHVKTVPy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.0625rem;left:4.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wku9RNCUZ0ZRpQSQedJbX6aQIv9ewof8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.6875rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AtfDdiJzLfx1mkRPsTDoL0xn9V0Gqml9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.249875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7);top:20.8740234375rem;left:2.65380859375rem;height:4.0625rem;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; }
#vAqB7JTvbv4FClTKR2MbFMaVmAeDhetI { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.187125rem;width:38.4375rem;top:9.320068359375rem;left:21.5625rem;overflow:hidden;display:block; }
#KQR9JyyCS2rlahVN4BrZwTJBqXSH7qBc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.561625rem;width:22.4365rem;top:34.185791015625rem;left:4.6832275390625rem;overflow:hidden;display:block; }
#TXWEmpOwv5PLSRAJgeTUN9U1yaJiLLTK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.812375rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.623046875rem;left:30.491333007812rem;height:4.63074375rem;text-align:center;text-align-last:center;display:block; }
#Lirt8n9KMJtzd4lWWIz2LQ8PeTc6bIx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.062rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39.760131835938rem;left:30.365600585938rem;height:7.9638625rem;text-align:center;text-align-last:center;display:block; }
#O22v9FPSOsGn1sN8A3ZF5WZLe9T8c9bf { box-sizing:content-box;height:0.1875rem;width:22.9375rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:7.9998779296875rem;left:1.7498779296875rem;display:none; }
#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 { 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; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container { background-color: transparent; background-image: none; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container > .video-iframe-container { display: none; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row > .video-iframe-container { display: none; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .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); }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container { border-width: 0; border-radius: 0; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#buMWml5o25blpa6Lnsi0l3vOGf8lS4ce { 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.125rem;left:20rem;display:block; }
#Ap92GI12AOmi7lecHcwZTi60DAcBtcCX { 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:3.4375rem;left:0.6875rem;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; }
#T9AebtehciAv7fT3D58p7v03Ck7qGHEI { 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:2.125rem;left:20.625rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFmdCH7sia0VyLotUsGKibEWfqhc4yGk { 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:15015;line-height:1.3;letter-spacing:0;top:4.1875rem;left:20.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; }
#kHOXGHIUiDKzfwDGU68donaCPeeJpQrc { 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:7.875rem;left:40.9375rem;height:2.99926875rem;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; }
#vDknmAlsaKtBxQ2XivlzDK2EphqAelPL { 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.125rem;left:40rem;display:block; }
#fEOkXSqzH3cAgos0siWyOWPnS64zf6Xq { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.625rem;left:4.5625rem;height:4.385375rem;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; }
#Ad5e4ybb20mMLOssqShcLDm7GLzzz0Zl { color:rgba(var(--color-tertiary-4),1);display:block;width:10.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.875rem;left:24.5rem;height:2.92358125rem;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; }
#tzXiosAqO27eH8Iedr1xQmsk7PXutLaM { 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:1.375rem;left:0.625rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeFONd8GTZ7e2GMZyKZgEh7TSIbLBgT5 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:none; }
#KHcgJSTeqCcobOp0TTOuA5OihBigK17U { 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; }
#EAihCzdAAySrZxgJTq72ODd8BSG7atLM { 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; }
#LxfZDuW8Eos8x7ea3gD6k5SnK6MOPcCx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.3125rem;top:1.6875rem;left:50.375rem;overflow:hidden;display:block; }
#HIy0Xr78rKgXOaKBMfkiTlb1KkdO5139 { 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.6875rem;left:41.6875rem;overflow:hidden;display:block; }
#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ { background-color:rgba(var(--color-primary-2),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; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { background-color: transparent; background-image: none; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container > .video-iframe-container { display: none; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row > .video-iframe-container { display: none; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .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); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { border-width: 0; border-radius: 0; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { width:60rem;height:12.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#AFKBlLKOXVqNydfud7KT0hT6gGHIiOWm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#XKprPO0WqS8PUe3hri5Mapdz3EJu9pUv { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.4375rem;width:25.75rem;top:3.15625rem;left:2.125rem;display:none; }
#BhwIgb4marCJQh94C5cPXCTkEVdvyJyT { background-color:#ffd44d;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-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.623046875rem;left:3.75rem;display:none; }
#oLkg3aSKMGn42nvDrSWale9sEOJuUkXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHk6snO97X0nzNfzybQP8ASuVKCrTJB5 { 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:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.0625rem;left:2.96875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u9kIHbgcpBE8iH0MrukuUKg15MNUNuMD { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:14.75rem;left:5.65625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kHTeQcTbqpV6Kgpf5XZT4UhRrFT6V6TO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.0625rem;left:4.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AiGrRqVcHQm5pkMcCrRpNkQ15SnCUTJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.6875rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WSREol7Q3LhRPMEswg0koXPsOLePDnwv { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:9rem;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;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW { 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; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container { background-color: transparent; background-image: none; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container > .video-iframe-container { display: none; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row > .video-iframe-container { display: none; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .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); }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container { border-width: 0; border-radius: 0; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#VCJEiE7hAL0lEzUAFxT9JAmNuiJG095E { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:2rem;left:2rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbXfHQfXDqspVURkAOpMXfGxpeiE8At8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:5.125rem;left:2rem;height:2.99926875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhGqz2yK5T1xzdOMrD62JQpPsJUk6P0U { position:absolute;display:block;z-index:15075;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:8.75rem;width:17.25rem;top:8.8125rem;left:1.40625rem;overflow:hidden;display:block; }
#y3DLxqJqAPlvd4QUoWFrO5OLOq3ruvqK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:24.375rem;left:1.9375rem;height:1.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esOKaNTezT0EvfxBW8mMhykxv56Q8VTb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:18.75rem;left:0.28125rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXMSyw7U2FporBm16fBvz530X75SI7ba { color:#5f3cff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:25.974609375rem;left:1.90625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f3u8toDztE33s2acxftHfWaNHN8tGW8U { box-sizing:content-box;height:31.25rem;width:0.3125rem;position:absolute;display:block;z-index:15076;background-color:#5f3cff;background-image:none;top:2rem;left:19.6875rem;display:block; }
#lRxZJ8mZ2VOSEPEnmGZG1NK8IzlXnT51 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:28.3125rem;left:1.9375rem;height:2.625rem;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; }
#FLNbKV56OMoKAtoGEBO4BRtrN8rDJ0an { background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.75rem;left:1.40625rem;display:block; }
#RNJtWeU17QfUBtu5aUK1WTfk494TILFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whVEA36HSgTJZuARyHAR76JsUmF2JGtI { background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:31.75rem;left:10.46875rem;display:block; }
#pNBGaLcvNpoduDK4CEHtNHIrXw8CRHH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiw0Z8DVR7zdvHymfiWia7qkr11XqUIr { background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.75rem;left:30.3125rem;display:block; }
#BVtzgGFVfPperguS0ferLGhIaTsU632q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbqvCF9LxHf1CTy76Rye6zgBQLGJytPl { background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:31.75rem;left:21.5rem;display:block; }
#rePkK3ZVEkfrFLCCCNzQh6wBDfcJPtpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LdUv47wBWP0NIMZsohkise752i0FtzSW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:18.75rem;left:20rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuOhgTULbchlAHQJlKPaLTdbpxBoD9k1 { position:absolute;display:block;z-index:15076;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:8.75rem;width:15.75rem;top:8.8125rem;left:22.125rem;overflow:hidden;display:block; }
#eKgzxc4POLz2WBPis44mdqavaRA5mnM2 { color:#5f3cff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:25.974609375rem;left:21.90625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngS5IkNQ5xXklFhVSEc3Fq87ade3Zbzp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:28.3125rem;left:22.0625rem;height:2.625rem;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; }
#BWzdNy4tNAecCMUt96m2GShyxIfOvrq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:24.375rem;left:22.125rem;height:1.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R0S9LQZN8zoFkvifL8Ca1q6gvbyIt7L8 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:5.1875rem;left:22.1875rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VKW6SF55ybQ9Qn8dH9W6gTIVnXGSMRQT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:1.8125rem;left:22.125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hdTEiceWFAtvTGzIyTgxR0cTNv9EgzhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:7.375rem;left:38.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w2F2HsAAfoioeghw8r5Eq577eUfWZP1x { box-sizing:content-box;height:31.25rem;width:0.3125rem;position:absolute;display:block;z-index:15077;background-color:#5f3cff;background-image:none;top:1.96875rem;left:39.75rem;display:block; }
#u6cizznOcE5cRKQhiORZ1JeTzimMxMxp { background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:31.75rem;left:50.375rem;display:block; }
#fpex2FRGWGVHyE57BJ7Vv0ffEGrgZu2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crcv4pFgyRfztnbvTwJki2p6tForPWlX { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:28.5625rem;left:41.5rem;height:2.625rem;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; }
#OLr6m9LlUIqxpKVTl6krJ5H1rJ5kGuty { background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:31.75rem;left:41.4375rem;display:block; }
#KXErak2gpaEWwrrn6n3qneQVd7XTTIxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eczU0swIiqgBf4vLylfKFsq2fd0U3gkw { color:#5f3cff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:26rem;left:41.5rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9ehvw527uSIIAyWT6cOJi1wkRiFmdyU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:24.375rem;left:41.5rem;height:1.59911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mW7vuPdZ4FMudqe9JqWIql7uFNtSFyv1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:18.75rem;left:41.25rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ht8J87TCKNiSinHubgiq6mVUqTcVR0zf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:4.9375rem;left:41.25rem;height:2.99926875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSJxWQZf4Z2bmSToTFkgiwI7oQTwacuU { position:absolute;display:block;z-index:15087;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:8.6875rem;width:15.625rem;top:8.8125rem;left:42.1875rem;overflow:hidden;display:block; }
#yVNBMShHWE7v9mtCLT6GSr4KTNXGsSlq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:2rem;left:41.1875rem;height:2.75025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efgZonK2agzxP9tHav0HlZ3TBqVya0Gh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:24.375rem;top:6rem;left:30.0625rem;display:none; }
#qtyZsQaa9pNvdcsZ9HtItIbp6xDK5TWD { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:11rem;top:38.53125rem;left:16.9375rem;overflow:hidden;display:none; }
#FudrhpfDnCrQeDlwksLPk5iubROX1arg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:29rem;width:55.375rem;top:1.21875rem;left:2.3125rem;display:none; }
#OlS4eU2wLvmrzh0AItZhQdn7al65VCdm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:29rem;width:55.375rem;top:1.21875rem;left:2.3125rem;display:none; }
#k7lo7JLKQgXl3fCONhrRVzM6oTcJhVKR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:24.375rem;top:6rem;left:30.0625rem;display:none; }
#L7PcAIqPTbnqCKAAKhgo7n1KxM4B3IA1 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:12.3125rem;top:38.59375rem;left:44.78125rem;overflow:hidden;display:none; }
#FprbDX2N7WlP0SdprZTA0nkO8v0yTkV2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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:29rem;width:55.375rem;top:1.21875rem;left:2.3125rem;display:none; }
#wfdeqeHwJf92ZXhNKUNOcolPuBf325Zn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:24.375rem;top:5.5625rem;left:30.0625rem;display:none; }
#fGMH2z0FqwdHu54w2SkJHIERMmkow6yq { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:10.5625rem;top:38.59375rem;left:44.78125rem;overflow:hidden;display:none; }
#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ { 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; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { background-color: transparent; background-image: none; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container > .video-iframe-container { display: none; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row > .video-iframe-container { display: none; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .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); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { border-width: 0; border-radius: 0; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { width:60rem;height:12.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#slI37mZKxuHJb55TfVv6FmP0syFX7VwX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#ckD1lm602iBg4e8BEocwfd9eRnGn17WN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.4375rem;width:25.75rem;top:3.15625rem;left:2.125rem;display:none; }
#uEg8BRh9dzFH4UcVivB5sVFo4JRAIKTr { background-color:#ffd44d;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-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.623046875rem;left:3.75rem;display:none; }
#SKolgpWu4O6VHl9rWDu67vBNzrkn8EXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEDUUmnKH8EXxk1RgSHUIiLHS5sA9kxN { 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:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.0625rem;left:2.96875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lxoJT34TTteJaNTTCxGE481tCUWy1bvz { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:14.75rem;left:5.65625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b8HklFZb4REWwxr2aOfFa3Ax2yfxNuva { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.0625rem;left:4.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LR6yuPTpynXiT5SqVDQXnsML22nfRAsu { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.6875rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#A71lZdOlvdTwXx93dQJEqTqUwHKwwi97 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.33125rem;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;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#Ps9RFh5hIk6GpbLq9i6yzJTLJJfOsb0c { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.3125rem;width:38.75rem;top:0.75rem;left:10.625rem;display:block; }
#G2x7Z4AUPmnkSbidFrwT0N53TILkDJz6 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:6rem;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;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { 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; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { background-color: transparent; background-image: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .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); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { border-width: 0; border-radius: 0; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#S99r80pRO09LVyiScKODXINmoJb0LqL5 { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:16.8125rem;display:block; }
#TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx { 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; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container { background-color: transparent; background-image: none; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container > .video-iframe-container { display: none; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row > .video-iframe-container { display: none; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .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); }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container { border-width: 0; border-radius: 0; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#EASqsScRWOnECrJUuIJyhiesA1nS9NHI { 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; }
#NsXnhOXrJtr9kpJbzpLeoAJBEkwETUmm { 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:25.5625rem;height:5.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvXimhG5J2lNsOtwCXRudNqfzVVadA5P { color:#c6c0ff;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:18.3125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jb3hLOreiv8rtdOJLML8S070dDnTAqFs { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:19.0625rem;top:6.32421875rem;left:24.3125rem;display:block; }
#ngSg80mpnX0676hD564iyFFkhQWvq3BI { 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; }
#FAwXbMI4WL9WP9XKVTQNZDEJVSgTflgy { 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; }
#IK2OSZeTHwRRf4Adb9Bcv3RBkQfEETxm { 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; }
#XMTuH1NDA3T0mqBZvMxOUDBAW7z3dn76 { 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; }
#vxHorLQMO4qo3umwagBQfhVwGWMy6KqW { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:32.4375rem;left:3.3125rem;display:block; }
#xseNwu3gvF5GSZEfLSHo7GT1aZPFdebC { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:32.4375rem;left:30.8125rem;display:block; }
#NWub1VFAp2K7DGrP6n0DT2VLa2Nv0eKH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwqxZgy9k2pxw8lgA0yRLf5zgJ0rMAOf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5625rem;left:31.71875rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpmlwlM5xnaZb7JVP5klzB4DFxAVfHnX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.8125rem;left:3.75rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whZQzARf9aycJAyfCzgGVBaXLSafuL4G { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.73046875rem;left:31.625rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hi9xyKAalQkrXeUwoWffLtzD0LNtXohP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:33.890625rem;left:3.75rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BATclTSN20s09Fa5kmG4HuUNsqzirRWh { 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; }
#ObxzoO7LFBgwFR9TmPs9grr8sHnpAGxu { 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; }
#pHwkTJX23m8AZ6EPc0mvL1ctmT4rTySu { 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; }
#wWkUZ41LOH7Fp8zULp2qpirO0AcRcVi5 { 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; }
#i68FRbH73TCN1RgwnSVfsgCTKGMwzIpq { 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; }
#WUpdq8vooBedM6KcI9zoQfovHAPJ7QA7 { 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; }
#uTEbPVZR1ce9oIKhOKQJ0TLBg4UuVTSf { 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; }
#iAVTyfqtDudDwu7t4P620ARrlptwwKfq { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:25.125rem;left:30.8125rem;display:block; }
#o1hnl5io4DuTB2NSS3S3C6hEAhuL2aBm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:34.5rem;left:31.625rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTpkPCilHlGfTwoCM6L2vfV7MnUwTIS8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:25.125rem;left:3.3125rem;display:block; }
#fixcqSbNOE3VuR5S30Cz54az7CT6Ne6M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAPg4LS88tqihCIZpdvCCyWqpHVmhTmK { 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; }
#dskqadMcA7NNRvzvvCegSK8O2lNTNBEM { 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; }
#K6DOXHEcvVHHdxWEAUA0BXH5KNJTtqM0 { 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; }
#zq1BdzVbTosKmFLAqwx4a74JxyV8uqRO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.1875rem;left:31.625rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhzdmOxhN2pxDk5OhZCEFEiDOZHfRJZF { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:16.8125rem;display:none; }
#T5Qt1mCiuFS3l0Ial8S7lIWaqVyZK3UH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx { 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; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container { background-color: transparent; background-image: none; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container > .video-iframe-container { display: none; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row > .video-iframe-container { display: none; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .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); }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container { border-width: 0; border-radius: 0; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#VIlReXZaN7Lx8y37xrOsREDK34TT8XbT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.07421875rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b { 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; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container { background-color: transparent; background-image: none; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container > .video-iframe-container { display: none; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row > .video-iframe-container { display: none; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .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); }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container { border-width: 0; border-radius: 0; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#e4P9d4o9sJpAAR9U53GqEpzq6kp4pUuA { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#r0SaOvaVAio6PUUVJCsNQH5ITTvenyoK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:15.625rem;width:18.875rem;top:0.8125rem;left:0.5625rem;display:block; }
#yX42fyDt1ysz7C1HwgwPJT8yBzET4E7R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:4.0625rem;left:1.5625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cw6gWS6H1ghuO59lr01BKGdfGA7350L5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0.9375rem;height:5.19775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHHtbPuGmSqDi18T7CDpvoyPkd38KV0o { 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:15.625rem;width:18.875rem;top:0.8125rem;left:40.5625rem;display:block; }
#SpTHHkOCFR4ifdHTlF23vBZJA0vLFa40 { 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:15.625rem;width:18.875rem;top:0.8125rem;left:20.5625rem;display:block; }
#Kirg2BgKgiiAwQcvqltdXlTeoCpWTZIl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;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:2.5rem;left:21.5625rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgSVoG9mqR1zofv5Ah9uiaiBzaIA9Or7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.5rem;height:5.19775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmUdVg2Mkn4OdEQmGvVEu4QUy1DkJ84d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IfShtLd2pr5ZorSoK4T8krQ8pFnQUOWR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MrIgL9TMVk6LXS4TpynuTZiBA5i3GogD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HrkMMBGMHDNPVTqnvVic1Dp50o6KJhn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;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.4326171875rem;left:41.59375rem;height:9.6659875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IEHGch8Pt6UN3fAZ48dTcvWsTVWnUTb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.8125rem;left:39.875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MLal0n5p2KMPXVNVLpTpKs35nNbkbCCx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:40rem;height:5.19775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TG3li36tGE3alk0TFRwAFeSDuQmFVwff { 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; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container { background-color: transparent; background-image: none; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container > .video-iframe-container { display: none; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row > .video-iframe-container { display: none; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .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); }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container { border-width: 0; border-radius: 0; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#UyTQOUHLxRXM6s3S1zvIlTQqCuCLmo6c { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Udz6RthqP11qbdDfMAyumRoDykaNpBhv { 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:15.625rem;width:18.875rem;top:0.6875rem;left:40.875rem;display:block; }
#MNrmHITHlLs5POxeRey5tktDi7gHss0l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;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:4.25rem;left:41.8125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAQWdIcrwh3QbpUf9JtWQTqO19Cws0ie { 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:15.625rem;width:18.875rem;top:0.6875rem;left:20.875rem;display:block; }
#GCTpLn83O7nAQNWvc3AM9KBBpSArIBlO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.6875rem;left:21.84375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JR8RJ2zemTEbqWst72aVrdzg2LmBID3d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.162109375rem;left:20.875rem;height:5.19775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXHdKlTA10uabxukTtJdQOrtVAh3Zc0m { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aNCOWIK7XfLP2zD5K49XAi02QJQ6bCTF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qwKKDpteBAVqgCowzLhpJKNEVSqzF80o { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S5TxHB19CpxIzZl3ZJVrem4GL0Ak8WDz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;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.4326171875rem;left:41.59375rem;height:9.6659875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EdqxO3ufEoaIwXCwPUJdMIiwxeIRRFKZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:15.625rem;width:18.875rem;top:0.6875rem;left:0.875rem;display:block; }
#AAN8O3J9gPrwTanTHuL2kJcdgu3Rg9Lv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3rem;left:1.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGv2TayHKXft6UQOn5pN5M1bLg1p7kOz { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0.3125rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXwNXqrbgX49L2cerFzyTmQo9abX4mfN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:41.1875rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roU58Pl3HOauPC0zneleItEpfedJ0ezu { 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; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container { background-color: transparent; background-image: none; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container > .video-iframe-container { display: none; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row > .video-iframe-container { display: none; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .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); }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container { border-width: 0; border-radius: 0; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#G3cMvRkFW8F9vJfPOX6kecArvXhEfLR7 { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.7802734375rem;left:16.8125rem;display:block; }
#gIn3FTAlTcBNBsq7i0bfm4v5C8v0Q3T0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atM9BIRDl7eS6I4TwV492cxlUyNIKufb { 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; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container { background-color: transparent; background-image: none; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container > .video-iframe-container { display: none; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row > .video-iframe-container { display: none; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .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); }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container { border-width: 0; border-radius: 0; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#c1No2q6H7OKyKViscF4VDx9FKBdN8z5o { color:#b36ff4;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.068359375rem;left:0rem;height:2.92419375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq { position:relative;display:block; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq { background-color: transparent; background-image: none; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container > .video-iframe-container { display: none; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row > .video-iframe-container { display: none; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .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); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq { border-width: 0; border-radius: 0; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .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; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:121.9375rem;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; }#ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:32.5625rem;left:9.0625rem;height:5.334475rem;font-style:normal;display:block; }#ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S li:before{  }
#DaXHTRSd0nlDFQSqhOsgx1ufVSERMOd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.061767578125rem;left:9.375rem;height:2.59765625rem;font-style:normal;display:none; }
#IXQEOFgEppcF8PAExUwmIsqd2lnhnyTl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:39.1875rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#n8Dk896qNmFpJG9SANB9Ckmih41OVm2l { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:67.25rem;left:9.0625rem;height:5.334475rem;font-style:normal;display:block; }#n8Dk896qNmFpJG9SANB9Ckmih41OVm2l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n8Dk896qNmFpJG9SANB9Ckmih41OVm2l li:before{  }
#Bf1F55plOIDF5S9ouVfXnxGR3WmN3THZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:62.25rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:54.75rem;left:9.0625rem;height:6.7461875rem;font-style:normal;display:block; }#ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 li:before{  }
#vZHNdXZmLAPpLDTCEFF8PNLcGlel5kn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:49.875rem;left:9rem;height:4.2236375rem;font-style:normal;display:block; }
#rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:44rem;left:9.0625rem;height:4.936525rem;font-style:normal;display:block; }#rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb li:before{  }
#VZET7PkJkiTAim1Tk2q2CyJRR21reyS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:27.3125rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1;letter-spacing:0;top:91.375rem;left:9.0625rem;height:4.936525rem;font-style:normal;display:block; }#cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT li:before{  }
#U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.1;letter-spacing:0;top:78.9375rem;left:9.0625rem;height:6.7461875rem;font-style:normal;display:block; }#U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m li:before{  }
#vevi7TLGkw6yQyhGCTTnwV6X8k9WvcwH { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:86.625rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#tL3QLWZTKDnh8gxsZwx4bpdTbDtEvtDK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:97.25rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#Ug9TZGXqdDvKkTfP1mOUsaXUa4MyVXeS { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:73.9375rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#mGBh78fatCfWOOBi6XFRabcEEG3O5eQL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.1;letter-spacing:0;top:113.125rem;left:9.0625rem;height:4.23523125rem;font-style:normal;display:block; }#mGBh78fatCfWOOBi6XFRabcEEG3O5eQL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mGBh78fatCfWOOBi6XFRabcEEG3O5eQL li:before{  }
#tKIGtdUOAHdnHe3KrZdOkmSS9TTITTlU { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:108.900390625rem;left:9.09375rem;height:4.2236375rem;font-style:normal;display:block; }
#rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.1;letter-spacing:0;top:22.25rem;left:9.0625rem;height:3.92273125rem;font-style:normal;display:block; }#rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 li:before{  }
#ExMxLakrtTAvDXdBlu9Vkz0JMmNys0zg { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.3125rem;left:9.0625rem;height:4.2236375rem;font-style:normal;display:block; }
#a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1;letter-spacing:0;top:102.4375rem;left:9.0625rem;height:4.936525rem;font-style:normal;display:block; }#a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz li:before{  }
#UCOXXLOHCRCmd9QPcWhDkM3rrlFNTCRv { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.125rem;left:7.1875rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLTzoXHs7GeJVI7932PscV2pPa3BwiEO { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:10.0625rem;left:12.46875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxgQlgNHHByXQmwhfCq29LTEHhgc628t { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:12.84375rem;left:12.46875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HS5Rt73zEnmwBs3uJS9EazzzszR7SH2T { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:117.6875rem;width:51.25rem;top:2.1875rem;left:4.375rem;display:block; }
#JUB6lc8hEKTwD1Z33JhUc4eTt7OMaKaa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.0625rem;width:18.0625rem;top:12.375rem;left:20.96875rem;display:block; }
#T8NaO9qUbZ0HWa6DWyQHbIXu6tVcNao6 { position:absolute;display:block;z-index:15062;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:11.5rem;width:17.3125rem;top:9.3125rem;left:21.3125rem;overflow:hidden;display:none; }
#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy { position:relative;display:block; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy { background-color: transparent; background-image: none; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container > .video-iframe-container { display: none; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row > .video-iframe-container { display: none; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .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); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy { border-width: 0; border-radius: 0; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .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; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:79rem;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; }#MbHEg6xbiOho293M3i4wh0KSWzyXl640 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.061767578125rem;left:9.375rem;height:2.59765625rem;font-style:normal;display:none; }
#hHTwNaSOTwNrhwyQurhlQ6ETUk9DWs6f { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.75rem;left:7.1875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V23klnlMThb2u8S5uBzW1IBRtv5bp8S8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:7.25rem;left:12.5rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EATohDgfGlk0fGpIPJrxlCmuJzsmELeZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:9.8125rem;left:12.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x14C9q3IKTexfUn8gVLxb2qz7WWXRGU8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:75.9375rem;width:51.25rem;top:2.375rem;left:4.375rem;display:block; }
#FpHTgQxBvVWqH55TWlL1tsgiwgaEQ0I9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.0625rem;width:18.0625rem;top:9.3125rem;left:21rem;display:block; }
#SPR1EmFirdzD0DThXFxs64tZEUgF3fIa { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.1;letter-spacing:0;top:71rem;left:8.9375rem;height:3.92273125rem;font-style:normal;display:block; }#SPR1EmFirdzD0DThXFxs64tZEUgF3fIa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SPR1EmFirdzD0DThXFxs64tZEUgF3fIa li:before{  }
#MXF4qvgi1V1QGTxAnV2CHNPSiF7N3tQk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:68.9375rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#EBqK0qq9SoqKS66WKW6IZdqi9hwOcEa2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:64.5rem;left:8.9375rem;height:4.199225rem;font-style:normal;display:block; }
#FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.1;letter-spacing:0;top:58.5625rem;left:8.9375rem;height:5.334475rem;font-style:normal;display:block; }#FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI li:before{  }
#hKAfUaXDPQnc1L2lI1kceFSD0KcP2HQv { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:56.25rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#q9HADFN3Q8KRlcTx3fTwdMZb5EnP7FI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:50.1875rem;left:8.9375rem;height:7.79785rem;font-style:normal;display:block; }
#uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.1;letter-spacing:0;top:43.8125rem;left:8.9375rem;height:5.334475rem;font-style:normal;display:block; }#uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA li:before{  }
#BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.1;letter-spacing:0;top:19.375rem;left:8.9375rem;height:3.92273125rem;font-style:normal;display:block; }#BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh li:before{  }
#AcP072kfCRPBVHaTpz5fm5eWx6fGHogT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.1;letter-spacing:0;top:30.375rem;left:8.9375rem;height:5.334475rem;font-style:normal;display:block; }#AcP072kfCRPBVHaTpz5fm5eWx6fGHogT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AcP072kfCRPBVHaTpz5fm5eWx6fGHogT li:before{  }
#bsNo1xhdt8f7rryOhuAF1nUPbzIqT5G4 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:28.25rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#LTiNpOJ2B3iOn82AXiu4CrOX2Q4GMIrT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:24.125rem;left:8.9375rem;height:3.898925rem;font-style:normal;display:block; }
#N6TNpr0c8iN2A600aMwJgENWR8TshxOw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;top:41.8125rem;left:8.9375rem;height:1.375rem;font-style:normal;display:block; }
#NWuHLuMLtdHpXvb3HKxdqa8TkS7064Mx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:37.125rem;left:8.9375rem;height:4.2236375rem;font-style:normal;display:block; }
#zzcTylzV3vwW2KzeJDMQ06Ai3yLFWace { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.0625rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#slpmax1hCzIgcE3Z8XHHZJ2WuBxzrvFs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:12.875rem;left:8.9375rem;height:4.2236375rem;font-style:normal;display:block; }
#fTAUtehSXGZ9oHQpEkJmpEtRE544q8iT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:92rem;left:5.625rem;height:6.33691875rem;font-style:normal;display:none; }
#qXuMagJK9flt8S30tyP7OHtdrkRzFoJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:78.25rem;left:5.5rem;height:1.625rem;font-style:normal;display:none; }
#ihy8vDKn63pnLkkuJv7vSGup2pMqIRa4 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.6875rem;width:17.3125rem;top:9.3125rem;left:21.3125rem;overflow:hidden;display:none; }
#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW { position:relative;display:block; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW { background-color: transparent; background-image: none; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container > .video-iframe-container { display: none; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row > .video-iframe-container { display: none; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .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); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW { border-width: 0; border-radius: 0; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .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; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:78rem;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; }#goQgX1SCo42KwRP3iD6BknMCheFkn9lv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.061767578125rem;left:9.375rem;height:2.59765625rem;font-style:normal;display:none; }
#UHL1K39xIShHTa9ghpflMzHywJ7H04WM { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.9375rem;left:7.8125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFtXr2y9rPNPhrmvc3HVSvPOlTm6smLT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:8.8125rem;left:12.5rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vi2aSsRwTliV9JUHPU2haC4oSVTaymwv { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:11.4375rem;left:12.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSoOdJ6HBr1piamC3GSRZhJP5SmfG8po { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:75.3125rem;width:51.25rem;top:1.3125rem;left:4.375rem;display:block; }
#wegQ294oOQpyiDyuPOFLmD19PCe7dc5Q { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.0625rem;width:18.0625rem;top:10.9375rem;left:21rem;display:block; }
#HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.1;letter-spacing:0;top:66.25rem;left:8.9375rem;height:6.7461875rem;font-style:normal;display:block; }#HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ li:before{  }
#i0vJGICTfcM7r2x3s73xocEzmQDMUyDF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:64rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#CHbCeekNqe5aUfk3t0PctRTAvHT6TmQp { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:59.75rem;left:8.9375rem;height:4.2236375rem;font-style:normal;display:block; }
#l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.1;letter-spacing:0;top:52rem;left:8.9375rem;height:6.7461875rem;font-style:normal;display:block; }#l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl li:before{  }
#eiRPKG23yggT42wnkO97LoMkdTtS3WlA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:49.5625rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#NUL7ngDKh71f7dbqBLRpbGSUlfiA0wD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:45.3125rem;left:8.9375rem;height:6.33545rem;font-style:normal;display:block; }
#Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.1;letter-spacing:0;top:37.8125rem;left:8.9375rem;height:6.7461875rem;font-style:normal;display:block; }#Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT li:before{  }
#SGcExcRxtWMp6kyCHRWpUoXS7fTb28r5 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:35.5rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#xbWDqCMLdF6793OHPbVkZCCTMzmFVyIw { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:29.71484375rem;left:8.9375rem;height:7.79785rem;font-style:normal;display:block; }
#nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.1;letter-spacing:0;top:22.3125rem;left:8.9375rem;height:;font-style:normal;display:block; }#nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 li:before{  }
#Tbce3NLtQez9ptOMVQT68Dea0nfTmKqo { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:20.22265625rem;left:8.9375rem;height:1.625rem;font-style:normal;display:block; }
#LTqP80bvLofVQXAMXk9uwttgEqTspbxr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:worksans;font-size:1.625rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:14.375rem;left:8.9375rem;height:5.8483875rem;font-style:normal;display:block; }
#HdlF4a7689PRQ9zH5OX05Fmrn0UrmPTq { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.6875rem;width:17.3125rem;top:9.3125rem;left:21.3125rem;overflow:hidden;display:none; }
#z79PUcISKxFekdO4xPVH9aUSABTcVb1d { 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; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container { background-color: transparent; background-image: none; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container > .video-iframe-container { display: none; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row > .video-iframe-container { display: none; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .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); }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container { border-width: 0; border-radius: 0; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#Vg0WEd376miiB1T8lAPvAkTLTzDuK2JL { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9052734375rem;left:16.8125rem;display:block; }
#dBh35RMRd0sesF1mnhJ7JpqzvJIImfi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ { 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; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container { background-color: transparent; background-image: none; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container > .video-iframe-container { display: none; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row > .video-iframe-container { display: none; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .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); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container { border-width: 0; border-radius: 0; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#nWqCaa5XXh3gHMTbwoMCSPqTsK48Tsbt { color:#003cff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.0625rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQ9WdDkaUWxBl18U6xAdTh7z6nQWOm3c { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:;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;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 { 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; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container { background-color: transparent; background-image: none; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container > .video-iframe-container { display: none; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row > .video-iframe-container { display: none; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .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); }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container { border-width: 0; border-radius: 0; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#CU7bI1ZDUbqO74evl0LnHeL8PatukGZ8 { color:rgba(var(--color-tertiary-0),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:1.5458984375rem;left:21.24609375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q9514OioCndb5245Zlrk1ENkouzT20BB { color:rgba(var(--color-tertiary-4),1);display:block;width:29.187rem;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:3.51513671875rem;left:19.99951171875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtpZ8fqXCda5t7eJ1L0PHZeDguzQbkUS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:22.060546875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFAAUKEI0GWVupRf9kO21nTHMGH181pk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:29.99853515625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wx9Xx5VgPERuBREoGHm3npK15WWDdORS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:39.68701171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTM44hBLhaJwcPrQTwm1SAq70ZGLxpJT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:49.187255859375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhtuTn8Wk8WPovxi3WxMbcqxes163PsF { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:21.246826171875rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKKMs9ph8b6SGS4Jk2tpLAGWPMAc9dlt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:30.3427734375rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g9VSZTUhuy5S42Ogzkbd4567OMnsXzhv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.16943359375rem;left:39.49951171875rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tq5Rwteozzdtlt0HetCaEQ5kyEGmId06 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.622314453125rem;left:49.281005859375rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4399e0ec-7530-4f14-9120-a55bfd5db432/image3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:14.544677734375rem;left:23.309326171875rem;display:block; }#TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT.adaptive-delivery-prevent-bg, #TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT.lazyload, #TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT.lazyloading { background-image: none; }
#LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/155cb13c-0c92-47bf-ba1a-bb81fb4d8133/image2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:14.544677734375rem;left:32.15478515625rem;display:block; }#LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK.adaptive-delivery-prevent-bg, #LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK.lazyload, #LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK.lazyloading { background-image: none; }
#B4fwsyushE1QNWo8gOosZTDczIHL9thc { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41f6d6dc-5ee1-4618-9c52-939815db0ed2/image4.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:4.875rem;width:4.875rem;top:14.544677734375rem;left:41.84326171875rem;display:block; }#B4fwsyushE1QNWo8gOosZTDczIHL9thc.adaptive-delivery-prevent-bg, #B4fwsyushE1QNWo8gOosZTDczIHL9thc.lazyload, #B4fwsyushE1QNWo8gOosZTDczIHL9thc.lazyloading { background-image: none; }
#r841eI8WsJxLgcEUTt9y1w1kkIVFxVp4 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/ba301430-292e-4a57-b405-b2205564fcd0/image5.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:2.3745125rem;width:5.8125rem;top:15.794921875rem;left:50.874755859375rem;display:block; }#r841eI8WsJxLgcEUTt9y1w1kkIVFxVp4.adaptive-delivery-prevent-bg, #r841eI8WsJxLgcEUTt9y1w1kkIVFxVp4.lazyload, #r841eI8WsJxLgcEUTt9y1w1kkIVFxVp4.lazyloading { background-image: none; }
#unwNvSWv7XBm7TfRqQ3GURJWT24nT9qA { 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:15004;line-height:1.3;letter-spacing:0;top:31.7958984375rem;left:20.624267578125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af461e01-adbe-405f-b76a-e5cd83e37e26/Group6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:22.75rem;top:30.717041015625rem;left:35.999267578125rem;display:block; }#O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo.adaptive-delivery-prevent-bg, #O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo.lazyload, #O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo.lazyloading { background-image: none; }
#dfZkGBImLT95G3t5rbAJAznlzyoWKVFm { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b17be21-9661-41fb-923b-0cabcefdacd2/PMoo.png");background-position:bottom 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:36rem;width:19.999rem;top:0.8125rem;left:0rem;display:block; }#dfZkGBImLT95G3t5rbAJAznlzyoWKVFm.adaptive-delivery-prevent-bg, #dfZkGBImLT95G3t5rbAJAznlzyoWKVFm.lazyload, #dfZkGBImLT95G3t5rbAJAznlzyoWKVFm.lazyloading { background-image: none; }
#HdL93w5k8cGs4GMvcE3KrGPS2kkyaD3F { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:21.246826171875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#v7McBrKEptwzOfTXTPJ2KA1MeUkJJdZn { color:rgba(var(--color-tertiary-4),1);display:block;width:8.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:30.3427734375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xkQyoQ2rRqfxzLvEkTn8nSgowOgkZwuP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.16943359375rem;left:39.49951171875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DDWqWcZEzkD7GdgOLJLfs8ngZESsTydB { position:absolute;display:block;z-index:14999;background-color:#003cff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.0625rem;width:9.1875rem;top:1.5302734375rem;left:20rem;display:block; }
#zTCLbIJAq2BTkega0vseQTr98087ohbe { 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; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container { background-color: transparent; background-image: none; }#zTCLbIJAq2BTkega0vseQTr98087ohbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container > .video-iframe-container { display: none; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row > .video-iframe-container { display: none; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .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); }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container { border-width: 0; border-radius: 0; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#B2EWMKQ6mEJpzwPZrnOXsNiuMHQPbcS1 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90f271ea-397b-481d-ae97-384a0de4f666/ravitnobg.png");background-position:bottom 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:34.625rem;width:27rem;top:0.3125rem;left:33rem;display:block; }#B2EWMKQ6mEJpzwPZrnOXsNiuMHQPbcS1.adaptive-delivery-prevent-bg, #B2EWMKQ6mEJpzwPZrnOXsNiuMHQPbcS1.lazyload, #B2EWMKQ6mEJpzwPZrnOXsNiuMHQPbcS1.lazyloading { background-image: none; }
#kWddSuQaHlwGc1BaS1BPZr2bBef3tOgg { color:rgba(var(--color-tertiary-0),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:2rem;left:4.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UK9AAIRTCU17A6aRafKqBueTsGpSJWuX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;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:4.375rem;left:2.875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UQfoLwPAJSNggSS8hUU28D29faeHSVW3 { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.1875rem;left:2.875rem;height:10.0903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UQfoLwPAJSNggSS8hUU28D29faeHSVW3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UQfoLwPAJSNggSS8hUU28D29faeHSVW3 li:before{  }
#Nf0uk7lQgkkCNlbWurgcKaxWSz97WAV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.3125rem;left:2.875rem;height:4.0502875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cfe4bd10-01c1-42b8-8c19-5ebdd6bf88c3/16426599532977_240x240.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:13.6875rem;top:13.75rem;left:2.875rem;display:block; }#m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i.adaptive-delivery-prevent-bg, #m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i.lazyload, #m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i.lazyloading { background-image: none; }
#C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/17fe9d2d-d304-46a3-bfdc-e4064409e20d/Screenshot20230227115405.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:13.875rem;top:13.1875rem;left:16.5625rem;display:block; }#C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu.adaptive-delivery-prevent-bg, #C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu.lazyload, #C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu.lazyloading { background-image: none; }
#x3OQg1L0aA25Oo6h6GNoVmLwimxFKkCc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.1875rem;left:1.3125rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#STe8lzB5lboLKpWVvshBIJS3zW964abU { position:absolute;display:block;z-index:14999;background-color:#003cff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.0625rem;width:9.1875rem;top:2rem;left:2.875rem;display:block; }
#cHvkocpo34MCMbv94Ba2KclT5M25rftZ { 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; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container { background-color: transparent; background-image: none; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container > .video-iframe-container { display: none; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row > .video-iframe-container { display: none; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .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); }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container { border-width: 0; border-radius: 0; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#drQHrKosJBuxKC18KAZf7dRrGfou2UZR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:28rem;left:31.875rem;height:7.4353125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#drQHrKosJBuxKC18KAZf7dRrGfou2UZR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#drQHrKosJBuxKC18KAZf7dRrGfou2UZR li:before{  }
#VQaCqngwQ5tRMDThQJI6TefPefHTFCAt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:28.375rem;display:none; }
#ITdMbwDr1Hm3kG1r0wJ3zRXs4mzHJDwv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.3125rem;left:31.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:23.8125rem;left:32rem;height:2.37426875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN li:before{  }
#LaXspMkWg6z9L1yLqRXfn9UMtkbbc2nU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:31.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzbTzPgFuIE71EZRhH6FLs25zyTTkRD3 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:30.6875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#HQCKMNuTqFuCHOVOgtWGILwlRlkcKxER { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;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;top:1.75rem;left:31.875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oBTF1H3dPmVinguAZh40qSTTUhQTgShw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.5rem;left:30.875rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcEZW94WKkRCJKSrP3bEok0L1J9DK4gM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:17.75rem;left:31.875rem;height:4.0502875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HK54cR4UTwDK4A20tToHckHkUDcqbrsN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:11.8125rem;left:31.875rem;overflow:hidden;display:block; }
#Ohttudz5JUlpookpOdZc4wV9alB4170U { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:11.8125rem;left:37.4375rem;overflow:hidden;display:block; }
#MV2CWStgXHmQVDc3rFZ4lbQqaektVzEk { position:absolute;display:block;z-index:14999;background-color:#003cff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.0625rem;width:9.1875rem;top:1.734375rem;left:30.6875rem;display:block; }
#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd { 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; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container { background-color: transparent; background-image: none; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container > .video-iframe-container { display: none; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row > .video-iframe-container { display: none; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .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); }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container { border-width: 0; border-radius: 0; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#a95U3NHTqNy8JDwbqCLZJPROETyPTn1Q { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8125rem;left:16.8125rem;display:block; }
#dQ1ESZ45H2voX4qfPx9CzpTeKQZKyNVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 { 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; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container { background-color: transparent; background-image: none; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container > .video-iframe-container { display: none; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row > .video-iframe-container { display: none; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .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); }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container { border-width: 0; border-radius: 0; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#iknWDn4oDUZ6zk8WqFEThOOlT1vdUdXh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.0625rem;left:0rem;height:5.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE { position:relative;display:block; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE { background-color: transparent; background-image: none; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row .container > .video-iframe-container { display: none; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row > .video-iframe-container { display: none; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .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); }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE { border-width: 0; border-radius: 0; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .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; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width: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; }#sowBKm1Ho4pHCXTl7sJno2MyseVdZ3sd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.8125rem;left:2.25rem;height:2.9992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIdTu4bzhGWDhTlzTJULTKiU5M3nDpwe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.8125rem;left:0.75rem; }
#A9HtaUcZwVNr3T8GtlmT99SFcFwf2syO { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wE30nfCHRNfFJHOGp09UkWu23dTC0zBC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.875rem;left:23.375rem;height:2.8503375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UKJas5liQiVGmHZrbzntw9FiD6FwWb1x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.9375rem;left:20rem; }
#A9RJQ2rssMShkCUUK4i7n17FHhsckUNv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22rem;left:21.75rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tsut2hgF3mZTJFBmyq3gqFnBNkphETwU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.8125rem;left:43.75rem;height:2.9992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1Tl5ydFzkT3ifC1uAExm4P7q1P763OC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.125rem;left:40.8125rem; }
#KJAgUWXvy9ud78FoHdCugfwTRrS1C74w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21.375rem;left:41.6875rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bL4syvXqSoosGKofTWzF4OHv9NnZ5t69 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6403fc0a-0057-4350-8922-ec8c12441529/ClassProjectReview.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:11.125rem;width:19.375rem;top:8.5625rem;left:40.3125rem;display:block; }#bL4syvXqSoosGKofTWzF4OHv9NnZ5t69.adaptive-delivery-prevent-bg, #bL4syvXqSoosGKofTWzF4OHv9NnZ5t69.lazyload, #bL4syvXqSoosGKofTWzF4OHv9NnZ5t69.lazyloading { background-image: none; }
#rTpu9AhPJDR8x0cwl31NKqe0VV7v14va { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.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:13.0625rem;width:17rem;top:7.4375rem;left:1.5rem;display:block; }#rTpu9AhPJDR8x0cwl31NKqe0VV7v14va.adaptive-delivery-prevent-bg, #rTpu9AhPJDR8x0cwl31NKqe0VV7v14va.lazyload, #rTpu9AhPJDR8x0cwl31NKqe0VV7v14va.lazyloading { background-image: none; }
#ILpq7MXhubFTvdn8021ReOBxe2LpJqLo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:18.9375rem;top:8.0625rem;left:20.5625rem;overflow:hidden;display:block; }
#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl { 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; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container { background-color: transparent; background-image: none; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container > .video-iframe-container { display: none; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row > .video-iframe-container { display: none; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .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); }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container { border-width: 0; border-radius: 0; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#sTx65AoFWcuenr9xgbXQTlZbnITUK5X6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.14453125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdVKBmnK3TVhLW0G5SzGzyalXqKGHecw { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1337890625rem;left:7.406005859375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { position:relative;display:block; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { background-color: transparent; background-image: none; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container > .video-iframe-container { display: none; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row > .video-iframe-container { display: none; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .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); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { border-width: 0; border-radius: 0; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .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; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .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:23.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; }#aCHP9cdv0T8SGQ12mO6fbu8LahaBxUkX { position:absolute;display:block;z-index:15109;background-color:#5f89eb;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.875rem;width:16.5625rem;top:1.9375rem;left:1.75rem;display:block; }
#MPFyv6s3FHgkWIsSJSeFD4T8VTET4hZw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAZkmPHiVZxeV7vNzw5dNOaSEm1TXyNL { position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.25rem;width:17.9375rem;top:2.8125rem;left:1rem;display:block; }
#qLySGQPo5CchtptuWnNa9v9GDQC3aTpU { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.25rem;width:17.9375rem;top:2.8125rem;left:21.0625rem;display:block; }
#zTt8hWBHJc4LrBbFWGDple0M71J3JgZy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:2.25rem;left:42.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BiJbCbstwynqWaO3KKWZQ1DM70lHU6zr { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.25rem;width:17.9375rem;top:2.8125rem;left:41.0625rem;display:block; }
#AKtR67WT5WLwoqC5CmoZlOvHZ2xFQRtm { position:absolute;display:block;z-index:15114;background-color:#f1cb46;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.875rem;width:16.5625rem;top:1.9375rem;left:41.75rem;display:block; }
#BJ1Xq6K9UDIhkOA2NTzK0JkCZ7BQF4ss { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#Trp0l4iec9bCg5hHLKrx0ElvsiULCVDn { position:absolute;display:block;z-index:15095;background-color:#ffd44d;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.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#oRTXcPtuiKZ52EDUfv3P9igqeKtKKM6L { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;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:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#I05XEeHlEz9v75MofOX3PgmXksth7H6R { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1337890625rem;left:7.406005859375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T0RyN9OWWfkBZiFRy7ds3744aa6mEcxV { position:absolute;display:block;z-index:15095;background-color:#ffd44d;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.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#edL95ZyqEvXfbTSUNqX1ttMw0fuvuxCx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ONcJk2TDfbexflCBMRtTTqt2pXiaLU6f { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#R2TzZ5SzhQnBFQk3Smlv2SM4l8O93tA5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#agI3OKcTPWWSTpEJ0Dea2DFtVxWHE8Rw { position:absolute;display:block;z-index:15117;background-color:#8a43ff;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.875rem;width:16.5625rem;top:1.9375rem;left:21.8125rem;display:block; }
#VF7TDv8eQEhsUFkvQmqvJLQWK28G130s { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:2.25rem;left:22.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gmiNL2iz9AxLpO2R6TJ6W5AvQy4caZuf { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:16.75rem;top:4.9375rem;left:1.625rem;overflow:hidden;display:block; }
#kctk96T7kJIycnpcsqocolDw4MTReyRC { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:15.4375rem;top:4.5rem;left:42.375rem;overflow:hidden;display:block; }
#HSARKTPN3L1NXpNOuMBrqDQrb3iP7Eyx { position:absolute;display:block;z-index:15095;background-color:#ffd44d;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.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#NrPOIWbSs6KAuf95ufcTKBFkLgzZ1QIR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;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:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#rnPsT3eM6SM5wMrhDQ8TEvaCasQOUoI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15116;line-height:1.2;letter-spacing:0;top:18.0625rem;left:0.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#numnf79V7BcufXtqkd9S5MtquXg22cXw { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.125rem;width:16.4375rem;top:4.9375rem;left:21.78125rem;display:block; }
#m11t3RVR82sK4S7sJ7C40mshznH7su60 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15134;line-height:1.2;letter-spacing:0;top:15.375rem;left:23.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZA9WCXwLa9x5JdKO6HV2FWH6uFiaSTJF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15117;line-height:1.2;letter-spacing:0;top:18.0625rem;left:20.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A { 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; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container { background-color: transparent; background-image: none; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container > .video-iframe-container { display: none; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row > .video-iframe-container { display: none; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .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); }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container { border-width: 0; border-radius: 0; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#ecO37zckNLoxqXG6pvEJb65FvL0fUPwT { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9052734375rem;left:16.8125rem;display:block; }
#WBrxHFKt42v2w9RCnq9F1hXOdr24BVxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HApHRmCTtMt622mKtkewe3Ad95CeIH6F { 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; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container { background-color: transparent; background-image: none; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container > .video-iframe-container { display: none; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row > .video-iframe-container { display: none; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .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); }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container { border-width: 0; border-radius: 0; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#uoZtDUlFe7PxmEQ4f5B45AG1uLuF0Fvq { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.1875rem;width:52.1875rem;top:9.5625rem;left:3.875rem;display:block; }
#KFPgu4pbLtQX9gFtl03QDDh1dJLlxa20 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TKwKuuuQTE9fTPRsX03pIQEhLfnvRTzh { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vxJz9bu0Ntq6JuMJ0WklTLKxS0B8NPk0 { position:absolute;display:block;z-index:15004;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:1.4375rem;left:12.5625rem;display:block; }
#Pi7SpNOmeEI3L1bLduENkZuxPzLHSoul { color:#01074c;display:block;width:35.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.875rem;left:15.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHTbkB4fxmnzOlqWqTDEmXGcBKLQ7QLK { color:#01074c;display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.125rem;left:15.75rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vr04u8cFg0i2PZTIevdZSrdTqST64K16 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#R3QgVbQ3RvkJu5sqq5VBJnw8MdOQoX7i { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:11.75rem;width:8.4375rem;top:11.125rem;left:8.75rem;overflow:hidden;display:block; }
#wXtBAvZXJ6Eia0SgqU16mJSgsPTT6ZxK { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:11.75rem;width:8.4375rem;top:11.125rem;left:25.75rem;overflow:hidden;display:block; }
#zb92aPHL4zqw6aAFO4PZSLeo7ixKFP8Q { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:11.75rem;width:8.4375rem;top:11.125rem;left:43.9375rem;overflow:hidden;display:block; }
#fxvUeGXvLRphVCvueGqcs46zuTa6dGQT { position:absolute;display:block;z-index:15055;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ad4331af-8712-4579-83f1-1428e48f28e2/ScreenShot25650609at110900.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:6.25rem;width:4.125rem;top:25.5625rem;left:6.5625rem;display:block; }#fxvUeGXvLRphVCvueGqcs46zuTa6dGQT.adaptive-delivery-prevent-bg, #fxvUeGXvLRphVCvueGqcs46zuTa6dGQT.lazyload, #fxvUeGXvLRphVCvueGqcs46zuTa6dGQT.lazyloading { background-image: none; }
#qFVfgs52BaLQJKQ69FOXus9OxpcPLciG { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.125rem;top:25.875rem;left:23.5rem;overflow:hidden;display:block; }
#gEzF2KoxGPl3wXJl0f33ngPrNbxAkRhB { position:absolute;display:block;z-index:15056;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fa6b2749-13ac-47a9-98d6-ee87bd3345fa/ScreenShot25650609at111148.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:6.25rem;width:4.125rem;top:25.5625rem;left:10.9375rem;display:block; }#gEzF2KoxGPl3wXJl0f33ngPrNbxAkRhB.adaptive-delivery-prevent-bg, #gEzF2KoxGPl3wXJl0f33ngPrNbxAkRhB.lazyload, #gEzF2KoxGPl3wXJl0f33ngPrNbxAkRhB.lazyloading { background-image: none; }
#cGH5wy1w7DKGNTCPO7GNoan7wVHB4THv { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.125rem;top:25.875rem;left:27.9375rem;overflow:hidden;display:block; }
#AOz3Xo8cLZiEKslwZbGiD260Cxa7MJ89 { position:absolute;display:block;z-index:15056;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/28300bc1-be98-4bdc-8cff-3c2e7e3623b6/ScreenShot25650609at110851.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:7.25rem;width:4.125rem;top:25.0625rem;left:15.3125rem;display:block; }#AOz3Xo8cLZiEKslwZbGiD260Cxa7MJ89.adaptive-delivery-prevent-bg, #AOz3Xo8cLZiEKslwZbGiD260Cxa7MJ89.lazyload, #AOz3Xo8cLZiEKslwZbGiD260Cxa7MJ89.lazyloading { background-image: none; }
#I0haxue53mZpIR2JTLVIulbDvLczvI0I { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.125rem;top:25.8125rem;left:32.3125rem;overflow:hidden;display:block; }
#DoJDP2xgFCf78LrwZEQrCT3Jx4PLQG49 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:1rem;left:8.375rem;overflow:hidden;display:block; }
#FEwqGFqisH64iVuOSdOhtvaLyULrRl1m { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:23.9375rem;left:4.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z0iffSrnuHTtAlxtIip69rqXFCVQmvrE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:23.9375rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqyTD131M48kzXHT4dAZNgzWwVqhdcKg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:24rem;left:39.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTXWOtNEszhDeUaLQD5tlQOmb9Wuxphe { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.0625rem;top:25.875rem;left:41.6875rem;overflow:hidden;display:block; }
#uNA7dfRCSumBvzclVzgR8TPoKuBLtBLS { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.0625rem;top:25.875rem;left:46.125rem;overflow:hidden;display:block; }
#tAb8Tf7LlpUfipplGWtql9FImu5QPB5f { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.125rem;top:25.8125rem;left:50.4375rem;overflow:hidden;display:block; }
#MkDae8DTThqbic5NntnCvFdvHv1SvM02 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:11.125rem;left:5.6875rem; }
#TFRk0y9qvMQSvRUhNC8hVcPvXpig1cN7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:11.125rem;left:22.6875rem; }
#XPwidX5cpx1twmgtalFXGKFkwDcTwmKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.125rem;left:40.875rem; }
#Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd > .row .container { border-width: 0; border-radius: 0; }#Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:none; }#DweKH0In7D7cHLa0t5DrHn73Tm6Ju8KU { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.0625rem;width:52.1875rem;top:11.375rem;left:3.6875rem;display:block; }
#WE9uGo3vbOw5mLuPKnCTHDuJohdtnlh1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FcHw4zXxyB7zsO6VscS4kNmf7l6WP5NX { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#QOiTa3UDesVLmoqP0AdMJQ1r7a1bZfoc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.8125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOLPGbOKdrTOsKg0110GOSXT8mWOdo8C { color:#01074c;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5rem;left:15.0625rem;height:3.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mwJrICMfysEu7onzznLESX5821431rxD { position:absolute;display:block;z-index:15001;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:51.1875rem;top:1.8125rem;left:4.4375rem;display:block; }
#L1gFm0ClVKm0PTULkX2UVyWwysEbNrHK { color:#ff0000;display:block;width:29.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:12.6875rem;left:26.5625rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNAdiOAM1fGecShhkaoZLTT9gasPGOhc { color:#ff0000;display:block;width:26.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:15.5625rem;left:28.0625rem;height:1.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RxQPy5Uzho3rs80kWNAyzt4nZwo1X1KM { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:23.125rem;top:6.3125rem;left:5.5625rem;overflow:hidden;display:block; }
#Osp0m4XH8HqvTZ0KH4iV2oKokiUaCMJK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:18.4375rem;left:29.875rem;height:1.0625rem;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; }
#yXVS66NshAxE8ETvknIwcreJVn2HoyMf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15064;line-height:1;letter-spacing:0;top:20.1875rem;left:30.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yXVS66NshAxE8ETvknIwcreJVn2HoyMf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yXVS66NshAxE8ETvknIwcreJVn2HoyMf li:before{  }
#P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:none; }#P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv > .row .container { border-width: 0; border-radius: 0; }#P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv > .row > .video-iframe-container { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem; }#P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:none; }#P3XOATmrMtaZKLRRko26oZkXQhpiA4Om { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:33.8125rem;top:-3.125rem;left:26.1875rem;overflow:hidden;display:none; }
#C3KLHBKAuM5SbWDb5Td8LFlfrQUHynTp { background-color:#ffd200;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.058625rem;height:3.99805rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:66.748046875rem;left:17.1884765625rem;display:block; }
#QUL8KBkIVIyQT0LDgsnrfUdHFlqwTeuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTE69r8QVvy1uR6Ic4NrC2TJPwSahPWu { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:15.250000953674rem;left:6.4375019073488rem;height:4.53645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBTGuT898paQvEEkVeJcwIKWvIJSSktT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:18.25rem;width:21.3125rem;top:18.710938453674rem;left:2.5625rem;overflow:hidden;display:block; }
#DGDnWyeWahMFtGa774MHntMebMk1oDxr { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.5rem;width:34.0625rem;top:19.500000953674rem;left:22.812501907349rem;display:block; }
#EMsA24LJph5N5EqAGqDTEllZi6rWCdyL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:23.375rem;left:24.75rem;height:8.9218875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sb39CccGIx7SWDKVSMd9gTcpVNoKQMT9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:6.3745rem;top:20.3125rem;left:24.6875rem;overflow:hidden;display:block; }
#H0b3eAMsCLp7KeqFr9zHxgNv4pHWFpqi { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:38.1875rem;left:6.5625rem;height:4.5364625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qz0PKzROUORzSzk1O9vRgLSGqoiUDcym { position:absolute;display:block;z-index:15087;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:11.187125rem;width:20.1245rem;top:45.625rem;left:6.6875rem;overflow:hidden;display:block; }
#h5sRA8K4byueX57y9opJcdDdhkvvbKRv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:58.125rem;left:5.1875rem;height:2.549475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yV5NTQK61LxO1KRBQN19UkZMZa9QWRHS { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:52.25rem;left:29.5625rem;height:5.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCnbmlEhTcC7ryzPDAXKW7sWRuDkTFsl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:61.875rem;left:38.25rem;height:2.7604125rem;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; }
#x4CxpWiweSVQPsgzs0vl2LOoInUkiW4d { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9980625rem;width:15.9980625rem;top:45rem;left:37rem;overflow:hidden;display:block; }
#z3Md7MUufwqw3kxhFLuqyyftC85Va3x4 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:22.1875rem;left:26.25rem;height:8.92455rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XrlmxlcHr8cPwbdgRuZhVLgzuphKzzpV { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:61.4375rem;left:3.9375rem;height:3.14844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FuJuhTMaF4ASXNG9GarsTXtbFlwODhMP { color:rgba(var(--color-tertiary-0),1);display:block;width:40.247375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:12.562500953674rem;left:9.0937519073488rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OU3HeLe6AxZfrOdaEOLOqlCR93vgWd7u { position:absolute;display:block;z-index:15009;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:42.9375rem;top:2.75rem;left:7.7500019073488rem;display:block; }
#HDGUutW2llFP8WtTEDptUm2FnLpQx1ma { color:#01074c;display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.3723964691162rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KELRKXFa4fHVcRAhobQpbdPyCmBs762m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:1.25rem;left:8.5625rem; }
#trAANdpgK3ElKVLgBw1Prsvwh9IIDnwC { color:#01074c;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:9.2851572036744rem;left:6.5625019073488rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 > .row .container { border-width: 0; border-radius: 0; }#lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:60rem;position:relative;display:none; }#nT0tw2hXdseEQbqn8z2pz7w2nrZ8TeAU { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:45.1875rem;width:52.1875rem;top:12.6875rem;left:3.875rem;display:block; }
#UFQ1MqnqJBfJ2H6aryNO4LTXJQXzi4vh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.5625rem;left:33.3427734375rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpyKs4ieMTCvBGHoXmRncOWmwrZgOqLa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XpfPIIZ7o7d76gWA4tTIpeoBnMR34Rbl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:19.38671875rem;left:30.5625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:22.23828125rem;left:31.3740234375rem;height:4.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT li:before{  }
#AFHPvVzf9Sifg1HJh7HUcCwrwpplmv0k { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MXTlOzN1x7DIq7RBqGWZaHDgBnmz1SpC { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:22.1875rem;top:14.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#F1azIPrI9UzuWdT4byZ41HyLO2OoTExf { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.375rem;left:9.8125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6F6yr0E3TpFZT1cbsqXAgdyvDUe1HXS { position:absolute;display:block;z-index:15004;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:2.1875rem;left:10.125rem;display:block; }
#fgb2eGJldkztGVqsUZ77WHfnTrZ1RU2i { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5.875rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHahzP6ZczhWrzc7LKd6FH49V1atKFBQ { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFUhhwT0sIPbyNAK6ETV4XZS80JRCZMl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:1.0625rem;left:7.0625rem; }
#hSs64DSSm75rI0vsQT88wV9WM5EBcaKZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:50.4375rem;left:31.25rem;height:4.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK li:before{  }
#LCPdeEhKF90X7OSXks3viEaDU5SP4Xqu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:43.5rem;left:31.248046875rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVQLs0ZNzGrBshegh3DCJnncV8RJV928 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:46.625rem;left:30.5615234375rem;height:3.14941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oO7Gr1KcSo3y2ZMeuw5Je6Oqk5z6841S { position:absolute;display:block;z-index:15090;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:11.625rem;width:22.1875rem;top:43.5rem;left:6.1875rem;overflow:hidden;display:block; }
#T3pi6CfzeNLHNIUKt1Zmew60PMl52AwH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:17.57421875rem;left:31.9990234375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmFZqZWv2x6Z02OwAJL9aooBh9TUf6lD { position:absolute;display:block;z-index:15091;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:11.625rem;width:22.1875rem;top:29.46875rem;left:6.1875rem;overflow:hidden;display:block; }
#AaEEmKy0aOq0FzKvLguJKSDp4VG8M0Cr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:29.46875rem;left:31.2490234375rem;height:4.04883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vQQIFGT4SGdHTRm3IcmbyO6Ikep7a1zy { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:34.2314453125rem;left:30.5615234375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uf2Brt566iE9Q5fV2hPERFAihqxwThOH { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:37.125rem;left:31.1552734375rem;height:3.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Uf2Brt566iE9Q5fV2hPERFAihqxwThOH li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uf2Brt566iE9Q5fV2hPERFAihqxwThOH li:before{  }
#Hw9DWdhRgaxmPhC32oQoy73M5gLBqk5k { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#EnLZJu50AnvNzSMb9aeuA2yM1SVpDce8 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#KxlO1GGAkhERmHWS8G4BSiaaQkUXsZ4O { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9052734375rem;left:16.8125rem;display:none; }
#n4mwWXNiivxvPBu4uim0yvHHBl9XGy5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v > .row .container { border-width: 0; border-radius: 0; }#Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:none; }#laH4IKGLlXQzLAaBaVSxJlqZnkROdxaR { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.125rem;width:52.1875rem;top:12.5rem;left:3.9375rem;display:block; }
#RaQZLEgDvmpHsWhfIgw29FqFlMXJf9gK { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P9eeDg61dH0X50l1xy7kf3yZAMrvd6lJ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DPT245pTI6808mUWvJSuxd8pqbrLTB6C { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.375rem;left:9.8125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOaMrTVuIfX7ITxLhW9NwC3RMlw87CTd { position:absolute;display:block;z-index:15004;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:2.1875rem;left:10.125rem;display:block; }
#PE6ScRWNxhJ2HggJLmkTurbTDdu1GEg6 { color:#01074c;display:block;width:35.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5.8617191314697rem;left:12.124217987061rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXSGm6DBM68brls8SA4iB3pQa5abP4CN { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8374996185302rem;left:0.8125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKhgKsMEFHQotS577DKuN0RZXPLqruRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.374rem;width:6.374rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:0.6875rem;left:6.8125rem; }
#vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:35.3125rem;left:31.3125rem;height:4.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 li:before{  }
#PHvWRPnKAhOb9pTX4l9w6J342i4U7ygv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:28.375rem;left:31.25rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJrbK34LzbHM60gEaEX12fVH6spZpCeX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:31.5rem;left:30.5625rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szngUHKgb2RFeyre53zP4SFTXvBpuJKS { position:absolute;display:block;z-index:15090;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:11.625rem;width:22.1875rem;top:28.375rem;left:6.25rem;overflow:hidden;display:block; }
#VAHGaQSfCtT1UUUnnxQzxlotuIpAeuwt { position:absolute;display:block;z-index:15091;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:11.625rem;width:22.1875rem;top:14.3125rem;left:6.25rem;overflow:hidden;display:block; }
#VinsJmcQA1aLnbm86zQcsQsttuRfN9za { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:14.3125rem;left:31.25rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsaAFHul3rn4WrZkRhsAq7vGsVuWnU0K { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:19.125rem;left:30.5625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:22rem;left:31.1875rem;height:3.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS li:before{  }
#qJ1NztmNG4loAvEOhofldaqrB2AXaPCE { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#t1dls6fD4IMKfQVv415VO7Og6WW5Birx { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX { 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/5d331a73-4cbc-4179-8244-a8bbfc7f17df/CopyofAffBannerforSGCWorkshopThumbnailTemplateVideo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX.adaptive-delivery-prevent-bg, #GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX.lazyload, #GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX.lazyloading { background-image: none; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX > .row .container { border-width: 0; border-radius: 0; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:none; }#U3haKLi2z5eAMc2ULwVcUdCoIitZOkMX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:24.25rem;top:2.75rem;left:17.875rem;overflow:hidden;display:block; }
#D2smv2ZBTEofv7sfw33o9CbI1hyG1ixZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:60rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#nmXITAFlGMCTvrzIsukPson3f4egycsF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:52.625rem;top:14.625rem;left:3.6875rem;overflow:hidden;display:block; }
#y1ynJVwN4S8CJ9x1249uFKTq5UfiG2wh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:50.4375rem;top:22.375001430511rem;left:0rem;overflow:hidden;display:block; }
#IzCWXp7NfUZmrUxMUCSrEk7pWqoSz6Js { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:25.5625rem;top:17.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#rw12TZq4BaT1UMxSdAT6ThN2TCio4J3b { 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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.895834922791rem;left:16.125001907349rem;display:block; }
#CG960FLpSExg3iS4IdsF6s208DaQvxKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR { color:#0d4df4;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:27.933594703674rem;left:12.406251907349rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo { color:#412dfb;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:32.812500953674rem;left:12.406251907349rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#m3Du9NxX2E25UcbPb4KrKpquho3c4cpC { color:#050404;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:35.117188453674rem;left:0rem;height:3.3828125rem;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; }
#MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ { color:#2534ff;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:39.197916984558rem;left:12.375001907349rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#NIZ0a4LO6SNqTZ4aamTTbIyCF0DZbGSv { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:19.312582015991rem;left:4.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XX4yHccDiiA9sHvtezuvNNSTEhA5nonu { color:#0d4df4;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:28.247395828366rem;left:11.437501907349rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#XX4yHccDiiA9sHvtezuvNNSTEhA5nonu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XX4yHccDiiA9sHvtezuvNNSTEhA5nonu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#HqxqZUWqSmpEQHazvDhGtJERBGB2hfSb { position:absolute;display:block;z-index:15087;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.0625rem;width:9.125rem;top:32.121094703674rem;left:2.7083339691162rem;overflow:hidden;display:block; }
#h73c3sDGyHn7CI8wXxOvPHVeZmOOv1Pv { position:absolute;display:block;z-index:15091;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:4.5625rem;width:8.75rem;top:38.416666984558rem;left:2.7708339691162rem;overflow:hidden;display:block; }
#LUypHiMnfPqHHfhJdV9i1NEdUJ8hlTgy { position:absolute;display:block;z-index:15088;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:4.9375rem;width:9.25rem;top:27.027344703674rem;left:2.5833339691162rem;overflow:hidden;display:block; }
#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/29c31e82-f261-47a2-9cda-aec7396b0b5e/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc.adaptive-delivery-prevent-bg, #WfSHzbP9tdkqMAtn33JD1ytd440LFxyc.lazyload, #WfSHzbP9tdkqMAtn33JD1ytd440LFxyc.lazyloading { background-image: none; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc > .row .container { border-width: 0; border-radius: 0; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:none; }#gstpzKd5Oqh0d04TdS144AA204EO7uGf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:35rem;top:11.1875rem;left:0rem;overflow:hidden;display:block; }
#K9ETD7bznJEAet62TTlsxIfLBb6Fg16X { box-sizing:content-box;height:6.5625rem;width:31.875rem;position:absolute;display:block;z-index:15004;background-color:#7fa7de;background-image:none;top:14.0625rem;left:28.125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;display:block; }
#gmuApb5p7sUswpZFs0FDBtRDZQw1ia8W { box-sizing:content-box;height:6.875rem;width:31.875rem;position:absolute;display:block;z-index:15005;background-color:#7fa7de;background-image:none;top:21.96875rem;left:28.125rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;display:block; }
#LeWgbKQJpSyQcXTNNTUlh4R3JBzH7xrN { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:47.6875rem;left:32.437501907349rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8LNN0OVAvq795Fz2QTqF0hs6foyA0sN { box-sizing:content-box;height:3.3125rem;width:31.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(293deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:9.099609375rem;left:28.5625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#XcT04nXDEX7O4O8z3RlVFbl5GDtcTCzn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4557304382325rem;left:34.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#GF6vSKNR6kuqoUEL6tmC44dy0dCTDCMw { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:38.3125rem;top:3.140625rem;left:21.6875rem;overflow:hidden;display:block; }
#ZdNsFOPmSwds8sOPnsxtyLmv5MEOxD5h { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.5625rem;top:13.25rem;left:55.4375rem;overflow:hidden;display:block; }
#dMhcAmu3OIunfMuI5IiZNOgWdNphuHgD { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5625rem;top:24.385416030884rem;left:29.5rem;overflow:hidden;display:block; }
#qTJUbyEydpcsWNJtmTs96UFqJxMeP7I0 { color:#00054d;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.568359375rem;left:33.0625rem;height:2.11230625rem;font-style:normal;display:block; }
#my855JTDGBJmqL1SPbCy1Qvr0Ja2ymuS { color:#00054d;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.287111282349rem;left:33.0625rem;height:2.11230625rem;font-style:normal;display:block; }
#Gr1Kn8E2UMG6XnZtu3gVofBgpLyHZFQ5 { color:#00054d;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.578775405884rem;left:34.4375rem;height:2.11230625rem;font-style:normal;display:block; }
#zIoNEfv1vwkosukqzPAkrD39cPA8GbX7 { color:#00054d;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.507814407349rem;left:34.4375rem;height:2.11230625rem;font-style:normal;display:block; }
#Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c961deb-714b-4b7b-8cd4-c21d09b451e9/Logo_color_Horizontal_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:21.5rem;top:4.1666660308838rem;left:0.9375rem;display:block; }#Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5.adaptive-delivery-prevent-bg, #Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5.lazyload, #Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5.lazyloading { background-image: none; }
#oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c961deb-714b-4b7b-8cd4-c21d09b451e9/Logo_color_Horizontal_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:15.625rem;top:1.3125rem;left:0rem;display:none; }#oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff.adaptive-delivery-prevent-bg, #oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff.lazyload, #oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff.lazyloading { background-image: none; }
#qfo1D7QQh86ok8ehkhtEoBTBRMnES8MX { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5rem;width:12.6875rem;top:37.9375rem;left:7.0625rem;overflow:hidden;display:block; }
#xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC { color:#f8f8fa;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:38.9375rem;left:22.0625rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#gqy2iQi2PrHNC6ut0NvGGyPXRPJz2BIQ { color:#faff66;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:31.8671875rem;left:4.53125rem;height:3.39355rem;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; }
#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 { 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; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container { background-color: transparent; background-image: none; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container > .video-iframe-container { display: none; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row > .video-iframe-container { display: none; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .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); }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container { border-width: 0; border-radius: 0; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#o5TfTdeF9tazG5Tm5sluQGc5l3gv108w { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:3.96875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 { 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; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container { background-color: transparent; background-image: none; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container > .video-iframe-container { display: none; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row > .video-iframe-container { display: none; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .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); }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container { border-width: 0; border-radius: 0; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#v3bgpXWM1FE9WDTIz119rFZ076R0TqM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:33.4375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FezPyONT656P07kJffTPpaJk0oF8TPtt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.5625rem;left:31.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FBZhrMNCReMU2DCGpxLb3W7REcL6J6xZ { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#NPlvUtQCMgkflC6TTObBd4uQ6Os5TIRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODecCvuFtoqX0OBR8ZTIHH350RU4eMWP { color:rgba(var(--color-primary-1),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.5rem;left:34.0625rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvEnQ4lRVciZOHRhL0t4Fpn8aVJR00qA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.6875rem;width:27.75rem;top:3.6875rem;left:31.125rem;display:block; }
#obWG20SL0tHfG84LTkNy0aEgWR89waEP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17.4375rem;left:34rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9zCRpOoqGSz8Nt3f08iMmWNyMbI1lz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:21.125rem;left:34.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkvvdOCWU0sr3vqMwmZbbxben75LOp5r { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#z6HcJw4gMZfgfy9PrWi062U1DhTsnFwI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;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:12.9375rem;left:32.125rem;height:2.3986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yzeaoBUNG0X45ZVZAlemcRc4blmHq2XF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6.875rem;left:31.9375rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qcQoimlGkXv08fJLZIfBxn6wNN8SWNqF { position:absolute;display:block;z-index:15086;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:8.8125rem;width:16.9375rem;top:2.3125rem;left:2.75rem;overflow:hidden;display:block; }
#BBvsZfmyMLlT11lQEI5Q5ammglywM4pt { position:absolute;display:block;z-index:15088;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:8.5625rem;width:16.5rem;top:7.4375rem;left:10.9375rem;overflow:hidden;display:block; }
#fDXycDo4JudriKbpTsoxGvbqDEkCfusb { position:absolute;display:block;z-index:15090;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:8.9375rem;width:17.1875rem;top:12.32421875rem;left:2.625rem;overflow:hidden;display:block; }
#myNtbe9hzKKTcwPTcAxbaizhn14wEK9g { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yLzCbnBGS2ZdpTZOCQseTWL3youDB2RA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.0390625rem;left:31.90625rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk > .row .container { border-width: 0; border-radius: 0; }#uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:none; }#GTEnLevmlcTspC9MiaHzQ04KZ6vBRxdd { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.08203125rem;left:3.96875rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBkOE91Fe7FDTmWnEzr7c6d8GeG6qWuQ { position:absolute;display:block;z-index:15018;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:4.8125rem;left:10.125rem;display:block; }
#i5WJQ3sgyIw5nOu9TBDwoc4v0nHrWSpi { color:#01074c;display:block;width:35.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:8.5rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4ne8op14Tmt1SMJEZlVvT36WmZhMHE7 { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yReuukrT2hiLrJOhuCHAbxTANGQPfgUr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3745rem;width:6.3745rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:3.6875rem;left:7.0625rem; }
#ztmiivNCER88wtkzNxRS7VgsfLJTE6cN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:11.5625rem;left:10.6875rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mdr2MKdQSqTJfN4lKUFQi80Ct1tskpCw { position:absolute;display:block;z-index:15013;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:39.8125rem;top:1.125rem;left:10.125rem;display:none; }
#We9koa05dFmHzN5oORJFJuc4ikF1vOpq { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:4.8125rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FGtL2cDlpCqVG8fIQ18McCpO7sFz4Hyg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hDzOXFXSSBTXAkLRVRqb4ZH10fpbUhOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:0rem;left:7.0625rem;display:none; }
#dQSZbC7Sk12LXmgKEWqmyZnGATTKJSQm { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:8.0601453781125rem;left:9.9070320129394rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 > .row .container { border-width: 0; border-radius: 0; }#MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:none; }#g7JQVriw088CgiaEHveeiNl6aZaINneT { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:33.4375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfTyEfQQRKpkcHHgB6REaCwCuLy1gTTA { color:#ffad00;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.375rem;left:32.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QEgvJGzh6TruOQmNVE9QoP1CBvPgOwe3 { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#emdZkTUP4EJxrnEfsUF00zpdWJXuC0U3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoTNUTTMvLfoTZuS76Mqd3wxMmSelBq8 { color:rgba(var(--color-primary-1),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:31.3125rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#byudRqHW6Zl8wbveHvLKZqEd3LwlrnTu { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.375rem;width:27.75rem;top:4.625rem;left:31.125rem;display:block; }
#W7KGwuDrv9JrNza2CxA7R2Rbqt3yoAnp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:28.6875rem;left:34.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#msmimE9UBosJOC6QaLCT0fb3vHAbkVTb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n17O0PhDC9AcxHLubuBHoDlXb1V5hb4N { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;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:13.875rem;left:32.125rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzPRai19yRZVzlRxPSyfVmvmc61RvXos { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.8125rem;left:31.9375rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Te7M8Oe2tDAyAzwodS8zNa1BSTaJLkAT { position:absolute;display:block;z-index:15086;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:8.8125rem;width:16.9375rem;top:2.3125rem;left:2.75rem;overflow:hidden;display:block; }
#l0KU8dfGqIgU232DqpJgc8rTfA7bLtdm { position:absolute;display:block;z-index:15088;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:8.5625rem;width:16.5rem;top:7.4375rem;left:10.9375rem;overflow:hidden;display:block; }
#upbrNQ7Zb2nrKw0Nfenmupfr3T8yyp7U { position:absolute;display:block;z-index:15090;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:8.9375rem;width:17.1875rem;top:12.32421875rem;left:2.625rem;overflow:hidden;display:block; }
#RpZhNf3xxxFTnSk9JZzilQA655cG5uGb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rSRoEMHfdP3zplZzfpPrhtsD0nqGuW7t { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10rem;left:31.9375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTvdk62bSfMr3tbTsry24bK9l9VTVrsr { position:absolute;display:block;z-index:15091;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:8.9375rem;width:17.0625rem;top:17.4375rem;left:10.59375rem;overflow:hidden;display:block; }
#wDWhQLqt6w0kTbURhaTGxVwfFhT9ZPm5 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.9375rem;width:17.0625rem;top:23.125rem;left:2.625rem;overflow:hidden;display:block; }
#UcJ8rtPRvlXMyyBt8EKTrDP8OgnUsuxb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.6875rem;height:6.3745rem;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; }
#AMURUv1lGhy7cLbdi9LspLD8glofIAgD { color:#ffad00;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:17.5rem;left:32.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzzInrg4UdvwR7EDGQLkEZQwMe0ZtOHI { color:rgba(var(--color-primary-1),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:31.3125rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Osgl4HIzgEoq6AOZPzM4zKBVWOkUUBR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fWtoA4KC8LP6a7N0CpiAUVR9cmQywNDd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ah0yS20gonqiQBCzRhPRQ9i5ICOAHnT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb { 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/7ebb1ed5-ff25-4771-8e4c-b78ab815de2b/SGC66.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb.adaptive-delivery-prevent-bg, #yuA6Nn37K0STlnZtUaOmMeREVstwRvDb.lazyload, #yuA6Nn37K0STlnZtUaOmMeREVstwRvDb.lazyloading { background-image: none; }#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb > .row .container { border-width: 0; border-radius: 0; }#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:none; }#c9nxg59SdHWQZiBKRBXHOmGmwu5nJ193 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:7.15625rem;left:9.9375rem;overflow:hidden;display:block; }
#vaPPn8l0AL3ICmSLW043oTaaFqCBk5V8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.25rem;top:7rem;left:33.375rem;overflow:hidden;display:block; }
#SJy79OioHzRd9Wd8OtIeJRTNLoihnXiB { color:rgba(var(--color-primary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:33.9375rem;left:13.75rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fs3dNDqneKvCDysJ6KlaoMZGoRWSAz2P { color:rgba(var(--color-primary-2),1);display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.0625rem;left:1.875rem;height:6.5954625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbpF7DRQGl9iGzJUxTVPwnIQ2CzTknDf { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.25rem rgba(var(--color-tertiary-4),0.5);top:1.21875rem;left:14.8125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnMH449zqNf1R4ohS17fW485czwE6LzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #15b5fa, rgba(193,243,255,0.82));background-image: -moz-linear-gradient(180deg, #15b5fa, rgba(193,243,255,0.82));background-image: -ms-linear-gradient(180deg, #15b5fa, rgba(193,243,255,0.82));background-image: -o-linear-gradient(180deg, #15b5fa, rgba(193,243,255,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#c1f3ffd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#c1f3ffd1' );";background-image: linear-gradient(180deg, #15b5fa, rgba(193,243,255,0.82));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tnMH449zqNf1R4ohS17fW485czwE6LzR > .row .container { border-width: 0; border-radius: 0; }#tnMH449zqNf1R4ohS17fW485czwE6LzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnMH449zqNf1R4ohS17fW485czwE6LzR > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:none; }#xl6N3g9w2fnmJtshu2gRcU9o4SCQul5Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:55.3125rem;top:3.125rem;left:2.9375rem;overflow:hidden;display:block; }
#beHphgCznPLGL9yrBe5wSf7Lp9GFsQCK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.3125rem;top:2.0625rem;left:25.125rem;overflow:hidden;display:block; }
#e4xgT3fFaHkiDL1cGP1cIpJaTTlvZM5g { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:"ibm plex";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.4375rem;left:11.875rem;height:7.96385625rem;display:block; }
#qvaOwyGDeFy64fzS44VeQZZS2udEIKPF { color:#0d3845;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.49365234375rem;left:17.375rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TT1dwUhabt9pAn2D9a0kMRsw6TIF2Sqm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.125rem;top:29.875rem;left:35.28125rem;overflow:hidden;display:block; }
#lzlD4156CyU7uMzqeiyZ2GX3L7TTblQT { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.03125rem;left:30.5625rem;display:block; }
#chstmM5yJOuDoCAFPJ8nf5q22VzJUzyH { color:#0d3845;display:block;width:20.8125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.66259765625rem;left:32.4375rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#zq2hEm8ueGeB0X5uhS5gxQoqWaLiLubw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HEXmz7cDfggn41fgZhTT304iG4naTJW9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.125rem;top:29.875rem;left:13.375rem;overflow:hidden;display:block; }
#PHmEgTlpJ1apR3lf4tP8uTB9IAcGE8eT { color:#0d3845;display:block;width:19.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:10.75rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn { 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/1b0c712f-4e0b-424c-aeef-9f0fb4011e88/IMG_9446.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn.adaptive-delivery-prevent-bg, #E9TBPeXX02TiwZnFTXGw8n40yN1Oernn.lazyload, #E9TBPeXX02TiwZnFTXGw8n40yN1Oernn.lazyloading { background-image: none; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn > .row .container { border-width: 0; border-radius: 0; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#g8kT45DTzPGohKumIvmxNFn2fFgFT2k7 { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:19.375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBVtdJ9JdHUgzSx5glWI0NydHDtID5kX { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:19.3125rem;display:block; }
#TvCw9WwaTgrX6Jv5lAB09NyM56iNqxfv { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:23.345947265625rem;left:1.387939453125rem;overflow:hidden;display:block; }
#wST7W0p7y2emBpeiJEDZ1oxBHzOWTHH1 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.062375rem;width:12.687375rem;top:23.28125rem;left:14.539794921875rem;overflow:hidden;display:block; }
#Utou2QOUiTlIHf2k5sWW0WNMrcmfanpx { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:30.242309570312rem;left:1.387939453125rem;overflow:hidden;display:block; }
#tKWwLgGXv6d6Uv4lMoUAI69HIkXcfJo4 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.936625rem;width:13.31175rem;top:30.281982421875rem;left:14.229125976562rem;overflow:hidden;display:block; }
#ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(326deg, #647aff, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(326deg, #647aff, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(326deg, #647aff, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(326deg, #647aff, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX > .row .container { border-width: 0; border-radius: 0; }#ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:none; }#vsPWhhwJSy4nnsr0leTUaMkmJlJ97vL3 { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5625rem;left:45.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#VUuJG5ex0AEZvdqJVfEnc9W4FKg7UVIL { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:45.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fA1LF5lX1kE7ED3reC7DsRvJaBi8z0HK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.48);top:1.5625rem;left:10.96875rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvUdz2sTtNTzQaWFTJKykTdtzHFwZ6TQ { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:3.125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#y7eoNr3ehlcRBN3ocuFPAWhSTWDpmsA1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:4rem;overflow:hidden;display:block; }
#WCZoTZKCHT6W7nUxe36S0Uc48zufdEZI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6435546875rem;left:17.15625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6O9EzokL10krdBInEBeXvWh5pMXznDe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:4rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sI1KwSSBzmTuc662I2pp2TQK1hkc2Nzd { box-sizing:content-box;height:12.5625rem;width:14.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.49951171875rem;left:7.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#pl8kfItczD1clbTUc59LUg5yTzQaIBnG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:24.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#m8x5JHtwi93qFFGNphTfHMWeMAbQG73O { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:38rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Xhk9yqlQhUO2AzgT3AdWOuWUQmHBh1xy { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.1875rem;left:25.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#XwnwHR5FyUC8geTyoBTcHTLn2xcZTEpI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUvJL8hTPzZtNMWlceCWwe4WI57aEtR1 { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.18701171875rem;left:9.998779296875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#TtX5VkACDJeWexKCuTbOxRZKrHUqqA3e { color:rgba(var(--color-tertiary-4),1);display:block;width:7.937rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.585571289062rem;left:11.42822265625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGmlS68Ozz69BelaQARGPzavaOvU3ebJ { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.3125rem;left:38.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#KRJ7fvJsHEsexxriuKCL3fxf2Tks3b4l { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:39.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXePIEDhe3LzLMSlb29nLVZWHmWD5o0k { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:10.375rem;left:5.5625rem;overflow:hidden;display:block; }
#HHgeHzmEH5noiD5hCoqG1bvOfVJlOBc9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:15.375rem;left:25.0625rem;overflow:hidden;display:block; }
#ydHokboiRQNbRnTC7oGTOXDDDZOkTWEu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:25.9375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIyhSpHEGmxlF6EVFpsn3S2vGx3dsuhb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:14.75rem;left:39rem;overflow:hidden;display:block; }
#z6KhWkLUVn4Niw7lB6V5iExOJa9N4lkW { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:39.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWqIcLT0Vyw0KuaUKqWKUkMTJhMKZsbD { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.4375rem;left:12.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#mPIVBCoLicBeZtQePGoT3asmQggJR24A { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:13.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#no3XZHeyy4faN80InfD0ubQvryleZyOi { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.53);top:34.6875rem;left:10.0625rem;height:7.8772125rem;font-style:normal;display:block; }
#tHT9I1Dz0R0g4cXEIZsHgmL8NeFnTym5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:10.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xC5TSk1PnfyKEZc5Mu7QvoTPbLmmN2D1 { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.09375rem;left:9.4375rem;display:block; }
#XQrVTUwJ3Du3l7N5OJgIc9U6142hVXJk { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.625rem;width:7.4375rem;top:16.6875rem;left:8.01416015625rem;overflow:hidden;display:block; }
#Ek9wkD2p8gBMwoIef72NPgPt20WCMWK2 { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.625rem;width:7.25rem;top:20.281494140625rem;left:8.0625rem;overflow:hidden;display:block; }
#wz1q7EJydKS70UNu7Vb0eTkkwmPWnkxb { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.125rem;width:7.625rem;top:16.5625rem;left:15.085083007812rem;overflow:hidden;display:block; }
#UIsIWrm9EdhqSesUxIqngdLWxTxWNabB { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.8125rem;width:7.375rem;top:20.093017578125rem;left:15.335083007812rem;overflow:hidden;display:block; }
#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.48);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8.adaptive-delivery-prevent-bg, #FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8.lazyload, #FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8.lazyloading { background-image: none; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 > .row .container { border-width: 0; border-radius: 0; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:none; }#KaZhqEb4fPNlaQsrHIyEAiViwQIK5A9r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:3.4375rem;overflow:hidden;display:block; }
#F6N1a671IUbIWcGTDKw2FGXG458WuQ1i { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:15.8125rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKuFnCLTdPeAxs0Qt567ZgucteEodNBT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.43701171875rem;left:16.375rem;height:3.93860625rem;font-style:normal;display:block; }
#rcRzKn3RDtKX1E8LPGJZclg1vRNbqliM { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.25rem;left:4.6875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PMXpSQVPdhlVvUMCwBD5pBPxP0Uyp0iL { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSmR2LufwXh9qm0wJBZ6lXqWPmeyeETX { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-size:auto !important;top:19.75rem;left:11.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XFUF7A71fOusXt60wqfUZlvm8ihBRHOA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:6rem;overflow:hidden;display:block; }
#E2MfqgoRSgxd3ylCOldyxSdSUZU1VRn9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:27.3125rem;left:42.8125rem;overflow:hidden;display:block; }
#hfGBT1SFEiXV035fQ2z7z6DUTw6P28AV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.625rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVJ28TvkPbIykP7r1IDiGKVsr0rFbRcq { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-size:auto !important;top:26.8125rem;left:44.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JUxDIhhe8LTufHrQnxTe0Hzt8ZL2hOG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:44.25rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dt5G3GQAFU6buLfiQ4V6eNru3FuaQsb8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:16.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLh4UBCbTLB7LiXLPevAi5FDkcb9NReP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:20.9375rem;overflow:hidden;display:block; }
#zsePKUV6kHlxnccZtGGMZZ7L0RWQMDlD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:30.2490234375rem;left:11.125rem;overflow:hidden;display:block; }
#PKRfirt1BWykNTeZW0qOZuNhuCH2lcGP { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:16.6875rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwrHqQcL1NEybQsKe6Ek8gi0kd2UTZp1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.312375rem;width:16.124875rem;top:37.874145507812rem;left:43.875122070312rem;overflow:hidden;display:block; }
#MLxEUfHK0C3ugheP4wH5JbNTPhv72W79 { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:15.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#rHTSNnyNrRZiiOdDZTUlNpBCDzTNEuKe { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.3125rem;left:41.0625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lcdesipUMWHqV892KH86nRXm4MTK45lD { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:36.875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzP04MVdgwFMkX5Ugp1m6EgGBsr47qba { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:5.375rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,38,38,0.86);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 > .row .container { border-width: 0; border-radius: 0; }#zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:60rem;position:relative;display:none; }#zmiR9z7DahlBCUrrLtEh1s9kOuPDTbTq { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.125rem;left:16.0625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O30MZDy7brUVPWuaC5v33C1WqmLSnGdU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:42.9375rem;left:16.625rem;height:3.93860625rem;font-style:normal;display:block; }
#eW9tASp1QCr4zwq0qCsLTFBzlvwZfovd { box-sizing:content-box;height:16.3125rem;width:44.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:15.625rem;left:7.3748779296875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qVmxlx4Iy8AuIIltGA6Hhs80E0gFMA5q { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5rem;left:13rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C90PsD1K707LFI7rH7gnZr4H1sXiCrBh { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-size:auto !important;top:10.9375rem;left:11.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oPUaRiZiMDxJTuzqC9iMzQ2GwZaT1Bmz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.3125rem;width:13.875rem;top:17.7099609375rem;left:9.0069580078125rem;overflow:hidden;display:block; }
#QD8Uu3xvR6AUQP6VGtTkcOkhRMu0nSVb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5625rem;left:16.625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8OszPGMr2zzXJWQgP4x9qrApE5f8aZK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:17.615356445312rem;left:36.326293945312rem;overflow:hidden;display:block; }
#RHkNmwBXydLfoqZzgqSufk2GAXpQEeK5 { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.4375rem;left:16.9375rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MywtayfeJdq9Se5n1R8cBTkuwTHqgJxM { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.3125rem;left:16rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#Bkcq7XcFo0VHlq6iQ5c9tH1TOU20mNvf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.68725rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:28.248413085938rem;left:11.983032226562rem;height:3.3252rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGoMGCi53gW2TQ6qn9METhzgSrnBwvu6 { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:4.2333984375rem;left:5.123291015625rem;display:block; }
#nC5E98JPZczkvgW26aN7TL0dDqwaILpc { color:#ff0000;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:17.029418945312rem;height:4.5495625rem;text-align:center;text-align-last:center;display:block; }
#uqZEuClh1VOT41zI43UoRRIr39ewMA6p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.687125rem;width:13.687125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.3125rem;left:22.842407226562rem; }
#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v { position:relative;display:block; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v { background-color: transparent; background-image: none; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .row .container > .video-iframe-container { display: none; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .row > .video-iframe-container { display: none; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .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); }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v { border-width: 0; border-radius: 0; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .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; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .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:38.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; }#NbfzWVCXpiURyXeMvCKzQaSE4CygVW1y { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-form-header {  }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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:16.25rem;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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-text {padding-top: 0; padding-bottom: 0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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:16.25rem;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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-select {padding-top: 0; padding-bottom: 0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.25rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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.8125rem;font-weight:400;color:#ffd44d;vertical-align:top;width:15.1875rem;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-container:first-of-type{padding-top:0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-container:last-of-type{padding-bottom:0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si  { 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:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.625rem;top:9.625rem;z-index:15021;position:absolute; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si {display:block;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si { 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:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.625rem;top:9.625rem;z-index:15021;position:absolute; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #zbcbfgfiXfwQCS9BVZUXo4rrVt6apKCy { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #pLdetppsQ0CMgDJkfg5O0HwEq0O1cniA { position:relative;display:block; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #zyJOq3f7e9vHAU12BJOLo9BNAQzP7Tc7 { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #MLTIyHSIQusy31zwnsVhnkS474PlnTGF { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #VsiJqPVTrLAUaZK9U19UloLt6ObhBsq1 { position:relative;display:block; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #NrtT0Nef85tukcSNPMymEX9t42sTTUUf { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #NyRXCDmCiK7Nq53tZxIoTg93tmr0GfLe { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #hibTWrKOmJeVxEbw5rSC7yPFvmDLBXmh { position:relative;display:block; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #HRThB1tFVyEoo7SLG4lia4lmaTLXKT5w { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #kx9q9DmBEcrbgGhBvDyT5LF5n6AZOpvC { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #fXPTozrUXic3gibtPkdn5yDtQtptcFXL { position:relative;z-index:2; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #rPPNegwzs7mAgsXDaXTTUG5yLxoDkiSw { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #pB7XnIJH4N4k9h1hcMTu5paBUKOwIm6a { position:relative;display:block;z-index:15000; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #Vty6ZDqdXQqUrdTU2fmIiRJo3PwBGFDT { position:relative;display:block;z-index:15000; }
#ItLow9zPvxCMwBDD8Oh1bFOoyIz6Vqz2 { position:relative;display:block; }
#JgUtxB28R4MZfObCErgJwaQOeF05ZANw { position:relative;display:block; }
#LuUv5As0IM7nOh0kKe5PHhOv1Tx90I1D { position:relative;display:block; }
#Relt0ySi8wSWUFQyQHd59NDv0KWbMH3x { position:relative;display:block; }
#blSwnQTuW76Zz5l8nn9WuMplCMTe3sm4 { position:relative;display:block; }
#dgPwEh2gTLKAn0MtF04c5vDm8WMnT2Sg { position:relative;display:block; }
#fTxKWAKcAHOTMgbBP59Xa9enkMfAKvQe { position:relative;display:block; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #IFRBcTeZf9bEV8AOe8hImouRKPFAk0ux { position:relative; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si #iDOuEfIC6AmFiuffT4f3B6tpaf1GOvub { position:relative; }
#NHFSWWtTfAoWAEbmHTBh2vTwTBZ8V0fn { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oWcScH15S2QFQG0prxXlKC9caN2Ml87R { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qEaU45pQhUhoVTaDt8EtNMZEWk786cxO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qZR8JZab6T5tvv1aPrni3s1nzitHNJ9B { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LpxGp01F6ihlXlxc7CTAH0GwScTPyA4f { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LT6xUM3ACOE1dfFBSRx3EBMif6lKykff { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wVsMffmmmLEWhVPOfdTomlowwh3p7Ap2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DZH7KXnSmQ9ITVOIIwVmPlLrbuTh6Fke { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FC9WiPlTTHWd04Gau3sJA5vcuqkT7O92 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o5eAPuzNR0GbHneXR3BpAEKwtTCTyZd6 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ofQRGruFwT8E4P5AaUVMToS7QTTmDh2x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tPk6DI7LZvVpgXyy3lcsJmNo96OhBxZn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Tr5mz7KlxOESc6XqpkmnMHFLH3BhWW0p { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TDRO5PDpVSkks7zfSPWsFw61UA9ZAsgA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mAO9lSEEtuuiKrEhrcgxu2MrynOyI07W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VIuqIFQFMn7dRhnroluZgQL6Gyq1isSe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ACI67Cbi3yPRF7Acm6I93LQrPAQ0NMWQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kh6iAszHUptfE2w0CqeAybOC9sXPDex0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BW58wOOXM6q4zpcguk875d8TpEVeD559 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aRivmIcFZ8mPbSJiyMoWyikcaX0IfWgA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aeobJpDyspWNJdz1GLheGshX3IvXr5Ks { position:relative; }
#ilQP23RFTT8hddCM6a2lWDgXU8PgI85d { color:#f1cb46;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:32.625rem;left:22.5625rem;height:1.19934375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cB4szd5AwTzvKiqey7ceuo8wW6mMPZOb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:29.6875rem;left:21.8125rem;height:2.24975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6lU7IyaJh0taUxflqJ3WoKJ0KTdWUdI { color:#ffd44d;display:block;width:12.5605625rem;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:24.125rem;left:23.75rem;height:4.87426875rem;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; }
#akCaXbcz9U9pvM6CqmagnoT8sqz0hMx7 { 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:31.625rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
#fhpQQnKILQC0S2LtfhFLlWcbtWcf1ZwB { color:#b56ff6;display:block;width:20.1855625rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.4375rem;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; }
#B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;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:26.0625rem;left:1.9375rem;height:7.6745625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 li:before{  }
#ZZC5S0u8eZAmCybHsOEWoCllzDlFV8Zu { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.5rem;height:3.4130875rem;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; }
#XkdxboeEbxPzwkEfdywMm5vLFbJUtWuI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:9.5625rem;left:1.5625rem;height:1.725rem;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; }
#mRMwF1Jaoce9PdZtqbTqBOKViEr945Ml { 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.3;letter-spacing:0;top:4.9375rem;left:0.75rem;height:4.14306875rem;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; }
#yX0Toca7aJfU9Tuvwk3sk507L4W8yHS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.740234375rem;left:1.9375rem;height:1.70625rem;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; }
#yuX6HzyS2GPLtbhh2DtPcKs6n9N1o6bT { position:absolute;display:block;z-index:15040;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:17.5302734375rem;left:1.9375rem;display:block; }
#EtN7OZ1WzRT6eZ1OnN8Ty4zX1l7mntbc { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:10.5625rem;width:7.625rem;top:7.546875rem;left:22.5625rem;overflow:hidden;display:block; }
#eTsrQZrNAvkQwrgpNDEExZOuFFdHplcz { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:10.375rem;width:7.5rem;top:4.0625rem;left:30rem;overflow:hidden;display:block; }
#QpqJCTzT50u3ZmcrBDG03x9CCmL1AphW { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:10.5625rem;width:7.625rem;top:11.6875rem;left:27.375rem;overflow:hidden;display:block; }
#llZxIHQCATp31f0vTZNSvUS55dETiaLq { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq.adaptive-delivery-prevent-bg, #llZxIHQCATp31f0vTZNSvUS55dETiaLq.lazyload, #llZxIHQCATp31f0vTZNSvUS55dETiaLq.lazyloading { background-image: none; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq > .row .container { border-width: 0; border-radius: 0; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq > .row .container { width:60rem;height:41.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#EZsWVOnRS2fDPKLCb0kJq6rckNNyfENs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5625rem;left:35.875rem;height:1.95rem;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; }
#PgBzSZ9F1S29n7l39gqnfQT8k7hOJvU3 { 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:3.312325rem;width:3.312325rem;top:27.75rem;left:8.75rem;overflow:hidden;display:block; }
#QJTt0uL2G2JIaZLq4TCgQXZbpdwaqoqT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5625rem;left:12.875rem;height:1.95rem;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; }
#Dp9hNoamgVy7yvAkHSUpJQ7KaTPTJNv1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:23.75rem;left:31.6875rem;overflow:hidden;display:block; }
#BmIsJhyZt9acnikPKC6kT51AsMbKEfCt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:12.75rem;height:1.95rem;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; }
#JN7v178OKSmouvf2ATCvHn9mbTHc7TKo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:23.625rem;left:8.75rem;overflow:hidden;display:block; }
#bTOFPMZiIJgXONHxkrIT0ay44MIpNM3U { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.3125rem;left:17.62548828125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IciukvOMp2PQ9SwN8eTJ1nUv58GG1vW7 { background-color:#842cdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.6875rem;left:16.875rem;display:block; }
#TxLxvrgMkWB3KFSdzt3EKJdZvR0LaRmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzxPnT9wSQoTqROViFDU8IANugLW52TC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.8735625rem;top:2.2490234375rem;left:24.65625rem;overflow:hidden;display:block; }
#vGlDPJlJov204Jw6HQ4tCrNTvsea0SpR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4rem;top:13.875rem;left:18.875rem;overflow:hidden;display:block; }
#mTTKCFTwJhv4gnFdLeEBCR0O1F240nUe { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:14.75rem;top:13.8125rem;left:33.1875rem;overflow:hidden;display:block; }
#HDrszKaS1sAN5RHUrFy114TOUI9AavoC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:8.8125rem;top:13.875rem;left:23.5625rem;overflow:hidden;display:block; }
#RcNTAv1BruaBzXKPctHu5rBEP3VHEw4g { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.1875rem;top:13.875rem;left:14.1875rem;overflow:hidden;display:block; }
#nU7tiTnVTCB9Z9hwC0vEJxtO4UwXkyO6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:35.8125rem;height:3.8994125rem;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; }
#fDLBenEQGcJTA6UBUemP5oGbQ7Ii6Tl4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:27.75rem;left:31.6875rem;overflow:hidden;display:block; }
#GxcMHklpK9gnwK8R9RiND4zGRb8kErkM { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3115234375rem;left:2.7177734375rem;height:6.174475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADBmCV6zuvs6cIzx7AnSr9L57CCuJQ0a { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.5234127044677rem;left:1.9375rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 { 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; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container { background-color: transparent; background-image: none; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container > .video-iframe-container { display: none; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row > .video-iframe-container { display: none; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .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); }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container { border-width: 0; border-radius: 0; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#mpp7TfGZlXI9Bk99z4brSrhS3UfZSNrW { 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; }
#at0fdnTF0yyxNlovlPtnUJATfrJyyXCP { 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.598875rem;font-style:normal;display:block; }
#lSw7ThN8kILVVQUknwv4kv7TRxNa3JC5 { 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.275rem;font-style:normal;display:block; }
#y0XgsKXP1KoJLs0I18FSbiIXd4R4VOdF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:-0.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTbbrxz5Ce3EhUWbrIrv8lvQRoW9BagL { 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; }
#Rc89XqE6QwUtTVbiTtxasS9duoPArmaT { 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; }
#WEN84qk7zbBrrNlLSIxJ1xamslTrUOCX { 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; }
#BM4UbZcbpv0XFna5EqqDMNEXxFVFhvlC { 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; }
#QNZXNyhQvk1TGI3QyXZrE2abdzXmStyM { 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; }
#F4Cwlwpe5RTbpWts1kTE58k8Ke1f01zh { 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; }
#scRK8XEBTf2R2neCR9h46DWG2SuwfVn9 { 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; }
#BQOlXUl0LQnPTEBOUsVhDJIxcBX8frZD { 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; }
#Thxu48nTdNXFJTz9PwTQQZM9tcdPRc1e { 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; }
#Bb8ErtEV5rNQHdbONwS2uikemDgpDJE0 { 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; }
#siccpUdVJ7WnfkTl0GyiUd5BrRRBznKB { 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; }
#dzBTqXwQDm6PiVngNdsxOMvakBtaRE9i { 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; }
#NrirDWdKq0A5g3QgpbqKXDOxCnTtO4qz { 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; }
#rN7hRN8MBPm8aWv4x0VmtrxWBrCqHXiS { 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; }
#qVRQLO4KPvo7FS97H579TBSBwAvUXx3h { 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 { 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; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .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 { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.24169921875rem;left:10.6875rem;height:6.1743125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { background-color:#0055e7;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(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:9.3115234375rem;left:19.34375rem;display:block; }
#eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty { 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; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container { background-color: transparent; background-image: none; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container > .video-iframe-container { display: none; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row > .video-iframe-container { display: none; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .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); }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container { border-width: 0; border-radius: 0; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container { font-size:0.875rem;font-family:prompt;height:15.375rem;width:60rem;position:relative;display:block; }#sQURZApMVy0UZbh3MUHuRNB7GzLhz8bn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.5rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#eTurrp8kzDB51A3ZM2W3ZLhdxgEq0Dfe { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.598875rem;display:block; }
#y9DB9gfbBF6GonFWdtQuaoVUPwDdrCWP { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.429037094116rem;left:0rem;height:2.92419375rem;display:block; }
#O0rA2ZFbVGO7VEon1KVi0SRQ0kBal3FZ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#SXJbGe35rJa81MpWxwZTIPfvzccXFfWb { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.599609375rem;left:35.125rem;height:3.8983125rem;text-align:right;text-align-last:right;display:block; }
#VDxoqwPo0JBg60Qd59U4PiiyU7p0LBRr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:2.3125rem;left:54.3125rem;overflow:hidden;display:block; }
#DCwbElxRx0buzFGriXlxzC060e9rNGAW { position:absolute;display:block;z-index:15007;height:5.25rem;width:9.3125rem;top:2.09375rem;left:30rem;display:none; }
#kA6QxKeMUxJyDTfGOyi4NARIyq0MELBU { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.5996125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km { display:block; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM2cLrTkammJ89u1qARzUmEmJ9g9bZh3 { width:4.8125rem;height:2.6875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swqu2fHomvLIA3r7Gg8bQ8N9ST2xBvzT { top:2.6875rem;left:1.3125rem;width:4.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkdL3lmiUkUCpM01agIznVUkma9RpCva { width:14.5rem;height:3.6875rem;top:20.3125rem;left:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPqNvOTQD319MFrH1Q8WI5TX2aZ776dh { display:block; }
 }@media only screen and (max-width: 763px) { #E5hhXo0MRrPUgkoW0AwHM5Wduc0qHFD0 { width:26.3125rem;height:4.5rem;top:1.6875rem;left:10.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLALQWmp3c7sTxpScsUWXMNM4iioguMF { width:7.875rem;height:;top:1.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGZC85saBQbJeqNgbxR3KkxlHhrPBQZg { width:11.25rem;height:2.875rem;top:2.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Besm5tOTcXSx1L65agwvqtOz1XBldRwM { display:block; }
 }@media only screen and (max-width: 763px) { #BtsZnW55eoTDhheA3TdQeli2tdqDEcUf { width:16.75rem;height:;top:6.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSNxZxzFxG98LE2LHmv10PC0DroSctU7 { display:block; }#iSNxZxzFxG98LE2LHmv10PC0DroSctU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZsVlGB53fWOsiuUPQ1gThgtvor01Uy0 { top:1.3125rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbx6deqHEJVd8TlcylqPlAmZCE6eQsDf { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #opPwptCLpXWdV9WM1bQTifENAEDBWi6J { top:7.8125rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevSg2EgN0gazW9Uy5TAZe5vX54P3VQX { top:5.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 { display:block; }#n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4nI7EzhxUwz2ArpxmcWAX0UhWFQPeC8 { top:0.6875rem;left:3.40625rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12MM6D8GDDVOGQr9dmVhkAh5kcSBrq0 { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9JWNyRafzHZFZtPgd1Ua36f7l9lRg1N { top:8.875rem;left:3.40625rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJRytqpeCLTUADzCxf2FhMd41Qbw0SGD { top:0.6875rem;left:3.40625rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu { display:block; }#LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwNrPhdp0Ny8CTocIVpLQMAAHN0d53l3 { width:45.75rem;height:3.5625rem;top:31.5rem;left:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgLQSIBQM6RbSo5qDxh84AxLBr0WmHrm { width:22.8125rem;height:3.3125rem;top:45.125rem;left:12.438802719116rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu0fEwEllk9qEixF3yIyofgJCUOa8FJF { display:block; }
 }@media only screen and (max-width: 763px) { #T7KDTTqubRFzpFBiUSTZ62idehgF6F85 { width:31.375rem;height:4.125rem;top:13.375rem;left:8.1875019073488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqPxwQRy1N4Xb3lLkI3SGVsxKmDPHl1 { width:41.3125rem;height:1.875rem;top:42.375rem;left:3.1888027191162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8UKzxypmCTDoEechLk8hFZwsDddOeeK { top:11.375rem;left:0rem;width:47.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py { width:15.625rem;height:;top:18.25rem;left:0rem;font-size:0.9375rem;display:none; }#GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py li:before{  }
 }@media only screen and (max-width: 763px) { #WBvKpRy46wgnSiVhs51K0tJ9WfficTt0 { width:47.75rem;height:2.8125rem;top:33.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp { width:30.625rem;height:2.0625rem;top:37.125rem;left:8.5625019073488rem;font-size:1.375rem;display:block; }#V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #WLlmsfSpn68NOPNeyfAnVlB4DRroxPei { width:20rem;height:2.0625rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHPEVOQuqN3cg7tVxc21qLNUQUWgD5Cg { width:30.75rem;height:8.1875rem;top:20.8125rem;left:8.5000019073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQ9tg8ftpyTWc60aPxZhFNswMfTMURD { top:29.625rem;left:20.937501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfbQIKKuntUmnCTDV49P8cvnCRtyJKH { top:17.1875rem;left:0rem;width:22.0625rem;height:12.405965045593rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipqnXgAT3b5B6gNnD3ZNqBxAHH2xXEa8 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEOe8Xa65m9DPXGbJosZlFCkoXSTHJiH { width:47.75rem;height:2.0625rem;top:18rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMKOTTpyJhZHMys9UeQC6x2PyAF4HSem { top:45rem;left:30.875rem;width:15.9375rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tf0gUbMa7uQu8ma6EeTAesGvBI3CEXku { width:13.5rem;height:2.75rem;top:61.875rem;left:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc { width:30.625rem;height:2.0625rem;top:39.3125rem;left:8.5625019073488rem;font-size:1.375rem;display:block; }#qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #mMDl4hwB0ZorRzAIzdGc8l7oeRSr9qRG { top:29.625rem;left:20.937501907349rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXDSXeTthIrLVazITBrWpmWFTEZnkHFn { display:block; }#TXDSXeTthIrLVazITBrWpmWFTEZnkHFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbkCrExokqCP3keiITCI64XQmPg9DNVW { top:0rem;left:1.3125rem;width:44.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwi7cDur2p95dsoqDmpqp10u1cyW6a6 { top:16.75rem;left:8.1875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGTAH3bn6dDymsAEUB1GBhUpFxxXhGt { top:16.75rem;left:25.6875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om48eQwb9lZ9GWIITuDXIDrHTtVVX6JC { top:21.5625rem;left:17.4375rem;width:5.125rem;height:9.3758918531275rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1bbPKAngbeJThnGvathcnlThbwEqBQ { width:4.6875rem;height:3.125rem;top:15.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RslPr6Tst75CFl6uTIct56TRUbmobCNn { display:block; }
 }@media only screen and (max-width: 763px) { #FnwsK0TiEHNIt5hofsIROh6aa2Tzt8kw { width:4.6875rem;height:3.125rem;top:15.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT9a9EzwBCaASTQcFaVrcUSCIm2IoOVe { display:block; }
 }@media only screen and (max-width: 763px) { #V7e500uhi6HH7VUcqJ5U2UJFFeAVZLII { top:18.5rem;left:8.9375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeXeRTH0c8cgUSCKyqWdbEQcUaZJ5e7 { top:27.5rem;left:11.375rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiTloWLk1oqaLbbNeFATxZ6aI1Qmxie { top:25.5rem;left:7.625rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCxm7uC75rfpWt2ftOru55JLSTuFhuI { top:23.5rem;left:11.375rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1NJ3Cdek45AQZGJgLLSQGrOI9BNMuKd { top:21.5625rem;left:7.625rem;width:5.375rem;height:3.7501700658518rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TPMO76Pm5i7K9S82PqmGt39tW9Av3k { top:18.4375rem;left:26.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUG3goSd40MXihsmbMXXrW1xWSLwJHLA { top:21.125rem;left:24.6875rem;width:16.0625rem;height:9.8751823986739rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLGaBT33s11vIl8ygsAH8ZTSBG4gqu5Z { top:11.3125rem;left:13.530151367188rem;width:20rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNGdvo8ziwxvbteAplTdzGlbFgGUqzic { display:block; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz3V3BVw6pfEa91LpEDVV0RbvE7ehHo2 { top:23.875rem;left:2.437255859375rem;width:21.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymTfnB3iWsI9i8GmW9W98lXOVyRb0Z4 { top:23.875rem;left:25.4375rem;width:21.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz { display:block; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx { display:block; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU { display:none; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA { display:block; }#oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwJrupaiayGQe8vMy0f1Rd86RyglTSV2 { top:1.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiQE5I5qOPhCRVQi2rhq6HWNVXspZ79A { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJgN1HBkLBVkiNyO866Z8hL3xXvfGFru { top:7.8125rem;left:3.37451171875rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi6SbGCDrpBNLKnl1uxMsD0N0QbIm1RR { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTT6aoHghrEXARappyW95IsNqL2TkFVa { display:block; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0CqcHNJyAiHFtr8hV2xFIO1aOpu3f6I { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAwdkCviISgUviQTJ8rTzHEKWGBaIP3 { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOPAERfPfkOXJZRquVclUgGGi4KNanTN { display:block; }#mOPAERfPfkOXJZRquVclUgGGi4KNanTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6dyW6HMTfTSuN1LNHqFumxdsMtt7ofK { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DksEwPnRtSHXTe2erDNbSwilo7oR2682 { width:45.75rem;height:3.5625rem;top:31.5rem;left:0.96810150146487rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7hJ9XAucdqxLFUQy3GSTG29Q09xETR0 { width:22.8125rem;height:3rem;top:23.5625rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdRMI8iGyVuwnMhI66dvQmgt4rEUxdvp { display:block; }
 }@media only screen and (max-width: 763px) { #E0plBuRDJprOcaAp3veK2sE3Ktx1on48 { width:32.375rem;height:5.0625rem;top:3rem;left:7.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPN03fS4yEi3CodCsKSEQAf1JySkK6mM { width:44.125rem;height:1.875rem;top:20.5625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcq2ZgG0mzaqr3aUXFI2xZRX9xtV3a1 { top:1.25rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIThqcXmk3gLTJF2toNSreDg2HGVk7uV { width:20rem;height:;top:16.125rem;left:0rem;font-size:0.9375rem;display:none; }#lIThqcXmk3gLTJF2toNSreDg2HGVk7uV li:before{  }
 }@media only screen and (max-width: 763px) { #wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw { width:32.625rem;height:3rem;top:13rem;left:6.625rem;font-size:1.25rem;display:block; }#wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #mdI8escA4v5leSL5fPMnNFDBO5rAEv9P { width:18.9375rem;height:2.25rem;top:30.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i959bZEQM0p4JAOV2lpfPyhUfpvqNGwG { width:20rem;height:1.1875rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJ1nI8lDPoguyDXpW6MGXNqkpShKLIfn { top:24.4375rem;left:1.5rem;width:19.375rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw { width:31.5625rem;height:3rem;top:9.3125rem;left:6.625rem;font-size:1.25rem;display:block; }#Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 { width:31.6875rem;height:3rem;top:16.625rem;left:6.625rem;font-size:1.25rem;display:block; }#BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #s933DpJyfC3DQ5JRznnGdDr3NC6zn4TN { top:14.5625rem;left:0.0625rem;width:22.1875rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwMxy4AucaSkwmM9GbzAS0WNqrlbX4WH { top:29.4375rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTaQnWcSFkIIUpVZWJHlhUsFRE0UXMqK { width:20rem;height:2.0625rem;top:28.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ08P6M9RZHxugNPf3ESWTMOUxL0zdoN { width:13.4375rem;height:2.875rem;top:24.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 { width:18.1875rem;height:;top:33.4375rem;left:0rem;font-size:1rem;display:none; }#LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ { display:block; }#aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHLsDG73PsDfx1CMCsP4qEhfiX8JKXHw { width:20rem;height:6.75rem;top:5.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZttbJ0kdGmH2ySO0qK4cfBoz5w6ep5ws { width:45.75rem;height:3.5625rem;top:31.5rem;left:0.96810150146487rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhmnMiLwqdtVB5rietdcw7JOL1nFbdXv { width:22.8125rem;height:3rem;top:31.1875rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSN3FGSnfhuPfdVkCWKv8UWi2D0mBVae { display:block; }
 }@media only screen and (max-width: 763px) { #cMtuxTgdcZMPvA7f4B0UB1wxMTfSvHl5 { width:37.25rem;height:7.625rem;top:11.625rem;left:5.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1RyPHSwSTFzJ5B7cfTp0qshnQm9Q3E { width:44.125rem;height:1.875rem;top:28.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dtlyoHCNSN26rpEi6e700FZ4nhLkys { top:9.875rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p { width:20rem;height:;top:16.125rem;left:0rem;font-size:0.9375rem;display:none; }#Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p li:before{  }
 }@media only screen and (max-width: 763px) { #Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW { width:32.375rem;height:3rem;top:20.375rem;left:7.56093788147rem;font-size:1.25rem;display:block; }#Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #DaCA4oeD5MJEy8aTDzaTDAUwBFxbnPsF { width:18.9375rem;height:2.25rem;top:30.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIMXQKU1T9ZErO7x6LLNgT6ToUmoMwaN { width:20rem;height:1.1875rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9LyIPXObtTKPhKeIscH1K5UBsbJ9KND { top:24.4375rem;left:1.5rem;width:19.375rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP { width:25.6875rem;height:3rem;top:24.125rem;left:7.56093788147rem;font-size:1.25rem;display:block; }#wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #wbyZNkgb82hfeAvRQKZKnRoSp93cfsH7 { top:29.4375rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXFA1m6yyKQLU3EWTA1hH3W9PeEHvgia { width:20rem;height:1rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCSu129DSoLNylukFFEOGpJJXMu08tvr { display:block; }#eCSu129DSoLNylukFFEOGpJJXMu08tvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0wfupcfZUW8DtObXh9ORA7iFVOq8Nuw { width:45.75rem;height:3.5625rem;top:31.5rem;left:0.96810150146487rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc5uy3DaZJy6RID62sx6OmBw6kcheia2 { top:8.3125rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC { width:20rem;height:;top:16.125rem;left:0rem;font-size:0.9375rem;display:none; }#qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC li:before{  }
 }@media only screen and (max-width: 763px) { #HGKhnPN1dyx2nFoQDe4AiFMMWpUiTbek { width:18.9375rem;height:2.25rem;top:30.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOSPcyPiR0XzVRBwc4V2OvkhcetWt3KE { width:20rem;height:1.1875rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dknLdoLuK0M6kqc4xhntr14R46C21qtL { width:43.3125rem;height:2.3125rem;top:13.75rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQMe5yhFptKJwST7VRxC2fTBxcnDF7l5 { width:37.375rem;height:2.3125rem;top:10.3125rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywa27sTZWL0ULZJhqadac9i7dW7HGpR9 { width:47.75rem;height:1.875rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8W8PyAnxbghtKeScu74hqegDzTufHu { width:37.5625rem;height:1.375rem;top:20.3125rem;left:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTC8VSUcUXBV4pPFkwkDi9EoGa2svgN { width:42.1875rem;height:1.875rem;top:23.375rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7QqxrXia26whAGfI5EDCWKxzdhh9eOp { width:22.875rem;height:3rem;top:26.25rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBPJXaZn9r3mU20qGUBbfc2lTD8PJbGo { display:block; }
 }@media only screen and (max-width: 763px) { #HMXkV89zZdOh26TN4urbgG7cEQtNbvn0 { width:43.3125rem;height:2.3125rem;top:13.75rem;left:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1HD7sixHpGuWfC4RETwpmiKJxt4PBNt { width:20rem;height:5.8125rem;top:10rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnrA90v0nKJwO2AdazxcGkc8LJePoGyH { display:block; }#PnrA90v0nKJwO2AdazxcGkc8LJePoGyH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Enqpyrg9FDU5dcclmxGufN6hmrDqzwl1 { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J34o99J9hxKzWJB7lO9n7HOKGZw2V9nV { width:45.75rem;height:3.5625rem;top:31.5rem;left:0.96810150146487rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHBGIioqOdXHR0qxSuG5APLfq9izwQGJ { width:22.8125rem;height:3rem;top:39.4375rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyvLQxtWhbzt58dtt7xZ1MBf3Tu9U0am { display:block; }
 }@media only screen and (max-width: 763px) { #ogb5sGZArz1SVTxW6kfAAodS0E87m6T4 { width:32.375rem;height:5.0625rem;top:12.875rem;left:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMbOOqPQ7IKHSXb3lPaWDRPr1KDB651 { width:44.125rem;height:1.875rem;top:36.6875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buocOWhmvruGOZOUzAsNZBdUCiq5TRht { top:10.75rem;left:0rem;width:47.75rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3izpngzNISii4g5OvXDTuI5VnfBQOu { width:20rem;height:;top:16.125rem;left:0rem;font-size:0.9375rem;display:none; }#kU3izpngzNISii4g5OvXDTuI5VnfBQOu li:before{  }
 }@media only screen and (max-width: 763px) { #IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q { width:32.625rem;height:3rem;top:29.25rem;left:6.75rem;font-size:1.25rem;display:block; }#IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #cxUk2JOPRMTmKz6hL6xoTE3DrkXHtBcT { width:18.9375rem;height:2.25rem;top:30.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #urZ0HJol246UKg0NxGvEBHUkn4TVVzQA { width:20rem;height:1.1875rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOuNLXNXIdqPhvwtsPJfdoZq8dc7fAbv { top:24.4375rem;left:1.5rem;width:19.375rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IENJdOctIqkGNQVoM2M8DW0EZVapAT95 { width:31.5625rem;height:3rem;top:18.75rem;left:6.75rem;font-size:1.25rem;display:block; }#IENJdOctIqkGNQVoM2M8DW0EZVapAT95 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #oghlNfpmvJO7oHuRCtwJIaN3DBnN0eta { width:47.75rem;height:1.5625rem;top:24.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB { width:31.6875rem;height:3rem;top:32.875rem;left:6.75rem;font-size:1.25rem;display:block; }#onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #bi8QJ2DwJk0RicOpTTARXeI1eJs7LHtD { top:14.5625rem;left:0.0625rem;width:22.1875rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ovb02cEQ2GTJuPkVFrBlJ8TAmkX1fQDX { top:29.4375rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlOt17XQp140KcE3a12z4Oi0gnVPHQEy { width:20rem;height:2.0625rem;top:28.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNRzztI58hWRuuTlcODEx8RFJWLSJwqO { width:13.4375rem;height:2.875rem;top:24.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0iI1tb6kEqUCypNVZzGqu5lTcvXuryV { width:38.875rem;height:1.9375rem;top:22.5625rem;left:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba { width:38.5625rem;height:1.5rem;top:27.1875rem;left:6.625rem;font-size:1rem;display:block; }#Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y { width:18.1875rem;height:;top:33.4375rem;left:0rem;font-size:1rem;display:none; }#AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #ZQue552VgAWvWibq2qBRnps7DmpUvffl { display:block; }#ZQue552VgAWvWibq2qBRnps7DmpUvffl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNN3dg44FsBZ6BOodA79XOpxIHXOzDP9 { width:20rem;height:4.5rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJhJzmgBo5TSgwNSniE3rqyBqeJ5WpS { width:45.75rem;height:3.5625rem;top:31.5rem;left:0.96810150146487rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KF2slkXIhHCZbpKRqk5sVKG2sWDZRNzE { width:22.8125rem;height:3rem;top:26rem;left:12.43906211853rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFaMZDwMppqEvQJdeVoB5lLom07qTO6a { display:block; }
 }@media only screen and (max-width: 763px) { #u4JQKKgtBFPvhf5z2Fmz1vMFGMH1T2SF { width:32.375rem;height:5.0625rem;top:5.375rem;left:7.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viqu9msXnu5qkW1hLrKwMmRciMf0OTS6 { width:44.125rem;height:1.875rem;top:22.875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZEr5pOeCykGm1vpSwrABnC6nniSXdEs { top:3.125rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh { width:20rem;height:;top:16.125rem;left:0rem;font-size:0.9375rem;display:none; }#ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh li:before{  }
 }@media only screen and (max-width: 763px) { #sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G { width:38.5rem;height:4.5rem;top:11.5625rem;left:5.875rem;font-size:1.25rem;display:block; }#sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #OyTo9woxAexRK0K8lDAJckrQWCknVkzl { width:18.9375rem;height:2.25rem;top:30.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0GzKXV94GgG1fAWHMP1CvTp21GW2Lu3 { width:20rem;height:1.1875rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5Bq0LJDLqT0TlXgEqJrcImzONLQaeCi { top:24.4375rem;left:1.5rem;width:19.375rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh { width:31.5625rem;height:3rem;top:17.5rem;left:5.875rem;font-size:1.25rem;display:block; }#WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #A29pH0G5puFdVT4RePgmDrKIJZmNiodi { top:14.5625rem;left:0.0625rem;width:22.1875rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbNVQ2hy5OnX2PagJounPvWqHWl5PvDl { width:20rem;height:2.0625rem;top:28.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCpgoN4B2UuXu21JpMLk2FLRw59vuwb2 { width:13.4375rem;height:2.875rem;top:24.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEM6D5ahME4IcVzT3h15Py8JeBBvXXXz { top:17.1875rem;left:0rem;width:22.0625rem;height:12.405965045593rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJCRJmPXPCcy40AEFmnbKxkDX9luMkcN { width:31.9375rem;height:8.25rem;top:18.5rem;left:7.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2TnaoyfTGEvzTTdiW9QCuATkbwWnqru { top:26.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgxLhWbOuaoiZ7lFwLtn3LSoGxlqQz0f { top:26.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwKs4GcbAgek2IT89rJWrK1iBHRZodiH { display:block; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSRizRHbktOag9fBTZA3l0NgbeXLtyGe { top:11.3125rem;left:21.1875rem;width:14.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk1OhFMOqORXvviEmKuGVmCUS5t5EpqJ { top:10.3125rem;left:31.875001907349rem;width:7.875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvtExgcShoNEmb1JyaHKMqQRSwriGW6 { top:15.1875rem;left:25.5625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nav5nEOQXlbIQQLTKLQHL3xqkDuktbI9 { top:0rem;left:14.5rem;width:33.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPRVSXHTRPzqTFK5vt5dgOKBIOCOmhlc { width:23rem;height:2.125rem;top:18.75rem;left:23.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhz93uu7UyZBd89T4uOcbknOyBJ6Id7B { display:block; }
 }@media only screen and (max-width: 763px) { #NTLnJX9sENc5e8mdXQZPU1JwSOTmCep2 { top:18.75rem;left:0rem;width:9.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH2zIxbDi2vcMuVDNrfbxxe22ZXdfgKm { top:19.1875rem;left:7.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzfg5fsQFk56ya4Xmap12TShtMAz59LW { top:17rem;left:19.9375rem;width:5.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXuLIrr8dDEnt9PoPVkLsZArGaUv6g8U { top:1.125rem;left:34.625003814698rem;width:4.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxOzwHAfzeonxfEgtINDDoUFioiy8Wu { top:17rem;left:42.875rem;width:4.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqBVSkOJ9zvr99ph2FZdaLTo8WVhSyx { top:2.25rem;left:0rem;width:23.5625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbntobkZ2uZ0TTrXalcoy61CvxZLgwye { top:9rem;left:0rem;width:16.875rem;height:2.5625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocEMphDG3PH9wTTyZ4XJCunaHHnMN4vh { top:11.3125rem;left:38.687503814698rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 { display:block; }#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhWywbKTUcHmATedZPM20nwuLvnN3x4g { top:4rem;left:0rem;width:23.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3PoZUNyOihrMwpLvQyXafUkxCyM1B3o { top:2.9375rem;left:28.0625rem;width:19.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8yhwlwMeID53Fz7vnd3I1VdDpmyeKZ { top:6.125rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7yJBnaykvQenkiCFE3Txh7ZAFJNL8l { top:5.0625rem;left:40.3125rem;width:7.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukAavymkvyvi9vXA2cc4XIcM8L4Lb3R3 { top:11rem;left:39.8125rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb9l265KD2IzzlnVx6l8QK4TWzJp0mdS { top:13.5rem;left:41.5rem;width:6.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe4TWmAgUqtiGHiFabaJOpFl9agRc4kG { top:14.875rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxdShT38vcLgfiVTamaX7SvddO6lc7k { top:10.0625rem;left:34.9375rem;width:7.875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCSwqgoUMSvDHkdfaZHc5NmT2JakhXU { top:18.75rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VQc9n6L2m6aS0upODwQlxIPXGig7lN { top:18.75rem;left:43.75rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZESr3SpaEr2eSPITFeU9F9SAMdbWOwf { top:11.0625rem;left:24.9375rem;width:12.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvbzfCAIQQbLAaV3fTRbncgST8GlZayV { top:6.125rem;left:27.6671667099rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOET1CaTfi25eVcReJgT6A94mCiWWBmT { top:9.625rem;left:0rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD58xiMoiC85Fd00S5dXnU1LGdMlGieA { top:39.0625rem;left:0rem;width:19.6875rem;height:2.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQdXZtMNi44fpRpH2LFIrl86orDsgTP6 { top:38rem;left:6.6875rem;width:5.5rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvlJxtCkfCFiNfWaSRGVsT5uTgn81KpC { top:2.875rem;left:4.3113451004028rem;width:10.1875rem;height:1.4907757821694rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4CeFHxU8zDirwRVz2UMSfa8FqXNkwC { top:14.25rem;left:2.5625rem;width:14.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTfbZ4MdM533o08P3OTK8FQc1DBaT58 { top:16.4375rem;left:0rem;width:30.4375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik40o7uad3bKTZwzBqxMTylg3pl1BLTa { top:17rem;left:28.0625rem;width:19.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWapUorUT6AnVCx7z2J0q0OLepZTeDOh { display:block; }#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRr0blHqKZJwfvfVNSOOUOBybXMtTNqL { top:21.25rem;left:4.25rem;width:23.125rem;height:9.4736208114206rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh72AOopbptTii7uP7sXqtuFFM37h4oT { top:32.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyCr8TZXfyk78HzES0b6tkeTFCy0IPMV { top:25.125rem;left:0rem;width:5.625rem;height:5.5644586894587rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXhWcCG3ZWHVZ7zVl2b0FJFSspxpLpi { top:37.6875rem;left:0rem;width:16.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3PrToIE4v7xrTqzNxdFZtUlmPUNwqgN { top:38.0625rem;left:0rem;width:13.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKqWbpA9VXJdvo1gE2vyzXlugcpPFUpE { top:38.0625rem;left:17.25rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsC98TRGPBBwZFV1sTo0eTgaAGfHKQWw { top:37.6875rem;left:15.5625rem;width:20.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUnVDLvVx9sM8hfHlNM5T76eosMu1b9h { top:38.0625rem;left:33.3125rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6xmGXbxpA1vSaZpUERKwrppmOqxF9c { top:37.6875rem;left:30.8125rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrEo6sdxDM9UgTWdO7Ig0ys1wfaHyK4 { top:23.4375rem;left:29.75rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCe40hOn7gTTr0FNTBCicKdfhTVahnZP { top:26.1875rem;left:24.6875rem;width:23.0625rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prbRRoSaMGND1ZROTxGqvQC8GCoGPCMT { top:61.4375rem;left:18.062232017517rem;width:14.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoUN7zkdkbhOc9k3es8qwwRHMp2wpfSW { top:50.75rem;left:0rem;width:18.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVFabRSMSLKa08FmpJXV34WQTX5KhwXG { top:63.5rem;left:0rem;width:19.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxIUVOOt7tQxR1GhsGtUvMDFtdGtF7qD { top:56.1875rem;left:32.875rem;width:14.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP4D6zrTM7PDRdlPkJ3KJgFdvhQetHGa { top:43.125rem;left:30.8125rem;width:16.9375rem;height:9.9626967982825rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh0oygbwCpwB9Kqfbxi8MWxAOWVARzyp { top:61rem;left:32.875rem;width:14.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRdU237O3OmIcwim3sABK8vBEVitLFpO { top:67.625rem;left:11.25rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmOWc8Qdgn60uSrAs7aNH8Zg7DS9F8FR { top:65.6875rem;left:0rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfeN2wBBxJpzMo5nMwCyNw9zNDbRzt6c { top:35.5625rem;left:32.9375rem;width:14.8125rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmeLirIQkzFeX7TNzkP7DBRlLmzCEKhS { top:87.125rem;left:0rem;width:19.9375rem;height:4rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ6S5fWWmMAUTgILITCu9wseTKZHsweG { top:40.375rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXDgQn81zcnUvuePyE5IHWT8rbolqnlM { top:43.125rem;left:0rem;width:13.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPBk7l9nOnbO7X6J05ypzxPPLAySgwU { top:56.1875rem;left:0rem;width:12.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGb5zoBowlPN8015m2uH9TNF6PdsfqKk { top:46.3125rem;left:18.75rem;width:14.75rem;height:8.2150795794019rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzGoo8maysxJlr8Un2f1JTUpktG525GE { top:50.4375rem;left:17.8125rem;width:14.75rem;height:8.2769434927169rem;display:block; }
 }@media only screen and (max-width: 763px) { #znx5Jv696NV3OQhJVg7qZpkrtG6sOPQT { top:43.125rem;left:19.9375rem;width:14.75rem;height:8.2150795794019rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { display:block; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0nEzmcSMX2woFvz3xAH5TrTgSX9yF77 { top:9.75rem;left:0rem;width:42.375rem;height:23.812671463212rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMB5wP22OUqT7MTspmMWiGPLqPxfaxwk { width:12.0625rem;height:1.5625rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbxq2VZi2KDBdoJaxWdLC58sd9XxIw1 { width:21.25rem;height:9.6875rem;top:10.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqGZ9SlTihPHiDpXs7Su6wkk0K7wXSTz { top:7.1875rem;left:0rem;width:13.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf12AbWX0yJ9gSADKUvxQxL8rntXuxBm { width:20.8125rem;height:3.625rem;top:51rem;left:14.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNppu0Z7PgT3TikK83q5klFNPkrqQF8b { display:block; }
 }@media only screen and (max-width: 763px) { #NtGbm9XyzQZoA70ivf3vSkxxXbK5a7lP { width:23.4375rem;height:1.25rem;top:26.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMe0CSmehHyXoEoTO9uTUDKDIxX1efV { top:3.125rem;left:0rem;width:25.75rem;height:50.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNE0N5Ip87mb7bVdkDqF5mJp9qo8ZVo3 { width:8.1875rem;height:2.1875rem;top:49.5625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFhmDcHAIJREnHvyunTsdnzcvqxyqE0U { display:block; }
 }@media only screen and (max-width: 763px) { #sBCx7hf6d7HeoZWX19pett5rgsE8FIh8 { width:24.0625rem;height:3.875rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5xC4iXdcswPKMVfRqFSMIdSM7qFHg5T { width:18.6875rem;height:1.75rem;top:14.75rem;left:2.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #epzpHXx23k6wwSAFKGCBKk2AvHVKTVPy { width:20.375rem;height:3.75rem;top:10.0625rem;left:1.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wku9RNCUZ0ZRpQSQedJbX6aQIv9ewof8 { width:18.5625rem;height:;top:14.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtfDdiJzLfx1mkRPsTDoL0xn9V0Gqml9 { width:19.1875rem;height:4.0625rem;top:20.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqB7JTvbv4FClTKR2MbFMaVmAeDhetI { top:9.3125rem;left:9.3125rem;width:38.4375rem;height:21.187125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQR9JyyCS2rlahVN4BrZwTJBqXSH7qBc { top:34.125rem;left:0rem;width:22.375rem;height:12.52719271611rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWEmpOwv5PLSRAJgeTUN9U1yaJiLLTK { top:33.5625rem;left:22rem;width:25.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lirt8n9KMJtzd4lWWIz2LQ8PeTc6bIx7 { top:39.75rem;left:21.75rem;width:26rem;height:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O22v9FPSOsGn1sN8A3ZF5WZLe9T8c9bf { top:7.9375rem;left:0rem;width:22.9375rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 { display:block; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buMWml5o25blpa6Lnsi0l3vOGf8lS4ce { top:2.125rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap92GI12AOmi7lecHcwZTi60DAcBtcCX { width:18.75rem;height:2.25rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9AebtehciAv7fT3D58p7v03Ck7qGHEI { width:18.75rem;height:2.0625rem;top:2.125rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmdCH7sia0VyLotUsGKibEWfqhc4yGk { width:18.75rem;height:2.25rem;top:4.1875rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHOXGHIUiDKzfwDGU68donaCPeeJpQrc { width:18.4375rem;height:3rem;top:7.875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDknmAlsaKtBxQ2XivlzDK2EphqAelPL { top:2.125rem;left:31.75rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEOkXSqzH3cAgos0siWyOWPnS64zf6Xq { width:11rem;height:4.375rem;top:6.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5e4ybb20mMLOssqShcLDm7GLzzz0Zl { width:10.9375rem;height:2.875rem;top:7.875rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXiosAqO27eH8Iedr1xQmsk7PXutLaM { width:18.75rem;height:2.0625rem;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFONd8GTZ7e2GMZyKZgEh7TSIbLBgT5 { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHcgJSTeqCcobOp0TTOuA5OihBigK17U { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAihCzdAAySrZxgJTq72ODd8BSG7atLM { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxfZDuW8Eos8x7ea3gD6k5SnK6MOPcCx { top:1.6875rem;left:39.3125rem;width:8.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIy0Xr78rKgXOaKBMfkiTlb1KkdO5139 { top:1.6875rem;left:31.75rem;width:8.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ { display:block; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFKBlLKOXVqNydfud7KT0hT6gGHIiOWm { top:9.75rem;left:0rem;width:42.375rem;height:23.812671463212rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKprPO0WqS8PUe3hri5Mapdz3EJu9pUv { top:3.125rem;left:0rem;width:25.75rem;height:50.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhwIgb4marCJQh94C5cPXCTkEVdvyJyT { width:8.1875rem;height:2.1875rem;top:49.5625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLkg3aSKMGn42nvDrSWale9sEOJuUkXy { display:block; }
 }@media only screen and (max-width: 763px) { #JHk6snO97X0nzNfzybQP8ASuVKCrTJB5 { width:24.0625rem;height:3.875rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9kIHbgcpBE8iH0MrukuUKg15MNUNuMD { width:18.6875rem;height:1.75rem;top:14.75rem;left:2.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHTeQcTbqpV6Kgpf5XZT4UhRrFT6V6TO { width:20.375rem;height:3.75rem;top:10.0625rem;left:1.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiGrRqVcHQm5pkMcCrRpNkQ15SnCUTJJ { width:18.5625rem;height:;top:14.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSREol7Q3LhRPMEswg0koXPsOLePDnwv { width:47.75rem;height:9rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW { display:block; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCJEiE7hAL0lEzUAFxT9JAmNuiJG095E { width:16rem;height:3.125rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbXfHQfXDqspVURkAOpMXfGxpeiE8At8 { width:15.5rem;height:1.5rem;top:5.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhGqz2yK5T1xzdOMrD62JQpPsJUk6P0U { top:8.8125rem;left:0rem;width:17.25rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3DLxqJqAPlvd4QUoWFrO5OLOq3ruvqK { width:11.375rem;height:1.5625rem;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esOKaNTezT0EvfxBW8mMhykxv56Q8VTb { width:19.4375rem;height:4.5rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXMSyw7U2FporBm16fBvz530X75SI7ba { width:16.1875rem;height:2.375rem;top:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3u8toDztE33s2acxftHfWaNHN8tGW8U { top:2rem;left:15.5625rem;width:0.3125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRxZJ8mZ2VOSEPEnmGZG1NK8IzlXnT51 { width:14.125rem;height:2.625rem;top:28.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLNbKV56OMoKAtoGEBO4BRtrN8rDJ0an { width:8.1875rem;height:2.1875rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJtWeU17QfUBtu5aUK1WTfk494TILFC { display:block; }
 }@media only screen and (max-width: 763px) { #whVEA36HSgTJZuARyHAR76JsUmF2JGtI { width:8.1875rem;height:2.1875rem;top:31.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBGaLcvNpoduDK4CEHtNHIrXw8CRHH0 { display:block; }
 }@media only screen and (max-width: 763px) { #oiw0Z8DVR7zdvHymfiWia7qkr11XqUIr { width:8.1875rem;height:2.1875rem;top:31.75rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVtzgGFVfPperguS0ferLGhIaTsU632q { display:block; }
 }@media only screen and (max-width: 763px) { #RbqvCF9LxHf1CTy76Rye6zgBQLGJytPl { width:8.1875rem;height:2.1875rem;top:31.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rePkK3ZVEkfrFLCCCNzQh6wBDfcJPtpR { display:block; }
 }@media only screen and (max-width: 763px) { #LdUv47wBWP0NIMZsohkise752i0FtzSW { width:20.25rem;height:4.5rem;top:18.75rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuOhgTULbchlAHQJlKPaLTdbpxBoD9k1 { top:8.8125rem;left:15.9375rem;width:15.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgzxc4POLz2WBPis44mdqavaRA5mnM2 { width:16.1875rem;height:2.375rem;top:25.9375rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngS5IkNQ5xXklFhVSEc3Fq87ade3Zbzp { width:14.125rem;height:2.625rem;top:28.3125rem;left:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzdNy4tNAecCMUt96m2GShyxIfOvrq9 { width:11.375rem;height:1.5625rem;top:24.375rem;left:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0S9LQZN8zoFkvifL8Ca1q6gvbyIt7L8 { width:12.4375rem;height:2.0625rem;top:5.1875rem;left:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKW6SF55ybQ9Qn8dH9W6gTIVnXGSMRQT { width:15.8125rem;height:3.125rem;top:1.8125rem;left:15.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTEiceWFAtvTGzIyTgxR0cTNv9EgzhZ { width:11.375rem;height:1.5625rem;top:7.375rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2F2HsAAfoioeghw8r5Eq577eUfWZP1x { top:1.9375rem;left:31.4375rem;width:0.3125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cizznOcE5cRKQhiORZ1JeTzimMxMxp { width:8.1875rem;height:2.1875rem;top:31.75rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpex2FRGWGVHyE57BJ7Vv0ffEGrgZu2c { display:block; }
 }@media only screen and (max-width: 763px) { #crcv4pFgyRfztnbvTwJki2p6tForPWlX { width:17rem;height:2.625rem;top:28.5625rem;left:30.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLr6m9LlUIqxpKVTl6krJ5H1rJ5kGuty { width:8.1875rem;height:2.1875rem;top:31.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXErak2gpaEWwrrn6n3qneQVd7XTTIxf { display:block; }
 }@media only screen and (max-width: 763px) { #eczU0swIiqgBf4vLylfKFsq2fd0U3gkw { width:16.1875rem;height:2.375rem;top:26rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ehvw527uSIIAyWT6cOJi1wkRiFmdyU { width:11.375rem;height:1.5625rem;top:24.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW7vuPdZ4FMudqe9JqWIql7uFNtSFyv1 { width:17.5rem;height:4.5rem;top:18.75rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht8J87TCKNiSinHubgiq6mVUqTcVR0zf { width:16.125rem;height:1.5rem;top:4.9375rem;left:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJxWQZf4Z2bmSToTFkgiwI7oQTwacuU { top:8.8125rem;left:31.875rem;width:15.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVNBMShHWE7v9mtCLT6GSr4KTNXGsSlq { width:17.6875rem;height:2.75rem;top:2rem;left:29.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efgZonK2agzxP9tHav0HlZ3TBqVya0Gh { top:6rem;left:23.375rem;width:24.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtyZsQaa9pNvdcsZ9HtItIbp6xDK5TWD { top:38.5rem;left:12.875rem;width:11rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FudrhpfDnCrQeDlwksLPk5iubROX1arg { top:1.1875rem;left:0rem;width:47.75rem;height:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlS4eU2wLvmrzh0AItZhQdn7al65VCdm { top:1.1875rem;left:0rem;width:47.75rem;height:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7lo7JLKQgXl3fCONhrRVzM6oTcJhVKR { top:6rem;left:23.375rem;width:24.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7PcAIqPTbnqCKAAKhgo7n1KxM4B3IA1 { top:38.5625rem;left:35.4375rem;width:12.3125rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FprbDX2N7WlP0SdprZTA0nkO8v0yTkV2 { top:1.1875rem;left:0rem;width:47.75rem;height:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfdeqeHwJf92ZXhNKUNOcolPuBf325Zn { top:5.5625rem;left:23.375rem;width:24.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGMH2z0FqwdHu54w2SkJHIERMmkow6yq { top:38.5625rem;left:35.4375rem;width:10.5625rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ { display:block; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slI37mZKxuHJb55TfVv6FmP0syFX7VwX { top:9.75rem;left:0rem;width:42.375rem;height:23.812671463212rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckD1lm602iBg4e8BEocwfd9eRnGn17WN { top:3.125rem;left:0rem;width:25.75rem;height:50.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEg8BRh9dzFH4UcVivB5sVFo4JRAIKTr { width:8.1875rem;height:2.1875rem;top:49.5625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKolgpWu4O6VHl9rWDu67vBNzrkn8EXe { display:block; }
 }@media only screen and (max-width: 763px) { #TEDUUmnKH8EXxk1RgSHUIiLHS5sA9kxN { width:24.0625rem;height:3.875rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxoJT34TTteJaNTTCxGE481tCUWy1bvz { width:18.6875rem;height:1.75rem;top:14.75rem;left:2.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8HklFZb4REWwxr2aOfFa3Ax2yfxNuva { width:20.375rem;height:3.75rem;top:10.0625rem;left:1.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LR6yuPTpynXiT5SqVDQXnsML22nfRAsu { width:18.5625rem;height:;top:14.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A71lZdOlvdTwXx93dQJEqTqUwHKwwi97 { width:47.75rem;height:3.3125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps9RFh5hIk6GpbLq9i6yzJTLJJfOsb0c { top:0.75rem;left:4.5rem;width:38.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2x7Z4AUPmnkSbidFrwT0N53TILkDJz6 { width:47.75rem;height:6rem;top:5.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { display:block; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S99r80pRO09LVyiScKODXINmoJb0LqL5 { width:26.3125rem;height:5.25rem;top:1.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block; }
 }@media only screen and (max-width: 763px) { #Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx { display:block; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EASqsScRWOnECrJUuIJyhiesA1nS9NHI { 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) { #NsXnhOXrJtr9kpJbzpLeoAJBEkwETUmm { 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) { #nvXimhG5J2lNsOtwCXRudNqfzVVadA5P { width:9.4375rem;height:11.25rem;top:0rem;left:14.4375rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb3hLOreiv8rtdOJLML8S070dDnTAqFs { top:6.3125rem;left:4.125rem;width:19.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngSg80mpnX0676hD564iyFFkhQWvq3BI { top:10.5rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAwXbMI4WL9WP9XKVTQNZDEJVSgTflgy { top:10.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK2OSZeTHwRRf4Adb9Bcv3RBkQfEETxm { top:17.75rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMTuH1NDA3T0mqBZvMxOUDBAW7z3dn76 { top:17.75rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxHorLQMO4qo3umwagBQfhVwGWMy6KqW { top:32.4375rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xseNwu3gvF5GSZEfLSHo7GT1aZPFdebC { top:32.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWub1VFAp2K7DGrP6n0DT2VLa2Nv0eKH { width:24.0625rem;height:2.4375rem;top:12.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwqxZgy9k2pxw8lgA0yRLf5zgJ0rMAOf { width:23.875rem;height:2.4375rem;top:12.5625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpmlwlM5xnaZb7JVP5klzB4DFxAVfHnX { width:24.0625rem;height:2.4375rem;top:19.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZQzARf9aycJAyfCzgGVBaXLSafuL4G { width:24.0625rem;height:2.4375rem;top:19.6875rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi9xyKAalQkrXeUwoWffLtzD0LNtXohP { width:24.0625rem;height:3.625rem;top:33.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATclTSN20s09Fa5kmG4HuUNsqzirRWh { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObxzoO7LFBgwFR9TmPs9grr8sHnpAGxu { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHwkTJX23m8AZ6EPc0mvL1ctmT4rTySu { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWkUZ41LOH7Fp8zULp2qpirO0AcRcVi5 { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i68FRbH73TCN1RgwnSVfsgCTKGMwzIpq { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUpdq8vooBedM6KcI9zoQfovHAPJ7QA7 { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTEbPVZR1ce9oIKhOKQJ0TLBg4UuVTSf { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAVTyfqtDudDwu7t4P620ARrlptwwKfq { top:25.125rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1hnl5io4DuTB2NSS3S3C6hEAhuL2aBm { width:24.0625rem;height:2.4375rem;top:34.5rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpkPCilHlGfTwoCM6L2vfV7MnUwTIS8 { top:25.125rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fixcqSbNOE3VuR5S30Cz54az7CT6Ne6M { width:24.0625rem;height:2.4375rem;top:27.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAPg4LS88tqihCIZpdvCCyWqpHVmhTmK { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dskqadMcA7NNRvzvvCegSK8O2lNTNBEM { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6DOXHEcvVHHdxWEAUA0BXH5KNJTtqM0 { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zq1BdzVbTosKmFLAqwx4a74JxyV8uqRO { width:24.0625rem;height:2.4375rem;top:27.1875rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhzdmOxhN2pxDk5OhZCEFEiDOZHfRJZF { width:26.3125rem;height:5.25rem;top:1.0625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Qt1mCiuFS3l0Ial8S7lIWaqVyZK3UH { display:block; }
 }@media only screen and (max-width: 763px) { #VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx { display:block; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIlReXZaN7Lx8y37xrOsREDK34TT8XbT { width:47.75rem;height:2.8125rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b { display:block; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4P9d4o9sJpAAR9U53GqEpzq6kp4pUuA { width:21.375rem;height:9.75rem;top:19.375rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SaOvaVAio6PUUVJCsNQH5ITTvenyoK { top:0.8125rem;left:0rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX42fyDt1ysz7C1HwgwPJT8yBzET4E7R { width:16.9375rem;height:3.125rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw6gWS6H1ghuO59lr01BKGdfGA7350L5 { width:18.125rem;height:5.1875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHHtbPuGmSqDi18T7CDpvoyPkd38KV0o { top:0.8125rem;left:28.75rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTHHkOCFR4ifdHTlF23vBZJA0vLFa40 { top:0.8125rem;left:12.875rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kirg2BgKgiiAwQcvqltdXlTeoCpWTZIl { width:16.9375rem;height:6.25rem;top:2.5rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgSVoG9mqR1zofv5Ah9uiaiBzaIA9Or7 { width:19.0625rem;height:5.1875rem;top:9.6875rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmUdVg2Mkn4OdEQmGvVEu4QUy1DkJ84d { width:16.8125rem;height:7.3125rem;top:101.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfShtLd2pr5ZorSoK4T8krQ8pFnQUOWR { width:16.8125rem;height:7.3125rem;top:120.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrIgL9TMVk6LXS4TpynuTZiBA5i3GogD { width:17rem;height:8.5rem;top:129.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrkMMBGMHDNPVTqnvVic1Dp50o6KJhn7 { width:16.8125rem;height:1.375rem;top:148rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEHGch8Pt6UN3fAZ48dTcvWsTVWnUTb4 { width:20.125rem;height:5.625rem;top:2.8125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLal0n5p2KMPXVNVLpTpKs35nNbkbCCx { width:20rem;height:5.1875rem;top:9.6875rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG3li36tGE3alk0TFRwAFeSDuQmFVwff { display:block; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyTQOUHLxRXM6s3S1zvIlTQqCuCLmo6c { width:21.375rem;height:9.75rem;top:19.375rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udz6RthqP11qbdDfMAyumRoDykaNpBhv { top:0.6875rem;left:28.75rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrmHITHlLs5POxeRey5tktDi7gHss0l { width:16.9375rem;height:3.125rem;top:4.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQWdIcrwh3QbpUf9JtWQTqO19Cws0ie { top:0.6875rem;left:12.875rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTpLn83O7nAQNWvc3AM9KBBpSArIBlO { width:16.9375rem;height:3.75rem;top:3.6875rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR8RJ2zemTEbqWst72aVrdzg2LmBID3d { width:18.25rem;height:5.1875rem;top:9.125rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXHdKlTA10uabxukTtJdQOrtVAh3Zc0m { width:16.8125rem;height:7.3125rem;top:101.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNCOWIK7XfLP2zD5K49XAi02QJQ6bCTF { width:16.8125rem;height:7.3125rem;top:120.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwKKDpteBAVqgCowzLhpJKNEVSqzF80o { width:17rem;height:8.5rem;top:129.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5TxHB19CpxIzZl3ZJVrem4GL0Ak8WDz { width:16.8125rem;height:1.375rem;top:148rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdqxO3ufEoaIwXCwPUJdMIiwxeIRRFKZ { top:0.6875rem;left:0rem;width:18.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAN8O3J9gPrwTanTHuL2kJcdgu3Rg9Lv { width:18.3125rem;height:5.625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGv2TayHKXft6UQOn5pN5M1bLg1p7kOz { width:20rem;height:3.875rem;top:9.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXwNXqrbgX49L2cerFzyTmQo9abX4mfN { width:18.25rem;height:3.875rem;top:9.8125rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roU58Pl3HOauPC0zneleItEpfedJ0ezu { display:block; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3cMvRkFW8F9vJfPOX6kecArvXhEfLR7 { width:26.3125rem;height:5.25rem;top:0.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIn3FTAlTcBNBsq7i0bfm4v5C8v0Q3T0 { display:block; }
 }@media only screen and (max-width: 763px) { #atM9BIRDl7eS6I4TwV492cxlUyNIKufb { display:block; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1No2q6H7OKyKViscF4VDx9FKBdN8z5o { top:1.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq { display:block; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S { top:32.5625rem;left:2.9375rem;width:30.25rem;height:5.3125rem;font-size:0.8125rem;display:block; }#ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S li:before{  }
 }@media only screen and (max-width: 763px) { #DaXHTRSd0nlDFQSqhOsgx1ufVSERMOd6 { top:42rem;left:3.25rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXQEOFgEppcF8PAExUwmIsqd2lnhnyTl { top:39.1875rem;left:2.9375rem;width:31.125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Dk896qNmFpJG9SANB9Ckmih41OVm2l { top:67.25rem;left:2.9375rem;width:27.8125rem;height:;font-size:0.8125rem;display:block; }#n8Dk896qNmFpJG9SANB9Ckmih41OVm2l li:before{  }
 }@media only screen and (max-width: 763px) { #Bf1F55plOIDF5S9ouVfXnxGR3WmN3THZ { top:62.25rem;left:2.9375rem;width:34.8125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 { top:54.75rem;left:2.9375rem;width:32.0625rem;height:6.6875rem;font-size:0.8125rem;display:block; }#ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 li:before{  }
 }@media only screen and (max-width: 763px) { #vZHNdXZmLAPpLDTCEFF8PNLcGlel5kn0 { top:49.875rem;left:2.875rem;width:41.3125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb { top:44rem;left:2.9375rem;width:29.3125rem;height:4.9375rem;font-size:0.8125rem;display:block; }#rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb li:before{  }
 }@media only screen and (max-width: 763px) { #VZET7PkJkiTAim1Tk2q2CyJRR21reyS1 { top:27.3125rem;left:2.9375rem;width:32.6875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT { top:91.375rem;left:2.9375rem;width:29.3125rem;height:4.9375rem;font-size:0.8125rem;display:block; }#cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT li:before{  }
 }@media only screen and (max-width: 763px) { #U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m { top:78.9375rem;left:2.9375rem;width:31.75rem;height:6.6875rem;font-size:0.8125rem;display:block; }#U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m li:before{  }
 }@media only screen and (max-width: 763px) { #vevi7TLGkw6yQyhGCTTnwV6X8k9WvcwH { top:86.625rem;left:2.9375rem;width:38.25rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL3QLWZTKDnh8gxsZwx4bpdTbDtEvtDK { top:97.25rem;left:2.9375rem;width:35.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug9TZGXqdDvKkTfP1mOUsaXUa4MyVXeS { top:73.9375rem;left:2.9375rem;width:41.125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGBh78fatCfWOOBi6XFRabcEEG3O5eQL { top:113.125rem;left:2.9375rem;width:27.8125rem;height:4.1875rem;font-size:0.8125rem;display:block; }#mGBh78fatCfWOOBi6XFRabcEEG3O5eQL li:before{  }
 }@media only screen and (max-width: 763px) { #tKIGtdUOAHdnHe3KrZdOkmSS9TTITTlU { top:108.875rem;left:2.96875rem;width:41.8125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 { top:22.25rem;left:2.9375rem;width:30.25rem;height:3.875rem;font-size:0.8125rem;display:block; }#rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 li:before{  }
 }@media only screen and (max-width: 763px) { #ExMxLakrtTAvDXdBlu9Vkz0JMmNys0zg { top:17.3125rem;left:2.9375rem;width:36.5rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz { top:102.4375rem;left:2.9375rem;width:29.25rem;height:4.9375rem;font-size:0.8125rem;display:block; }#a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz li:before{  }
 }@media only screen and (max-width: 763px) { #UCOXXLOHCRCmd9QPcWhDkM3rrlFNTCRv { width:45.625rem;height:4.375rem;top:5.125rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLTzoXHs7GeJVI7932PscV2pPa3BwiEO { width:35.0625rem;height:1.5625rem;top:10.0625rem;left:6.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxgQlgNHHByXQmwhfCq29LTEHhgc628t { width:35.0625rem;height:1.125rem;top:12.8125rem;left:6.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS5Rt73zEnmwBs3uJS9EazzzszR7SH2T { top:2.1875rem;left:0rem;width:47.75rem;height:117.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUB6lc8hEKTwD1Z33JhUc4eTt7OMaKaa { top:12.375rem;left:14.84375rem;width:18.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NaO9qUbZ0HWa6DWyQHbIXu6tVcNao6 { top:9.3125rem;left:14.4375rem;width:17.3125rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy { display:block; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbHEg6xbiOho293M3i4wh0KSWzyXl640 { top:42rem;left:3.25rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHTwNaSOTwNrhwyQurhlQ6ETUk9DWs6f { width:45.625rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V23klnlMThb2u8S5uBzW1IBRtv5bp8S8 { width:35.0625rem;height:1.5625rem;top:7.25rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATohDgfGlk0fGpIPJrxlCmuJzsmELeZ { width:35.0625rem;height:1.125rem;top:9.8125rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x14C9q3IKTexfUn8gVLxb2qz7WWXRGU8 { top:2.375rem;left:0rem;width:47.75rem;height:75.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpHTgQxBvVWqH55TWlL1tsgiwgaEQ0I9 { top:9.3125rem;left:14.875rem;width:18.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPR1EmFirdzD0DThXFxs64tZEUgF3fIa { top:71rem;left:2.8125rem;width:36.625rem;height:3.875rem;font-size:0.8125rem;display:block; }#SPR1EmFirdzD0DThXFxs64tZEUgF3fIa li:before{  }
 }@media only screen and (max-width: 763px) { #MXF4qvgi1V1QGTxAnV2CHNPSiF7N3tQk { top:68.9375rem;left:2.8125rem;width:31.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBqK0qq9SoqKS66WKW6IZdqi9hwOcEa2 { top:64.5rem;left:2.8125rem;width:36.4375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI { top:58.5625rem;left:2.8125rem;width:36.625rem;height:5.3125rem;font-size:0.8125rem;display:block; }#FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI li:before{  }
 }@media only screen and (max-width: 763px) { #hKAfUaXDPQnc1L2lI1kceFSD0KcP2HQv { top:56.25rem;left:2.8125rem;width:37.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9HADFN3Q8KRlcTx3fTwdMZb5EnP7FI1 { top:50.1875rem;left:2.8125rem;width:32.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA { top:43.8125rem;left:2.8125rem;width:36.625rem;height:5.3125rem;font-size:0.8125rem;display:block; }#uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA li:before{  }
 }@media only screen and (max-width: 763px) { #BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh { top:19.375rem;left:2.8125rem;width:34.625rem;height:3.875rem;font-size:0.8125rem;display:block; }#BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh li:before{  }
 }@media only screen and (max-width: 763px) { #AcP072kfCRPBVHaTpz5fm5eWx6fGHogT { top:30.375rem;left:2.8125rem;width:36.4375rem;height:5.3125rem;font-size:0.8125rem;display:block; }#AcP072kfCRPBVHaTpz5fm5eWx6fGHogT li:before{  }
 }@media only screen and (max-width: 763px) { #bsNo1xhdt8f7rryOhuAF1nUPbzIqT5G4 { top:28.25rem;left:2.8125rem;width:34.3125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTiNpOJ2B3iOn82AXiu4CrOX2Q4GMIrT { top:24.125rem;left:2.8125rem;width:36.3125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6TNpr0c8iN2A600aMwJgENWR8TshxOw { top:41.8125rem;left:2.8125rem;width:28.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuHLuMLtdHpXvb3HKxdqa8TkS7064Mx { top:37.125rem;left:2.8125rem;width:35.1875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzcTylzV3vwW2KzeJDMQ06Ai3yLFWace { top:17.0625rem;left:2.8125rem;width:30.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slpmax1hCzIgcE3Z8XHHZJ2WuBxzrvFs { top:12.875rem;left:2.8125rem;width:32.125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAUtehSXGZ9oHQpEkJmpEtRE544q8iT { top:59.6875rem;left:0rem;width:17.875rem;height:4.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXuMagJK9flt8S30tyP7OHtdrkRzFoJ5 { top:78.25rem;left:0rem;width:18.375rem;height:2.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihy8vDKn63pnLkkuJv7vSGup2pMqIRa4 { top:9.3125rem;left:14.4375rem;width:17.3125rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW { display:block; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goQgX1SCo42KwRP3iD6BknMCheFkn9lv { top:42rem;left:3.25rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHL1K39xIShHTa9ghpflMzHywJ7H04WM { width:44.375rem;height:4.375rem;top:3.9375rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFtXr2y9rPNPhrmvc3HVSvPOlTm6smLT { width:35.0625rem;height:1.5625rem;top:8.8125rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi2aSsRwTliV9JUHPU2haC4oSVTaymwv { width:35.0625rem;height:1.125rem;top:11.4375rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSoOdJ6HBr1piamC3GSRZhJP5SmfG8po { top:1.3125rem;left:0rem;width:47.75rem;height:75.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wegQ294oOQpyiDyuPOFLmD19PCe7dc5Q { top:10.9375rem;left:14.875rem;width:18.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ { top:66.25rem;left:2.8125rem;width:20.6875rem;height:6.6875rem;font-size:0.8125rem;display:block; }#HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ li:before{  }
 }@media only screen and (max-width: 763px) { #i0vJGICTfcM7r2x3s73xocEzmQDMUyDF { top:64rem;left:2.8125rem;width:28.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbCeekNqe5aUfk3t0PctRTAvHT6TmQp { top:59.75rem;left:2.8125rem;width:37.875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl { top:52rem;left:2.8125rem;width:18.375rem;height:6.6875rem;font-size:0.8125rem;display:block; }#l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl li:before{  }
 }@media only screen and (max-width: 763px) { #eiRPKG23yggT42wnkO97LoMkdTtS3WlA { top:49.5625rem;left:2.8125rem;width:28.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUL7ngDKh71f7dbqBLRpbGSUlfiA0wD2 { top:45.3125rem;left:2.8125rem;width:35.1875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT { top:37.8125rem;left:2.8125rem;width:21.1875rem;height:6.6875rem;font-size:0.8125rem;display:block; }#Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT li:before{  }
 }@media only screen and (max-width: 763px) { #SGcExcRxtWMp6kyCHRWpUoXS7fTb28r5 { top:35.5rem;left:2.8125rem;width:34.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWDqCMLdF6793OHPbVkZCCTMzmFVyIw { top:29.6875rem;left:2.8125rem;width:29rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 { top:22.3125rem;left:2.8125rem;width:34.625rem;height:;font-size:0.8125rem;display:block; }#nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 li:before{  }
 }@media only screen and (max-width: 763px) { #Tbce3NLtQez9ptOMVQT68Dea0nfTmKqo { top:20.1875rem;left:2.8125rem;width:30.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTqP80bvLofVQXAMXk9uwttgEqTspbxr { top:14.375rem;left:2.8125rem;width:37.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdlF4a7689PRQ9zH5OX05Fmrn0UrmPTq { top:9.3125rem;left:14.4375rem;width:17.3125rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z79PUcISKxFekdO4xPVH9aUSABTcVb1d { display:block; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg0WEd376miiB1T8lAPvAkTLTzDuK2JL { width:26.3125rem;height:5.25rem;top:0.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBh35RMRd0sesF1mnhJ7JpqzvJIImfi5 { display:block; }
 }@media only screen and (max-width: 763px) { #CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ { display:block; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWqCaa5XXh3gHMTbwoMCSPqTsK48Tsbt { width:47.75rem;height:1.9375rem;top:9.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ9WdDkaUWxBl18U6xAdTh7z6nQWOm3c { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 { display:block; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU7bI1ZDUbqO74evl0LnHeL8PatukGZ8 { top:1.5rem;left:12.25rem;width:19.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9514OioCndb5245Zlrk1ENkouzT20BB { top:3.5rem;left:0rem;width:29.125rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtpZ8fqXCda5t7eJ1L0PHZeDguzQbkUS { top:19.8125rem;left:15.875rem;width:7.3125rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFAAUKEI0GWVupRf9kO21nTHMGH181pk { top:19.8125rem;left:22.5625rem;width:9.1875rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx9Xx5VgPERuBREoGHm3npK15WWDdORS { top:19.8125rem;left:22.5625rem;width:9.1875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTM44hBLhaJwcPrQTwm1SAq70ZGLxpJT { top:19.8125rem;left:38.4375rem;width:9.1875rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhtuTn8Wk8WPovxi3WxMbcqxes163PsF { top:24.5rem;left:15.875rem;width:9rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKKMs9ph8b6SGS4Jk2tpLAGWPMAc9dlt { top:24.5rem;left:23.3125rem;width:8.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VSZTUhuy5S42Ogzkbd4567OMnsXzhv { top:25.125rem;left:22.1875rem;width:9.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq5Rwteozzdtlt0HetCaEQ5kyEGmId06 { top:24.5625rem;left:38.625rem;width:9rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT { top:14.5rem;left:17.121826171875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK { top:14.5rem;left:25.96728515625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4fwsyushE1QNWo8gOosZTDczIHL9thc { top:14.5rem;left:31.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r841eI8WsJxLgcEUTt9y1w1kkIVFxVp4 { top:15.75rem;left:40.562255859375rem;width:5.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unwNvSWv7XBm7TfRqQ3GURJWT24nT9qA { top:31.75rem;left:12.25rem;width:19.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo { top:30.6875rem;left:9rem;width:22.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfZkGBImLT95G3t5rbAJAznlzyoWKVFm { top:0.8125rem;left:0rem;width:19.9375rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdL93w5k8cGs4GMvcE3KrGPS2kkyaD3F { top:29.625rem;left:0rem;width:9.25rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7McBrKEptwzOfTXTPJ2KA1MeUkJJdZn { top:30.875rem;left:7.4375rem;width:8.4375rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkQyoQ2rRqfxzLvEkTn8nSgowOgkZwuP { top:41.9375rem;left:6.3125rem;width:8.8125rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDWqWcZEzkD7GdgOLJLfs8ngZESsTydB { top:1.5rem;left:15.875rem;width:9.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCLbIJAq2BTkega0vseQTr98087ohbe { display:block; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2EWMKQ6mEJpzwPZrnOXsNiuMHQPbcS1 { top:0.3125rem;left:4.75rem;width:27rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWddSuQaHlwGc1BaS1BPZr2bBef3tOgg { top:2rem;left:0rem;width:19.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9AAIRTCU17A6aRafKqBueTsGpSJWuX { top:4.375rem;left:0rem;width:24.5rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQfoLwPAJSNggSS8hUU28D29faeHSVW3 { top:24.1875rem;left:0rem;width:29rem;height:8.875rem;font-size:0.9375rem;display:block; }#UQfoLwPAJSNggSS8hUU28D29faeHSVW3 li:before{  }
 }@media only screen and (max-width: 763px) { #Nf0uk7lQgkkCNlbWurgcKaxWSz97WAV2 { top:19.3125rem;left:0rem;width:23.25rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i { top:13.75rem;left:0.8125rem;width:13.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu { top:13.1875rem;left:2rem;width:13.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3OQg1L0aA25Oo6h6GNoVmLwimxFKkCc { top:28.5rem;left:0rem;width:20rem;height:2.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STe8lzB5lboLKpWVvshBIJS3zW964abU { top:2rem;left:0.8125rem;width:9.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHvkocpo34MCMbv94Ba2KclT5M25rftZ { display:block; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drQHrKosJBuxKC18KAZf7dRrGfou2UZR { top:28rem;left:25.25rem;width:22.5rem;height:7.4375rem;font-size:0.9375rem;display:block; }#drQHrKosJBuxKC18KAZf7dRrGfou2UZR li:before{  }
 }@media only screen and (max-width: 763px) { #VQaCqngwQ5tRMDThQJI6TefPefHTFCAt { width:22.5625rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITdMbwDr1Hm3kG1r0wJ3zRXs4mzHJDwv { top:22.3125rem;left:25.75rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN { top:23.8125rem;left:25.5625rem;width:22.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }#Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN li:before{  }
 }@media only screen and (max-width: 763px) { #LaXspMkWg6z9L1yLqRXfn9UMtkbbc2nU { top:26.6875rem;left:25.75rem;width:20.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbTzPgFuIE71EZRhH6FLs25zyTTkRD3 { top:1.125rem;left:0rem;width:30.6875rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQCKMNuTqFuCHOVOgtWGILwlRlkcKxER { top:1.75rem;left:25.75rem;width:19.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTF1H3dPmVinguAZh40qSTTUhQTgShw { top:4.5rem;left:23.25rem;width:24.5rem;height:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEZW94WKkRCJKSrP3bEok0L1J9DK4gM { top:17.75rem;left:24.5rem;width:23.25rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK54cR4UTwDK4A20tToHckHkUDcqbrsN { top:11.8125rem;left:25.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohttudz5JUlpookpOdZc4wV9alB4170U { top:11.8125rem;left:31.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2CWStgXHmQVDc3rFZ4lbQqaektVzEk { top:1.6875rem;left:24.5625rem;width:9.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd { display:block; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a95U3NHTqNy8JDwbqCLZJPROETyPTn1Q { width:26.3125rem;height:5.25rem;top:1.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ1ESZ45H2voX4qfPx9CzpTeKQZKyNVq { display:block; }
 }@media only screen and (max-width: 763px) { #JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 { display:block; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iknWDn4oDUZ6zk8WqFEThOOlT1vdUdXh { top:1.0625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE { display:block; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sowBKm1Ho4pHCXTl7sJno2MyseVdZ3sd { top:1.8125rem;left:0rem;width:17.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdTu4bzhGWDhTlzTJULTKiU5M3nDpwe { top:1.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9HtaUcZwVNr3T8GtlmT99SFcFwf2syO { top:22.125rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE30nfCHRNfFJHOGp09UkWu23dTC0zBC { top:1.875rem;left:15.0625rem;width:16.6875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKJas5liQiVGmHZrbzntw9FiD6FwWb1x { top:1.9375rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9RJQ2rssMShkCUUK4i7n17FHhsckUNv { top:22rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsut2hgF3mZTJFBmyq3gqFnBNkphETwU { top:1.8125rem;left:32.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Tl5ydFzkT3ifC1uAExm4P7q1P763OC { top:2.125rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJAgUWXvy9ud78FoHdCugfwTRrS1C74w { top:21.375rem;left:29.3125rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL4syvXqSoosGKofTWzF4OHv9NnZ5t69 { top:8.5625rem;left:28.25rem;width:19.375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTpu9AhPJDR8x0cwl31NKqe0VV7v14va { top:7.4375rem;left:0rem;width:17rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILpq7MXhubFTvdn8021ReOBxe2LpJqLo { top:8.0625rem;left:12.8125rem;width:18.9375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl { display:block; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTx65AoFWcuenr9xgbXQTlZbnITUK5X6 { top:1.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdVKBmnK3TVhLW0G5SzGzyalXqKGHecw { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { display:block; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCHP9cdv0T8SGQ12mO6fbu8LahaBxUkX { top:1.9375rem;left:0rem;width:16.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFyv6s3FHgkWIsSJSeFD4T8VTET4hZw { top:2.25rem;left:0.625rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAZkmPHiVZxeV7vNzw5dNOaSEm1TXyNL { top:2.8125rem;left:0rem;width:17.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLySGQPo5CchtptuWnNa9v9GDQC3aTpU { top:2.8125rem;left:13.8125rem;width:17.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTt8hWBHJc4LrBbFWGDple0M71J3JgZy { top:2.25rem;left:32rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJbCbstwynqWaO3KKWZQ1DM70lHU6zr { top:2.8125rem;left:29.6875rem;width:17.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKtR67WT5WLwoqC5CmoZlOvHZ2xFQRtm { top:1.9375rem;left:31.0625rem;width:16.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1Xq6K9UDIhkOA2NTzK0JkCZ7BQF4ss { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trp0l4iec9bCg5hHLKrx0ElvsiULCVDn { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRTXcPtuiKZ52EDUfv3P9igqeKtKKM6L { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I05XEeHlEz9v75MofOX3PgmXksth7H6R { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0RyN9OWWfkBZiFRy7ds3744aa6mEcxV { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #edL95ZyqEvXfbTSUNqX1ttMw0fuvuxCx { top:7.1875rem;left:0.5625rem;width:14.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONcJk2TDfbexflCBMRtTTqt2pXiaLU6f { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2TzZ5SzhQnBFQk3Smlv2SM4l8O93tA5 { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #agI3OKcTPWWSTpEJ0Dea2DFtVxWHE8Rw { top:1.9375rem;left:15.1875rem;width:16.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7TDv8eQEhsUFkvQmqvJLQWK28G130s { top:2.25rem;left:16.1875rem;width:15.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmiNL2iz9AxLpO2R6TJ6W5AvQy4caZuf { top:4.9375rem;left:0rem;width:16.75rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctk96T7kJIycnpcsqocolDw4MTReyRC { top:4.5rem;left:32.0625rem;width:15.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSARKTPN3L1NXpNOuMBrqDQrb3iP7Eyx { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrPOIWbSs6KAuf95ufcTKBFkLgzZ1QIR { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnPsT3eM6SM5wMrhDQ8TEvaCasQOUoI8 { top:18.0625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #numnf79V7BcufXtqkd9S5MtquXg22cXw { top:4.9375rem;left:15.3125rem;width:16.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11t3RVR82sK4S7sJ7C40mshznH7su60 { width:13.25rem;height:1.9375rem;top:15.375rem;left:17.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9WCXwLa9x5JdKO6HV2FWH6uFiaSTJF { top:18.0625rem;left:12.625rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A { display:block; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecO37zckNLoxqXG6pvEJb65FvL0fUPwT { width:26.3125rem;height:5.25rem;top:0.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBrxHFKt42v2w9RCnq9F1hXOdr24BVxq { display:block; }
 }@media only screen and (max-width: 763px) { #HApHRmCTtMt622mKtkewe3Ad95CeIH6F { display:none; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uoZtDUlFe7PxmEQ4f5B45AG1uLuF0Fvq { top:9.5625rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFPgu4pbLtQX9gFtl03QDDh1dJLlxa20 { top:3.25rem;left:0rem;width:16.125rem;height:4rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKwKuuuQTE9fTPRsX03pIQEhLfnvRTzh { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxJz9bu0Ntq6JuMJ0WklTLKxS0B8NPk0 { top:1.4375rem;left:6.4375rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi7SpNOmeEI3L1bLduENkZuxPzLHSoul { width:35.6875rem;height:1.875rem;top:4.875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTbkB4fxmnzOlqWqTDEmXGcBKLQ7QLK { top:2.125rem;left:9.625rem;width:34.9375rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr04u8cFg0i2PZTIevdZSrdTqST64K16 { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3QgVbQ3RvkJu5sqq5VBJnw8MdOQoX7i { top:11.125rem;left:2.625rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXtBAvZXJ6Eia0SgqU16mJSgsPTT6ZxK { top:11.125rem;left:19.625rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb92aPHL4zqw6aAFO4PZSLeo7ixKFP8Q { top:11.125rem;left:37.8125rem;width:8.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvUeGXvLRphVCvueGqcs46zuTa6dGQT { top:25.5625rem;left:0.4375rem;width:4.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFVfgs52BaLQJKQ69FOXus9OxpcPLciG { top:25.875rem;left:17.375rem;width:4.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEzF2KoxGPl3wXJl0f33ngPrNbxAkRhB { top:25.5625rem;left:4.8125rem;width:4.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGH5wy1w7DKGNTCPO7GNoan7wVHB4THv { top:25.875rem;left:21.8125rem;width:4.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOz3Xo8cLZiEKslwZbGiD260Cxa7MJ89 { top:25.0625rem;left:9.1875rem;width:4.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0haxue53mZpIR2JTLVIulbDvLczvI0I { top:25.8125rem;left:26.1875rem;width:4.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJDP2xgFCf78LrwZEQrCT3Jx4PLQG49 { top:1rem;left:2.25rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwqGFqisH64iVuOSdOhtvaLyULrRl1m { width:16.375rem;height:1.125rem;top:23.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0iffSrnuHTtAlxtIip69rqXFCVQmvrE { width:16.375rem;height:1.125rem;top:23.9375rem;left:15.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqyTD131M48kzXHT4dAZNgzWwVqhdcKg { width:16.375rem;height:1.125rem;top:24rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXWOtNEszhDeUaLQD5tlQOmb9Wuxphe { top:25.875rem;left:35.5625rem;width:4.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNA7dfRCSumBvzclVzgR8TPoKuBLtBLS { top:25.875rem;left:40rem;width:4.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAb8Tf7LlpUfipplGWtql9FImu5QPB5f { top:25.8125rem;left:43.625rem;width:4.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDae8DTThqbic5NntnCvFdvHv1SvM02 { top:11.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRk0y9qvMQSvRUhNC8hVcPvXpig1cN7 { top:11.125rem;left:16.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPwidX5cpx1twmgtalFXGKFkwDcTwmKv { top:11.125rem;left:34.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd { display:none; }#Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DweKH0In7D7cHLa0t5DrHn73Tm6Ju8KU { top:11.375rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE9uGo3vbOw5mLuPKnCTHDuJohdtnlh1 { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcHw4zXxyB7zsO6VscS4kNmf7l6WP5NX { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOiTa3UDesVLmoqP0AdMJQ1r7a1bZfoc { width:47.75rem;height:2.1875rem;top:7.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOLPGbOKdrTOsKg0110GOSXT8mWOdo8C { top:2.5rem;left:8.9375rem;width:30rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwJrICMfysEu7onzznLESX5821431rxD { top:1.8125rem;left:0rem;width:47.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1gFm0ClVKm0PTULkX2UVyWwysEbNrHK { top:12.6875rem;left:18rem;width:29.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNAdiOAM1fGecShhkaoZLTT9gasPGOhc { top:15.5625rem;left:21.5rem;width:26.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxQPy5Uzho3rs80kWNAyzt4nZwo1X1KM { top:6.3125rem;left:0rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osp0m4XH8HqvTZ0KH4iV2oKokiUaCMJK { top:18.4375rem;left:23.75rem;width:8.8125rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXVS66NshAxE8ETvknIwcreJVn2HoyMf { top:20.1875rem;left:24.0625rem;width:22.5rem;height:;font-size:0.8125rem;display:block; }#yXVS66NshAxE8ETvknIwcreJVn2HoyMf li:before{  }
 }@media only screen and (max-width: 763px) { #P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv { display:block; }#P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3XOATmrMtaZKLRRko26oZkXQhpiA4Om { top:-3.0625rem;left:13.9375rem;width:33.8125rem;height:24.750182995807rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3KLHBKAuM5SbWDb5Td8LFlfrQUHynTp { width:24rem;height:3.9375rem;top:66.6875rem;left:11.0634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUL8KBkIVIyQT0LDgsnrfUdHFlqwTeuF { display:block; }
 }@media only screen and (max-width: 763px) { #BTE69r8QVvy1uR6Ic4NrC2TJPwSahPWu { top:15.25rem;left:0.31250190734863rem;width:47.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTGuT898paQvEEkVeJcwIKWvIJSSktT { top:18.6875rem;left:0rem;width:21.3125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGDnWyeWahMFtGa774MHntMebMk1oDxr { top:19.5rem;left:13.6875rem;width:34.0625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsA24LJph5N5EqAGqDTEllZi6rWCdyL { top:23.375rem;left:15.125rem;width:32.625rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb39CccGIx7SWDKVSMd9gTcpVNoKQMT9 { top:20.3125rem;left:18.5625rem;width:6.3125rem;height:2.2273251196266rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0b3eAMsCLp7KeqFr9zHxgNv4pHWFpqi { top:38.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0PKzROUORzSzk1O9vRgLSGqoiUDcym { top:45.625rem;left:0.5625rem;width:20.0625rem;height:11.152313468992rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5sRA8K4byueX57y9opJcdDdhkvvbKRv { width:21.9375rem;height:2.5rem;top:58.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5NTQK61LxO1KRBQN19UkZMZa9QWRHS { top:52.25rem;left:23.4375rem;width:4.0625rem;height:5.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCnbmlEhTcC7ryzPDAXKW7sWRuDkTFsl { width:13.5rem;height:2.75rem;top:61.875rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4CxpWiweSVQPsgzs0vl2LOoInUkiW4d { top:45rem;left:30.875rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Md7MUufwqw3kxhFLuqyyftC85Va3x4 { top:32.125rem;left:0rem;width:19.0625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrlmxlcHr8cPwbdgRuZhVLgzuphKzzpV { width:24.3125rem;height:3.125rem;top:61.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuJuhTMaF4ASXNG9GarsTXtbFlwODhMP { width:40.1875rem;height:1.75rem;top:12.5625rem;left:2.9687519073486rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU3HeLe6AxZfrOdaEOLOqlCR93vgWd7u { top:2.75rem;left:1.6250019073486rem;width:42.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDGUutW2llFP8WtTEDptUm2FnLpQx1ma { top:3.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KELRKXFa4fHVcRAhobQpbdPyCmBs762m { top:1.25rem;left:2.4375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAANdpgK3ElKVLgBw1Prsvwh9IIDnwC { width:46.875rem;height:1.875rem;top:9.25rem;left:0.43750190734863rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 { display:none; }#lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nT0tw2hXdseEQbqn8z2pz7w2nrZ8TeAU { top:12.6875rem;left:0rem;width:47.75rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQ1MqnqJBfJ2H6aryNO4LTXJQXzi4vh { width:18.75rem;height:2.6875rem;top:14.5625rem;left:27.2177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpyKs4ieMTCvBGHoXmRncOWmwrZgOqLa { top:3.25rem;left:0rem;width:16.125rem;height:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpfPIIZ7o7d76gWA4tTIpeoBnMR34Rbl { width:24.25rem;height:2.0625rem;top:19.375rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT { width:22.6875rem;height:4.75rem;top:22.1875rem;left:25.0625rem;font-size:0.75rem;display:block; }#fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT li:before{  }
 }@media only screen and (max-width: 763px) { #AFHPvVzf9Sifg1HJh7HUcCwrwpplmv0k { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXTlOzN1x7DIq7RBqGWZaHDgBnmz1SpC { top:14.5625rem;left:0.0625rem;width:22.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1azIPrI9UzuWdT4byZ41HyLO2OoTExf { width:40.1875rem;height:1.75rem;top:9.375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6F6yr0E3TpFZT1cbsqXAgdyvDUe1HXS { top:2.1875rem;left:4rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgb2eGJldkztGVqsUZ77WHfnTrZ1RU2i { width:35.6875rem;height:1.875rem;top:5.875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHahzP6ZczhWrzc7LKd6FH49V1atKFBQ { top:2.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUhhwT0sIPbyNAK6ETV4XZS80JRCZMl { top:1.0625rem;left:0.9375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSs64DSSm75rI0vsQT88wV9WM5EBcaKZ { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK { width:23.125rem;height:4.75rem;top:50.4375rem;left:24.625rem;font-size:0.8125rem;display:block; }#hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK li:before{  }
 }@media only screen and (max-width: 763px) { #LCPdeEhKF90X7OSXks3viEaDU5SP4Xqu { width:22.875rem;height:2.6875rem;top:43.5rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVQLs0ZNzGrBshegh3DCJnncV8RJV928 { width:24.25rem;height:3.125rem;top:46.625rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO7Gr1KcSo3y2ZMeuw5Je6Oqk5z6841S { top:43.5rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pi6CfzeNLHNIUKt1Zmew60PMl52AwH { width:22.875rem;height:1.3125rem;top:17.5625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmFZqZWv2x6Z02OwAJL9aooBh9TUf6lD { top:29.4375rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaEEmKy0aOq0FzKvLguJKSDp4VG8M0Cr { width:22.875rem;height:4rem;top:29.4375rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQQIFGT4SGdHTRm3IcmbyO6Ikep7a1zy { width:24.25rem;height:2.0625rem;top:34.1875rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf2Brt566iE9Q5fV2hPERFAihqxwThOH { width:23.125rem;height:;top:37.125rem;left:24.625rem;font-size:0.8125rem;display:block; }#Uf2Brt566iE9Q5fV2hPERFAihqxwThOH li:before{  }
 }@media only screen and (max-width: 763px) { #Hw9DWdhRgaxmPhC32oQoy73M5gLBqk5k { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnLZJu50AnvNzSMb9aeuA2yM1SVpDce8 { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxlO1GGAkhERmHWS8G4BSiaaQkUXsZ4O { width:26.3125rem;height:5.25rem;top:0.875rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4mwWXNiivxvPBu4uim0yvHHBl9XGy5d { display:block; }
 }@media only screen and (max-width: 763px) { #Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v { display:none; }#Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #laH4IKGLlXQzLAaBaVSxJlqZnkROdxaR { top:12.5rem;left:0rem;width:47.75rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQZLEgDvmpHsWhfIgw29FqFlMXJf9gK { top:3.5rem;left:0rem;width:18.125rem;height:6rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9eeDg61dH0X50l1xy7kf3yZAMrvd6lJ { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPT245pTI6808mUWvJSuxd8pqbrLTB6C { width:40.1875rem;height:1.75rem;top:9.375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOaMrTVuIfX7ITxLhW9NwC3RMlw87CTd { top:2.1875rem;left:4rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE6ScRWNxhJ2HggJLmkTurbTDdu1GEg6 { width:35.6875rem;height:0;top:5.8125rem;left:5.9992179870606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXSGm6DBM68brls8SA4iB3pQa5abP4CN { top:2.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKhgKsMEFHQotS577DKuN0RZXPLqruRt { top:0.6875rem;left:0.6875rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 { width:23.125rem;height:4.75rem;top:35.3125rem;left:24.625rem;font-size:0.8125rem;display:block; }#vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 li:before{  }
 }@media only screen and (max-width: 763px) { #PHvWRPnKAhOb9pTX4l9w6J342i4U7ygv { width:22.875rem;height:2.6875rem;top:28.375rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJrbK34LzbHM60gEaEX12fVH6spZpCeX { width:24.25rem;height:3.125rem;top:31.5rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szngUHKgb2RFeyre53zP4SFTXvBpuJKS { top:28.375rem;left:0.125rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAHGaQSfCtT1UUUnnxQzxlotuIpAeuwt { top:14.3125rem;left:0.125rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinsJmcQA1aLnbm86zQcsQsttuRfN9za { width:22.875rem;height:4rem;top:14.3125rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsaAFHul3rn4WrZkRhsAq7vGsVuWnU0K { width:24.25rem;height:2.0625rem;top:19.125rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS { width:23.125rem;height:3.5rem;top:22rem;left:24.625rem;font-size:0.8125rem;display:block; }#ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS li:before{  }
 }@media only screen and (max-width: 763px) { #qJ1NztmNG4loAvEOhofldaqrB2AXaPCE { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1dls6fD4IMKfQVv415VO7Og6WW5Birx { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX { display:block; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3haKLi2z5eAMc2ULwVcUdCoIitZOkMX { top:2.75rem;left:11.75rem;width:24.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2smv2ZBTEofv7sfw33o9CbI1hyG1ixZ { top:8.5rem;left:0rem;width:47.75rem;height:5.81953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmXITAFlGMCTvrzIsukPson3f4egycsF { top:14.625rem;left:0rem;width:47.75rem;height:4.2532660332542rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ynJVwN4S8CJ9x1249uFKTq5UfiG2wh { top:22.375rem;left:0rem;width:47.75rem;height:21.182775712516rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCWXp7NfUZmrUxMUCSrEk7pWqoSz6Js { top:17.8125rem;left:22.1875rem;width:25.5625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw12TZq4BaT1UMxSdAT6ThN2TCio4J3b { width:20.1875rem;height:3.25rem;top:42.875rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG960FLpSExg3iS4IdsF6s208DaQvxKb { display:block; }
 }@media only screen and (max-width: 763px) { #xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR { width:27.625rem;height:3rem;top:27.875rem;left:6.2812519073488rem;font-size:0.625rem;display:block; }#xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo { width:31.5625rem;height:1.5rem;top:32.8125rem;left:6.2812519073488rem;font-size:0.75rem;display:block; }#QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #m3Du9NxX2E25UcbPb4KrKpquho3c4cpC { width:47.75rem;height:3.375rem;top:35.0625rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ { width:25.6875rem;height:3rem;top:39.1875rem;left:6.2500019073488rem;font-size:0.75rem;display:block; }#MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #NIZ0a4LO6SNqTZ4aamTTbIyCF0DZbGSv { width:44.125rem;height:1.875rem;top:19.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX4yHccDiiA9sHvtezuvNNSTEhA5nonu { width:20rem;height:;top:17.125rem;left:0rem;font-size:0.75rem;display:none; }#XX4yHccDiiA9sHvtezuvNNSTEhA5nonu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #HqxqZUWqSmpEQHazvDhGtJERBGB2hfSb { top:32.0625rem;left:0rem;width:9.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h73c3sDGyHn7CI8wXxOvPHVeZmOOv1Pv { top:38.375rem;left:0rem;width:8.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUypHiMnfPqHHfhJdV9i1NEdUJ8hlTgy { top:27rem;left:0rem;width:9.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfSHzbP9tdkqMAtn33JD1ytd440LFxyc { display:block; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gstpzKd5Oqh0d04TdS144AA204EO7uGf { top:11.1875rem;left:0rem;width:35rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ETD7bznJEAet62TTlsxIfLBb6Fg16X { top:14.0625rem;left:15.875rem;width:31.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmuApb5p7sUswpZFs0FDBtRDZQw1ia8W { top:21.9375rem;left:15.875rem;width:31.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWgbKQJpSyQcXTNNTUlh4R3JBzH7xrN { top:47.6875rem;left:20.1875rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8LNN0OVAvq795Fz2QTqF0hs6foyA0sN { top:9.0625rem;left:16.3125rem;width:31.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcT04nXDEX7O4O8z3RlVFbl5GDtcTCzn { top:9.4375rem;left:22.1875rem;width:25.5625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF6vSKNR6kuqoUEL6tmC44dy0dCTDCMw { top:3.125rem;left:9.4375rem;width:38.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdNsFOPmSwds8sOPnsxtyLmv5MEOxD5h { top:13.25rem;left:43.1875rem;width:4.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMhcAmu3OIunfMuI5IiZNOgWdNphuHgD { top:24.375rem;left:23.375rem;width:4.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJUbyEydpcsWNJtmTs96UFqJxMeP7I0 { top:14.5625rem;left:22.1875rem;width:25.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #my855JTDGBJmqL1SPbCy1Qvr0Ja2ymuS { top:16.25rem;left:22.1875rem;width:25.5625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1Kn8E2UMG6XnZtu3gVofBgpLyHZFQ5 { top:25.5625rem;left:22.1875rem;width:25.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIoNEfv1vwkosukqzPAkrD39cPA8GbX7 { top:23.5rem;left:22.1875rem;width:25.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5 { top:4.125rem;left:0rem;width:21.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff { top:1.3125rem;left:0rem;width:15.625rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfo1D7QQh86ok8ehkhtEoBTBRMnES8MX { top:37.9375rem;left:0.9375rem;width:12.6875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC { width:29.25rem;height:3.4375rem;top:38.9375rem;left:15.9375rem;font-size:0.875rem;display:block; }#xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #gqy2iQi2PrHNC6ut0NvGGyPXRPJz2BIQ { width:47.75rem;height:3.375rem;top:31.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 { display:block; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5TfTdeF9tazG5Tm5sluQGc5l3gv108w { top:1.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 { display:block; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3bgpXWM1FE9WDTIz119rFZ076R0TqM4 { width:23.125rem;height:1.75rem;top:1.125rem;left:24.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FezPyONT656P07kJffTPpaJk0oF8TPtt { width:25.5rem;height:1.5rem;top:4.5625rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBZhrMNCReMU2DCGpxLb3W7REcL6J6xZ { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPlvUtQCMgkflC6TTObBd4uQ6Os5TIRe { display:block; }
 }@media only screen and (max-width: 763px) { #ODecCvuFtoqX0OBR8ZTIHH350RU4eMWP { width:21.9375rem;height:2.6875rem;top:18.5rem;left:24.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvEnQ4lRVciZOHRhL0t4Fpn8aVJR00qA { top:3.6875rem;left:20rem;width:27.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obWG20SL0tHfG84LTkNy0aEgWR89waEP { width:21.875rem;height:1.125rem;top:17.4375rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9zCRpOoqGSz8Nt3f08iMmWNyMbI1lz3 { width:21.9375rem;height:1.125rem;top:21.125rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkvvdOCWU0sr3vqMwmZbbxben75LOp5r { width:20rem;height:1.1875rem;top:6.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6HcJw4gMZfgfy9PrWi062U1DhTsnFwI { width:25.625rem;height:2.375rem;top:12.9375rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzeaoBUNG0X45ZVZAlemcRc4blmHq2XF { width:26.1875rem;height:1.5625rem;top:6.875rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQoimlGkXv08fJLZIfBxn6wNN8SWNqF { top:2.3125rem;left:0rem;width:16.9375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBvsZfmyMLlT11lQEI5Q5ammglywM4pt { top:7.4375rem;left:7.375rem;width:16.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDXycDo4JudriKbpTsoxGvbqDEkCfusb { top:12.3125rem;left:0rem;width:17.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNtbe9hzKKTcwPTcAxbaizhn14wEK9g { width:20rem;height:1.125rem;top:12.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLzCbnBGS2ZdpTZOCQseTWL3youDB2RA { width:26.1875rem;height:3.125rem;top:9rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk { display:block; }#uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTEnLevmlcTspC9MiaHzQ04KZ6vBRxdd { top:1.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkOE91Fe7FDTmWnEzr7c6d8GeG6qWuQ { top:4.8125rem;left:4rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5WJQ3sgyIw5nOu9TBDwoc4v0nHrWSpi { width:35.6875rem;height:1.875rem;top:8.5rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ne8op14Tmt1SMJEZlVvT36WmZhMHE7 { top:5.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yReuukrT2hiLrJOhuCHAbxTANGQPfgUr { top:3.6875rem;left:0.9375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztmiivNCER88wtkzNxRS7VgsfLJTE6cN { width:40.1875rem;height:1.5625rem;top:11.5625rem;left:4.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdr2MKdQSqTJfN4lKUFQi80Ct1tskpCw { top:1.125rem;left:4rem;width:39.8125rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #We9koa05dFmHzN5oORJFJuc4ikF1vOpq { width:14.3125rem;height:2.6875rem;top:8.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGtL2cDlpCqVG8fIQ18McCpO7sFz4Hyg { top:10.5625rem;left:0.048437416553498rem;width:16.125rem;height:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDzOXFXSSBTXAkLRVRqb4ZH10fpbUhOs { top:0rem;left:0.9375rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQSZbC7Sk12LXmgKEWqmyZnGATTKJSQm { width:20rem;height:3.125rem;top:8.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 { display:block; }#MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7JQVriw088CgiaEHveeiNl6aZaINneT { width:23.125rem;height:2.25rem;top:1.125rem;left:24.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTyEfQQRKpkcHHgB6REaCwCuLy1gTTA { width:25.5rem;height:1.5rem;top:5.375rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEgvJGzh6TruOQmNVE9QoP1CBvPgOwe3 { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #emdZkTUP4EJxrnEfsUF00zpdWJXuC0U3 { display:block; }
 }@media only screen and (max-width: 763px) { #JoTNUTTMvLfoTZuS76Mqd3wxMmSelBq8 { width:27.375rem;height:2.6875rem;top:30.1875rem;left:20.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byudRqHW6Zl8wbveHvLKZqEd3LwlrnTu { top:4.625rem;left:20rem;width:27.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7KGwuDrv9JrNza2CxA7R2Rbqt3yoAnp { width:21.875rem;height:1.5rem;top:28.6875rem;left:24.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msmimE9UBosJOC6QaLCT0fb3vHAbkVTb { width:20rem;height:1.1875rem;top:6.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n17O0PhDC9AcxHLubuBHoDlXb1V5hb4N { width:25.625rem;height:2.375rem;top:13.875rem;left:22.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzPRai19yRZVzlRxPSyfVmvmc61RvXos { width:26.1875rem;height:1.5625rem;top:7.8125rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7M8Oe2tDAyAzwodS8zNa1BSTaJLkAT { top:2.3125rem;left:0rem;width:16.9375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KU8dfGqIgU232DqpJgc8rTfA7bLtdm { top:7.4375rem;left:7.375rem;width:16.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upbrNQ7Zb2nrKw0Nfenmupfr3T8yyp7U { top:12.3125rem;left:0rem;width:17.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpZhNf3xxxFTnSk9JZzilQA655cG5uGb { width:20rem;height:1.125rem;top:12.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSRoEMHfdP3zplZzfpPrhtsD0nqGuW7t { width:26.1875rem;height:3.125rem;top:10rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvdk62bSfMr3tbTsry24bK9l9VTVrsr { top:17.4375rem;left:6.6875rem;width:17.0625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWhQLqt6w0kTbURhaTGxVwfFhT9ZPm5 { top:23.125rem;left:0rem;width:17.0625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJ8rtPRvlXMyyBt8EKTrDP8OgnUsuxb { width:28.625rem;height:6.3125rem;top:19.6875rem;left:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMURUv1lGhy7cLbdi9LspLD8glofIAgD { width:25.5rem;height:1.5rem;top:17.5rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzzInrg4UdvwR7EDGQLkEZQwMe0ZtOHI { width:27.375rem;height:2.6875rem;top:30.1875rem;left:20.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Osgl4HIzgEoq6AOZPzM4zKBVWOkUUBR0 { width:20rem;height:1.1875rem;top:23.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWtoA4KC8LP6a7N0CpiAUVR9cmQywNDd { width:20rem;height:2.0625rem;top:31.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ah0yS20gonqiQBCzRhPRQ9i5ICOAHnT1 { width:20rem;height:2.0625rem;top:41.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuA6Nn37K0STlnZtUaOmMeREVstwRvDb { display:block; }#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9nxg59SdHWQZiBKRBXHOmGmwu5nJ193 { top:7.125rem;left:3.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaPPn8l0AL3ICmSLW043oTaaFqCBk5V8 { top:7rem;left:27.25rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJy79OioHzRd9Wd8OtIeJRTNLoihnXiB { top:33.9375rem;left:7.625rem;width:38.25rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs3dNDqneKvCDysJ6KlaoMZGoRWSAz2P { top:26.0625rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbpF7DRQGl9iGzJUxTVPwnIQ2CzTknDf { top:1.1875rem;left:8.6875rem;width:36.125rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnMH449zqNf1R4ohS17fW485czwE6LzR { display:block; }#tnMH449zqNf1R4ohS17fW485czwE6LzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl6N3g9w2fnmJtshu2gRcU9o4SCQul5Q { top:3.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #beHphgCznPLGL9yrBe5wSf7Lp9GFsQCK { top:2.0625rem;left:19rem;width:9.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xgT3fFaHkiDL1cGP1cIpJaTTlvZM5g { top:35.4375rem;left:5.75rem;width:37.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvaOwyGDeFy64fzS44VeQZZS2udEIKPF { top:19.4375rem;left:11.25rem;width:25.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1dwUhabt9pAn2D9a0kMRsw6TIF2Sqm { top:29.875rem;left:29.15625rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlD4156CyU7uMzqeiyZ2GX3L7TTblQT { top:23rem;left:24.4375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chstmM5yJOuDoCAFPJ8nf5q22VzJUzyH { top:22.625rem;left:26.3125rem;width:20.8125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq2hEm8ueGeB0X5uhS5gxQoqWaLiLubw { display:none; }
 }@media only screen and (max-width: 763px) { #HEXmz7cDfggn41fgZhTT304iG4naTJW9 { top:29.875rem;left:7.25rem;width:14.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmEgTlpJ1apR3lf4tP8uTB9IAcGE8eT { top:22.75rem;left:4.625rem;width:19.375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9TBPeXX02TiwZnFTXGw8n40yN1Oernn { display:block; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8kT45DTzPGohKumIvmxNFn2fFgFT2k7 { top:41.25rem;left:13.25rem;width:21.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVtdJ9JdHUgzSx5glWI0NydHDtID5kX { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCw9WwaTgrX6Jv5lAB09NyM56iNqxfv { top:23.3125rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #wST7W0p7y2emBpeiJEDZ1oxBHzOWTHH1 { top:23.25rem;left:8.414794921875rem;width:12.625rem;height:7.027654213342rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utou2QOUiTlIHf2k5sWW0WNMrcmfanpx { top:30.1875rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKWwLgGXv6d6Uv4lMoUAI69HIkXcfJo4 { top:30.25rem;left:8.1041259765625rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX { display:block; }#ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsPWhhwJSy4nnsr0leTUaMkmJlJ97vL3 { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUuJG5ex0AEZvdqJVfEnc9W4FKg7UVIL { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA1LF5lX1kE7ED3reC7DsRvJaBi8z0HK { top:1.5625rem;left:4.84375rem;width:38.0625rem;height:9rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvUdz2sTtNTzQaWFTJKykTdtzHFwZ6TQ { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7eoNr3ehlcRBN3ocuFPAWhSTWDpmsA1 { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZoTZKCHT6W7nUxe36S0Uc48zufdEZI { top:10.625rem;left:11.03125rem;width:25.6875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6O9EzokL10krdBInEBeXvWh5pMXznDe { top:9.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI1KwSSBzmTuc662I2pp2TQK1hkc2Nzd { top:14.4375rem;left:1.6875rem;width:14.9375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl8kfItczD1clbTUc59LUg5yTzQaIBnG { top:14.5rem;left:18rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8x5JHtwi93qFFGNphTfHMWeMAbQG73O { top:14.5rem;left:31.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhk9yqlQhUO2AzgT3AdWOuWUQmHBh1xy { top:24.1875rem;left:18.9375rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnwHR5FyUC8geTyoBTcHTLn2xcZTEpI { top:24.625rem;left:19.375rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUvJL8hTPzZtNMWlceCWwe4WI57aEtR1 { top:24.125rem;left:3.873779296875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtX5VkACDJeWexKCuTbOxRZKrHUqqA3e { top:24.5625rem;left:5.30322265625rem;width:7.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmlS68Ozz69BelaQARGPzavaOvU3ebJ { top:24.3125rem;left:32.8125rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRJ7fvJsHEsexxriuKCL3fxf2Tks3b4l { top:24.75rem;left:33.6875rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXePIEDhe3LzLMSlb29nLVZWHmWD5o0k { top:10.375rem;left:0rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHgeHzmEH5noiD5hCoqG1bvOfVJlOBc9 { top:15.375rem;left:18.9375rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHokboiRQNbRnTC7oGTOXDDDZOkTWEu { top:22.4375rem;left:19.8125rem;width:9.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIyhSpHEGmxlF6EVFpsn3S2vGx3dsuhb { top:14.75rem;left:32.875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6KhWkLUVn4Niw7lB6V5iExOJa9N4lkW { top:22.4375rem;left:33.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqIcLT0Vyw0KuaUKqWKUkMTJhMKZsbD { top:28.4375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPIVBCoLicBeZtQePGoT3asmQggJR24A { top:29.0625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #no3XZHeyy4faN80InfD0ubQvryleZyOi { top:34.6875rem;left:3.9375rem;width:39.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHT9I1Dz0R0g4cXEIZsHgmL8NeFnTym5 { top:33rem;left:4rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC5TSk1PnfyKEZc5Mu7QvoTPbLmmN2D1 { top:13.0625rem;left:3.3125rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQrVTUwJ3Du3l7N5OJgIc9U6142hVXJk { top:16.6875rem;left:1.88916015625rem;width:7.4375rem;height:3.6250577760223rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek9wkD2p8gBMwoIef72NPgPt20WCMWK2 { top:20.25rem;left:1.9375rem;width:7.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz1q7EJydKS70UNu7Vb0eTkkwmPWnkxb { top:16.5625rem;left:8.9600830078125rem;width:7.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIsIWrm9EdhqSesUxIqngdLWxTxWNabB { top:20.0625rem;left:9.2100830078125rem;width:7.375rem;height:3.8123208656079rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 { display:block; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaZhqEb4fPNlaQsrHIyEAiViwQIK5A9r { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6N1a671IUbIWcGTDKw2FGXG458WuQ1i { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuFnCLTdPeAxs0Qt567ZgucteEodNBT { top:50.375rem;left:10.24951171875rem;width:28.625rem;height:3.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRzKn3RDtKX1E8LPGJZclg1vRNbqliM { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMXpSQVPdhlVvUMCwBD5pBPxP0Uyp0iL { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSmR2LufwXh9qm0wJBZ6lXqWPmeyeETX { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFUF7A71fOusXt60wqfUZlvm8ihBRHOA { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2MfqgoRSgxd3ylCOldyxSdSUZU1VRn9 { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGBT1SFEiXV035fQ2z7z6DUTw6P28AV { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJ28TvkPbIykP7r1IDiGKVsr0rFbRcq { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUxDIhhe8LTufHrQnxTe0Hzt8ZL2hOG7 { top:37rem;left:38.124877929688rem;width:7.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt5G3GQAFU6buLfiQ4V6eNru3FuaQsb8 { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLh4UBCbTLB7LiXLPevAi5FDkcb9NReP { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsePKUV6kHlxnccZtGGMZZ7L0RWQMDlD { top:30.1875rem;left:5rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRfirt1BWykNTeZW0qOZuNhuCH2lcGP { top:44.875rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwrHqQcL1NEybQsKe6Ek8gi0kd2UTZp1 { top:37.8125rem;left:31.625rem;width:16.0625rem;height:18.241538209599rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxEUfHK0C3ugheP4wH5JbNTPhv72W79 { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTSNnyNrRZiiOdDZTUlNpBCDzTNEuKe { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcdesipUMWHqV892KH86nRXm4MTK45lD { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzP04MVdgwFMkX5Ugp1m6EgGBsr47qba { top:38.625rem;left:0rem;width:30.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 { display:block; }#zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmiR9z7DahlBCUrrLtEh1s9kOuPDTbTq { top:41.125rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O30MZDy7brUVPWuaC5v33C1WqmLSnGdU { top:42.875rem;left:10.499755859375rem;width:28.625rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW9tASp1QCr4zwq0qCsLTFBzlvwZfovd { top:15.625rem;left:1.2498779296875rem;width:44.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVmxlx4Iy8AuIIltGA6Hhs80E0gFMA5q { top:11.5rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C90PsD1K707LFI7rH7gnZr4H1sXiCrBh { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUaRiZiMDxJTuzqC9iMzQ2GwZaT1Bmz { top:17.6875rem;left:2.8819580078125rem;width:13.875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8Uu3xvR6AUQP6VGtTkcOkhRMu0nSVb { top:33.5625rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OszPGMr2zzXJWQgP4x9qrApE5f8aZK { top:17.5625rem;left:30.201293945312rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkNmwBXydLfoqZzgqSufk2GAXpQEeK5 { top:37.375rem;left:10.812255859375rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MywtayfeJdq9Se5n1R8cBTkuwTHqgJxM { top:36.3125rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkcq7XcFo0VHlq6iQ5c9tH1TOU20mNvf { top:28.1875rem;left:5.8580322265625rem;width:35.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGoMGCi53gW2TQ6qn9METhzgSrnBwvu6 { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC5E98JPZczkvgW26aN7TL0dDqwaILpc { top:4.5rem;left:10.904418945312rem;width:27.8125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqZEuClh1VOT41zI43UoRRIr39ewMA6p { top:15.3125rem;left:16.717407226562rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v { display:block; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbfzWVCXpiURyXeMvCKzQaSE4CygVW1y { top:5.0625rem;left:27.625rem;width:20rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-text {padding-top: 0; padding-bottom: 0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-select {padding-top: 0; padding-bottom: 0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si  { width:16.25rem;height:0;top:9.625rem;left:28.875rem; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si {display:block;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si { width:16.25rem;height:0;top:9.625rem;left:28.875rem; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #zbcbfgfiXfwQCS9BVZUXo4rrVt6apKCy {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #pLdetppsQ0CMgDJkfg5O0HwEq0O1cniA { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #zyJOq3f7e9vHAU12BJOLo9BNAQzP7Tc7 {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #MLTIyHSIQusy31zwnsVhnkS474PlnTGF {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #VsiJqPVTrLAUaZK9U19UloLt6ObhBsq1 { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #NrtT0Nef85tukcSNPMymEX9t42sTTUUf {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #NyRXCDmCiK7Nq53tZxIoTg93tmr0GfLe {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #hibTWrKOmJeVxEbw5rSC7yPFvmDLBXmh { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #HRThB1tFVyEoo7SLG4lia4lmaTLXKT5w {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #kx9q9DmBEcrbgGhBvDyT5LF5n6AZOpvC {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #fXPTozrUXic3gibtPkdn5yDtQtptcFXL {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #rPPNegwzs7mAgsXDaXTTUG5yLxoDkiSw {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #pB7XnIJH4N4k9h1hcMTu5paBUKOwIm6a {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #Vty6ZDqdXQqUrdTU2fmIiRJo3PwBGFDT {  }
 }@media only screen and (max-width: 763px) { #ItLow9zPvxCMwBDD8Oh1bFOoyIz6Vqz2 { display:block; }
 }@media only screen and (max-width: 763px) { #JgUtxB28R4MZfObCErgJwaQOeF05ZANw { display:block; }
 }@media only screen and (max-width: 763px) { #LuUv5As0IM7nOh0kKe5PHhOv1Tx90I1D { display:block; }
 }@media only screen and (max-width: 763px) { #Relt0ySi8wSWUFQyQHd59NDv0KWbMH3x { display:block; }
 }@media only screen and (max-width: 763px) { #blSwnQTuW76Zz5l8nn9WuMplCMTe3sm4 { display:block; }
 }@media only screen and (max-width: 763px) { #dgPwEh2gTLKAn0MtF04c5vDm8WMnT2Sg { display:block; }
 }@media only screen and (max-width: 763px) { #fTxKWAKcAHOTMgbBP59Xa9enkMfAKvQe { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #IFRBcTeZf9bEV8AOe8hImouRKPFAk0ux {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #iDOuEfIC6AmFiuffT4f3B6tpaf1GOvub {  }
 }@media only screen and (max-width: 763px) { #NHFSWWtTfAoWAEbmHTBh2vTwTBZ8V0fn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oWcScH15S2QFQG0prxXlKC9caN2Ml87R {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qEaU45pQhUhoVTaDt8EtNMZEWk786cxO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qZR8JZab6T5tvv1aPrni3s1nzitHNJ9B {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LpxGp01F6ihlXlxc7CTAH0GwScTPyA4f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LT6xUM3ACOE1dfFBSRx3EBMif6lKykff {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wVsMffmmmLEWhVPOfdTomlowwh3p7Ap2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DZH7KXnSmQ9ITVOIIwVmPlLrbuTh6Fke {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FC9WiPlTTHWd04Gau3sJA5vcuqkT7O92 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o5eAPuzNR0GbHneXR3BpAEKwtTCTyZd6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ofQRGruFwT8E4P5AaUVMToS7QTTmDh2x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tPk6DI7LZvVpgXyy3lcsJmNo96OhBxZn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Tr5mz7KlxOESc6XqpkmnMHFLH3BhWW0p {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TDRO5PDpVSkks7zfSPWsFw61UA9ZAsgA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mAO9lSEEtuuiKrEhrcgxu2MrynOyI07W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VIuqIFQFMn7dRhnroluZgQL6Gyq1isSe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ACI67Cbi3yPRF7Acm6I93LQrPAQ0NMWQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kh6iAszHUptfE2w0CqeAybOC9sXPDex0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BW58wOOXM6q4zpcguk875d8TpEVeD559 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aRivmIcFZ8mPbSJiyMoWyikcaX0IfWgA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aeobJpDyspWNJdz1GLheGshX3IvXr5Ks {  }
 }@media only screen and (max-width: 763px) { #ilQP23RFTT8hddCM6a2lWDgXU8PgI85d { width:14.875rem;height:1.1875rem;top:32.625rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB4szd5AwTzvKiqey7ceuo8wW6mMPZOb { width:16.375rem;height:2.25rem;top:29.6875rem;left:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lU7IyaJh0taUxflqJ3WoKJ0KTdWUdI { width:12.5rem;height:4.875rem;top:24.125rem;left:17.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akCaXbcz9U9pvM6CqmagnoT8sqz0hMx7 { top:3.4375rem;left:0rem;width:20rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhpQQnKILQC0S2LtfhFLlWcbtWcf1ZwB { width:20.125rem;height:6.5rem;top:18.4375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 { width:16.1875rem;height:6.6875rem;top:26.0625rem;left:0rem;font-size:0.9375rem;display:block; }#B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 li:before{  }
 }@media only screen and (max-width: 763px) { #ZZC5S0u8eZAmCybHsOEWoCllzDlFV8Zu { width:19rem;height:3.375rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkdxboeEbxPzwkEfdywMm5vLFbJUtWuI { width:16.9375rem;height:1.6875rem;top:9.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMwF1Jaoce9PdZtqbTqBOKViEr945Ml { width:18.4375rem;height:4.125rem;top:4.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0Toca7aJfU9Tuvwk3sk507L4W8yHS4 { width:5.8125rem;height:1.6875rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuX6HzyS2GPLtbhh2DtPcKs6n9N1o6bT { top:17.5rem;left:0rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtN7OZ1WzRT6eZ1OnN8Ty4zX1l7mntbc { top:7.5rem;left:16.375rem;width:7.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTsrQZrNAvkQwrgpNDEExZOuFFdHplcz { top:4.0625rem;left:23.8125rem;width:7.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpqJCTzT50u3ZmcrBDG03x9CCmL1AphW { top:11.6875rem;left:21.1875rem;width:7.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llZxIHQCATp31f0vTZNSvUS55dETiaLq { display:block; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZsWVOnRS2fDPKLCb0kJq6rckNNyfENs { width:17.5625rem;height:1.9375rem;top:24.5625rem;left:29.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgBzSZ9F1S29n7l39gqnfQT8k7hOJvU3 { top:27.75rem;left:2.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTt0uL2G2JIaZLq4TCgQXZbpdwaqoqT { width:18.0625rem;height:1.9375rem;top:28.5625rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp9hNoamgVy7yvAkHSUpJQ7KaTPTJNv1 { top:23.75rem;left:25.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmIsJhyZt9acnikPKC6kT51AsMbKEfCt { width:18.1875rem;height:1.9375rem;top:24.4375rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7v178OKSmouvf2ATCvHn9mbTHc7TKo { top:23.625rem;left:2.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOFPMZiIJgXONHxkrIT0ay44MIpNM3U { top:20.3125rem;left:11.50048828125rem;width:26.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IciukvOMp2PQ9SwN8eTJ1nUv58GG1vW7 { width:28.4375rem;height:4.625rem;top:34.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLxvrgMkWB3KFSdzt3EKJdZvR0LaRmu { display:block; }
 }@media only screen and (max-width: 763px) { #CzxPnT9wSQoTqROViFDU8IANugLW52TC { top:2.1875rem;left:18.53125rem;width:12.8125rem;height:3.4211950848881rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGlDPJlJov204Jw6HQ4tCrNTvsea0SpR { top:13.875rem;left:12.75rem;width:4rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTKCFTwJhv4gnFdLeEBCR0O1F240nUe { top:13.8125rem;left:27.0625rem;width:14.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDrszKaS1sAN5RHUrFy114TOUI9AavoC { top:13.875rem;left:17.4375rem;width:8.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNTAv1BruaBzXKPctHu5rBEP3VHEw4g { top:13.875rem;left:8.0625rem;width:4.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU7tiTnVTCB9Z9hwC0vEJxtO4UwXkyO6 { width:17.0625rem;height:3.875rem;top:28.5625rem;left:29.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDLBenEQGcJTA6UBUemP5oGbQ7Ii6Tl4 { top:27.75rem;left:25.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxcMHklpK9gnwK8R9RiND4zGRb8kErkM { top:6.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADBmCV6zuvs6cIzx7AnSr9L57CCuJQ0a { top:1.5rem;left:0rem;width:26.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 { display:block; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpp7TfGZlXI9Bk99z4brSrhS3UfZSNrW { top:7.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0fdnTF0yyxNlovlPtnUJATfrJyyXCP { top:7.3125rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSw7ThN8kILVVQUknwv4kv7TRxNa3JC5 { top:8.375rem;left:0rem;width:25.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0XgsKXP1KoJLs0I18FSbiIXd4R4VOdF { top:2.125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbbrxz5Ce3EhUWbrIrv8lvQRoW9BagL { top:10.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc89XqE6QwUtTVbiTtxasS9duoPArmaT { top:15.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEN84qk7zbBrrNlLSIxJ1xamslTrUOCX { top:16.875rem;left:0rem;width:36.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM4UbZcbpv0XFna5EqqDMNEXxFVFhvlC { top:19.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNZXNyhQvk1TGI3QyXZrE2abdzXmStyM { top:30.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Cwlwpe5RTbpWts1kTE58k8Ke1f01zh { top:33.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scRK8XEBTf2R2neCR9h46DWG2SuwfVn9 { top:31.375rem;left:0rem;width:29.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQOlXUl0LQnPTEBOUsVhDJIxcBX8frZD { top:38.5rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thxu48nTdNXFJTz9PwTQQZM9tcdPRc1e { top:41.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8ErtEV5rNQHdbONwS2uikemDgpDJE0 { top:39.625rem;left:0rem;width:27.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siccpUdVJ7WnfkTl0GyiUd5BrRRBznKB { top:23.25rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzBTqXwQDm6PiVngNdsxOMvakBtaRE9i { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrirDWdKq0A5g3QgpbqKXDOxCnTtO4qz { top:24.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN7hRN8MBPm8aWv4x0VmtrxWBrCqHXiS { top:27.375rem;left:0rem;width:18.5rem;height:3.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVRQLO4KPvo7FS97H579TBSBwAvUXx3h { 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:2.1875rem;left:0rem;width:38.25rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:20.9375rem;height:4.0625rem;top:9.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }@media only screen and (max-width: 763px) { #sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty { display:block; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQURZApMVy0UZbh3MUHuRNB7GzLhz8bn { top:3.9375rem;left:0rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTurrp8kzDB51A3ZM2W3ZLhdxgEq0Dfe { top:6rem;left:0rem;width:29rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9DB9gfbBF6GonFWdtQuaoVUPwDdrCWP { top:11.375rem;left:0rem;width:36.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0rA2ZFbVGO7VEon1KVi0SRQ0kBal3FZ { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJbGe35rJa81MpWxwZTIPfvzccXFfWb { top:8.5625rem;left:22.875rem;width:24.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDxoqwPo0JBg60Qd59U4PiiyU7p0LBRr { top:2.3125rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwbElxRx0buzFGriXlxzC060e9rNGAW { top:2.0625rem;left:23.875rem;width:9.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA6QxKeMUxJyDTfGOyi4NARIyq0MELBU { top:4.375rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@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) { #t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container { background-color: transparent; background-image: none; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container > .video-iframe-container { display: none; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row > .video-iframe-container { display: none; }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .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); }#t2rN9pzUTvGD5D1t1l0Z4LmnpXcPK5Km > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM2cLrTkammJ89u1qARzUmEmJ9g9bZh3 { width:2.1875rem;height:1.25rem;top:1.1875rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Swqu2fHomvLIA3r7Gg8bQ8N9ST2xBvzT { width:2.4375rem;height:1.6875rem;top:0.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkdL3lmiUkUCpM01agIznVUkma9RpCva { width:5.375rem;height:1.875rem;top:0.875rem;left:14rem;font-size:0.875rem;z-index:15012;background-color:#0055e7;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPqNvOTQD319MFrH1Q8WI5TX2aZ776dh { display:block; }
 }@media only screen and (max-width: 763px) { #E5hhXo0MRrPUgkoW0AwHM5Wduc0qHFD0 { width:16.75rem;height:0;top:5.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLALQWmp3c7sTxpScsUWXMNM4iioguMF { width:8.8125rem;height:0;top:1.4680989980698rem;left:3.8747830986977rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15015;line-height:1;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UGZC85saBQbJeqNgbxR3KkxlHhrPBQZg { width:11.25rem;height:2.875rem;top:2.75rem;left:4.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Besm5tOTcXSx1L65agwvqtOz1XBldRwM { display:block; }
 }@media only screen and (max-width: 763px) { #BtsZnW55eoTDhheA3TdQeli2tdqDEcUf { width:7.6875rem;height:1.92505rem;top:0.875rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15015;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iSNxZxzFxG98LE2LHmv10PC0DroSctU7 { display:none; }#iSNxZxzFxG98LE2LHmv10PC0DroSctU7 > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZsVlGB53fWOsiuUPQ1gThgtvor01Uy0 { width:20rem;height:1.5rem;top:0.86093753576281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbx6deqHEJVd8TlcylqPlAmZCE6eQsDf { width:20rem;height:3.57421875rem;top:3.681640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opPwptCLpXWdV9WM1bQTifENAEDBWi6J { width:20rem;height:1.2rem;top:8.6051435470581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WevSg2EgN0gazW9Uy5TAZe5vX54P3VQX { width:20rem;height:1.7875rem;top:8.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 { display:none; }#n9SvUHX0Ox5ZpPb8zqKf7swRugq6e7Z7 > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4nI7EzhxUwz2ArpxmcWAX0UhWFQPeC8 { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12MM6D8GDDVOGQr9dmVhkAh5kcSBrq0 { width:20rem;height:3.0871625rem;top:6.599609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9JWNyRafzHZFZtPgd1Ua36f7l9lRg1N { width:20rem;height:1.19934375rem;top:10.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJRytqpeCLTUADzCxf2FhMd41Qbw0SGD { width:20rem;height:2.17529375rem;top:3.6748046875rem;left:0rem;font-size:1.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu { display:none; }#LBWi7mvsmPsb2AMyMaUbLSV7w3Skwbsu > .row .container { width:20rem;height:69.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FwNrPhdp0Ny8CTocIVpLQMAAHN0d53l3 { width:20rem;height:3.41145rem;top:20.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #AgLQSIBQM6RbSo5qDxh84AxLBr0WmHrm { width:17.997375rem;height:2.68489375rem;top:66.173179626462rem;left:1.0013020634651rem;font-family:kanit;z-index:15020;font-size:1.1875rem;background-color:#ffff00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nu0fEwEllk9qEixF3yIyofgJCUOa8FJF { display:block; }
 }@media only screen and (max-width: 763px) { #T7KDTTqubRFzpFBiUSTZ62idehgF6F85 { width:20rem;height:4.0625rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PeqPxwQRy1N4Xb3lLkI3SGVsxKmDPHl1 { width:13.125rem;height:2.47395625rem;top:10.75rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;color:#ffff00;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P8UKzxypmCTDoEechLk8hFZwsDddOeeK { width:19.375rem;height:51.625rem;top:15.875rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py { width:17.1875rem;height:0;top:12.437067031861rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15011;display:none; }#GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GSbcOocnB5TJy6UeTeEsS9lq5qWrn3py li:before{  }
 }@media only screen and (max-width: 763px) { #WBvKpRy46wgnSiVhs51K0tJ9WfficTt0 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp { width:20rem;height:auto;top:37.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;color:#000000;font-weight:700;font-style:normal;display:none; }#V2CdR0kyhv6lhu0OETP0dkyc60KQIBBp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #WLlmsfSpn68NOPNeyfAnVlB4DRroxPei { width:20rem;height:1.924475rem;top:35.937500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;color:#00054d;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wHPEVOQuqN3cg7tVxc21qLNUQUWgD5Cg { width:20rem;height:5.625rem;top:27.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HNQ9tg8ftpyTWc60aPxZhFNswMfTMURD { display:flex;width:2rem;height:2rem;top:33.0625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #HHfbQIKKuntUmnCTDV49P8cvnCRtyJKH { width:17.4375rem;height:9.5rem;top:17.125rem;left:1.3125rem;z-index:15090;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ipqnXgAT3b5B6gNnD3ZNqBxAHH2xXEa8 { top:38.4375rem;left:1.1875rem;width:17.625rem;height:9.8125rem;z-index:15093;overflow:hidden;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) { #UEOe8Xa65m9DPXGbJosZlFCkoXSTHJiH { width:20rem;height:auto;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #AMKOTTpyJhZHMys9UeQC6x2PyAF4HSem { width:9.875rem;height:9.875rem;top:51.747396469116rem;left:5.0625002980232rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0gUbMa7uQu8ma6EeTAesGvBI3CEXku { width:13.497375rem;height:2.924475rem;top:62.250003814698rem;left:3.2513020634651rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:15020;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc { width:20rem;height:auto;top:39.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;color:#000000;font-weight:700;font-style:normal;display:none; }#qSs744ePfGUQ4Hz0sbLptGOheqnkQ7Wc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #mMDl4hwB0ZorRzAIzdGc8l7oeRSr9qRG { display:flex;width:2rem;height:2rem;top:49.830730438233rem;left:9.0000002980231rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #TXDSXeTthIrLVazITBrWpmWFTEZnkHFn { display:none; }#TXDSXeTthIrLVazITBrWpmWFTEZnkHFn > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UbkCrExokqCP3keiITCI64XQmPg9DNVW { width:19.6875rem;height:4.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHwi7cDur2p95dsoqDmpqp10u1cyW6a6 { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGTAH3bn6dDymsAEUB1GBhUpFxxXhGt { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om48eQwb9lZ9GWIITuDXIDrHTtVVX6JC { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1bbPKAngbeJThnGvathcnlThbwEqBQ { width:4.375rem;height:2.75rem;top:8.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RslPr6Tst75CFl6uTIct56TRUbmobCNn { display:block; }
 }@media only screen and (max-width: 763px) { #FnwsK0TiEHNIt5hofsIROh6aa2Tzt8kw { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT9a9EzwBCaASTQcFaVrcUSCIm2IoOVe { display:block; }
 }@media only screen and (max-width: 763px) { #V7e500uhi6HH7VUcqJ5U2UJFFeAVZLII { width:12.5rem;height:2.598875rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeXeRTH0c8cgUSCKyqWdbEQcUaZJ5e7 { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiTloWLk1oqaLbbNeFATxZ6aI1Qmxie { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCxm7uC75rfpWt2ftOru55JLSTuFhuI { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1NJ3Cdek45AQZGJgLLSQGrOI9BNMuKd { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TPMO76Pm5i7K9S82PqmGt39tW9Av3k { width:12.5rem;height:2.598875rem;top:25.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUG3goSd40MXihsmbMXXrW1xWSLwJHLA { width:16.0625rem;height:9.875rem;top:29rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yLGaBT33s11vIl8ygsAH8ZTSBG4gqu5Z { width:20rem;height:1.2994375rem;top:6.062255859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNGdvo8ziwxvbteAplTdzGlbFgGUqzic { background-color:#ffbcd2;background-image:url("https://images.assets-landingi.com/uc/62f5b9bb-94bf-4c38-aee0-63f25c55159f/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic.adaptive-delivery-prevent-bg, #HNGdvo8ziwxvbteAplTdzGlbFgGUqzic.lazyload, #HNGdvo8ziwxvbteAplTdzGlbFgGUqzic.lazyloading { background-image: none; }#HNGdvo8ziwxvbteAplTdzGlbFgGUqzic > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iz3V3BVw6pfEa91LpEDVV0RbvE7ehHo2 { width:8.0625rem;height:4.1875rem;top:9.1705322265625rem;left:1.7365998743852rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymTfnB3iWsI9i8GmW9W98lXOVyRb0Z4 { width:8.125rem;height:4.25rem;top:9.1546630859375rem;left:10.622314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz { display:block; }#lPVEbBObu0Ze6HxpNfQQGAHxGwPbPTmz > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx { display:none; }#QDKIwtPmyLiCpg8kqg28yoV3DadgqQXx > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/11d1968a-af02-4e3f-b6ea-bcd5dece854a/image4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU.adaptive-delivery-prevent-bg, #XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU.lazyload, #XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU.lazyloading { background-image: none; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU > .row .container { border-width: 0; border-radius: 0; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XThKavdlrT3RW9Ct8d8LBZZpxdzPvMiU > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA { display:none; }#oA8i04i1Wxl1tGsV4aJ7zgktaxVzxrwA > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hwJrupaiayGQe8vMy0f1Rd86RyglTSV2 { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiQE5I5qOPhCRVQi2rhq6HWNVXspZ79A { width:20rem;height:3.57421875rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJgN1HBkLBVkiNyO866Z8hL3xXvfGFru { width:20rem;height:1.19934375rem;top:10.0556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi6SbGCDrpBNLKnl1uxMsD0N0QbIm1RR { width:20rem;height:1.7871125rem;top:9.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTT6aoHghrEXARappyW95IsNqL2TkFVa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3681923e-9f8d-4a8c-bb73-e94b4ddab81e/IMG_8235.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa.adaptive-delivery-prevent-bg, #mTT6aoHghrEXARappyW95IsNqL2TkFVa.lazyload, #mTT6aoHghrEXARappyW95IsNqL2TkFVa.lazyloading { background-image: none; }#mTT6aoHghrEXARappyW95IsNqL2TkFVa > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0CqcHNJyAiHFtr8hV2xFIO1aOpu3f6I { width:20rem;height:1.4624rem;top:67.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBAwdkCviISgUviQTJ8rTzHEKWGBaIP3 { width:20rem;height:2.3125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOPAERfPfkOXJZRquVclUgGGi4KNanTN { display:none; }#mOPAERfPfkOXJZRquVclUgGGi4KNanTN > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6dyW6HMTfTSuN1LNHqFumxdsMtt7ofK { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DksEwPnRtSHXTe2erDNbSwilo7oR2682 { width:20rem;height:3.41145rem;top:20.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #f7hJ9XAucdqxLFUQy3GSTG29Q09xETR0 { width:17.997625rem;height:2.68515625rem;top:41.25rem;left:1rem;font-family:kanit;z-index:15023;font-size:1.1875rem;background-color:#ffff00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XdRMI8iGyVuwnMhI66dvQmgt4rEUxdvp { display:block; }
 }@media only screen and (max-width: 763px) { #E0plBuRDJprOcaAp3veK2sE3Ktx1on48 { width:20rem;height:0;top:26.56640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cPN03fS4yEi3CodCsKSEQAf1JySkK6mM { width:13.125rem;height:2.925rem;top:9.6875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LUcq2ZgG0mzaqr3aUXFI2xZRX9xtV3a1 { width:20rem;height:29rem;top:13.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lIThqcXmk3gLTJF2toNSreDg2HGVk7uV { width:15.625rem;height:0;top:10.781250953674rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15011;display:none; }#lIThqcXmk3gLTJF2toNSreDg2HGVk7uV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lIThqcXmk3gLTJF2toNSreDg2HGVk7uV li:before{  }
 }@media only screen and (max-width: 763px) { #wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw { width:17.625rem;height:0;top:25.6015625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#000000;font-weight:700;font-style:normal;display:none; }#wenQ4fk7EsTaPCIMHkA1xCJHaRBhDVcw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #mdI8escA4v5leSL5fPMnNFDBO5rAEv9P { width:18.9980625rem;height:0;top:24.2763671875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #i959bZEQM0p4JAOV2lpfPyhUfpvqNGwG { width:20rem;height:0;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15009;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lJ1nI8lDPoguyDXpW6MGXNqkpShKLIfn { width:11.75rem;height:5.9375rem;top:33.9375rem;left:6.3125rem;z-index:15094;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw { width:20rem;height:0;top:52.49805rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:none; }#Hw0tNTHr2L3T4ubZGUUtTr11Taz1Zfrw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 { width:20rem;height:auto;top:16.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:none; }#BzaLBSEseQ8Nuu8wZ9vCxOU5Ea63Ck43 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #s933DpJyfC3DQ5JRznnGdDr3NC6zn4TN { width:15.625rem;height:8.6875rem;top:14.8125rem;left:2.125rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #vwMxy4AucaSkwmM9GbzAS0WNqrlbX4WH { width:11.5rem;height:5.75rem;top:30.6875rem;left:2.125rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #sTaQnWcSFkIIUpVZWJHlhUsFRE0UXMqK { width:20rem;height:0;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;color:#00054d;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #gQ08P6M9RZHxugNPf3ESWTMOUxL0zdoN { width:15.3125rem;height:3.3rem;top:24.17578125rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;color:#000000;font-weight:400;font-style:normal;z-index:15013;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; }
 }@media only screen and (max-width: 763px) { #LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 { width:18.1875rem;height:1rem;top:29rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;color:#000000;font-weight:700;font-style:normal;z-index:15018;display:block; }#LaDmqNSz36Iwh1CnIFQloH2KcXgGfrF1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ { display:none; }#aX0LuQlTvTPqFvrGTDzb0inw3xqBSXBZ > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHLsDG73PsDfx1CMCsP4qEhfiX8JKXHw { width:20rem;height:3.8984375rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZttbJ0kdGmH2ySO0qK4cfBoz5w6ep5ws { width:20rem;height:3.41145rem;top:20.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #HhmnMiLwqdtVB5rietdcw7JOL1nFbdXv { width:17.996875rem;height:2.68515625rem;top:39.375rem;left:1rem;font-family:kanit;z-index:15023;font-size:1.1875rem;background-color:#ffff00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TSN3FGSnfhuPfdVkCWKv8UWi2D0mBVae { display:block; }
 }@media only screen and (max-width: 763px) { #cMtuxTgdcZMPvA7f4B0UB1wxMTfSvHl5 { width:20rem;height:0;top:26.56640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Qi1RyPHSwSTFzJ5B7cfTp0qshnQm9Q3E { width:11.9375rem;height:2.6rem;top:11.1875rem;left:4.0312498807907rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T4dtlyoHCNSN26rpEi6e700FZ4nhLkys { width:20rem;height:25.8125rem;top:14.5rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p { width:15.625rem;height:0;top:10.781250953674rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15011;display:none; }#Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jf3qiW2JC5gZkGCOaaK9ESDoDWd08Z1p li:before{  }
 }@media only screen and (max-width: 763px) { #Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW { width:17.0625rem;height:1.7875rem;top:24.625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#000000;font-weight:400;font-style:normal;display:block; }#Q4taBTzwtOTbkJPWCxH7nIOeiQIum4DW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #DaCA4oeD5MJEy8aTDzaTDAUwBFxbnPsF { width:18.9980625rem;height:0;top:24.2763671875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #tIMXQKU1T9ZErO7x6LLNgT6ToUmoMwaN { width:20rem;height:0;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15009;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #f9LyIPXObtTKPhKeIscH1K5UBsbJ9KND { width:17.0625rem;height:8.5625rem;top:27.375rem;left:1.5rem;z-index:15094;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP { width:16.4375rem;height:1.7875rem;top:36.75rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#000000;font-weight:400;font-style:normal;display:block; }#wh7qkgTa4hOAAAzlVCvcSMKVBrIVNBNP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #wbyZNkgb82hfeAvRQKZKnRoSp93cfsH7 { width:17rem;height:8.375rem;top:15.5625rem;left:1.5rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #eXFA1m6yyKQLU3EWTA1hH3W9PeEHvgia { width:20rem;height:1.03125rem;top:9.4000005722044rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #eCSu129DSoLNylukFFEOGpJJXMu08tvr { display:none; }#eCSu129DSoLNylukFFEOGpJJXMu08tvr > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0wfupcfZUW8DtObXh9ORA7iFVOq8Nuw { width:20rem;height:3.41145rem;top:20.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #lc5uy3DaZJy6RID62sx6OmBw6kcheia2 { width:20rem;height:17.875rem;top:4.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC { width:15.625rem;height:0;top:10.781250953674rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15011;display:none; }#qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qAZwks1wJo75ih4JT6AzUtQV9ZzPfJpC li:before{  }
 }@media only screen and (max-width: 763px) { #HGKhnPN1dyx2nFoQDe4AiFMMWpUiTbek { width:18.9980625rem;height:0;top:24.2763671875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #oOSPcyPiR0XzVRBwc4V2OvkhcetWt3KE { width:20rem;height:0;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15009;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dknLdoLuK0M6kqc4xhntr14R46C21qtL { width:20rem;height:0;top:6.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aQMe5yhFptKJwST7VRxC2fTBxcnDF7l5 { width:20rem;height:1.95rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ywa27sTZWL0ULZJhqadac9i7dW7HGpR9 { width:20rem;height:auto;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#fbe936;display:none; }
 }@media only screen and (max-width: 763px) { #yV8W8PyAnxbghtKeScu74hqegDzTufHu { width:20rem;height:0.89375rem;top:13.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;color:#fbe936;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LsTC8VSUcUXBV4pPFkwkDi9EoGa2svgN { width:20rem;height:0.975rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #s7QqxrXia26whAGfI5EDCWKxzdhh9eOp { width:16.1875rem;height:2.75rem;top:18.0625rem;left:1.9375rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBPJXaZn9r3mU20qGUBbfc2lTD8PJbGo { display:block; }
 }@media only screen and (max-width: 763px) { #HMXkV89zZdOh26TN4urbgG7cEQtNbvn0 { width:20rem;height:1.3rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;z-index:15018;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #u1HD7sixHpGuWfC4RETwpmiKJxt4PBNt { width:20rem;height:2.6rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;z-index:15017;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #PnrA90v0nKJwO2AdazxcGkc8LJePoGyH { display:none; }#PnrA90v0nKJwO2AdazxcGkc8LJePoGyH > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Enqpyrg9FDU5dcclmxGufN6hmrDqzwl1 { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J34o99J9hxKzWJB7lO9n7HOKGZw2V9nV { width:20rem;height:3.41145rem;top:20.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #xHBGIioqOdXHR0qxSuG5APLfq9izwQGJ { width:17.9980625rem;height:2.68555rem;top:45rem;left:1rem;font-family:kanit;z-index:15023;font-size:1.1875rem;background-color:#ffff00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cyvLQxtWhbzt58dtt7xZ1MBf3Tu9U0am { display:block; }
 }@media only screen and (max-width: 763px) { #ogb5sGZArz1SVTxW6kfAAodS0E87m6T4 { width:20rem;height:0;top:26.56640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CeMbOOqPQ7IKHSXb3lPaWDRPr1KDB651 { width:13.125rem;height:2.923825rem;top:9.6875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #buocOWhmvruGOZOUzAsNZBdUCiq5TRht { width:20rem;height:33.0625rem;top:13.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kU3izpngzNISii4g5OvXDTuI5VnfBQOu { width:15.625rem;height:0;top:10.781250953674rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15011;display:none; }#kU3izpngzNISii4g5OvXDTuI5VnfBQOu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kU3izpngzNISii4g5OvXDTuI5VnfBQOu li:before{  }
 }@media only screen and (max-width: 763px) { #IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q { width:17.625rem;height:0;top:25.6015625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#000000;font-weight:700;font-style:normal;display:none; }#IUQRcKzJF5fGNoaTX4LZ1h2CKgRE6n8q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #cxUk2JOPRMTmKz6hL6xoTE3DrkXHtBcT { width:18.9980625rem;height:0;top:24.2763671875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #urZ0HJol246UKg0NxGvEBHUkn4TVVzQA { width:20rem;height:0;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15009;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oOuNLXNXIdqPhvwtsPJfdoZq8dc7fAbv { width:11.75rem;height:5.9375rem;top:38.1875rem;left:6.310546875rem;z-index:15094;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IENJdOctIqkGNQVoM2M8DW0EZVapAT95 { width:20rem;height:0;top:52.49805rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:none; }#IENJdOctIqkGNQVoM2M8DW0EZVapAT95 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #oghlNfpmvJO7oHuRCtwJIaN3DBnN0eta { width:20rem;height:1.21875rem;top:30.060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#190072;display:block; }
 }@media only screen and (max-width: 763px) { #onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB { width:20rem;height:auto;top:32.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:none; }#onGEzEXKz8Lqv7ttSyMumfxQwuabyBmB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #bi8QJ2DwJk0RicOpTTARXeI1eJs7LHtD { width:15.625rem;height:8.6875rem;top:14.8125rem;left:2.125rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #Ovb02cEQ2GTJuPkVFrBlJ8TAmkX1fQDX { width:11.5rem;height:5.75rem;top:34.9375rem;left:2.125rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #KlOt17XQp140KcE3a12z4Oi0gnVPHQEy { width:20rem;height:0;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;color:#00054d;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #fNRzztI58hWRuuTlcODEx8RFJWLSJwqO { width:15.3125rem;height:3.29883125rem;top:24.17578125rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;color:#000000;font-weight:400;font-style:normal;z-index:15013;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; }
 }@media only screen and (max-width: 763px) { #c0iI1tb6kEqUCypNVZzGqu5lTcvXuryV { width:20rem;height:1.7871125rem;top:28.373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;color:#190072;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba { width:19.0625rem;height:1.5996125rem;top:31.5869140625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;color:#000000;font-weight:700;font-style:normal;display:block; }#Awos2y2IvBAzugSDKd23W4Ivz5VEb0Ba li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y { width:18.1875rem;height:1rem;top:33.25rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;color:#000000;font-weight:700;font-style:normal;z-index:15018;display:block; }#AgnKtAXmrut8SMhtyiIXS0JtSQJB9l2y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #ZQue552VgAWvWibq2qBRnps7DmpUvffl { display:none; }#ZQue552VgAWvWibq2qBRnps7DmpUvffl > .row .container { width:20rem;height:65.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aNN3dg44FsBZ6BOodA79XOpxIHXOzDP9 { width:20rem;height:4.5rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DJJhJzmgBo5TSgwNSniE3rqyBqeJ5WpS { width:20rem;height:0;top:23.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #KF2slkXIhHCZbpKRqk5sVKG2sWDZRNzE { width:17.997375rem;height:2.68489375rem;top:60.6875rem;left:1.25rem;font-family:kanit;z-index:15023;font-size:1.1875rem;background-color:#ffff00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iFaMZDwMppqEvQJdeVoB5lLom07qTO6a { display:block; }
 }@media only screen and (max-width: 763px) { #u4JQKKgtBFPvhf5z2Fmz1vMFGMH1T2SF { width:20rem;height:0;top:29.69140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Viqu9msXnu5qkW1hLrKwMmRciMf0OTS6 { width:12.875rem;height:2.92448125rem;top:10.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TZEr5pOeCykGm1vpSwrABnC6nniSXdEs { width:20rem;height:47.875rem;top:14.4375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh { width:15.625rem;height:0;top:10.781250953674rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15011;display:none; }#ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ob6J8e2p9NDlZxq2SnzTPFmIKBsfJBuh li:before{  }
 }@media only screen and (max-width: 763px) { #sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G { width:17.625rem;height:0;top:28.7265625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;color:#000000;font-weight:700;font-style:normal;display:none; }#sXIJBxFMC8VIKOp1HNiEMPUaJT5cn79G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #OyTo9woxAexRK0K8lDAJckrQWCknVkzl { width:18.9980625rem;height:0;top:27.4013671875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #K0GzKXV94GgG1fAWHMP1CvTp21GW2Lu3 { width:20rem;height:0;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15009;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #d5Bq0LJDLqT0TlXgEqJrcImzONLQaeCi { width:11.75rem;height:5.9375rem;top:54.0625rem;left:4.125rem;z-index:15094;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh { width:20rem;height:0;top:55.62305rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:none; }#WTtSvoAeeEVMUmXg4qqqv6bcdgwC41Hh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #A29pH0G5puFdVT4RePgmDrKIJZmNiodi { width:16.9375rem;height:9.25rem;top:35.25rem;left:1.6875rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #TbNVQ2hy5OnX2PagJounPvWqHWl5PvDl { width:20rem;height:2.0625rem;top:51.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;color:#00054d;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #UCpgoN4B2UuXu21JpMLk2FLRw59vuwb2 { width:15.3125rem;height:3.296875rem;top:44.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;color:#000000;font-weight:400;font-style:normal;z-index:15013;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; }
 }@media only screen and (max-width: 763px) { #vEM6D5ahME4IcVzT3h15Py8JeBBvXXXz { width:17.4375rem;height:9.5rem;top:15.6875rem;left:1.25rem;z-index:15091;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IJCRJmPXPCcy40AEFmnbKxkDX9luMkcN { width:20rem;height:5.625rem;top:26.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#000000;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #K2TnaoyfTGEvzTTdiW9QCuATkbwWnqru { display:flex;width:2rem;height:2rem;top:32.031379699707rem;left:8.0625002980231rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #LgxLhWbOuaoiZ7lFwLtn3LSoGxlqQz0f { display:flex;width:2rem;height:2rem;top:48.583333969116rem;left:8.0625002980231rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #HwKs4GcbAgek2IT89rJWrK1iBHRZodiH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf73fc9b-93df-4f31-9ba9-50e54729f8bb/LandingHeading.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH.adaptive-delivery-prevent-bg, #HwKs4GcbAgek2IT89rJWrK1iBHRZodiH.lazyload, #HwKs4GcbAgek2IT89rJWrK1iBHRZodiH.lazyloading { background-image: none; }#HwKs4GcbAgek2IT89rJWrK1iBHRZodiH > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bSRizRHbktOag9fBTZA3l0NgbeXLtyGe { width:16.875rem;height:0;top:32.75rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk1OhFMOqORXvviEmKuGVmCUS5t5EpqJ { width:7.875rem;height:4.0625rem;top:8.25rem;left:6.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvtExgcShoNEmb1JyaHKMqQRSwriGW6 { width:13.375rem;height:2.03125rem;top:13.1875rem;left:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nav5nEOQXlbIQQLTKLQHL3xqkDuktbI9 { width:20rem;height:8.4205625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPRVSXHTRPzqTFK5vt5dgOKBIOCOmhlc { width:18.0625rem;height:2.1875rem;top:16.8125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhz93uu7UyZBd89T4uOcbknOyBJ6Id7B { display:block; }
 }@media only screen and (max-width: 763px) { #NTLnJX9sENc5e8mdXQZPU1JwSOTmCep2 { width:6.6875rem;height:3.1875rem;top:19rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH2zIxbDi2vcMuVDNrfbxxe22ZXdfgKm { width:3.5rem;height:3.5rem;top:19rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzfg5fsQFk56ya4Xmap12TShtMAz59LW { width:4.125rem;height:3.1875rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXuLIrr8dDEnt9PoPVkLsZArGaUv6g8U { width:4.0625rem;height:3.5rem;top:0.5625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxOzwHAfzeonxfEgtINDDoUFioiy8Wu { width:4.875rem;height:4.1875rem;top:15.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqBVSkOJ9zvr99ph2FZdaLTo8WVhSyx { width:9.5625rem;height:6.9375rem;top:4.412109375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbntobkZ2uZ0TTrXalcoy61CvxZLgwye { width:16.875rem;height:2.5996125rem;top:9rem;left:1.5625rem;font-size:2rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ocEMphDG3PH9wTTyZ4XJCunaHHnMN4vh { width:7.9375rem;height:auto;top:11.3125rem;left:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 { display:none; }#bm0DGP6NC2rUAroS5yBfLDUlrf0A7Sb5 > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nhWywbKTUcHmATedZPM20nwuLvnN3x4g { width:18.6875rem;height:7.6875rem;top:3.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3PoZUNyOihrMwpLvQyXafUkxCyM1B3o { width:19.6875rem;height:2.599875rem;top:17.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8yhwlwMeID53Fz7vnd3I1VdDpmyeKZ { width:19.6875rem;height:2.03125rem;top:20rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7yJBnaykvQenkiCFE3Txh7ZAFJNL8l { width:5.1875rem;height:5.125rem;top:12.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukAavymkvyvi9vXA2cc4XIcM8L4Lb3R3 { width:7.9375rem;height:auto;top:11rem;left:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xb9l265KD2IzzlnVx6l8QK4TWzJp0mdS { width:3.125rem;height:2.25rem;top:26.703125rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe4TWmAgUqtiGHiFabaJOpFl9agRc4kG { width:19.6875rem;height:2.03125rem;top:25.723987102509rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxdShT38vcLgfiVTamaX7SvddO6lc7k { width:7.875rem;height:2.599875rem;top:23.125rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCSwqgoUMSvDHkdfaZHc5NmT2JakhXU { width:20rem;height:1.625rem;top:30.37464427948rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VQc9n6L2m6aS0upODwQlxIPXGig7lN { width:3.9999125rem;height:3.9999125rem;top:27.755236625671rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZESr3SpaEr2eSPITFeU9F9SAMdbWOwf { width:12.125rem;height:auto;top:11.0625rem;left:3.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvbzfCAIQQbLAaV3fTRbncgST8GlZayV { width:2.9375rem;height:2.9375rem;top:11.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOET1CaTfi25eVcReJgT6A94mCiWWBmT { width:2.9375rem;height:2.875rem;top:20.037109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD58xiMoiC85Fd00S5dXnU1LGdMlGieA { width:5.5rem;height:2.35595625rem;top:23.3125rem;left:1.875rem;font-size:1.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #SQdXZtMNi44fpRpH2LFIrl86orDsgTP6 { width:5.5rem;height:2.35595625rem;top:23.1875rem;left:12.9375rem;font-size:1.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xvlJxtCkfCFiNfWaSRGVsT5uTgn81KpC { width:10.2499375rem;height:1.4999125rem;top:2.3686077594757rem;left:4.87482213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4CeFHxU8zDirwRVz2UMSfa8FqXNkwC { width:14.9375rem;height:1.625rem;top:12.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTfbZ4MdM533o08P3OTK8FQc1DBaT58 { width:20rem;height:1.21875rem;top:14.875rem;left:0rem;font-size:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Ik40o7uad3bKTZwzBqxMTylg3pl1BLTa { width:19.6875rem;height:1.05601875rem;top:27.953211784363rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWapUorUT6AnVCx7z2J0q0OLepZTeDOh { display:none; }#eWapUorUT6AnVCx7z2J0q0OLepZTeDOh > .row .container { width:20rem;height:92.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KRr0blHqKZJwfvfVNSOOUOBybXMtTNqL { width:18.687rem;height:7.6875rem;top:2.186279296875rem;left:0.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh72AOopbptTii7uP7sXqtuFFM37h4oT { width:19.6875rem;height:3.4121125rem;top:11.625rem;left:0.31201171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyCr8TZXfyk78HzES0b6tkeTFCy0IPMV { width:2.9370125rem;height:2.87475625rem;top:7.0458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXhWcCG3ZWHVZ7zVl2b0FJFSspxpLpi { width:13.5rem;height:2.12475625rem;top:21.0791015625rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3PrToIE4v7xrTqzNxdFZtUlmPUNwqgN { width:8.68725rem;height:1.625rem;top:21.328857421875rem;left:5.654296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKqWbpA9VXJdvo1gE2vyzXlugcpPFUpE { width:11.625rem;height:1.625rem;top:48.1875rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsC98TRGPBBwZFV1sTo0eTgaAGfHKQWw { width:14.3125rem;height:2.625rem;top:47.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUnVDLvVx9sM8hfHlNM5T76eosMu1b9h { width:9.06225rem;height:1.625rem;top:70.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk6xmGXbxpA1vSaZpUERKwrppmOqxF9c { width:14.125rem;height:2.5625rem;top:70.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrEo6sdxDM9UgTWdO7Ig0ys1wfaHyK4 { width:18rem;height:0;top:26.917724609375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCe40hOn7gTTr0FNTBCicKdfhTVahnZP { width:13.37475rem;height:2.5996125rem;top:16.91748046875rem;left:3.68701171875rem;font-size:2rem;color:#ffe98b;display:block; }
 }@media only screen and (max-width: 763px) { #prbRRoSaMGND1ZROTxGqvQC8GCoGPCMT { width:16.625rem;height:0;top:57.371337890625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoUN7zkdkbhOc9k3es8qwwRHMp2wpfSW { width:17.18625rem;height:2.5996125rem;top:32.889404296875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVFabRSMSLKa08FmpJXV34WQTX5KhwXG { width:14.8736875rem;height:2.5996125rem;top:43.125001907349rem;left:2.5598958134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxIUVOOt7tQxR1GhsGtUvMDFtdGtF7qD { width:14.874rem;height:0;top:74.047119140625rem;left:2.56201171875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NP4D6zrTM7PDRdlPkJ3KJgFdvhQetHGa { width:13.56225rem;height:7.93725rem;top:73.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh0oygbwCpwB9Kqfbxi8MWxAOWVARzyp { width:18.1875rem;height:0;top:75.9462890625rem;left:-0.874755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRdU237O3OmIcwim3sABK8vBEVitLFpO { width:19.99875rem;height:0;top:81.021240234375rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VmOWc8Qdgn60uSrAs7aNH8Zg7DS9F8FR { width:16.62375rem;height:3.25rem;top:65.74951171875rem;left:1.686767578125rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qfeN2wBBxJpzMo5nMwCyNw9zNDbRzt6c { width:14.8733125rem;height:1.4624rem;top:81.9375rem;left:2.5625rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zmeLirIQkzFeX7TNzkP7DBRlLmzCEKhS { width:19.9980625rem;height:4rem;top:87.125rem;left:0rem;font-size:1.25rem;color:#ffe98b;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6S5fWWmMAUTgILITCu9wseTKZHsweG { width:18.1875rem;height:1.3808625rem;top:84.3125rem;left:0.875rem;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #NXDgQn81zcnUvuePyE5IHWT8rbolqnlM { width:13.375rem;height:7.375rem;top:25.595042228699rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPBk7l9nOnbO7X6J05ypzxPPLAySgwU { width:12.125rem;height:6.5625rem;top:36.562520980835rem;left:3.9375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGb5zoBowlPN8015m2uH9TNF6PdsfqKk { width:14.75rem;height:8.2150795794019rem;top:54.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzGoo8maysxJlr8Un2f1JTUpktG525GE { width:14.75rem;height:8.2769434927169rem;top:56.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znx5Jv696NV3OQhJVg7qZpkrtG6sOPQT { width:14.75rem;height:8.2150795794019rem;top:52.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { display:block; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { background-color: transparent; background-image: none; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container > .video-iframe-container { display: none; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row > .video-iframe-container { display: none; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .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); }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D { border-width: 0; border-radius: 0; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .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; }#RXAXKRynVi6zT5AuHTR2TEnuF3mJi31D > .row .container { width:20rem;height:62.1875rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0nEzmcSMX2woFvz3xAH5TrTgSX9yF77 { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMB5wP22OUqT7MTspmMWiGPLqPxfaxwk { width:20rem;height:1.21875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CKbxq2VZi2KDBdoJaxWdLC58sd9XxIw1 { width:20rem;height:6.5625rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #iqGZ9SlTihPHiDpXs7Su6wkk0K7wXSTz { width:9.125rem;height:1.5rem;top:2.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf12AbWX0yJ9gSADKUvxQxL8rntXuxBm { width:17.874125rem;height:2.8125rem;top:55.748901367188rem;left:1.06201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNppu0Z7PgT3TikK83q5klFNPkrqQF8b { display:block; }
 }@media only screen and (max-width: 763px) { #NtGbm9XyzQZoA70ivf3vSkxxXbK5a7lP { width:18.8745rem;height:1.13769375rem;top:25.0341796875rem;left:0.5615234375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMe0CSmehHyXoEoTO9uTUDKDIxX1efV { width:20rem;height:50.4375rem;top:0rem;left:-0.6875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #DNE0N5Ip87mb7bVdkDqF5mJp9qo8ZVo3 { width:8.1875rem;height:2.1875rem;top:0rem;left:-0.6875rem;font-size:0.75rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #SFhmDcHAIJREnHvyunTsdnzcvqxyqE0U { display:block; }
 }@media only screen and (max-width: 763px) { #sBCx7hf6d7HeoZWX19pett5rgsE8FIh8 { width:20rem;height:0;top:0rem;left:-0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #S5xC4iXdcswPKMVfRqFSMIdSM7qFHg5T { width:16.1875rem;height:0;top:0rem;left:-0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #epzpHXx23k6wwSAFKGCBKk2AvHVKTVPy { width:20rem;height:0;top:0rem;left:-0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #wku9RNCUZ0ZRpQSQedJbX6aQIv9ewof8 { width:18.5625rem;height:0;top:23.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #AtfDdiJzLfx1mkRPsTDoL0xn9V0Gqml9 { width:20rem;height:1.3rem;top:12rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqB7JTvbv4FClTKR2MbFMaVmAeDhetI { width:20rem;height:11.035125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQR9JyyCS2rlahVN4BrZwTJBqXSH7qBc { width:14.811375rem;height:8.248875rem;top:37.491455078125rem;left:2.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWEmpOwv5PLSRAJgeTUN9U1yaJiLLTK { width:20rem;height:3.9rem;top:32.268676757812rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lirt8n9KMJtzd4lWWIz2LQ8PeTc6bIx7 { width:20rem;height:6.25625rem;top:46.9873046875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O22v9FPSOsGn1sN8A3ZF5WZLe9T8c9bf { width:20rem;height:0.062255875rem;top:29.257934570312rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 { display:block; }#FiRsCJhTEMP5mN9DmE0yOOJFuiWabRw5 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buMWml5o25blpa6Lnsi0l3vOGf8lS4ce { width:14.375rem;height:0.125rem;top:11.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap92GI12AOmi7lecHcwZTi60DAcBtcCX { width:20rem;height:1.3rem;top:1.19921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T9AebtehciAv7fT3D58p7v03Ck7qGHEI { width:18.75rem;height:auto;top:2.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFmdCH7sia0VyLotUsGKibEWfqhc4yGk { width:18.75rem;height:auto;top:4.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHOXGHIUiDKzfwDGU68donaCPeeJpQrc { width:18.6875rem;height:2.4rem;top:17.75rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDknmAlsaKtBxQ2XivlzDK2EphqAelPL { width:0.125rem;height:7.8125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEOkXSqzH3cAgos0siWyOWPnS64zf6Xq { width:11rem;height:3.9rem;top:2.8115234375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5e4ybb20mMLOssqShcLDm7GLzzz0Zl { width:11rem;height:2.6rem;top:8.5625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXiosAqO27eH8Iedr1xQmsk7PXutLaM { width:18.75rem;height:auto;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeFONd8GTZ7e2GMZyKZgEh7TSIbLBgT5 { width:14.375rem;height:0.125rem;top:7.125rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KHcgJSTeqCcobOp0TTOuA5OihBigK17U { 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) { #EAihCzdAAySrZxgJTq72ODd8BSG7atLM { width:14.375rem;height:0.125rem;top:7.8125rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #LxfZDuW8Eos8x7ea3gD6k5SnK6MOPcCx { width:6.4375rem;height:4.3125rem;top:12.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIy0Xr78rKgXOaKBMfkiTlb1KkdO5139 { width:6.25rem;height:4.3125rem;top:12.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ { background-color:#f8f600;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; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { background-color: transparent; background-image: none; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container > .video-iframe-container { display: none; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row > .video-iframe-container { display: none; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .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); }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { border-width: 0; border-radius: 0; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFxENyPmkL9tuOqG1vXUa2dGo00oAiaJ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFKBlLKOXVqNydfud7KT0hT6gGHIiOWm { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKprPO0WqS8PUe3hri5Mapdz3EJu9pUv { width:20rem;height:50.4375rem;top:0rem;left:-0.6875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #BhwIgb4marCJQh94C5cPXCTkEVdvyJyT { width:8.1875rem;height:2.1875rem;top:0rem;left:-0.6875rem;font-size:0.75rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #oLkg3aSKMGn42nvDrSWale9sEOJuUkXy { display:block; }
 }@media only screen and (max-width: 763px) { #JHk6snO97X0nzNfzybQP8ASuVKCrTJB5 { width:20rem;height:0;top:0rem;left:-0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #u9kIHbgcpBE8iH0MrukuUKg15MNUNuMD { width:16.1875rem;height:0;top:0rem;left:-0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #kHTeQcTbqpV6Kgpf5XZT4UhRrFT6V6TO { width:20rem;height:0;top:0rem;left:-0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #AiGrRqVcHQm5pkMcCrRpNkQ15SnCUTJJ { width:18.5625rem;height:0;top:23.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #WSREol7Q3LhRPMEswg0koXPsOLePDnwv { width:20rem;height:3.6rem;top:0.6962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW { display:block; }#VyqRnhtkcrvuPtkNAtZzJXpW0yeWvIgW > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCJEiE7hAL0lEzUAFxT9JAmNuiJG095E { width:16rem;height:3.125rem;top:2.5rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbXfHQfXDqspVURkAOpMXfGxpeiE8At8 { width:15.5rem;height:1.40625rem;top:5.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KhGqz2yK5T1xzdOMrD62JQpPsJUk6P0U { width:17.25rem;height:8.75rem;top:8.8125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3DLxqJqAPlvd4QUoWFrO5OLOq3ruvqK { width:11.375rem;height:1.31286875rem;top:25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #esOKaNTezT0EvfxBW8mMhykxv56Q8VTb { width:19.4375rem;height:4.9rem;top:19.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cXMSyw7U2FporBm16fBvz530X75SI7ba { width:16.1875rem;height:1.5rem;top:26.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f3u8toDztE33s2acxftHfWaNHN8tGW8U { width:0.3125rem;height:31.25rem;top:2rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRxZJ8mZ2VOSEPEnmGZG1NK8IzlXnT51 { width:14.125rem;height:1.95rem;top:27.875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FLNbKV56OMoKAtoGEBO4BRtrN8rDJ0an { width:8.1875rem;height:1.875rem;top:30.375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJtWeU17QfUBtu5aUK1WTfk494TILFC { display:block; }
 }@media only screen and (max-width: 763px) { #whVEA36HSgTJZuARyHAR76JsUmF2JGtI { width:8.1875rem;height:1.875rem;top:32.5625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBGaLcvNpoduDK4CEHtNHIrXw8CRHH0 { display:block; }
 }@media only screen and (max-width: 763px) { #oiw0Z8DVR7zdvHymfiWia7qkr11XqUIr { width:8.1875rem;height:1.875rem;top:68.3125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVtzgGFVfPperguS0ferLGhIaTsU632q { display:block; }
 }@media only screen and (max-width: 763px) { #RbqvCF9LxHf1CTy76Rye6zgBQLGJytPl { width:8.1875rem;height:1.875rem;top:66.1875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rePkK3ZVEkfrFLCCCNzQh6wBDfcJPtpR { display:block; }
 }@media only screen and (max-width: 763px) { #LdUv47wBWP0NIMZsohkise752i0FtzSW { width:20rem;height:4.550775rem;top:55.9345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IuOhgTULbchlAHQJlKPaLTdbpxBoD9k1 { width:15.75rem;height:8.75rem;top:8.8125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKgzxc4POLz2WBPis44mdqavaRA5mnM2 { width:11.375rem;height:1.5rem;top:62.3125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ngS5IkNQ5xXklFhVSEc3Fq87ade3Zbzp { width:11.625rem;height:1.95rem;top:63.8125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BWzdNy4tNAecCMUt96m2GShyxIfOvrq9 { width:11.375rem;height:1.31286875rem;top:61.0625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R0S9LQZN8zoFkvifL8Ca1q6gvbyIt7L8 { width:12.4375rem;height:2.1rem;top:41.625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VKW6SF55ybQ9Qn8dH9W6gTIVnXGSMRQT { width:15.8125rem;height:3.125rem;top:38.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTEiceWFAtvTGzIyTgxR0cTNv9EgzhZ { width:11.375rem;height:auto;top:7.375rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #w2F2HsAAfoioeghw8r5Eq577eUfWZP1x { width:0.3125rem;height:31.25rem;top:1.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6cizznOcE5cRKQhiORZ1JeTzimMxMxp { width:8.1875rem;height:1.875rem;top:105.25rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpex2FRGWGVHyE57BJ7Vv0ffEGrgZu2c { display:block; }
 }@media only screen and (max-width: 763px) { #crcv4pFgyRfztnbvTwJki2p6tForPWlX { width:10.3125rem;height:1.95rem;top:100.625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OLr6m9LlUIqxpKVTl6krJ5H1rJ5kGuty { width:8.1875rem;height:1.875rem;top:103.0625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXErak2gpaEWwrrn6n3qneQVd7XTTIxf { display:block; }
 }@media only screen and (max-width: 763px) { #eczU0swIiqgBf4vLylfKFsq2fd0U3gkw { width:10.375rem;height:1.5rem;top:99.125rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T9ehvw527uSIIAyWT6cOJi1wkRiFmdyU { width:11.375rem;height:1.31286875rem;top:97.8125rem;left:2rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mW7vuPdZ4FMudqe9JqWIql7uFNtSFyv1 { width:17.375rem;height:4.55rem;top:92.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ht8J87TCKNiSinHubgiq6mVUqTcVR0zf { width:16.125rem;height:1.125rem;top:78.375rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lSJxWQZf4Z2bmSToTFkgiwI7oQTwacuU { width:15.625rem;height:8.6875rem;top:8.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVNBMShHWE7v9mtCLT6GSr4KTNXGsSlq { width:17.6875rem;height:2.75025rem;top:75.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efgZonK2agzxP9tHav0HlZ3TBqVya0Gh { height:11rem;width:18.75rem;top:7.75rem;left:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qtyZsQaa9pNvdcsZ9HtItIbp6xDK5TWD { width:7.375rem;height:10.875rem;top:24.6875rem;left:12.4375rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #FudrhpfDnCrQeDlwksLPk5iubROX1arg { width:19.4375rem;height:34.625rem;top:0.6875rem;left:0.1875rem;z-index:15001;border-top:0.1875rem solid #6f3ba7;border-left:0.1875rem solid #6f3ba7;border-right:0.1875rem solid #6f3ba7;border-bottom:0.1875rem solid #6f3ba7;display:block; }
 }@media only screen and (max-width: 763px) { #OlS4eU2wLvmrzh0AItZhQdn7al65VCdm { width:19.4375rem;height:34.625rem;top:36.375rem;left:0rem;z-index:15002;border-top:0.1875rem solid #6f3ba7;border-left:0.1875rem solid #6f3ba7;border-right:0.1875rem solid #6f3ba7;border-bottom:0.1875rem solid #6f3ba7;display:block; }
 }@media only screen and (max-width: 763px) { #k7lo7JLKQgXl3fCONhrRVzM6oTcJhVKR { height:11rem;width:18.75rem;top:44.40625rem;left:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #L7PcAIqPTbnqCKAAKhgo7n1KxM4B3IA1 { width:8.5625rem;height:10.9375rem;top:60.4814453125rem;left:11.25rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #FprbDX2N7WlP0SdprZTA0nkO8v0yTkV2 { width:19.4375rem;height:34.625rem;top:73.3125rem;left:0.1875rem;z-index:15003;border-top:0.1875rem solid #6f3ba7;border-left:0.1875rem solid #6f3ba7;border-right:0.1875rem solid #6f3ba7;border-bottom:0.1875rem solid #6f3ba7;display:block; }
 }@media only screen and (max-width: 763px) { #wfdeqeHwJf92ZXhNKUNOcolPuBf325Zn { height:11rem;width:18.75rem;top:80.34375rem;left:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fGMH2z0FqwdHu54w2SkJHIERMmkow6yq { width:8rem;height:12.0625rem;top:96.109375rem;left:12rem;z-index:15110;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ { background-color:#ffffff;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; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { background-color: transparent; background-image: none; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container > .video-iframe-container { display: none; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row > .video-iframe-container { display: none; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .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); }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { border-width: 0; border-radius: 0; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ty3gbOJhvczKnoxUM6XHfh2TTUEhhoOJ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slI37mZKxuHJb55TfVv6FmP0syFX7VwX { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckD1lm602iBg4e8BEocwfd9eRnGn17WN { width:20rem;height:50.4375rem;top:0rem;left:-0.6875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #uEg8BRh9dzFH4UcVivB5sVFo4JRAIKTr { width:8.1875rem;height:2.1875rem;top:0rem;left:-0.6875rem;font-size:0.75rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #SKolgpWu4O6VHl9rWDu67vBNzrkn8EXe { display:block; }
 }@media only screen and (max-width: 763px) { #TEDUUmnKH8EXxk1RgSHUIiLHS5sA9kxN { width:20rem;height:0;top:0rem;left:-0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #lxoJT34TTteJaNTTCxGE481tCUWy1bvz { width:16.1875rem;height:0;top:0rem;left:-0.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #b8HklFZb4REWwxr2aOfFa3Ax2yfxNuva { width:20rem;height:0;top:0rem;left:-0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #LR6yuPTpynXiT5SqVDQXnsML22nfRAsu { width:18.5625rem;height:0;top:23.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #A71lZdOlvdTwXx93dQJEqTqUwHKwwi97 { width:20rem;height:1.575rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ps9RFh5hIk6GpbLq9i6yzJTLJJfOsb0c { width:20rem;height:2.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2x7Z4AUPmnkSbidFrwT0N53TILkDJz6 { width:20rem;height:3rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { display:block; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S99r80pRO09LVyiScKODXINmoJb0LqL5 { width:13.5rem;height:2.3125rem;top:0.78125rem;left:3.25rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block; }
 }@media only screen and (max-width: 763px) { #Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx { display:block; }#Kn3GdHfOIMoH1MfiHlVng8UJE2uLK3hx > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EASqsScRWOnECrJUuIJyhiesA1nS9NHI { 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) { #NsXnhOXrJtr9kpJbzpLeoAJBEkwETUmm { width:11.625rem;height:3.4375rem;top:1.71875rem;left:7.18359375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nvXimhG5J2lNsOtwCXRudNqfzVVadA5P { width:5.625rem;height:5.625rem;top:0.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb3hLOreiv8rtdOJLML8S070dDnTAqFs { width:12.5rem;height:1.5rem;top:3.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngSg80mpnX0676hD564iyFFkhQWvq3BI { width:20rem;height:8.6875rem;top:6.7861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAwXbMI4WL9WP9XKVTQNZDEJVSgTflgy { width:20rem;height:8.75rem;top:56.473434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IK2OSZeTHwRRf4Adb9Bcv3RBkQfEETxm { width:20rem;height:8.6875rem;top:36.598434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMTuH1NDA3T0mqBZvMxOUDBAW7z3dn76 { width:20rem;height:8.6875rem;top:86.348434448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxHorLQMO4qo3umwagBQfhVwGWMy6KqW { width:20rem;height:8.6875rem;top:46.535934448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xseNwu3gvF5GSZEfLSHo7GT1aZPFdebC { width:20rem;height:8.6875rem;top:96.285934448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWub1VFAp2K7DGrP6n0DT2VLa2Nv0eKH { width:20rem;height:2.275rem;top:6.55078125rem;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) { #bwqxZgy9k2pxw8lgA0yRLf5zgJ0rMAOf { width:20rem;height:2.275rem;top:10.17578125rem;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) { #WpmlwlM5xnaZb7JVP5klzB4DFxAVfHnX { width:20rem;height:2.275rem;top:13.625rem;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) { #whZQzARf9aycJAyfCzgGVBaXLSafuL4G { width:20rem;height:2.275rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Hi9xyKAalQkrXeUwoWffLtzD0LNtXohP { width:20rem;height:3.4125rem;top:27.625rem;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) { #BATclTSN20s09Fa5kmG4HuUNsqzirRWh { 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) { #ObxzoO7LFBgwFR9TmPs9grr8sHnpAGxu { 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) { #pHwkTJX23m8AZ6EPc0mvL1ctmT4rTySu { width:20rem;height:2.875rem;top:9.875rem;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) { #wWkUZ41LOH7Fp8zULp2qpirO0AcRcVi5 { width:20rem;height:2.875rem;top:13.3125rem;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) { #i68FRbH73TCN1RgwnSVfsgCTKGMwzIpq { width:20rem;height:2.875rem;top:16.75rem;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) { #WUpdq8vooBedM6KcI9zoQfovHAPJ7QA7 { 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) { #uTEbPVZR1ce9oIKhOKQJ0TLBg4UuVTSf { width:20rem;height:2.875rem;top:32.0625rem;left:0rem;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVTyfqtDudDwu7t4P620ARrlptwwKfq { width:20rem;height:6.5625rem;top:25.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1hnl5io4DuTB2NSS3S3C6hEAhuL2aBm { width:20rem;height:2.275rem;top:32.375rem;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) { #BTpkPCilHlGfTwoCM6L2vfV7MnUwTIS8 { width:20rem;height:6.5625rem;top:25.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fixcqSbNOE3VuR5S30Cz54az7CT6Ne6M { width:20rem;height:2.275rem;top:20.5rem;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) { #AAPg4LS88tqihCIZpdvCCyWqpHVmhTmK { width:20rem;height:2.875rem;top:20.1875rem;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) { #dskqadMcA7NNRvzvvCegSK8O2lNTNBEM { width:20rem;height:4.375rem;top:27.125rem;left:0rem;z-index:15011;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6DOXHEcvVHHdxWEAUA0BXH5KNJTtqM0 { width:20rem;height:2.875rem;top:23.6875rem;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) { #zq1BdzVbTosKmFLAqwx4a74JxyV8uqRO { width:20rem;height:2.275rem;top:24rem;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) { #qhzdmOxhN2pxDk5OhZCEFEiDOZHfRJZF { width:13.5rem;height:2.3125rem;top:36.0625rem;left:3.25rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qt1mCiuFS3l0Ial8S7lIWaqVyZK3UH { display:block; }
 }@media only screen and (max-width: 763px) { #VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx { display:block; }#VAnLPL3AGvDWBKIvKWCCfTAO6KJ4k2cx > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIlReXZaN7Lx8y37xrOsREDK34TT8XbT { width:12.75rem;height:4.5rem;top:0.880859375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b { display:block; }#LrEmCGXL4OVHboyFfi3wrwSMWVDQmc5b > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4P9d4o9sJpAAR9U53GqEpzq6kp4pUuA { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0SaOvaVAio6PUUVJCsNQH5ITTvenyoK { width:18.875rem;height:10.625rem;top:0.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX42fyDt1ysz7C1HwgwPJT8yBzET4E7R { width:16.9375rem;height:2.5rem;top:1.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw6gWS6H1ghuO59lr01BKGdfGA7350L5 { width:16.8125rem;height:4.95625rem;top:5.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #SHHtbPuGmSqDi18T7CDpvoyPkd38KV0o { width:18.875rem;height:11.25rem;top:24.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTHHkOCFR4ifdHTlF23vBZJA0vLFa40 { width:18.875rem;height:12.1875rem;top:12rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kirg2BgKgiiAwQcvqltdXlTeoCpWTZIl { width:16.9375rem;height:5rem;top:12.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgSVoG9mqR1zofv5Ah9uiaiBzaIA9Or7 { width:16.8125rem;height:4.875rem;top:18.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OmUdVg2Mkn4OdEQmGvVEu4QUy1DkJ84d { width:16.8125rem;height:0;top:8.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #IfShtLd2pr5ZorSoK4T8krQ8pFnQUOWR { width:16.8125rem;height:0;top:26.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #MrIgL9TMVk6LXS4TpynuTZiBA5i3GogD { width:17rem;height:0;top:42.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #HrkMMBGMHDNPVTqnvVic1Dp50o6KJhn7 { width:16.8125rem;height:0;top:148.041015625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #IEHGch8Pt6UN3fAZ48dTcvWsTVWnUTb4 { width:16.3125rem;height:4.5rem;top:25.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MLal0n5p2KMPXVNVLpTpKs35nNbkbCCx { width:16.9375rem;height:4.550775rem;top:30.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TG3li36tGE3alk0TFRwAFeSDuQmFVwff { display:block; }#TG3li36tGE3alk0TFRwAFeSDuQmFVwff > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyTQOUHLxRXM6s3S1zvIlTQqCuCLmo6c { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Udz6RthqP11qbdDfMAyumRoDykaNpBhv { width:18.875rem;height:9.0625rem;top:22.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrmHITHlLs5POxeRey5tktDi7gHss0l { width:16.9375rem;height:2.5rem;top:23.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQWdIcrwh3QbpUf9JtWQTqO19Cws0ie { width:18.875rem;height:10.625rem;top:11.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTpLn83O7nAQNWvc3AM9KBBpSArIBlO { width:16.9375rem;height:3rem;top:12.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR8RJ2zemTEbqWst72aVrdzg2LmBID3d { width:16.8125rem;height:4.875rem;top:15.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXHdKlTA10uabxukTtJdQOrtVAh3Zc0m { width:16.8125rem;height:0;top:58.9375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #aNCOWIK7XfLP2zD5K49XAi02QJQ6bCTF { width:16.8125rem;height:0;top:26.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #qwKKDpteBAVqgCowzLhpJKNEVSqzF80o { width:17rem;height:0;top:42.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #S5TxHB19CpxIzZl3ZJVrem4GL0Ak8WDz { width:16.8125rem;height:0;top:148.041015625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #EdqxO3ufEoaIwXCwPUJdMIiwxeIRRFKZ { width:18.875rem;height:10.625rem;top:0rem;left:0.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #AAN8O3J9gPrwTanTHuL2kJcdgu3Rg9Lv { width:20rem;height:4.5rem;top:0.693359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGv2TayHKXft6UQOn5pN5M1bLg1p7kOz { width:20rem;height:3.65625rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DXwNXqrbgX49L2cerFzyTmQo9abX4mfN { width:18.25rem;height:3.65625rem;top:26.6875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roU58Pl3HOauPC0zneleItEpfedJ0ezu { display:block; }#roU58Pl3HOauPC0zneleItEpfedJ0ezu > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3cMvRkFW8F9vJfPOX6kecArvXhEfLR7 { width:13.5rem;height:2.3125rem;top:0.71875rem;left:3.25rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #gIn3FTAlTcBNBsq7i0bfm4v5C8v0Q3T0 { display:block; }
 }@media only screen and (max-width: 763px) { #atM9BIRDl7eS6I4TwV492cxlUyNIKufb { display:block; }#atM9BIRDl7eS6I4TwV492cxlUyNIKufb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1No2q6H7OKyKViscF4VDx9FKBdN8z5o { width:17.0615rem;height:4.225rem;top:0.8740234375rem;left:1.4677734375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq { display:block; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq { background-color: transparent; background-image: none; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container > .video-iframe-container { display: none; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row > .video-iframe-container { display: none; }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .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); }#COzlQLyzsFH8tqZbNMpGF6tGJpv8tFoq > .row .container { width:20rem;height:101.3125rem;background-color:#262626;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S { width:17.0625rem;height:4.1875rem;top:29.5rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15093;line-height:1;display:block; }#ApXBcRsOqJwDsbQV7wFTD5MF1F57Rq2S li:before{  }
 }@media only screen and (max-width: 763px) { #DaXHTRSd0nlDFQSqhOsgx1ufVSERMOd6 { width:20rem;height:0;top:11.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IXQEOFgEppcF8PAExUwmIsqd2lnhnyTl { width:17.249rem;height:2.475rem;top:34.875rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n8Dk896qNmFpJG9SANB9Ckmih41OVm2l { width:18.8125rem;height:4.1875rem;top:59.5625rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#n8Dk896qNmFpJG9SANB9Ckmih41OVm2l li:before{  }
 }@media only screen and (max-width: 763px) { #Bf1F55plOIDF5S9ouVfXnxGR3WmN3THZ { width:17.7480625rem;height:2.475rem;top:56.3125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 { width:16.6875rem;height:7.75rem;top:47.5625rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#ZZTgubKn7UIR5at3V9hpkga2XKXFtV22 li:before{  }
 }@media only screen and (max-width: 763px) { #vZHNdXZmLAPpLDTCEFF8PNLcGlel5kn0 { width:16.6875rem;height:3.7125rem;top:43.125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb { width:17.1220625rem;height:4.1875rem;top:37.9375rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#rBX0Wke1ryx6NP8iH3F2eJ0I57W3bPUb li:before{  }
 }@media only screen and (max-width: 763px) { #VZET7PkJkiTAim1Tk2q2CyJRR21reyS1 { width:17.7480625rem;height:2.475rem;top:26.375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT { width:16.4365rem;height:4.1875rem;top:78.4375rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#cO85cB3kBSUp9Pn6978oVWBsD1ChuvAT li:before{  }
 }@media only screen and (max-width: 763px) { #U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m { width:19.0625rem;height:6.125rem;top:68.1875rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#U6Blsm8NJgq4J3FIKHZWvFG8HZ7goF4m li:before{  }
 }@media only screen and (max-width: 763px) { #vevi7TLGkw6yQyhGCTTnwV6X8k9WvcwH { width:17.25rem;height:2.7rem;top:75rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tL3QLWZTKDnh8gxsZwx4bpdTbDtEvtDK { width:17.25rem;height:2.475rem;top:83.3125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ug9TZGXqdDvKkTfP1mOUsaXUa4MyVXeS { width:18.75rem;height:2.475rem;top:64.9375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mGBh78fatCfWOOBi6XFRabcEEG3O5eQL { width:14.3105625rem;height:3.375rem;top:95.75rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#mGBh78fatCfWOOBi6XFRabcEEG3O5eQL li:before{  }
 }@media only screen and (max-width: 763px) { #tKIGtdUOAHdnHe3KrZdOkmSS9TTITTlU { width:17.1875rem;height:3.7125rem;top:91.4375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 { width:16.5625rem;height:3.875rem;top:21.5rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#rpoeUuopHFg0u0bKQJaTlZkEgNaG2Kw2 li:before{  }
 }@media only screen and (max-width: 763px) { #ExMxLakrtTAvDXdBlu9Vkz0JMmNys0zg { width:18.25rem;height:2.475rem;top:18.4375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz { width:17.3125rem;height:4.1875rem;top:86.4375rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#a49CbG7PguQb9QrnGvI5a5o6ZhHULUbz li:before{  }
 }@media only screen and (max-width: 763px) { #UCOXXLOHCRCmd9QPcWhDkM3rrlFNTCRv { width:20rem;height:3.0004875rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLTzoXHs7GeJVI7932PscV2pPa3BwiEO { width:20rem;height:1.59401875rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JxgQlgNHHByXQmwhfCq29LTEHhgc628t { width:20rem;height:1.31286875rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HS5Rt73zEnmwBs3uJS9EazzzszR7SH2T { width:20rem;height:100rem;top:0.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JUB6lc8hEKTwD1Z33JhUc4eTt7OMaKaa { width:14.75rem;height:1.625rem;top:7.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NaO9qUbZ0HWa6DWyQHbIXu6tVcNao6 { width:12.5rem;height:8.3125rem;top:9.375rem;left:3.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy { display:block; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy { background-color: transparent; background-image: none; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container > .video-iframe-container { display: none; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row > .video-iframe-container { display: none; }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .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); }#NSVxvl8gBLq7rtUIFTf96RUAOHdTy4dy > .row .container { width:20rem;height:83.3125rem;background-color:#262626;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbHEg6xbiOho293M3i4wh0KSWzyXl640 { width:20rem;height:0;top:11.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hHTwNaSOTwNrhwyQurhlQ6ETUk9DWs6f { width:16.5625rem;height:3.0004875rem;top:1.875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V23klnlMThb2u8S5uBzW1IBRtv5bp8S8 { width:15.5rem;height:2.12535625rem;top:5.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EATohDgfGlk0fGpIPJrxlCmuJzsmELeZ { width:20rem;height:1.31286875rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x14C9q3IKTexfUn8gVLxb2qz7WWXRGU8 { width:20rem;height:82.375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FpHTgQxBvVWqH55TWlL1tsgiwgaEQ0I9 { width:14.75rem;height:1.625rem;top:7.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPR1EmFirdzD0DThXFxs64tZEUgF3fIa { width:18rem;height:3.875rem;top:77.1875rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#SPR1EmFirdzD0DThXFxs64tZEUgF3fIa li:before{  }
 }@media only screen and (max-width: 763px) { #MXF4qvgi1V1QGTxAnV2CHNPSiF7N3tQk { width:18.625rem;height:1.21875rem;top:75.6875rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EBqK0qq9SoqKS66WKW6IZdqi9hwOcEa2 { width:18.5625rem;height:2.7rem;top:72.8125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI { width:18.4375rem;height:5.8125rem;top:66.25rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#FZ1CkMZqWs04gxdc0hdTTuJ8KPspwcOI li:before{  }
 }@media only screen and (max-width: 763px) { #hKAfUaXDPQnc1L2lI1kceFSD0KcP2HQv { width:18.375rem;height:0;top:74.8603515625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #q9HADFN3Q8KRlcTx3fTwdMZb5EnP7FI1 { width:18.25rem;height:0;top:54rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA { width:17.625rem;height:5.8125rem;top:51rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#uNTwyb8l40ZhwkANcsEJI5tlUDpcdcoA li:before{  }
 }@media only screen and (max-width: 763px) { #BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh { width:16.0625rem;height:4.6875rem;top:27.125rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#BbRb5ieozoi0J7lSnE8HZzqlT9zbSUbh li:before{  }
 }@media only screen and (max-width: 763px) { #AcP072kfCRPBVHaTpz5fm5eWx6fGHogT { width:18.6875rem;height:5.8125rem;top:38.625rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#AcP072kfCRPBVHaTpz5fm5eWx6fGHogT li:before{  }
 }@media only screen and (max-width: 763px) { #bsNo1xhdt8f7rryOhuAF1nUPbzIqT5G4 { width:18.25rem;height:1.21875rem;top:36.8125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTiNpOJ2B3iOn82AXiu4CrOX2Q4GMIrT { width:11.75rem;height:4.05rem;top:32.5625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N6TNpr0c8iN2A600aMwJgENWR8TshxOw { width:18.6875rem;height:1.03125rem;top:49.5625rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWuHLuMLtdHpXvb3HKxdqa8TkS7064Mx { width:14.3125rem;height:4.05rem;top:45.25rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zzcTylzV3vwW2KzeJDMQ06Ai3yLFWace { width:15rem;height:2.0625rem;top:24.375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #slpmax1hCzIgcE3Z8XHHZJ2WuBxzrvFs { width:15.125rem;height:4.05rem;top:19.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fTAUtehSXGZ9oHQpEkJmpEtRE544q8iT { width:17.875rem;height:4.95rem;top:57.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15066;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qXuMagJK9flt8S30tyP7OHtdrkRzFoJ5 { width:18.375rem;height:2.25rem;top:63.375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #ihy8vDKn63pnLkkuJv7vSGup2pMqIRa4 { width:15.6875rem;height:8.6875rem;top:10.3125rem;left:2.15625rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW { display:block; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW { background-color: transparent; background-image: none; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container > .video-iframe-container { display: none; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row > .video-iframe-container { display: none; }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .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); }#Vlvmp9onfT1CgSoPQgwRc8pLl8nOBgaW > .row .container { width:20rem;height:68.3125rem;background-color:#262626;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goQgX1SCo42KwRP3iD6BknMCheFkn9lv { width:20rem;height:0;top:11.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UHL1K39xIShHTa9ghpflMzHywJ7H04WM { width:19.625rem;height:2.75025rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFtXr2y9rPNPhrmvc3HVSvPOlTm6smLT { width:18.8125rem;height:1.062675rem;top:5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Vi2aSsRwTliV9JUHPU2haC4oSVTaymwv { width:20rem;height:1.31286875rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PSoOdJ6HBr1piamC3GSRZhJP5SmfG8po { width:20rem;height:67.125rem;top:0.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wegQ294oOQpyiDyuPOFLmD19PCe7dc5Q { width:14.75rem;height:1.625rem;top:6.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ { width:14.375rem;height:5.3125rem;top:60.25rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#HXtZ05VlpBL89iqSNrgfLrADADKTh0kZ li:before{  }
 }@media only screen and (max-width: 763px) { #i0vJGICTfcM7r2x3s73xocEzmQDMUyDF { width:13.5rem;height:1.3rem;top:58.625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CHbCeekNqe5aUfk3t0PctRTAvHT6TmQp { width:8.5625rem;height:2.925rem;top:55.6875rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl { width:18.375rem;height:5.3125rem;top:49.5625rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#l0kUlFmQhihRTFOqu7XT2qoqHI39Z5Fl li:before{  }
 }@media only screen and (max-width: 763px) { #eiRPKG23yggT42wnkO97LoMkdTtS3WlA { width:17.875rem;height:1.3rem;top:47.875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NUL7ngDKh71f7dbqBLRpbGSUlfiA0wD2 { width:15.625rem;height:4.05rem;top:43.625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT { width:17.8125rem;height:5.71875rem;top:37.125rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }#Rb0uRCdRNOqFm3elBEv5rpTT4fv1JtwT li:before{  }
 }@media only screen and (max-width: 763px) { #SGcExcRxtWMp6kyCHRWpUoXS7fTb28r5 { width:18.6875rem;height:1.3rem;top:35.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xbWDqCMLdF6793OHPbVkZCCTMzmFVyIw { width:19rem;height:3.825rem;top:31.1875rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 { width:18.625rem;height:6.125rem;top:25.0625rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }#nrKhzLBkG2E951HfVBJPDTK2N2TK2EV7 li:before{  }
 }@media only screen and (max-width: 763px) { #Tbce3NLtQez9ptOMVQT68Dea0nfTmKqo { width:18.0625rem;height:1.3rem;top:23.4375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTqP80bvLofVQXAMXk9uwttgEqTspbxr { width:17.5625rem;height:4.05rem;top:19.0625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HdlF4a7689PRQ9zH5OX05Fmrn0UrmPTq { width:15.4375rem;height:8.6875rem;top:9.1875rem;left:2.15625rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z79PUcISKxFekdO4xPVH9aUSABTcVb1d { display:block; }#z79PUcISKxFekdO4xPVH9aUSABTcVb1d > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg0WEd376miiB1T8lAPvAkTLTzDuK2JL { width:8.625rem;height:2.375rem;top:0.6875rem;left:5.6875rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #dBh35RMRd0sesF1mnhJ7JpqzvJIImfi5 { display:block; }
 }@media only screen and (max-width: 763px) { #CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ { background-color:#f8f600;background-image:none;display:block; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container { background-color: transparent; background-image: none; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container > .video-iframe-container { display: none; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row > .video-iframe-container { display: none; }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .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); }#CBr1BbuOiOKgVaEnlyrgw9MIJ8zI8TFQ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWqCaa5XXh3gHMTbwoMCSPqTsK48Tsbt { width:13.8125rem;height:2.25rem;top:4.75rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NQ9WdDkaUWxBl18U6xAdTh7z6nQWOm3c { width:20rem;height:3rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 { display:block; }#mOhWanCR9fLxhhvmQJO9flTMKXr6Fgu0 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU7bI1ZDUbqO74evl0LnHeL8PatukGZ8 { width:19.5rem;height:1.21875rem;top:0.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9514OioCndb5245Zlrk1ENkouzT20BB { width:18.9375rem;height:4.875rem;top:1.9375rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtpZ8fqXCda5t7eJ1L0PHZeDguzQbkUS { width:4.6245125rem;height:2.1rem;top:23.4375rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gFAAUKEI0GWVupRf9kO21nTHMGH181pk { width:5.68725625rem;height:2.1rem;top:23.5rem;left:4.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wx9Xx5VgPERuBREoGHm3npK15WWDdORS { width:6.061525rem;height:2.1rem;top:23.4375rem;left:9.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gTM44hBLhaJwcPrQTwm1SAq70ZGLxpJT { width:4.561525rem;height:2.1rem;top:23.4375rem;left:15.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UhtuTn8Wk8WPovxi3WxMbcqxes163PsF { width:9.3125rem;height:0;top:29.625rem;left:0.49951171875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zKKMs9ph8b6SGS4Jk2tpLAGWPMAc9dlt { width:8.4375rem;height:0;top:29.625rem;left:10.62451171875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9VSZTUhuy5S42Ogzkbd4567OMnsXzhv { width:8.874rem;height:0;top:41.99951171875rem;left:10.62451171875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tq5Rwteozzdtlt0HetCaEQ5kyEGmId06 { width:9rem;height:0;top:41.99951171875rem;left:0.49951171875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT { width:2.625rem;height:3.375rem;top:20.125rem;left:1rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4399e0ec-7530-4f14-9120-a55bfd5db432/image3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT.adaptive-delivery-prevent-bg, #TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT.lazyload, #TBzD6IaCbw8efl7l6UbwzqGPcUuSpxGT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK { width:2.3745125rem;height:2.3745125rem;top:20.6875rem;left:5.8125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/155cb13c-0c92-47bf-ba1a-bb81fb4d8133/image2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK.adaptive-delivery-prevent-bg, #LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK.lazyload, #LeI5QiuJ7mPkFdltZPVNtdoNTrRDA5zK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B4fwsyushE1QNWo8gOosZTDczIHL9thc { width:2.375rem;height:;top:19.5625rem;left:11.0625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/41f6d6dc-5ee1-4618-9c52-939815db0ed2/image4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#B4fwsyushE1QNWo8gOosZTDczIHL9thc.adaptive-delivery-prevent-bg, #B4fwsyushE1QNWo8gOosZTDczIHL9thc.lazyload, #B4fwsyushE1QNWo8gOosZTDczIHL9thc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r841eI8WsJxLgcEUTt9y1w1kkIVFxVp4 { width:4.061525rem;height:1.561525rem;top:21rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unwNvSWv7XBm7TfRqQ3GURJWT24nT9qA { width:19.5rem;height:1.21875rem;top:26.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo { width:19.9995rem;height:4.18725625rem;top:27.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af461e01-adbe-405f-b76a-e5cd83e37e26/Group6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo.adaptive-delivery-prevent-bg, #O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo.lazyload, #O3i9eLXnAz6Ludwi8CS5DsOUdsitE2fo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dfZkGBImLT95G3t5rbAJAznlzyoWKVFm { width:7.4375rem;height:14.0625rem;top:5.498046875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdL93w5k8cGs4GMvcE3KrGPS2kkyaD3F { width:9.312rem;height:0;top:30.875rem;left:0.49951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #v7McBrKEptwzOfTXTPJ2KA1MeUkJJdZn { width:8.4375rem;height:0;top:30.875rem;left:10.623779296875rem;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #xkQyoQ2rRqfxzLvEkTn8nSgowOgkZwuP { width:8.8733125rem;height:0;top:41.999267578125rem;left:10.405517578125rem;font-size:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #DDWqWcZEzkD7GdgOLJLfs8ngZESsTydB { width:5.25rem;height:1.125rem;top:0.90625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zTCLbIJAq2BTkega0vseQTr98087ohbe { display:block; }#zTCLbIJAq2BTkega0vseQTr98087ohbe > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2EWMKQ6mEJpzwPZrnOXsNiuMHQPbcS1 { width:10.5rem;height:11.8125rem;top:7.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWddSuQaHlwGc1BaS1BPZr2bBef3tOgg { width:19.5rem;height:1.21875rem;top:0.78125rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UK9AAIRTCU17A6aRafKqBueTsGpSJWuX { width:18.9375rem;height:4.875rem;top:2rem;left:0.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQfoLwPAJSNggSS8hUU28D29faeHSVW3 { width:19.125rem;height:10.5625rem;top:27.8125rem;left:0.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:400;font-style:normal;display:block; }#UQfoLwPAJSNggSS8hUU28D29faeHSVW3 li:before{  }
 }@media only screen and (max-width: 763px) { #Nf0uk7lQgkkCNlbWurgcKaxWSz97WAV2 { width:20rem;height:0;top:25.84218788147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i { width:5.0625rem;height:3.8125rem;top:23.375rem;left:4.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cfe4bd10-01c1-42b8-8c19-5ebdd6bf88c3/16426599532977_240x240.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i.adaptive-delivery-prevent-bg, #m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i.lazyload, #m9hJg5NhCn1QtmNJiuWzyx8QMNkG7k0i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu { width:6.5rem;height:2.875rem;top:23.875rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/17fe9d2d-d304-46a3-bfdc-e4064409e20d/Screenshot20230227115405.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu.adaptive-delivery-prevent-bg, #C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu.lazyload, #C79tBX2bv2iwd1QXUPmFDSAaW6CtTxIu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x3OQg1L0aA25Oo6h6GNoVmLwimxFKkCc { width:20rem;height:3.15rem;top:20.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #STe8lzB5lboLKpWVvshBIJS3zW964abU { width:5.25rem;height:1.125rem;top:0.828125rem;left:7.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cHvkocpo34MCMbv94Ba2KclT5M25rftZ { display:block; }#cHvkocpo34MCMbv94Ba2KclT5M25rftZ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drQHrKosJBuxKC18KAZf7dRrGfou2UZR { width:16.374rem;height:6.6125rem;top:25.75rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;display:block; }#drQHrKosJBuxKC18KAZf7dRrGfou2UZR li:before{  }
 }@media only screen and (max-width: 763px) { #VQaCqngwQ5tRMDThQJI6TefPefHTFCAt { top:11.662109375rem;left:3.21875rem;width:13.5625rem;height:16.125rem;z-index:15006;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITdMbwDr1Hm3kG1r0wJ3zRXs4mzHJDwv { width:6.6875rem;height:1.3rem;top:19.75rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN { width:11.499rem;height:2.1rem;top:21.4375rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;display:block; }#Dq3h4v9cdvBJBv1cTktlJku51EeoSfNN li:before{  }
 }@media only screen and (max-width: 763px) { #LaXspMkWg6z9L1yLqRXfn9UMtkbbc2nU { width:7.374rem;height:1.3rem;top:24.125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zzbTzPgFuIE71EZRhH6FLs25zyTTkRD3 { width:10.5rem;height:12.4375rem;top:6.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQCKMNuTqFuCHOVOgtWGILwlRlkcKxER { width:19.5rem;height:1.21875rem;top:0.94140625rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBTF1H3dPmVinguAZh40qSTTUhQTgShw { width:20rem;height:4.125rem;top:3.11328125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcEZW94WKkRCJKSrP3bEok0L1J9DK4gM { width:20rem;height:auto;top:17.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #HK54cR4UTwDK4A20tToHckHkUDcqbrsN { width:3.125rem;height:3.125rem;top:20.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohttudz5JUlpookpOdZc4wV9alB4170U { width:3.125rem;height:3.125rem;top:20.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2CWStgXHmQVDc3rFZ4lbQqaektVzEk { width:5.25rem;height:1.125rem;top:0.98828125rem;left:7.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd { display:block; }#N4T7GE3456RaIxqRRMg4GRnX4w9DT4bd > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a95U3NHTqNy8JDwbqCLZJPROETyPTn1Q { width:8.625rem;height:2.375rem;top:0.8125rem;left:5.6875rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #dQ1ESZ45H2voX4qfPx9CzpTeKQZKyNVq { display:block; }
 }@media only screen and (max-width: 763px) { #JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 { display:block; }#JQJdDNg7DOI5T0BJwNZln6c0GtU8EMH6 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iknWDn4oDUZ6zk8WqFEThOOlT1vdUdXh { width:20rem;height:4.5rem;top:0.78125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE { display:block; }#ERH2meBsiQGD9BaVvm9axWyDlJEFdeGE > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sowBKm1Ho4pHCXTl7sJno2MyseVdZ3sd { width:17.8125rem;height:3.15rem;top:4.4375rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIdTu4bzhGWDhTlzTJULTKiU5M3nDpwe { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9HtaUcZwVNr3T8GtlmT99SFcFwf2syO { width:20rem;height:2.1125rem;top:22.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE30nfCHRNfFJHOGp09UkWu23dTC0zBC { width:20rem;height:3.15rem;top:30.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKJas5liQiVGmHZrbzntw9FiD6FwWb1x { width:3.125rem;height:3.125rem;top:26.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9RJQ2rssMShkCUUK4i7n17FHhsckUNv { width:18.3125rem;height:2.1125rem;top:47.9375rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsut2hgF3mZTJFBmyq3gqFnBNkphETwU { width:20rem;height:3.15rem;top:54.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Tl5ydFzkT3ifC1uAExm4P7q1P763OC { width:3.125rem;height:3.125rem;top:50.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJAgUWXvy9ud78FoHdCugfwTRrS1C74w { width:17.5rem;height:3.16875rem;top:70.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL4syvXqSoosGKofTWzF4OHv9NnZ5t69 { width:19.375rem;height:11.125rem;top:58.5rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6403fc0a-0057-4350-8922-ec8c12441529/ClassProjectReview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bL4syvXqSoosGKofTWzF4OHv9NnZ5t69.adaptive-delivery-prevent-bg, #bL4syvXqSoosGKofTWzF4OHv9NnZ5t69.lazyload, #bL4syvXqSoosGKofTWzF4OHv9NnZ5t69.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rTpu9AhPJDR8x0cwl31NKqe0VV7v14va { width:17rem;height:13.0625rem;top:8.375rem;left:1.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rTpu9AhPJDR8x0cwl31NKqe0VV7v14va.adaptive-delivery-prevent-bg, #rTpu9AhPJDR8x0cwl31NKqe0VV7v14va.lazyload, #rTpu9AhPJDR8x0cwl31NKqe0VV7v14va.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ILpq7MXhubFTvdn8021ReOBxe2LpJqLo { width:18.9375rem;height:12.3125rem;top:34.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl { display:block; }#SfUSXUQNN9e6zuJzGXkRTuTgvARA1UWl > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTx65AoFWcuenr9xgbXQTlZbnITUK5X6 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #LdVKBmnK3TVhLW0G5SzGzyalXqKGHecw { width:18.875rem;height:4.5rem;top:0.78125rem;left:0.5625rem;font-size:1.875rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { display:block; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCHP9cdv0T8SGQ12mO6fbu8LahaBxUkX { width:16.5625rem;height:1.875rem;top:1.9375rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #MPFyv6s3FHgkWIsSJSeFD4T8VTET4hZw { width:14.75rem;height:auto;top:2.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAZkmPHiVZxeV7vNzw5dNOaSEm1TXyNL { width:17.9375rem;height:19.25rem;top:2.8125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLySGQPo5CchtptuWnNa9v9GDQC3aTpU { width:17.9375rem;height:19.25rem;top:2.8125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTt8hWBHJc4LrBbFWGDple0M71J3JgZy { width:15.4375rem;height:auto;top:2.25rem;left:2.25rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #BiJbCbstwynqWaO3KKWZQ1DM70lHU6zr { width:17.9375rem;height:19.25rem;top:2.8125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKtR67WT5WLwoqC5CmoZlOvHZ2xFQRtm { width:16.5625rem;height:1.875rem;top:1.9375rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #BJ1Xq6K9UDIhkOA2NTzK0JkCZ7BQF4ss { width:17.375rem;height:18.8125rem;top:38.9375rem;left:1.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Trp0l4iec9bCg5hHLKrx0ElvsiULCVDn { width:16.25rem;height:1.4375rem;top:38.25rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #oRTXcPtuiKZ52EDUfv3P9igqeKtKKM6L { width:20rem;height:0;top:22.875rem;left:0rem;font-size:0.875rem;z-index:15119;display:none; }
 }@media only screen and (max-width: 763px) { #I05XEeHlEz9v75MofOX3PgmXksth7H6R { width:15.875rem;height:0;top:1.5625rem;left:2.0625rem;font-size:1.5625rem;line-height:1.2;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #T0RyN9OWWfkBZiFRy7ds3744aa6mEcxV { width:16.25rem;height:1.4375rem;top:0.9375rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15107;background-color:#5f89eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #edL95ZyqEvXfbTSUNqX1ttMw0fuvuxCx { width:14.75rem;height:1.13769375rem;top:1.125rem;left:2.625rem;font-size:0.875rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ONcJk2TDfbexflCBMRtTTqt2pXiaLU6f { width:17.375rem;height:16.8125rem;top:1.9375rem;left:1.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #R2TzZ5SzhQnBFQk3Smlv2SM4l8O93tA5 { width:17.375rem;height:17.25rem;top:20.25rem;left:1.3125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #agI3OKcTPWWSTpEJ0Dea2DFtVxWHE8Rw { width:16.25rem;height:1.4375rem;top:19.5rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VF7TDv8eQEhsUFkvQmqvJLQWK28G130s { width:15.4375rem;height:1.13769375rem;top:19.6875rem;left:2.3125rem;font-size:0.875rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #gmiNL2iz9AxLpO2R6TJ6W5AvQy4caZuf { width:16.75rem;height:12.5625rem;top:2.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctk96T7kJIycnpcsqocolDw4MTReyRC { width:15.4375rem;height:16.6875rem;top:40rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSARKTPN3L1NXpNOuMBrqDQrb3iP7Eyx { width:16.25rem;height:1.4375rem;top:22.75rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #NrPOIWbSs6KAuf95ufcTKBFkLgzZ1QIR { width:20rem;height:1.13769375rem;top:38.4375rem;left:0rem;font-size:0.875rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #rnPsT3eM6SM5wMrhDQ8TEvaCasQOUoI8 { width:19.125rem;height:1.8rem;top:15.9521484375rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #numnf79V7BcufXtqkd9S5MtquXg22cXw { height:9.125rem;width:16.4375rem;top:22rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11t3RVR82sK4S7sJ7C40mshznH7su60 { width:13.25rem;height:2.1125rem;top:31.875rem;left:3.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9WCXwLa9x5JdKO6HV2FWH6uFiaSTJF { width:19.125rem;height:1.8rem;top:34.625rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A { display:block; }#oPG3VT51nMF8lJ7yOOECLysgkWwv0t2A > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecO37zckNLoxqXG6pvEJb65FvL0fUPwT { width:8.625rem;height:2.375rem;top:1.0625rem;left:5.6875rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #WBrxHFKt42v2w9RCnq9F1hXOdr24BVxq { display:block; }
 }@media only screen and (max-width: 763px) { #HApHRmCTtMt622mKtkewe3Ad95CeIH6F { display:block; }#HApHRmCTtMt622mKtkewe3Ad95CeIH6F > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoZtDUlFe7PxmEQ4f5B45AG1uLuF0Fvq { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFPgu4pbLtQX9gFtl03QDDh1dJLlxa20 { width:16.1870625rem;height:4.00025rem;top:3.25rem;left:2.625rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15008;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #TKwKuuuQTE9fTPRsX03pIQEhLfnvRTzh { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #vxJz9bu0Ntq6JuMJ0WklTLKxS0B8NPk0 { width:20rem;height:6.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi7SpNOmeEI3L1bLduENkZuxPzLHSoul { width:20rem;height:1.2rem;top:7.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #UHTbkB4fxmnzOlqWqTDEmXGcBKLQ7QLK { width:20rem;height:0;top:19.2578125rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #Vr04u8cFg0i2PZTIevdZSrdTqST64K16 { width:20rem;height:38.625rem;top:10.4375rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R3QgVbQ3RvkJu5sqq5VBJnw8MdOQoX7i { width:7.5rem;height:10.4375rem;top:12.1875rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #wXtBAvZXJ6Eia0SgqU16mJSgsPTT6ZxK { width:7.5rem;height:10.4375rem;top:24.125rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #zb92aPHL4zqw6aAFO4PZSLeo7ixKFP8Q { width:7.5rem;height:10.4375rem;top:36.375rem;left:1.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #fxvUeGXvLRphVCvueGqcs46zuTa6dGQT { width:4.125rem;height:6.25rem;top:16.4375rem;left:11.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #qFVfgs52BaLQJKQ69FOXus9OxpcPLciG { width:4.125rem;height:5.6875rem;top:27.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEzF2KoxGPl3wXJl0f33ngPrNbxAkRhB { width:4.125rem;height:6.25rem;top:15.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGH5wy1w7DKGNTCPO7GNoan7wVHB4THv { width:4.125rem;height:5.6875rem;top:28.8125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOz3Xo8cLZiEKslwZbGiD260Cxa7MJ89 { width:4.125rem;height:7.25rem;top:14.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0haxue53mZpIR2JTLVIulbDvLczvI0I { width:4.125rem;height:5.75rem;top:27.5625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJDP2xgFCf78LrwZEQrCT3Jx4PLQG49 { width:3.6875rem;height:3.6875rem;top:1.498046875rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwqGFqisH64iVuOSdOhtvaLyULrRl1m { width:11.3125rem;height:1.1375rem;top:13.4375rem;left:8.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z0iffSrnuHTtAlxtIip69rqXFCVQmvrE { width:9.25rem;height:1.1375rem;top:25.6875rem;left:9.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GqyTD131M48kzXHT4dAZNgzWwVqhdcKg { width:8.875rem;height:1.1375rem;top:37.875rem;left:9.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VTXWOtNEszhDeUaLQD5tlQOmb9Wuxphe { width:4.0625rem;height:5.6875rem;top:41.1875rem;left:12rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #uNA7dfRCSumBvzclVzgR8TPoKuBLtBLS { width:4.0625rem;height:5.6875rem;top:39.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAb8Tf7LlpUfipplGWtql9FImu5QPB5f { width:4.125rem;height:5.75rem;top:39.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkDae8DTThqbic5NntnCvFdvHv1SvM02 { display:flex;width:3.125rem;height:3.125rem;top:51.0625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFRk0y9qvMQSvRUhNC8hVcPvXpig1cN7 { display:flex;width:3.125rem;height:3.125rem;top:56.5625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPwidX5cpx1twmgtalFXGKFkwDcTwmKv { display:flex;width:3.125rem;height:3.125rem;top:55.6875rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd { display:none; }#Goo54GwsLozrgdJdDaygDd5WKoNkJ0Cd > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DweKH0In7D7cHLa0t5DrHn73Tm6Ju8KU { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WE9uGo3vbOw5mLuPKnCTHDuJohdtnlh1 { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FcHw4zXxyB7zsO6VscS4kNmf7l6WP5NX { width:20rem;height:23.6875rem;top:10.25rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QOiTa3UDesVLmoqP0AdMJQ1r7a1bZfoc { width:13.625rem;height:2.76171875rem;top:6.5rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OOLPGbOKdrTOsKg0110GOSXT8mWOdo8C { width:20rem;height:3rem;top:2rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #mwJrICMfysEu7onzznLESX5821431rxD { width:18.125rem;height:4.1875rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1gFm0ClVKm0PTULkX2UVyWwysEbNrHK { width:20rem;height:2.92480625rem;top:11rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DNAdiOAM1fGecShhkaoZLTT9gasPGOhc { width:19.4375rem;height:1.4619125rem;top:13.875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RxQPy5Uzho3rs80kWNAyzt4nZwo1X1KM { width:16.5rem;height:16.5rem;top:11rem;left:1.75rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #Osp0m4XH8HqvTZ0KH4iV2oKokiUaCMJK { width:8.8125rem;height:0.9375rem;top:26.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yXVS66NshAxE8ETvknIwcreJVn2HoyMf { width:17.375rem;height:4.375rem;top:28.125rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#yXVS66NshAxE8ETvknIwcreJVn2HoyMf li:before{  }
 }@media only screen and (max-width: 763px) { #P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv { display:none; }#P8fShm4DMsdzaPx0GqFkC5wrQyCsZNSv > .row .container { width:20rem;height:83.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P3XOATmrMtaZKLRRko26oZkXQhpiA4Om { width:19.9995rem;height:14.639298626977rem;top:-3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3KLHBKAuM5SbWDb5Td8LFlfrQUHynTp { width:19rem;height:3.5rem;top:79.0625rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUL8KBkIVIyQT0LDgsnrfUdHFlqwTeuF { display:block; }
 }@media only screen and (max-width: 763px) { #BTE69r8QVvy1uR6Ic4NrC2TJPwSahPWu { width:17.6875rem;height:3.25rem;top:14.3984375rem;left:1.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iBTGuT898paQvEEkVeJcwIKWvIJSSktT { width:14.812rem;height:12.687375rem;top:18.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGDnWyeWahMFtGa774MHntMebMk1oDxr { width:20rem;height:8.5625rem;top:29.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #254387);background-image: -moz-linear-gradient(90deg, #6f3ba7, #254387);background-image: -ms-linear-gradient(90deg, #6f3ba7, #254387);background-image: -o-linear-gradient(90deg, #6f3ba7, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );";background-image: linear-gradient(90deg, #6f3ba7, #254387);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EMsA24LJph5N5EqAGqDTEllZi6rWCdyL { width:20rem;height:0;top:25.999755859375rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Sb39CccGIx7SWDKVSMd9gTcpVNoKQMT9 { width:6.3125rem;height:2.2278745514354rem;top:126.44409179688rem;left:2.56103515625rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #H0b3eAMsCLp7KeqFr9zHxgNv4pHWFpqi { width:20rem;height:2.924475rem;top:39.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qz0PKzROUORzSzk1O9vRgLSGqoiUDcym { width:16.25rem;height:8.999625rem;top:43.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5sRA8K4byueX57y9opJcdDdhkvvbKRv { width:20rem;height:2.625rem;top:53.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yV5NTQK61LxO1KRBQN19UkZMZa9QWRHS { width:4.0625rem;height:2.5996125rem;top:60rem;left:8rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zCnbmlEhTcC7ryzPDAXKW7sWRuDkTFsl { width:13.4980625rem;height:2.924475rem;top:74.25rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x4CxpWiweSVQPsgzs0vl2LOoInUkiW4d { width:11.8105625rem;height:11.8105625rem;top:61.8134765625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Md7MUufwqw3kxhFLuqyyftC85Va3x4 { width:19.0625rem;height:5.3593875rem;top:32.125rem;left:0.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XrlmxlcHr8cPwbdgRuZhVLgzuphKzzpV { width:20rem;height:3.67186875rem;top:56.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FuJuhTMaF4ASXNG9GarsTXtbFlwODhMP { width:16.125rem;height:2.8496125rem;top:10.625rem;left:1.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OU3HeLe6AxZfrOdaEOLOqlCR93vgWd7u { width:20rem;height:8.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDGUutW2llFP8WtTEDptUm2FnLpQx1ma { width:20rem;height:3.5729125rem;top:2.2591152191162rem;left:0rem;font-size:1.625rem;line-height:1.1;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #KELRKXFa4fHVcRAhobQpbdPyCmBs762m { display:flex;width:2.125rem;height:2.125rem;top:1.6875rem;left:14.579427063465rem; }
 }@media only screen and (max-width: 763px) { #trAANdpgK3ElKVLgBw1Prsvwh9IIDnwC { width:15.8125rem;height:2.61198125rem;top:6.6875rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 { display:none; }#lO8c9Q7HHOChOUybkmk9Eqaq2JVzcOK3 > .row .container { width:20rem;height:92.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nT0tw2hXdseEQbqn8z2pz7w2nrZ8TeAU { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQ1MqnqJBfJ2H6aryNO4LTXJQXzi4vh { width:19.5605625rem;height:2.4rem;top:26rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #LpyKs4ieMTCvBGHoXmRncOWmwrZgOqLa { width:18.125rem;height:4rem;top:3.5rem;left:1.375rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15008;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #XpfPIIZ7o7d76gWA4tTIpeoBnMR34Rbl { width:17.875rem;height:2.45rem;top:30.0625rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT { width:19.6875rem;height:4.4625rem;top:32.875rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#fZLpHfDOKa5VrFeziT6lHRqioTkeRvfT li:before{  }
 }@media only screen and (max-width: 763px) { #AFHPvVzf9Sifg1HJh7HUcCwrwpplmv0k { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #MXTlOzN1x7DIq7RBqGWZaHDgBnmz1SpC { width:17.875rem;height:10rem;top:15.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1azIPrI9UzuWdT4byZ41HyLO2OoTExf { width:16.75rem;height:2.85rem;top:10.5rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t6F6yr0E3TpFZT1cbsqXAgdyvDUe1HXS { width:20rem;height:6.9375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgb2eGJldkztGVqsUZ77WHfnTrZ1RU2i { width:20rem;height:1.2rem;top:7.873046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #NHahzP6ZczhWrzc7LKd6FH49V1atKFBQ { width:20rem;height:auto;top:2.6875rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #vFUhhwT0sIPbyNAK6ETV4XZS80JRCZMl { display:flex;width:4.18728125rem;height:4.18728125rem;top:1rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSs64DSSm75rI0vsQT88wV9WM5EBcaKZ { width:20rem;height:24.4375rem;top:13.9375rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK { width:19.5rem;height:4.7875rem;top:81.625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#hmXdU0Xm5E3mhXtyTWGDKO32ei1KpQwK li:before{  }
 }@media only screen and (max-width: 763px) { #LCPdeEhKF90X7OSXks3viEaDU5SP4Xqu { width:20rem;height:2.475rem;top:74.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #CVQLs0ZNzGrBshegh3DCJnncV8RJV928 { width:20rem;height:3.675rem;top:77.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oO7Gr1KcSo3y2ZMeuw5Je6Oqk5z6841S { width:18.6875rem;height:9.75rem;top:63.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pi6CfzeNLHNIUKt1Zmew60PMl52AwH { width:20rem;height:1.125rem;top:28.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #MmFZqZWv2x6Z02OwAJL9aooBh9TUf6lD { width:19.0625rem;height:9.875rem;top:40.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaEEmKy0aOq0FzKvLguJKSDp4VG8M0Cr { width:20rem;height:3.375rem;top:50.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #vQQIFGT4SGdHTRm3IcmbyO6Ikep7a1zy { width:20rem;height:2.45rem;top:54.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Uf2Brt566iE9Q5fV2hPERFAihqxwThOH { width:18.25rem;height:3.54375rem;top:57.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#Uf2Brt566iE9Q5fV2hPERFAihqxwThOH li:before{  }
 }@media only screen and (max-width: 763px) { #Hw9DWdhRgaxmPhC32oQoy73M5gLBqk5k { width:20rem;height:23rem;top:39.1875rem;left:0rem;z-index:14998;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EnLZJu50AnvNzSMb9aeuA2yM1SVpDce8 { width:20rem;height:24.5625rem;top:62.875rem;left:0rem;z-index:14996;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KxlO1GGAkhERmHWS8G4BSiaaQkUXsZ4O { width:15.25rem;height:2.6875rem;top:88.375rem;left:2.375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n4mwWXNiivxvPBu4uim0yvHHBl9XGy5d { display:block; }
 }@media only screen and (max-width: 763px) { #Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v { display:none; }#Vk3TxDKkvwKfhpzOMxFL7JJbDJPPdw9v > .row .container { width:20rem;height:63.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #laH4IKGLlXQzLAaBaVSxJlqZnkROdxaR { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaQZLEgDvmpHsWhfIgw29FqFlMXJf9gK { width:18.125rem;height:3.625rem;top:3.5rem;left:1.375rem;font-size:1.8125rem;line-height:1;font-family:kanit;z-index:15008;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #P9eeDg61dH0X50l1xy7kf3yZAMrvd6lJ { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DPT245pTI6808mUWvJSuxd8pqbrLTB6C { width:16.75rem;height:2.85rem;top:9.9375rem;left:1.6250001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UOaMrTVuIfX7ITxLhW9NwC3RMlw87CTd { width:20rem;height:6.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE6ScRWNxhJ2HggJLmkTurbTDdu1GEg6 { width:20rem;height:1.2rem;top:7.4976568222044rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #lXSGm6DBM68brls8SA4iB3pQa5abP4CN { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #AKhgKsMEFHQotS577DKuN0RZXPLqruRt { display:flex;width:4.18728125rem;height:4.18728125rem;top:1rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 { width:19.5rem;height:4.7875rem;top:56.125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#vT0tKraAbtmrGs12tD1UsfUDvzGQoxS8 li:before{  }
 }@media only screen and (max-width: 763px) { #PHvWRPnKAhOb9pTX4l9w6J342i4U7ygv { width:20rem;height:2.475rem;top:48.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #bJrbK34LzbHM60gEaEX12fVH6spZpCeX { width:20rem;height:3.675rem;top:51.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #szngUHKgb2RFeyre53zP4SFTXvBpuJKS { width:18.6875rem;height:9.75rem;top:38.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAHGaQSfCtT1UUUnnxQzxlotuIpAeuwt { width:19.0625rem;height:9.875rem;top:14.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinsJmcQA1aLnbm86zQcsQsttuRfN9za { width:20rem;height:3.375rem;top:25.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #UsaAFHul3rn4WrZkRhsAq7vGsVuWnU0K { width:20rem;height:2.45rem;top:29.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS { width:18.25rem;height:3.54375rem;top:32.1875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#ibXPsnSxd5EnOdom4p90a2Tm3CZAFpsS li:before{  }
 }@media only screen and (max-width: 763px) { #qJ1NztmNG4loAvEOhofldaqrB2AXaPCE { width:20rem;height:23rem;top:13.6875rem;left:0rem;z-index:14998;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t1dls6fD4IMKfQVv415VO7Og6WW5Birx { width:20rem;height:24.5625rem;top:37.375rem;left:0rem;z-index:14996;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d331a73-4cbc-4179-8244-a8bbfc7f17df/CopyofAffBannerforSGCWorkshopThumbnailTemplateVideo2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX.adaptive-delivery-prevent-bg, #GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX.lazyload, #GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX.lazyloading { background-image: none; }#GmSN2wo7XT6lTWptT3BOKkXM0NSW1AsX > .row .container { width:20rem;height:25.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U3haKLi2z5eAMc2ULwVcUdCoIitZOkMX { width:20rem;height:3.7113402061856rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2smv2ZBTEofv7sfw33o9CbI1hyG1ixZ { width:20rem;height:2.2201138519924rem;top:6.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmXITAFlGMCTvrzIsukPson3f4egycsF { width:20rem;height:1.7814726840855rem;top:8.4303383827212rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ynJVwN4S8CJ9x1249uFKTq5UfiG2wh { width:20rem;height:7.25rem;top:12.138000488281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCWXp7NfUZmrUxMUCSrEk7pWqoSz6Js { width:6.4375rem;height:8.25rem;top:17.125000476837rem;left:13.561198532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw12TZq4BaT1UMxSdAT6ThN2TCio4J3b { width:11.375rem;height:1.75rem;top:18.960938155651rem;left:3.8750002980233rem;font-size:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG960FLpSExg3iS4IdsF6s208DaQvxKb { display:block; }
 }@media only screen and (max-width: 763px) { #xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR { width:20rem;height:0;top:15.833333671093rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#5012ff;font-weight:700;font-style:normal;display:none; }#xZiJfxovRCJeDnW5DX7ryOxvUqrEiMWR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo { width:19.25rem;height:0.82421875rem;top:14.281250655651rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.1;color:#5012ff;font-weight:700;font-style:normal;display:block; }#QLpWCibDZe5TsPwoH0ImAKMp71DLlGWo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #m3Du9NxX2E25UcbPb4KrKpquho3c4cpC { width:12.625rem;height:0;top:19.388022124767rem;left:3.6875002980233rem;text-align:center;text-align-last:center;font-size:0.4375rem;line-height:1.3;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ { width:16rem;height:1.6484375rem;top:16.937500655651rem;left:0.93619793653488rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.1;color:#5012ff;font-weight:700;font-style:normal;display:block; }#MT5FxK6xIUr458I4VHkOq3n8hAySVFGZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #NIZ0a4LO6SNqTZ4aamTTbIyCF0DZbGSv { width:14rem;height:0.73046875rem;top:10.2109375rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XX4yHccDiiA9sHvtezuvNNSTEhA5nonu { width:15.1875rem;height:0.82421875rem;top:15.536458671093rem;left:0.84244805574419rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.1;color:#5012ff;font-weight:700;font-style:normal;z-index:15013;display:block; }#XX4yHccDiiA9sHvtezuvNNSTEhA5nonu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #HqxqZUWqSmpEQHazvDhGtJERBGB2hfSb { width:9.125rem;height:5.0625rem;top:32.0625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h73c3sDGyHn7CI8wXxOvPHVeZmOOv1Pv { width:8.75rem;height:4.5625rem;top:38.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUypHiMnfPqHHfhJdV9i1NEdUJ8hlTgy { width:9.25rem;height:4.9375rem;top:27rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfSHzbP9tdkqMAtn33JD1ytd440LFxyc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29c31e82-f261-47a2-9cda-aec7396b0b5e/5.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc.adaptive-delivery-prevent-bg, #WfSHzbP9tdkqMAtn33JD1ytd440LFxyc.lazyload, #WfSHzbP9tdkqMAtn33JD1ytd440LFxyc.lazyloading { background-image: none; }#WfSHzbP9tdkqMAtn33JD1ytd440LFxyc > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gstpzKd5Oqh0d04TdS144AA204EO7uGf { width:13.625rem;height:7.875rem;top:24.187500953674rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ETD7bznJEAet62TTlsxIfLBb6Fg16X { width:18.75rem;height:5.375rem;top:10.827474594116rem;left:1.0104167461395rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmuApb5p7sUswpZFs0FDBtRDZQw1ia8W { width:18.5rem;height:5.8125rem;top:16.889974594116rem;left:1.1875rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWgbKQJpSyQcXTNNTUlh4R3JBzH7xrN { width:20rem;height:1.29948125rem;top:52.325522422791rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n8LNN0OVAvq795Fz2QTqF0hs6foyA0sN { width:17.375rem;height:2.8125rem;top:7.0149745941163rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcT04nXDEX7O4O8z3RlVFbl5GDtcTCzn { width:16.3125rem;height:1.625rem;top:7.6087245941163rem;left:2.4166667461395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF6vSKNR6kuqoUEL6tmC44dy0dCTDCMw { width:20rem;height:2.8711256117455rem;top:4.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdNsFOPmSwds8sOPnsxtyLmv5MEOxD5h { width:2.375rem;height:2.5rem;top:9.8274745941163rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMhcAmu3OIunfMuI5IiZNOgWdNphuHgD { width:2.6875rem;height:2.625rem;top:20.852214813233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJUbyEydpcsWNJtmTs96UFqJxMeP7I0 { width:14.9375rem;height:2.11198125rem;top:10.827474594116rem;left:2.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #my855JTDGBJmqL1SPbCy1Qvr0Ja2ymuS { width:13.0625rem;height:1.70573125rem;top:12.939453125rem;left:2.4166667461395rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr1Kn8E2UMG6XnZtu3gVofBgpLyHZFQ5 { width:12.5625rem;height:1.4622375rem;top:18.740234375rem;left:2.4166667461395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIoNEfv1vwkosukqzPAkrD39cPA8GbX7 { width:6.8125rem;height:2.11198125rem;top:16.889974594116rem;left:2.4166667461395rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5 { width:20rem;height:7.0625rem;top:34.151695251465rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a226a3d-27c7-4d4c-b67c-628d4a6b2c07/Logo_color_Vertical_02.crop_2080x1547_0,408.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5.adaptive-delivery-prevent-bg, #Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5.lazyload, #Wray7y8OdPfMulxI9UplRpDziTJ6ZLQ5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff { width:6.1875rem;height:4.75rem;top:0.66471481323244rem;left:6.90625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a226a3d-27c7-4d4c-b67c-628d4a6b2c07/Logo_color_Vertical_02.crop_2080x1547_0,408.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15027;display:block; }#oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff.adaptive-delivery-prevent-bg, #oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff.lazyload, #oFC8hTTIMmwdLIBGRbiAzn5uyuFcJXff.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qfo1D7QQh86ok8ehkhtEoBTBRMnES8MX { width:12.6875rem;height:6.5rem;top:42.533721923828rem;left:3.6562502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC { width:20rem;height:1.92448125rem;top:39.401041984558rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#xN99HKzi4dU9vZMANpOPpTGJLRe6ImdC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #gqy2iQi2PrHNC6ut0NvGGyPXRPJz2BIQ { width:20rem;height:3.4934875rem;top:33.223959922791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#bdc30d;display:block; }
 }@media only screen and (max-width: 763px) { #WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 { display:block; }#WJny2RBbgmZsE9PZqCnnS0tPZk6fnea5 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5TfTdeF9tazG5Tm5sluQGc5l3gv108w { width:18.4375rem;height:4.05029375rem;top:1.005859375rem;left:0.78125rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 { display:block; }#PQ46ezdzz63erH9RETXMkRGpZsxKmbO0 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3bgpXWM1FE9WDTIz119rFZ076R0TqM4 { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #FezPyONT656P07kJffTPpaJk0oF8TPtt { width:18.125rem;height:0;top:7.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FBZhrMNCReMU2DCGpxLb3W7REcL6J6xZ { width:9.875rem;height:2.375rem;top:32.9375rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;color:#213e4b;display:block; }
 }@media only screen and (max-width: 763px) { #NPlvUtQCMgkflC6TTObBd4uQ6Os5TIRe { display:block; }
 }@media only screen and (max-width: 763px) { #ODecCvuFtoqX0OBR8ZTIHH350RU4eMWP { width:20rem;height:2.80006875rem;top:28.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NvEnQ4lRVciZOHRhL0t4Fpn8aVJR00qA { width:20rem;height:25.75rem;top:0.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #obWG20SL0tHfG84LTkNy0aEgWR89waEP { width:20rem;height:1.3125rem;top:27.4375rem;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) { #m9zCRpOoqGSz8Nt3f08iMmWNyMbI1lz3 { width:20rem;height:1.3125rem;top:31.0625rem;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) { #FkvvdOCWU0sr3vqMwmZbbxben75LOp5r { width:20rem;height:1.2rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z6HcJw4gMZfgfy9PrWi062U1DhTsnFwI { width:19.75rem;height:1.95rem;top:23.5rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #yzeaoBUNG0X45ZVZAlemcRc4blmHq2XF { width:18.25rem;height:1.125rem;top:3.3125rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #qcQoimlGkXv08fJLZIfBxn6wNN8SWNqF { width:11.1875rem;height:5.875rem;top:9.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBvsZfmyMLlT11lQEI5Q5ammglywM4pt { width:12.9375rem;height:6.75rem;top:12.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDXycDo4JudriKbpTsoxGvbqDEkCfusb { width:11.5625rem;height:6.0625rem;top:16.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNtbe9hzKKTcwPTcAxbaizhn14wEK9g { width:20rem;height:1.125rem;top:7.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yLzCbnBGS2ZdpTZOCQseTWL3youDB2RA { width:20rem;height:2.25rem;top:4.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk { display:none; }#uBEmumBTbkqoNECfQ13RuCQMZMPXQ8dk > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTEnLevmlcTspC9MiaHzQ04KZ6vBRxdd { width:18.4375rem;height:4.05006875rem;top:1.005859375rem;left:0.78125rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBkOE91Fe7FDTmWnEzr7c6d8GeG6qWuQ { width:20rem;height:6.1875rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5WJQ3sgyIw5nOu9TBDwoc4v0nHrWSpi { width:20rem;height:auto;top:8.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#b56ff6;display:none; }
 }@media only screen and (max-width: 763px) { #B4ne8op14Tmt1SMJEZlVvT36WmZhMHE7 { width:20rem;height:auto;top:5.3125rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #yReuukrT2hiLrJOhuCHAbxTANGQPfgUr { display:flex;width:6.3125rem;height:6.3125rem;top:3.6875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztmiivNCER88wtkzNxRS7VgsfLJTE6cN { width:20rem;height:auto;top:11.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Mdr2MKdQSqTJfN4lKUFQi80Ct1tskpCw { width:20rem;height:6.1875rem;top:5.9375rem;left:0.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #We9koa05dFmHzN5oORJFJuc4ikF1vOpq { width:14.3125rem;height:2.699225rem;top:8.5rem;left:2.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#b56ff6;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FGtL2cDlpCqVG8fIQ18McCpO7sFz4Hyg { width:16.1860625rem;height:2rem;top:6.5rem;left:2.1875rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15111;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #hDzOXFXSSBTXAkLRVRqb4ZH10fpbUhOs { display:flex;width:2.9375rem;height:2.9375rem;top:6.03125rem;left:0.78125rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #dQSZbC7Sk12LXmgKEWqmyZnGATTKJSQm { width:20rem;height:2.699225rem;top:12.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15022;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 { display:none; }#MJAzQTom6SE1cfhKnxLT5pVUhP8fKbZ9 > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g7JQVriw088CgiaEHveeiNl6aZaINneT { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #nfTyEfQQRKpkcHHgB6REaCwCuLy1gTTA { width:18.125rem;height:0;top:7.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QEgvJGzh6TruOQmNVE9QoP1CBvPgOwe3 { width:9.875rem;height:2.375rem;top:49.125rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;color:#213e4b;display:block; }
 }@media only screen and (max-width: 763px) { #emdZkTUP4EJxrnEfsUF00zpdWJXuC0U3 { display:block; }
 }@media only screen and (max-width: 763px) { #JoTNUTTMvLfoTZuS76Mqd3wxMmSelBq8 { width:20rem;height:0;top:28.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #byudRqHW6Zl8wbveHvLKZqEd3LwlrnTu { width:20rem;height:44.25rem;top:0.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W7KGwuDrv9JrNza2CxA7R2Rbqt3yoAnp { width:20rem;height:0;top:45.71240234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #msmimE9UBosJOC6QaLCT0fb3vHAbkVTb { width:20rem;height:1.19970625rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n17O0PhDC9AcxHLubuBHoDlXb1V5hb4N { width:19.75rem;height:0;top:23.5rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#152346;display:none; }
 }@media only screen and (max-width: 763px) { #QzPRai19yRZVzlRxPSyfVmvmc61RvXos { width:18.25rem;height:1.125rem;top:3.3125rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #Te7M8Oe2tDAyAzwodS8zNa1BSTaJLkAT { width:11.1875rem;height:5.875rem;top:9.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KU8dfGqIgU232DqpJgc8rTfA7bLtdm { width:12.9375rem;height:6.75rem;top:12.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upbrNQ7Zb2nrKw0Nfenmupfr3T8yyp7U { width:11.5625rem;height:6.0625rem;top:16.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpZhNf3xxxFTnSk9JZzilQA655cG5uGb { width:20rem;height:1.125rem;top:7.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rSRoEMHfdP3zplZzfpPrhtsD0nqGuW7t { width:20rem;height:2.25rem;top:4.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #WTvdk62bSfMr3tbTsry24bK9l9VTVrsr { width:11.5625rem;height:5.8125rem;top:25.1875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWhQLqt6w0kTbURhaTGxVwfFhT9ZPm5 { width:11.625rem;height:5.875rem;top:34.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcJ8rtPRvlXMyyBt8EKTrDP8OgnUsuxb { width:20rem;height:auto;top:19.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AMURUv1lGhy7cLbdi9LspLD8glofIAgD { width:20rem;height:auto;top:17.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZzzInrg4UdvwR7EDGQLkEZQwMe0ZtOHI { width:20rem;height:2.1875rem;top:46.18701171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Osgl4HIzgEoq6AOZPzM4zKBVWOkUUBR0 { width:20rem;height:1.19970625rem;top:23.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fWtoA4KC8LP6a7N0CpiAUVR9cmQywNDd { width:20rem;height:2.0996125rem;top:31.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ah0yS20gonqiQBCzRhPRQ9i5ICOAHnT1 { width:20rem;height:2.0996125rem;top:41.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15009;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yuA6Nn37K0STlnZtUaOmMeREVstwRvDb { display:none; }#yuA6Nn37K0STlnZtUaOmMeREVstwRvDb > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c9nxg59SdHWQZiBKRBXHOmGmwu5nJ193 { width:7.3125rem;height:7.3125rem;top:5.75rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaPPn8l0AL3ICmSLW043oTaaFqCBk5V8 { width:19.25rem;height:19.25rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJy79OioHzRd9Wd8OtIeJRTNLoihnXiB { width:20rem;height:1.1rem;top:33.6875rem;left:0rem;font-size:0.6875rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #fs3dNDqneKvCDysJ6KlaoMZGoRWSAz2P { width:20rem;height:4.2rem;top:28.625rem;left:0rem;font-size:0.375rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #UbpF7DRQGl9iGzJUxTVPwnIQ2CzTknDf { width:20rem;height:4.05rem;top:1.75rem;left:0rem;font-size:1.6875rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #tnMH449zqNf1R4ohS17fW485czwE6LzR { display:none; }#tnMH449zqNf1R4ohS17fW485czwE6LzR > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xl6N3g9w2fnmJtshu2gRcU9o4SCQul5Q { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beHphgCznPLGL9yrBe5wSf7Lp9GFsQCK { width:8.0625rem;height:1.25rem;top:1.4375rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e4xgT3fFaHkiDL1cGP1cIpJaTTlvZM5g { width:20rem;height:6.4990125rem;top:34.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvaOwyGDeFy64fzS44VeQZZS2udEIKPF { width:18.5625rem;height:1.29980625rem;top:8.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1dwUhabt9pAn2D9a0kMRsw6TIF2Sqm { width:14.9375rem;height:4.0625rem;top:28.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlD4156CyU7uMzqeiyZ2GX3L7TTblQT { width:0.0625rem;height:6.25rem;top:24.849609375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #chstmM5yJOuDoCAFPJ8nf5q22VzJUzyH { width:15.8125rem;height:5.624375rem;top:23.75rem;left:2.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zq2hEm8ueGeB0X5uhS5gxQoqWaLiLubw { top:22.25rem;left:4.09375rem;width:11.8125rem;height:0.0625rem;z-index:15007;background-color:#020102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HEXmz7cDfggn41fgZhTT304iG4naTJW9 { width:14.75rem;height:4.375rem;top:16.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmEgTlpJ1apR3lf4tP8uTB9IAcGE8eT { width:19.375rem;height:5.624375rem;top:11.25rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9TBPeXX02TiwZnFTXGw8n40yN1Oernn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5211daba-943a-4b8d-b18e-5f809d504af9/IMG_9447.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn.adaptive-delivery-prevent-bg, #E9TBPeXX02TiwZnFTXGw8n40yN1Oernn.lazyload, #E9TBPeXX02TiwZnFTXGw8n40yN1Oernn.lazyloading { background-image: none; }#E9TBPeXX02TiwZnFTXGw8n40yN1Oernn > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g8kT45DTzPGohKumIvmxNFn2fFgFT2k7 { width:20rem;height:1.4619125rem;top:66.0498046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVtdJ9JdHUgzSx5glWI0NydHDtID5kX { width:20rem;height:2.3125rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCw9WwaTgrX6Jv5lAB09NyM56iNqxfv { width:9.56175rem;height:5rem;top:31.663208007812rem;left:0.78857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wST7W0p7y2emBpeiJEDZ1oxBHzOWTHH1 { width:8.873875rem;height:5rem;top:31.663208007812rem;left:10.349731445312rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utou2QOUiTlIHf2k5sWW0WNMrcmfanpx { width:9.56175rem;height:5rem;top:36.624145507812rem;left:0.7879638671875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #tKWwLgGXv6d6Uv4lMoUAI69HIkXcfJo4 { width:9.56175rem;height:5rem;top:36.663208007812rem;left:10.0048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX { display:none; }#ogsuhoTSsbAcqmeENxymvBpUV0x7ziFX > .row .container { width:20rem;height:89.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vsPWhhwJSy4nnsr0leTUaMkmJlJ97vL3 { width:11.93725rem;height:2.5rem;top:6.0235595703125rem;left:3.9129638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUuJG5ex0AEZvdqJVfEnc9W4FKg7UVIL { width:12.5rem;height:1.54375rem;top:6.6192626953125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA1LF5lX1kE7ED3reC7DsRvJaBi8z0HK { width:20rem;height:2.6001rem;top:10.2490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvUdz2sTtNTzQaWFTJKykTdtzHFwZ6TQ { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7eoNr3ehlcRBN3ocuFPAWhSTWDpmsA1 { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZoTZKCHT6W7nUxe36S0Uc48zufdEZI { width:20rem;height:1.86875rem;top:12.84912109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6O9EzokL10krdBInEBeXvWh5pMXznDe { width:13.75rem;height:2.2753875rem;top:18.103637695312rem;left:3.9129638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI1KwSSBzmTuc662I2pp2TQK1hkc2Nzd { width:12.5rem;height:12.5rem;top:21.3037109375rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl8kfItczD1clbTUc59LUg5yTzQaIBnG { width:12.5rem;height:12.5rem;top:35.475463867188rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8x5JHtwi93qFFGNphTfHMWeMAbQG73O { width:12.5rem;height:12.5rem;top:49.57763671875rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhk9yqlQhUO2AzgT3AdWOuWUQmHBh1xy { width:10.562125rem;height:2.1875rem;top:44.443969726562rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnwHR5FyUC8geTyoBTcHTLn2xcZTEpI { width:10.061625rem;height:1.625rem;top:44.842529296875rem;left:4.9688720703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUvJL8hTPzZtNMWlceCWwe4WI57aEtR1 { width:10.562125rem;height:2.1875rem;top:30.4443359375rem;left:4.6002197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtX5VkACDJeWexKCuTbOxRZKrHUqqA3e { width:7.936375rem;height:1.625rem;top:30.842895507812rem;left:6.0308837890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmlS68Ozz69BelaQARGPzavaOvU3ebJ { width:10.562125rem;height:2.1875rem;top:58.850341796875rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRJ7fvJsHEsexxriuKCL3fxf2Tks3b4l { width:9.186375rem;height:1.625rem;top:59.186401367188rem;left:5.406494140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXePIEDhe3LzLMSlb29nLVZWHmWD5o0k { width:10.25rem;height:7.4375rem;top:14.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHgeHzmEH5noiD5hCoqG1bvOfVJlOBc9 { width:10.7495rem;height:7.8125rem;top:35.600463867188rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHokboiRQNbRnTC7oGTOXDDDZOkTWEu { width:9.186375rem;height:1.3rem;top:42.653198242188rem;left:5.531494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIyhSpHEGmxlF6EVFpsn3S2vGx3dsuhb { width:10.7495rem;height:7.8125rem;top:49.57763671875rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6KhWkLUVn4Niw7lB6V5iExOJa9N4lkW { width:9.186375rem;height:1.3rem;top:56.824951171875rem;left:5.406494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqIcLT0Vyw0KuaUKqWKUkMTJhMKZsbD { width:19.8125rem;height:4.6875rem;top:65.194702148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPIVBCoLicBeZtQePGoT3asmQggJR24A { width:20rem;height:3.57421875rem;top:65.881958007812rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #no3XZHeyy4faN80InfD0ubQvryleZyOi { width:20rem;height:13.12866875rem;top:74.192504882812rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHT9I1Dz0R0g4cXEIZsHgmL8NeFnTym5 { width:11.8115rem;height:1.3rem;top:72.1435546875rem;left:0.5621337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC5TSk1PnfyKEZc5Mu7QvoTPbLmmN2D1 { width:2.999875rem;height:1.875rem;top:17.14111328125rem;left:3.9373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQrVTUwJ3Du3l7N5OJgIc9U6142hVXJk { width:6.62475rem;height:3.2495125rem;top:22.835693359375rem;left:3.7879638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek9wkD2p8gBMwoIef72NPgPt20WCMWK2 { width:6.43675rem;height:3.2495125rem;top:26.046142578125rem;left:3.8504638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz1q7EJydKS70UNu7Vb0eTkkwmPWnkxb { width:6.499625rem;height:3.49975625rem;top:22.710571289062rem;left:9.747802734375rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #UIsIWrm9EdhqSesUxIqngdLWxTxWNabB { width:6.25rem;height:3.18725625rem;top:26.077270507812rem;left:9.9974365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8.adaptive-delivery-prevent-bg, #FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8.lazyload, #FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8.lazyloading { background-image: none; }#FvS7x5fltrAD4MUnc0I3rUff4UcOKTN8 > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KaZhqEb4fPNlaQsrHIyEAiViwQIK5A9r { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6N1a671IUbIWcGTDKw2FGXG458WuQ1i { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuFnCLTdPeAxs0Qt567ZgucteEodNBT { width:20rem;height:2.53235625rem;top:45.312377929688rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRzKn3RDtKX1E8LPGJZclg1vRNbqliM { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #PMXpSQVPdhlVvUMCwBD5pBPxP0Uyp0iL { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSmR2LufwXh9qm0wJBZ6lXqWPmeyeETX { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFUF7A71fOusXt60wqfUZlvm8ihBRHOA { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2MfqgoRSgxd3ylCOldyxSdSUZU1VRn9 { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGBT1SFEiXV035fQ2z7z6DUTw6P28AV { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LVJ28TvkPbIykP7r1IDiGKVsr0rFbRcq { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUxDIhhe8LTufHrQnxTe0Hzt8ZL2hOG7 { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt5G3GQAFU6buLfiQ4V6eNru3FuaQsb8 { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLh4UBCbTLB7LiXLPevAi5FDkcb9NReP { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsePKUV6kHlxnccZtGGMZZ7L0RWQMDlD { width:9.875rem;height:5.125rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRfirt1BWykNTeZW0qOZuNhuCH2lcGP { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwrHqQcL1NEybQsKe6Ek8gi0kd2UTZp1 { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxEUfHK0C3ugheP4wH5JbNTPhv72W79 { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTSNnyNrRZiiOdDZTUlNpBCDzTNEuKe { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #lcdesipUMWHqV892KH86nRXm4MTK45lD { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzP04MVdgwFMkX5Ugp1m6EgGBsr47qba { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 { background-color:rgba(9,9,9,0.2);background-image:none;display:none; }#zcoTPL73KbzfK0MzI80hO1fbtgVuTRP4 > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmiR9z7DahlBCUrrLtEh1s9kOuPDTbTq { width:11.7495rem;height:1.2182625rem;top:33.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O30MZDy7brUVPWuaC5v33C1WqmLSnGdU { width:20rem;height:2.8125rem;top:34.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW9tASp1QCr4zwq0qCsLTFBzlvwZfovd { width:20rem;height:15.06225rem;top:11.124267578125rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #qVmxlx4Iy8AuIIltGA6Hhs80E0gFMA5q { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C90PsD1K707LFI7rH7gnZr4H1sXiCrBh { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUaRiZiMDxJTuzqC9iMzQ2GwZaT1Bmz { width:9.0625rem;height:4.74975625rem;top:12.185668945312rem;left:0.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8Uu3xvR6AUQP6VGtTkcOkhRMu0nSVb { width:20rem;height:1.13769375rem;top:27.1240234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OszPGMr2zzXJWQgP4x9qrApE5f8aZK { width:9.43725rem;height:4.874875rem;top:12.122192382812rem;left:9.9130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkNmwBXydLfoqZzgqSufk2GAXpQEeK5 { width:18.125rem;height:1.46179375rem;top:30.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MywtayfeJdq9Se5n1R8cBTkuwTHqgJxM { width:19.75rem;height:2.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkcq7XcFo0VHlq6iQ5c9tH1TOU20mNvf { width:20rem;height:1.923825rem;top:23.496826171875rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LGoMGCi53gW2TQ6qn9METhzgSrnBwvu6 { width:20rem;height:4.0625rem;top:2.7191162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC5E98JPZczkvgW26aN7TL0dDqwaILpc { width:20rem;height:2.6001rem;top:3.44970703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqZEuClh1VOT41zI43UoRRIr39ewMA6p { display:flex;width:7.312rem;height:7.312rem;top:16.310424804688rem;left:6.3427734375rem; }
 }@media only screen and (max-width: 763px) { #PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v { display:block; }#PCJqQ4OamzReScTWTt9oOMUi5BgDVA3v > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbfzWVCXpiURyXeMvCKzQaSE4CygVW1y { width:20rem;height:4.875rem;top:56.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.4; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-text {padding-top: 0; padding-bottom: 0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-select {padding-top: 0; padding-bottom: 0;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si  { width:17.5rem;height:auto;top:61.0625rem;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; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si .widget-info-text { text-align:center;text-align-last:center; }
#FpgVGhT81FR7m13zpLbxM8P9guDVd5si {display:block;}#FpgVGhT81FR7m13zpLbxM8P9guDVd5si { width:17.5rem;height:auto;top:61.0625rem;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) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #zbcbfgfiXfwQCS9BVZUXo4rrVt6apKCy {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #pLdetppsQ0CMgDJkfg5O0HwEq0O1cniA { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #zyJOq3f7e9vHAU12BJOLo9BNAQzP7Tc7 {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #MLTIyHSIQusy31zwnsVhnkS474PlnTGF {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #VsiJqPVTrLAUaZK9U19UloLt6ObhBsq1 { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #NrtT0Nef85tukcSNPMymEX9t42sTTUUf {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #NyRXCDmCiK7Nq53tZxIoTg93tmr0GfLe {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #hibTWrKOmJeVxEbw5rSC7yPFvmDLBXmh { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #HRThB1tFVyEoo7SLG4lia4lmaTLXKT5w {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #kx9q9DmBEcrbgGhBvDyT5LF5n6AZOpvC {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #fXPTozrUXic3gibtPkdn5yDtQtptcFXL {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #rPPNegwzs7mAgsXDaXTTUG5yLxoDkiSw {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #pB7XnIJH4N4k9h1hcMTu5paBUKOwIm6a {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #Vty6ZDqdXQqUrdTU2fmIiRJo3PwBGFDT {  }
 }@media only screen and (max-width: 763px) { #ItLow9zPvxCMwBDD8Oh1bFOoyIz6Vqz2 { display:block; }
 }@media only screen and (max-width: 763px) { #JgUtxB28R4MZfObCErgJwaQOeF05ZANw { display:block; }
 }@media only screen and (max-width: 763px) { #LuUv5As0IM7nOh0kKe5PHhOv1Tx90I1D { display:block; }
 }@media only screen and (max-width: 763px) { #Relt0ySi8wSWUFQyQHd59NDv0KWbMH3x { display:block; }
 }@media only screen and (max-width: 763px) { #blSwnQTuW76Zz5l8nn9WuMplCMTe3sm4 { display:block; }
 }@media only screen and (max-width: 763px) { #dgPwEh2gTLKAn0MtF04c5vDm8WMnT2Sg { display:block; }
 }@media only screen and (max-width: 763px) { #fTxKWAKcAHOTMgbBP59Xa9enkMfAKvQe { display:block; }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #IFRBcTeZf9bEV8AOe8hImouRKPFAk0ux {  }
 }@media only screen and (max-width: 763px) { #FpgVGhT81FR7m13zpLbxM8P9guDVd5si #iDOuEfIC6AmFiuffT4f3B6tpaf1GOvub {  }
 }@media only screen and (max-width: 763px) { #NHFSWWtTfAoWAEbmHTBh2vTwTBZ8V0fn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oWcScH15S2QFQG0prxXlKC9caN2Ml87R {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qEaU45pQhUhoVTaDt8EtNMZEWk786cxO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qZR8JZab6T5tvv1aPrni3s1nzitHNJ9B {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LpxGp01F6ihlXlxc7CTAH0GwScTPyA4f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #LT6xUM3ACOE1dfFBSRx3EBMif6lKykff {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wVsMffmmmLEWhVPOfdTomlowwh3p7Ap2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DZH7KXnSmQ9ITVOIIwVmPlLrbuTh6Fke {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FC9WiPlTTHWd04Gau3sJA5vcuqkT7O92 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o5eAPuzNR0GbHneXR3BpAEKwtTCTyZd6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ofQRGruFwT8E4P5AaUVMToS7QTTmDh2x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tPk6DI7LZvVpgXyy3lcsJmNo96OhBxZn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Tr5mz7KlxOESc6XqpkmnMHFLH3BhWW0p {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TDRO5PDpVSkks7zfSPWsFw61UA9ZAsgA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mAO9lSEEtuuiKrEhrcgxu2MrynOyI07W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VIuqIFQFMn7dRhnroluZgQL6Gyq1isSe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ACI67Cbi3yPRF7Acm6I93LQrPAQ0NMWQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kh6iAszHUptfE2w0CqeAybOC9sXPDex0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BW58wOOXM6q4zpcguk875d8TpEVeD559 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aRivmIcFZ8mPbSJiyMoWyikcaX0IfWgA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aeobJpDyspWNJdz1GLheGshX3IvXr5Ks {  }
 }@media only screen and (max-width: 763px) { #ilQP23RFTT8hddCM6a2lWDgXU8PgI85d { width:14.875rem;height:1.4000375rem;top:52.875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cB4szd5AwTzvKiqey7ceuo8wW6mMPZOb { width:14.6875rem;height:2.8rem;top:50.125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l6lU7IyaJh0taUxflqJ3WoKJ0KTdWUdI { width:14.0625rem;height:5.3625rem;top:32.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #akCaXbcz9U9pvM6CqmagnoT8sqz0hMx7 { width:20rem;height:30.1875rem;top:0.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #fhpQQnKILQC0S2LtfhFLlWcbtWcf1ZwB { width:16.375rem;height:6.5rem;top:15.1875rem;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) { #B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 { width:17.625rem;height:7.125rem;top:22.1875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;line-height:1.1;display:block; }#B8w4UCVBoVtnI1XtbW5i1BW5zHap8s49 li:before{  }
 }@media only screen and (max-width: 763px) { #ZZC5S0u8eZAmCybHsOEWoCllzDlFV8Zu { width:19rem;height:3.65625rem;top:8.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkdxboeEbxPzwkEfdywMm5vLFbJUtWuI { width:18rem;height:1.95001875rem;top:6.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMwF1Jaoce9PdZtqbTqBOKViEr945Ml { width:18.4375rem;height:3.65625rem;top:2.125rem;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) { #yX0Toca7aJfU9Tuvwk3sk507L4W8yHS4 { width:5.8125rem;height:1.4625rem;top:13.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yuX6HzyS2GPLtbhh2DtPcKs6n9N1o6bT { width:5rem;height:0.125rem;top:14rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtN7OZ1WzRT6eZ1OnN8Ty4zX1l7mntbc { width:7.625rem;height:10.5625rem;top:38.5625rem;left:1.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #eTsrQZrNAvkQwrgpNDEExZOuFFdHplcz { width:7.5rem;height:10.375rem;top:38.6875rem;left:11.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #QpqJCTzT50u3ZmcrBDG03x9CCmL1AphW { width:7.625rem;height:10.5625rem;top:38.5625rem;left:6.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #llZxIHQCATp31f0vTZNSvUS55dETiaLq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq.adaptive-delivery-prevent-bg, #llZxIHQCATp31f0vTZNSvUS55dETiaLq.lazyload, #llZxIHQCATp31f0vTZNSvUS55dETiaLq.lazyloading { background-image: none; }#llZxIHQCATp31f0vTZNSvUS55dETiaLq > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EZsWVOnRS2fDPKLCb0kJq6rckNNyfENs { width:10rem;height:3.25rem;top:26.4375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PgBzSZ9F1S29n7l39gqnfQT8k7hOJvU3 { width:3.25rem;height:3.25rem;top:30.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTt0uL2G2JIaZLq4TCgQXZbpdwaqoqT { width:10rem;height:3.25rem;top:30.8125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dp9hNoamgVy7yvAkHSUpJQ7KaTPTJNv1 { width:3.25rem;height:3.25rem;top:26.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmIsJhyZt9acnikPKC6kT51AsMbKEfCt { width:10rem;height:3.25rem;top:22.25rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JN7v178OKSmouvf2ATCvHn9mbTHc7TKo { width:3.25rem;height:3.25rem;top:22.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOFPMZiIJgXONHxkrIT0ay44MIpNM3U { width:16.625rem;height:4rem;top:17.125rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IciukvOMp2PQ9SwN8eTJ1nUv58GG1vW7 { width:16.25rem;height:3.5625rem;top:40.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLxvrgMkWB3KFSdzt3EKJdZvR0LaRmu { display:block; }
 }@media only screen and (max-width: 763px) { #CzxPnT9wSQoTqROViFDU8IANugLW52TC { width:12.8125rem;height:3.4204125rem;top:1.890380859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGlDPJlJov204Jw6HQ4tCrNTvsea0SpR { width:2.12463125rem;height:2.9370125rem;top:12.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTKCFTwJhv4gnFdLeEBCR0O1F240nUe { width:8.5625rem;height:3rem;top:12.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDrszKaS1sAN5RHUrFy114TOUI9AavoC { width:4.874875rem;height:2.9370125rem;top:12.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNTAv1BruaBzXKPctHu5rBEP3VHEw4g { width:2.1875rem;height:2.87475625rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU7tiTnVTCB9Z9hwC0vEJxtO4UwXkyO6 { width:12.312rem;height:3.25rem;top:35.375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fDLBenEQGcJTA6UBUemP5oGbQ7Ii6Tl4 { width:3.25rem;height:3.25rem;top:35.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxcMHklpK9gnwK8R9RiND4zGRb8kErkM { width:16.75rem;height:6.5rem;top:5.310546875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ADBmCV6zuvs6cIzx7AnSr9L57CCuJQ0a { width:20rem;height:1.3rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 { display:block; }#uBuWhQRrT0UcLa2u1D0EZfZ8hshsgix1 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpp7TfGZlXI9Bk99z4brSrhS3UfZSNrW { width:20rem;height:6.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #at0fdnTF0yyxNlovlPtnUJATfrJyyXCP { width:20rem;height:4.875rem;top:4.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSw7ThN8kILVVQUknwv4kv7TRxNa3JC5 { width:15.9375rem;height:1.13769375rem;top:5.375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0XgsKXP1KoJLs0I18FSbiIXd4R4VOdF { width:20rem;height:2.6001rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbbrxz5Ce3EhUWbrIrv8lvQRoW9BagL { width:19.0625rem;height:3.85rem;top:6.75rem;left:0.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc89XqE6QwUtTVbiTtxasS9duoPArmaT { width:20rem;height:5.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEN84qk7zbBrrNlLSIxJ1xamslTrUOCX { width:18.625rem;height:1.13769375rem;top:12.4375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BM4UbZcbpv0XFna5EqqDMNEXxFVFhvlC { width:18.6875rem;height:1.925rem;top:14rem;left:0.6875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QNZXNyhQvk1TGI3QyXZrE2abdzXmStyM { width:20rem;height:5.5625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Cwlwpe5RTbpWts1kTE58k8Ke1f01zh { width:18.5rem;height:0;top:19.75rem;left:0.8125rem;font-size:0.6875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #scRK8XEBTf2R2neCR9h46DWG2SuwfVn9 { width:18.75rem;height:1.13769375rem;top:24.8125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQOlXUl0LQnPTEBOUsVhDJIxcBX8frZD { width:20rem;height:5.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thxu48nTdNXFJTz9PwTQQZM9tcdPRc1e { width:18.4375rem;height:1.925rem;top:32.625rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8ErtEV5rNQHdbONwS2uikemDgpDJE0 { width:18.8125rem;height:1.13769375rem;top:31.3125rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #siccpUdVJ7WnfkTl0GyiUd5BrRRBznKB { width:20rem;height:6rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzBTqXwQDm6PiVngNdsxOMvakBtaRE9i { width:18.375rem;height:1.925rem;top:20.6875rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NrirDWdKq0A5g3QgpbqKXDOxCnTtO4qz { width:18.25rem;height:0;top:29.1875rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rN7hRN8MBPm8aWv4x0VmtrxWBrCqHXiS { width:18.5rem;height:2.8875rem;top:26.0625rem;left:0.625rem;font-size:0.6875rem;line-height:1.4;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #qVRQLO4KPvo7FS97H579TBSBwAvUXx3h { width:18.25rem;height:2.2753875rem;top:18.3125rem;left:0.875rem;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:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { width:20rem;height:3.90015rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:16.3125rem;height:2.8125rem;top:6.625rem;left:1.875rem;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; }
 }@media only screen and (max-width: 763px) { #sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty { display:block; }#sfltCChfJcpnsoWRJ4JD4N06ekNK0Jty > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQURZApMVy0UZbh3MUHuRNB7GzLhz8bn { width:7.5rem;height:1.25rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTurrp8kzDB51A3ZM2W3ZLhdxgEq0Dfe { width:17.1875rem;height:0;top:3.875rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y9DB9gfbBF6GonFWdtQuaoVUPwDdrCWP { width:20rem;height:2.925rem;top:7.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0rA2ZFbVGO7VEon1KVi0SRQ0kBal3FZ { width:20rem;height:0.975rem;top:21.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXJbGe35rJa81MpWxwZTIPfvzccXFfWb { width:20rem;height:3.4125rem;top:17.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDxoqwPo0JBg60Qd59U4PiiyU7p0LBRr { width:5.6875rem;height:5.6875rem;top:10.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwbElxRx0buzFGriXlxzC060e9rNGAW { width:9.3125rem;height:5.25rem;top:25.47917175293rem;left:5.3437502980232rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #kA6QxKeMUxJyDTfGOyi4NARIyq0MELBU { width:17.1875rem;height:3.4125rem;top:3.1875rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }