.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:17,49,120;--color-primary-1:0,38,123;--color-primary-2:3,40,97;--color-primary-3:0,25,64;--color-primary-4:1,14,43;--color-secondary-0:210,248,251;--color-secondary-1:169,241,255;--color-secondary-2:31,220,237;--color-secondary-3:0,168,212;--color-secondary-4:6,44,47;--color-tertiary-0:255,255,255;--color-tertiary-1:202,202,202;--color-tertiary-2:166,166,166;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"IBM Plex Sans Thai"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { background-color: transparent; background-image: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .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); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { border-width: 0; border-radius: 0; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { 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:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:58.375rem;display:block; }
#CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNAUl3f6S83aMvdioIzXyAnvcO48G80v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:44.0625rem;display:block; }
#OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:50.8125rem;display:block; }
#Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMhEOQFqavcaU7VhITQM42mSgrsrThAv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:65.875rem;display:block; }
#zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:66.9375rem;display:none; }
#ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raB2aMumUI2KT0yLNlMxOM5HCBP8eJWL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.2495125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:37.3125rem;display:none; }
#W9MtECCrlExfoT4FcLBDlBTXiJpql0uQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKkLgX7Uw1lQ84XEekyQq8rK8DJshive { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:65.875rem;display:none; }
#T6ZHP6DP16BC5p1mBtm8LwicRdAJ6l4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/601942dc-632d-478c-ac24-6e6dd85ced0e/coverBG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.adaptive-delivery-prevent-bg, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyload, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyloading { background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { background-color: transparent; background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .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); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { border-width: 0; border-radius: 0; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;overflow:visible;position:relative;display:block; }#nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5612rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.561415672303rem;left:6.7187519073488rem;display:none; }
#StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:18.5rem;left:1.25rem;height:5.4243125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:46.5625rem;left:2.5rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { position:absolute;display:block;z-index:15016;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:14.4998125rem;width:15.5620625rem;top:2.0625rem;left:8.3125rem;overflow:hidden;display:block; }
#BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:48.6875rem;left:0.6875rem;height:1.74975625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { position:absolute;display:block;z-index:15019;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:2.37413125rem;width:28.4375rem;top:24.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { 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:8.75rem;width:33.125rem;display:none; }
#L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:14.375rem;display:none; }
#mAAPIVmEGLA6FpLDUeNdzvFsinx97G2v { position:absolute;display:block;z-index:15020;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:45.4375rem;width:55.625rem;top:6.9990234375rem;left:28.623779296875rem;overflow:hidden;display:block; }
#AGqyRbckKeCcyo0nIvGWJEnDeDUg5m3L { box-sizing:content-box;height:6.625rem;width:32.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.1875rem;left:40.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QrvJnNFhDZe5byLCbAEiwO9qSlRtbOfF { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:43.5625rem;left:40.9375rem;height:3.0058625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iLFhnx6BkokvkdlVhS57TckKWa2sIdIW { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:46.625rem;left:41.25rem;height:2.19873125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lfk34uxp38ayX6v5NgQgAgTau0H8xrSP { box-sizing:content-box;height:4.3125rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.3125rem;left:48.25rem;display:block; }
#zI7gPOApX5TohwTi4ewdvPMkR4gxhioT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:43.5625rem;left:49.4375rem;height:3.0058625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#d7SnoCc41e8JDOdixPyykSTpp4Ov07zu { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:46.6875rem;left:49.8125rem;height:2.19873125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#M78tEcLS7A9p8fD4ZET1Ks4tI6iaftZK { box-sizing:content-box;height:4.3125rem;width:0.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.3125rem;left:56.75rem;display:block; }
#WclogPuZ8vTpQVCMVF5eyDFZNRVdunl3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:43.75rem;left:57.5625rem;height:3.0058625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lzTnLDPOXBh0wrFEZyRzGqd3uGNfarhI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.1;letter-spacing:0;top:46.75rem;left:57.875rem;height:2.19873125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iFLLW34hF2rNOdVA4QPTWlTm67uQDqvm { box-sizing:content-box;height:4.31206875rem;width:0.124783125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.375rem;left:64.8125rem;display:block; }
#qIIU4p2Z7pSqKiL3oGTpM1DpWVeedmPz { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:43.9375rem;left:65.5rem;height:3.0058625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VCMhlwWOTawpTL6VbByu6yRv0a3l0NwN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:46.8125rem;left:65.875rem;height:2.19873125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LAbVSmxFFu8AWeIByR0qT11s5yuPI1ac { position:absolute;display:block;z-index:15021;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:6.25rem;width:56.5625rem;top:0rem;left:-9.625rem;overflow:hidden;display:block; }
#A8x3c5AxJzFEVLFlvDyZwbtNb1T7AkVb { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.81225rem;height:3.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.0615234375rem;left:3.685546875rem;display:block; }
#uTb22E5q0mp0S6PyMQ3cBTbu7eJptcaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBPUKIIGWQWCrSh93hq35iHbE5B0pF9u { color:#000000;display:block;width:16.74975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.873291015625rem;left:7.717529296875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5db4ff;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.57125rem;padding-right:0.506875rem;padding-bottom:0.57125rem;padding-left:0.506875rem;display:block;align-items:center;width:3.03875rem;min-width:3.03875rem;height:3.07rem;position:relative;font-family:montserrat;font-size:2.285625rem;font-weight:700;line-height:49.12px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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;font-style:normal; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3575rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.05125rem;height:1.214375rem;position:relative;font-family:montserrat;font-size:0.8575rem;font-weight:400;line-height:19.43px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.812rem;height:5.7495125rem;padding-top:0.714375rem;padding-right:0.72375rem;padding-bottom:0.714375rem;padding-left:0.72375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.0146484375rem;left:5.46240234375rem;z-index:15011; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #LeJ7rvn0nDwoplGzePm5I4JoDVnLUCUy { display:flex;position:relative;top:0rem;left:0rem; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #SuSU8ISdl0neTPBmAg9VBSs9PMNT7GzI { width:auto; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #QasP0kLwoTFT5U5H3dJM3OUZq44f6Lvx {  }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #VxVodDe00L23DpNtcefkSuV4Ckkd2gKh { display:flex;position:relative;top:0rem;left:0rem; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #uTvBDtR8py6987Bc44k4JwignfnT8PHW {  }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #bMBS4qScF1xGZqh7eQ3ptZ77i0ZrkJSB {  }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #v0IKZxnm1zPDlOoDUqT01nLVqxivFldt { display:flex;position:relative;top:0rem;left:0rem; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #EfnG4uvbOqI8EHcZkxQ4dhn5wX6rNhQ3 {  }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #MWrbsw2KfpyupATN4zAkkNATH8tdB1gl {  }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #a6DraTcHFAtorr0BGiRKlG6khtwUBHAx { display:flex;position:relative;top:0rem;left:0rem; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #OHNCeJUbpaT9bFQzmVpT7u0HBTMoHqEy {  }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #Z22ZReX2sHenRhMIdFXiD0tbZ557edE0 {  }
#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 { background-color:#f9ed41;background-image:url("https://images.assets-landingi.com/uc/9a500192-3580-450b-9f01-58ef227262c0/BG12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7.adaptive-delivery-prevent-bg, #yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7.lazyload, #yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7.lazyloading { background-image: none; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 > .row .container { border-width: 0; border-radius: 0; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#RJ25Ksarykr7uevyiPGqWHDf5CwIaB2B { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.561525rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.9375rem;left:27.0625rem;display:block; }
#ZNEf6VvmbX8iC0ABkXToXSsHMegbA5xl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTZfFdP8T5oh1kcUFpCI1dVtd7vKc6wI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:26.125rem;left:29.4375rem;height:5.4242625rem;font-style:normal;display:block; }
#P7phoJqWuZUXVVwq0uk53Dma4WFAFv9K { color:rgba(var(--color-tertiary-4),1);display:block;width:27.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:45.3125rem;left:22.8125rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2f6Cet4aNWDkMqXfQdbQKAofxxxZBgn { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874rem;width:29.375rem;top:9.875rem;left:24.25rem;overflow:hidden;display:block; }
#oTRFp85PmzTTcFtTqx8TJuTyigmnGxNz { color:rgba(var(--color-tertiary-4),1);display:block;width:30.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:47.125rem;left:21rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MG4euFo4XQEqZNMy9shgvWJwCvUvmais { position:absolute;display:block;z-index:15017;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:2.6870125rem;width:57.3115rem;top:22rem;left:8.875rem;overflow:hidden;display:block; }
#axbVMH1R3w3p35vJOHqzRyyGtcOApCAv { position:absolute;display:block;z-index:15018;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:5.1875rem;width:5.4375rem;top:26.25rem;left:22.875rem;overflow:hidden;display:block; }
#bNzahdb4GOWq05UKfo8AWTaQEomuhPl5 { position:absolute;display:block;z-index:15019;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:1.875rem;width:32.25rem;top:33.8125rem;left:20.3125rem;overflow:hidden;display:block; }
#b8dM9xxfvEabii5AqJZGhIOH6P1E9S6x { position:absolute;display:block;z-index:15020;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:20.25rem;width:28.4375rem;top:43.875rem;left:0rem;overflow:hidden;display:block; }
#ey8A4lhHlRNovTxaZgD04Pus7X0FsmcQ { 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:8.75rem;width:33.125rem;display:none; }
#yJ8x0yF1yxzQEqQwIbzS7eNNKeLL1Z5T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:14.375rem;display:none; }
#huEUp94QRrrQINuNJ5w05Vvr9yVReJik { 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.625rem;width:26.5rem;display:none; }
#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/d9145f77-5320-4a3e-b11d-0f02917d2b78/BGGlass.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.adaptive-delivery-prevent-bg, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyload, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyloading { background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { background-color: transparent; background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container > .video-iframe-container { display: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container { display: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .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); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { border-width: 0; border-radius: 0; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { font-size:0.875rem;font-family:arial;height:115.1875rem;width:75rem;position:relative;display:block; }#TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { box-sizing:content-box;height:50.875rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.933380126953rem;left:5.5609817504883rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { color:rgba(var(--color-tertiary-4),1);display:block;width:53.999rem;position:absolute;font-family:kanit;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.517456054688rem;left:10.465698242188rem;height:3.49291875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:67.827688217163rem;left:16.245660781861rem;height:2.06176875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { position:absolute;display:block;z-index:15004;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:40rem;width:40rem;top:29.841581344604rem;left:56.934701658325rem;overflow:hidden;display:block; }
#Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:17.5rem;top:99.745620727537rem;left:-6.6872367858888rem;overflow:hidden;display:block; }
#gUseEzPP0mki7JgNNptZ4463wIBUJgek { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:2;letter-spacing:0;top:10.125rem;left:16.125rem;height:8.2485375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OwUg698DrUJN18JtM7zZfVWZe50Kqqt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9985625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m0QUOMM360hBTr4RhTbAPubpI67FJ0g4 { position:absolute;display:block;z-index:15016;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:15.625rem;width:12.375rem;top:21.4375rem;left:21.5rem;overflow:hidden;display:block; }
#nUBaODJuBVCtSusy7BQ93Q4ACGVGdvus { position:absolute;display:block;z-index:15017;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:15.5rem;width:11.75rem;top:21.5rem;left:30.9375rem;overflow:hidden;display:block; }
#taJbs6tqqmizvaCQn5ha7fGIFCc1eL8f { position:absolute;display:block;z-index:15018;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:15.625rem;width:11.75rem;top:21.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#CSaZXCNcvm7fZPgPshLDEhnXJtvcAMob { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:39.75rem;left:18.9375rem;height:16.4970875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DribgFgQGRZwkzRTqwIQLGKmGxyp6v3J { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:93.311637878419rem;left:29.937067031861rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlBIdHyT32Ma0hqJ8pyzniSEwakPwU22 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:93.375rem;left:49.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1yunRvTHMy4NvSHOh2QySVM1vMgmqWX { background-color:#202020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:2.56185rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:99.379344940187rem;left:10.937284469604rem;display:block; }
#KAeo6EGH59WTuEJcoudc21IozNeshxTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoWZDVm18npSMfdF4fmK3UTF5Oy7Xb8U { position:absolute;display:block;z-index:15016;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:9.0625rem;width:12.4370625rem;top:82rem;left:12.3125rem;overflow:hidden;display:block; }
#hD28U2lEULSfqo2w0aIevPy6ngoSZOST { position:absolute;display:block;z-index:15018;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:8.8748125rem;width:12.1875rem;top:82rem;left:31.8125rem;overflow:hidden;display:block; }
#q1OBx0OVHO9doua70XoyS9I8hpKP4lkg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:93.375rem;left:11.375rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6go0rW64zXpcoaAsoaP2r3II8IfsRRq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:73.305122852325rem;left:13.936634063721rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oAvNpFyGs740K72G1DahPWbiflTFbz81 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:73.306209564206rem;left:30.183378219604rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pbyBVJuChbClLokOSnLPrR3CZLIPbGQS { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:73.375rem;left:48.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oRgA9t72qwIBkhbO7KVUqWs2tvpJz6Od { position:absolute;display:block;z-index:15020;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:5.625rem;width:7.8125rem;top:85.506732940675rem;left:56.72092628479rem;overflow:hidden;display:block; }
#Z4TVrDBUmbpIWwnR2XZHXc9y5G6D9gXf { position:absolute;display:block;z-index:15018;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:5.68685rem;width:7.874375rem;top:82.842885971069rem;left:50.262590408325rem;overflow:hidden;display:block; }
#PnAHIhW2QzQTmVGJKFX1UcLOwzM0BpVO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:78.8125rem;left:11rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADL94yRwIkmqmqZ6D8XZIQfEa2eZdHyo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:78.7500038147rem;left:29.937067031861rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dC44wJ8IUZe5er87ziGc18G4IwDGl7OK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:78.8125rem;left:48.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUwee32R3tIZqhZS6JwmoWgsnpGgshfF { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.6875038147rem;left:55.626085281372rem;display:block; }
#VthDAP1vmccmVULJSRIwdMTwl9w5nlIK { background-color:#202020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:2.56185rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:99.379344940187rem;left:29.842668533325rem;display:block; }
#NpaXHawonyTkA0HKur4QtABnNQC6MlEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGPztqWJbtOg8BGd9I6zsRINETTSfere { background-color:#202020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:2.56185rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:99.3804397583rem;left:49.157991409302rem;display:block; }
#LaHQTI5PpT3ZlvVtsl2I0dAwVeF6uCcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP9VNHTt54U79KGRaP4Jf6PhS3WqxPtg { color:rgba(var(--color-tertiary-4),1);display:block;width:53.999rem;position:absolute;font-family:kanit;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.517456054688rem;left:10.465698242188rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#rb5JTFRrTZNlaI8dKJSFqaMPRgFUpDJU { box-sizing:content-box;height:50.875rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.933380126953rem;left:5.5609817504883rem;display:none; }
#oEDitq3b0IQiqJqnJ0aTgUK1sComHrli { box-sizing:content-box;height:50.875rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.933380126953rem;left:5.5609817504883rem;display:none; }
#asBbd1Thh5CnkgyyHiVWcxsBuMlgh0Gg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:73.375rem;left:48.9375rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#hf9LXGaxWr4WsnTTBTVD5s3QKAp5ubtg { box-sizing:content-box;height:50.875rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.933380126953rem;left:5.5609817504883rem;display:none; }
#PfFx2TAohfupOioV1qno9f6a2wIZ5T8X { box-sizing:content-box;height:50.875rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.933380126953rem;left:5.5609817504883rem;display:none; }
#SWqieGNsVTSEKA5a1lKJTMIcqDXaoE8O { box-sizing:content-box;height:50.875rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.933380126953rem;left:5.5609817504883rem;display:none; }
#bpdHtUJ0fA9qCSKhzpTmimoaL4vsxM5b { color:#fffc56;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:84.418624877931rem;left:56.470920562744rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#he0lvQdBRPVazKPcbRJT06rZC1TCkQn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:2;letter-spacing:0;top:10.125rem;left:16.125rem;height:8.24870625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cT8vs0iKdBZuqn01bXH9Pa2IR4MSuWDO { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:39.75rem;left:18.9375rem;height:16.49738125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;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; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { background-color: transparent; background-image: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container > .video-iframe-container { display: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container { display: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .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); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { border-width: 0; border-radius: 0; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { font-size:0.875rem;font-family:arial;height:107.1875rem;width:75rem;position:relative;display:block; }#KHqqIoItILykNbFt7lnaTGlEdWaFires { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { color:rgba(var(--color-tertiary-4),1);display:block;width:38.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.8125rem;left:18.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { position:absolute;display:block;z-index:15007;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:34.1873125rem;width:68.875rem;top:56.749123573303rem;left:3.0609817504883rem;overflow:hidden;display:block; }
#IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { 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.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:95.75rem;left:16.375rem;display:block; }
#JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Js4TTgIqcZM6ZsxqTBUZInMwCRDsgcun { 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:79.125rem;width:68.6875rem;display:none; }
#uslsVmEIIgMid5y6xiNNSvEUCTZRe03D { position:absolute;display:block;z-index:15009;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:37.75rem;top:27.6875rem;left:18.5rem;overflow:hidden;display:block; }
#uFbJxNDtWRq0H46b2OI8b6GdBUWG1pgO { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.81228125rem;width:44.749375rem;top:21.125rem;left:15.125rem;overflow:hidden;display:block; }
#SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa { color:rgba(var(--color-tertiary-4),1);display:block;width:43.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:42.8125rem;left:15.8125rem;height:6.8093125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa li:before{  }
#wX5zsIZ3AdGwcWlJtszlMlNhZA43aIZk { color:#3c81bd;display:block;width:21.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:52.9375rem;left:26.5rem;height:2.59863125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#k82TeI5RXHsXl3UbtBxOGub1wTTiJ8hU { color:#9e9e9e;display:block;width:59.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:89.70486450195rem;left:7.8743495941163rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vH5PxhbwZZzKzhRp8MEnV7CTfcQTr5qZ { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:20.374375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:95.75rem;left:38.25rem;display:block; }
#UOO4LqOUB3d6QxvErPldFvWZ8cOrTmf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7VqTWLZ9V5hkEvBpcRtmQLo98JE3a5y { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#llPXhbMv7C661uU4kNOOCLtPpN39ITn2 { box-sizing:content-box;height:98.75rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3461456298828rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#nMuaaIRZ9ZdPnanglTmCblpMs27q4OoN { position:absolute;display:block;z-index:15015;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:34.0625rem;width:29.9375rem;top:0rem;left:65.908784866331rem;overflow:hidden;display:block; }
#fueuTzdNiRdRlWtTaz7awgaDTKO6OfW8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:29.9375rem;display:none; }
#utZ46UDIvHTXVfNySazFEkRRW11dExqO { position:absolute;display:block;z-index:15016;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:6rem;width:10.3125rem;top:61.482623100281rem;left:66.625085830687rem;overflow:hidden;display:block; }
#MgAJXLRIW5TcEuxzakvPNvqHpN7CngiM { position:absolute;display:block;z-index:15017;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:6.3125rem;width:11.375rem;top:79.971717834475rem;left:-2.75rem;overflow:hidden;display:block; }
#l6mNVdnPfcp96eCoEuJQAL3L2Jql686G { position:absolute;display:block;z-index:15018;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.6875rem;width:10.3125rem;top:68.3105430603rem;left:-6.2496204376221rem;overflow:hidden;display:block; }
#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#42a2f6;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; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container { background-color: transparent; background-image: none; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container > .video-iframe-container { display: none; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row > .video-iframe-container { display: none; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .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); }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container { border-width: 0; border-radius: 0; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container { font-size:0.875rem;font-family:arial;height:136.875rem;width:75rem;position:relative;display:block; }#Im7WSmcZwGgyEr8LEalaaorKFICTxsPB { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zRsc1npMgTqpDHS6g9sgggEXE2G9itf6 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.75rem;left:11.875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sS1dh0elJVJf0DnGNDqx1rFfDVCzorS7 { position:absolute;display:block;z-index:15007;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:61.25rem;width:68.375rem;top:56.811155319214rem;left:3.1548805236816rem;overflow:hidden;display:block; }
#s7DePzOfxWHKPTSIxir2ITQvLUladITB { 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.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:125.1875rem;left:16.375rem;display:none; }
#VrFcS8WRN1EPL3XlAwE0N5myv71VJEkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEOHdX4v0gf6A79yz5uo2d2Zq1hVOdRo { 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:35.875rem;width:16.5625rem;display:none; }
#CEATZzBKI9BOhRCL1BbZvvDzBIE91b93 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:38rem;top:27.5rem;left:18.5rem;overflow:hidden;display:block; }
#ipMa6Krg0FFJu6xRCmKbBEgGCaOppOtK { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:35rem;top:22.437089920044rem;left:20rem;overflow:hidden;display:block; }
#KVR7zTyycOAgto8k1eMp7kD3ylRURvBA { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:43.248706817627rem;left:18.499351501465rem;height:6.8093125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KVR7zTyycOAgto8k1eMp7kD3ylRURvBA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KVR7zTyycOAgto8k1eMp7kD3ylRURvBA li:before{  }
#O5wlzPpf6GoOA2g18QHcUscFFP8wCUPb { color:#3c81bd;display:block;width:24.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:52.4375rem;left:25.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ceuLwKmB1953K1fh2NzPv8LETD706lBG { color:#9e9e9e;display:block;width:59.2474375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:119.93642807007rem;left:7.8744468688962rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPCzsrsNQC0vbfiNNh1rHabRb8aPgDxw { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:20.374375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:125.12461853028rem;left:27.312410354614rem;display:block; }
#kseFdqyi0sBq4pwdnDy7zOVttLeg0K4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DosRGnJba7aZ8VaoIPvKW48DC8NdlMwT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EQ36XUtyEFLu0ayoEXyAQOKwy5x57UuQ { box-sizing:content-box;height:128.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9354553222656rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#yfIR99B6Lb6lsn05U4I0zCmW8OHo4o3R { position:absolute;display:block;z-index:15016;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:34.125rem;width:29.9375rem;top:0rem;left:65.7051467091rem;overflow:hidden;display:block; }
#Go86JuxRQLkwVI2KJk1ZdTzCnEeVN24n { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:29.9375rem;display:none; }
#obEmPo4BydARXSFVAuuIi8d86paXisIW { position:absolute;display:block;z-index:15017;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:17.6875rem;width:18.5rem;top:58.528886795044rem;left:-9.875rem;overflow:hidden;display:block; }
#m8gkfsos2TQ1eEqcpvCMLTlcitUsNVP9 { position:absolute;display:block;z-index:15018;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:15.5rem;width:15.0625rem;top:103.57573535693rem;left:68.132169691675rem;overflow:hidden;display:block; }
#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container { background-color: transparent; background-image: none; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container > .video-iframe-container { display: none; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row > .video-iframe-container { display: none; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .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); }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container { border-width: 0; border-radius: 0; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container { font-size:0.875rem;font-family:arial;height:94.9375rem;width:75rem;position:relative;display:block; }#k71n6atxTTSnOqdlTXlDffKUXLEeLhIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#q1viPiMSKGzsvlPCIsqIkMpTak5fmSJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13rem;left:14.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXW5cK1Ky6Pt7x94I8Aop2bc7y8LceUq { 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.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:91.5rem;left:16.375rem;display:none; }
#IQ51yVsI6xeKwSKAtuRdnmk6brb1cs4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIquXiOg9o1kaHbSRh5dzsPK1O5OvuiN { position:absolute;display:block;z-index:15009;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.3125rem;width:37.9375rem;top:44.875rem;left:18.6875rem;overflow:hidden;display:block; }
#LfFptXed5KRamLliFqnXQMH9oZhBnVh4 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43685rem;width:46.5625rem;top:21.267358779908rem;left:14.21875rem;overflow:hidden;display:block; }
#wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw { color:rgba(var(--color-tertiary-4),1);display:block;width:46.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:62.4375rem;left:14.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw li:before{  }
#bXtBlXHmUJFttGHfR07K4Diz1mA5BUDX { color:#3c81bd;display:block;width:24.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:58.625rem;left:24.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EfApFNI2vdWgI77py1kXzcU8GE8viggf { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:20.374375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:82.9375rem;left:26.8125rem;display:block; }
#Qz4tJyBcLzHtlWy10qs4zvtU5miyUW8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2bAlXuTXVtvAyrmLKOGpZVJFKEPF9ga { position:absolute;display:block;z-index:15024;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:3.8125rem;width:15.125rem;top:28.875rem;left:30.875rem;overflow:hidden;display:none; }
#kbEndnU3KqedQpXbVcQdqhtZrXX7EGKb { position:absolute;display:block;z-index:15022;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:2.9375rem;width:12.25rem;top:28.875rem;left:11.0625rem;overflow:hidden;display:none; }
#OC7KmB9dBxs7DuOwzV555TrStaOTqfFo { position:absolute;display:block;z-index:15054;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:2.875rem;width:12.3125rem;top:29rem;left:51.625rem;overflow:hidden;display:none; }
#dAfI8nJgEmeBeVNFGcvgh9vgJoDsGgyl { box-sizing:content-box;height:85.6875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.2565002441406rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#V3ENgDzMhfDO1iJUPG7JhOKSS3VcirJ7 { position:absolute;display:block;z-index:15056;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:2.9375rem;width:2.6875rem;top:33.9990234375rem;left:26.8125rem;overflow:hidden;display:block; }
#J8VazrkRGEzwRftDVWLs0loHv6OTnBXF { position:absolute;display:block;z-index:15057;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:2.936525rem;width:2.686525rem;top:34rem;left:45.5625rem;overflow:hidden;display:block; }
#yAB6nqp3JWMeuFGRX3dtEhovC0xmO8pc { position:absolute;display:block;z-index:15017;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:32.875rem;width:28.875rem;top:0rem;left:65.747110366819rem;overflow:hidden;display:block; }
#CR350JnVKLJ7ftMBQdMgTLqyBaIUB3JZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:29.9375rem;display:none; }
#UlF6hMufwobKJTTsmtQhla46OeUPHL87 { position:absolute;display:block;z-index:15058;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:19.75rem;width:28.0625rem;top:75.429039001462rem;left:-8.75rem;overflow:hidden;display:block; }
#IKizq0VGthghtvcnfCu9nttPmiRrtEn9 { position:absolute;display:block;z-index:15059;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:12.25rem;width:10.3125rem;top:29.90625rem;left:14.21875rem;overflow:hidden;display:block; }
#nDQJz4g9lheJXB5qJPLHazycQGETTaMM { position:absolute;display:block;z-index:15060;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.75rem;width:12rem;top:30.15625rem;left:31.5rem;overflow:hidden;display:block; }
#Gmzf5u04xPNVQwbslXWSDy3TGRoHJb8I { position:absolute;display:block;z-index:15061;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.75rem;width:10rem;top:30.15625rem;left:50.375rem;overflow:hidden;display:block; }
#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;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; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { background-color: transparent; background-image: none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container > .video-iframe-container { display: none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row > .video-iframe-container { display: none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .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); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { border-width: 0; border-radius: 0; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { font-size:0.875rem;font-family:arial;height:87.1875rem;width:75rem;position:relative;display:block; }#rn9dT5lAUOdRhmX7KKwsalbDNCTGeytK { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9985625rem;position:absolute;font-family:kanit;font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:10.5rem;height:4.225rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#q8R6rTP51rf60gpILccyCBJz5PJhWAaA { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:9.5616264343263rem;left:16.091581344604rem;height:3.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PBn7ELADUkxfUWDtW0BIPUsp494ie5xT { position:absolute;display:block;z-index:15034;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:64.436875rem;width:64.436875rem;top:15.059686660767rem;left:5.2788639068604rem;overflow:hidden;display:block; }
#GuMkTouUO42koRpGgqcGJC0DukN1679g { position:absolute;display:block;z-index:15035;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:2.74956875rem;width:2.74956875rem;top:45.902824401856rem;left:28.976781845092rem;overflow:hidden;display:block; }
#R2MDwyc8dRi652xod4qsVcsDyfJCciEl { position:absolute;display:block;z-index:15036;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:2.74956875rem;width:2.74956875rem;top:53.027306556702rem;left:28.976781845092rem;overflow:hidden;display:block; }
#qJC7c6zkpbZOQl1Kku8LoEO8I23Kh3tU { position:absolute;display:block;z-index:15037;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:2.74956875rem;width:2.74956875rem;top:59.963151931763rem;left:28.976781845092rem;overflow:hidden;display:block; }
#cvFWTFr5DBtIIdUdmgtDfTzNmnAbXRbN { position:absolute;display:block;z-index:15038;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:2.74956875rem;width:2.74956875rem;top:59.963109970093rem;left:44.851350784302rem;overflow:hidden;display:block; }
#oRh8EWu4KuSTXowCdfPsvEom8higxEkm { position:absolute;display:block;z-index:15039;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:2.74956875rem;width:2.74956875rem;top:53.026262283325rem;left:44.851350784302rem;overflow:hidden;display:block; }
#XlUCTTqG6PcqlAEinGsE9kyrGWhKkxwT { position:absolute;display:block;z-index:15040;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:2.74921875rem;width:2.74921875rem;top:38.494532108307rem;left:44.538280487061rem;overflow:hidden;display:block; }
#OHqQ1th14HTTTOqxR5sv7Irn5pkSObZ2 { position:absolute;display:block;z-index:15041;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:2.6875rem;width:2.6875rem;top:38.525392532349rem;left:60.538194656372rem;overflow:hidden;display:block; }
#AQpnXSvObSCWbI0ZLGt5Il1HnSEEi3eo { position:absolute;display:block;z-index:15042;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:2.68663125rem;width:2.68663125rem;top:45.933162689209rem;left:60.538194656372rem;overflow:hidden;display:block; }
#uT19eHeOgccSUxTnpvEkyim1qVTJA7Hz { position:absolute;display:block;z-index:15043;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:2.68555rem;width:2.68555rem;top:59.994577407837rem;left:60.538194656372rem;overflow:hidden;display:block; }
#RZoNoGNSvco37WAa5SbWdJiq4zp7A2xs { position:absolute;display:block;z-index:15044;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:2.68555rem;width:2.68555rem;top:51.994359970093rem;left:60.538194656372rem;overflow:hidden;display:block; }
#M7RdtWD1gv8V6CSgOCFLP99SM9xHiuGt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.542969822884rem;left:7.2894973754881rem;height:1.7875rem;font-style:normal;display:block; }
#cqLDNKP4buBxleaTyp8XP4PonTDzpmqO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:32.229819297791rem;left:7.2894973754881rem;height:1.7875rem;font-style:normal;display:block; }
#bEVTO3HDls0rWifhbxnVZwBI7hiAZP16 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:37.416668891907rem;left:7.2894973754881rem;height:;font-style:normal;display:block; }
#SmMoOEovHW5t0EnCqdWTwfawWfE56I0g { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:39.367623329162rem;left:7.2894973754881rem;height:2.76269375rem;font-style:normal;display:block; }
#gpGHkbQoeawB1eKv9MidbNr1qHO4rvUw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:44.6875rem;left:7.4375rem;height:;font-style:normal;display:block; }
#okbuNR0vL1QlFcHPubcUlQICqriUGtFi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:46.625rem;left:7.4375rem;height:;font-style:normal;display:block; }
#iyWdxyTepfSpOQs8QlvMzpZ9bDILPqv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:51.875rem;left:7.3125rem;height:;font-style:normal;display:block; }
#eWlunZqt4yW2LdIJ2UzrRNtxmXw9ZUGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:55.449234008789rem;left:7.2894973754881rem;height:1.38135rem;font-style:normal;display:block; }
#JgSwzSV43MhJnZM75eihKkKmp2hLszsH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:59.6875rem;left:7.3125rem;height:1.7875rem;font-style:normal;display:block; }
#knNGiHSbwa1b3rryTovpEgIPZL4xRwqI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:61.625rem;left:7.3125rem;height:1.38135rem;font-style:normal;display:block; }
#F3c16ZIh2iTIcG8JT315qzfANbd0a09D { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:67.686635971069rem;left:7.2894973754881rem;height:;font-style:normal;display:block; }
#mPAC0ArCPegiKos4FUpAfU7CG5el1uNX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:74.748266220094rem;left:7.4370670318606rem;height:1.7875rem;font-style:normal;display:block; }
#SDFrT8zuK9q3LVp5SnnZaVhfqBiEknUC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:25.365670204163rem;left:23.413629531861rem;height:4.14404375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNlszi4vg32CaIT2tUncqoT2O1xLcO2G { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:25.365670204163rem;left:39.570314407349rem;height:4.14404375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0fMsxibNfGGTqMnriUPXcVFeKfQK5yJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:25.365670204163rem;left:55.413194656372rem;height:4.14404375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiyrpMG6lfLbZ463nR41T56dLdXL5ST2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:32.432727813721rem;left:23.413629531861rem;height:1.38135rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8547DkXsDH1lP8i94M6Th7mx5aVHnqG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:31.742623329163rem;left:39.570314407349rem;height:2.76269375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqK8EIlZzH9IATZdeZpFb9ckRIn9uMmy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:31.052519798279rem;left:55.41233253479rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIpmBdwh5rnoAn6zwLtL1n77CLCTiVZz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:67.889541625975rem;left:23.413629531861rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0ymBVMk7rCqSmbBFdlRsJ4CiVq1kZyD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:67.889541625975rem;left:39.570314407349rem;height:1.38135rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lScZw0EiqPpvIxIEdC2TkHsLpXRDuMho { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:67.889541625975rem;left:55.538194656372rem;height:1.38135rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUesoQ0r1k6zTdH6QFtoFe9yb1wec6LV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:74.086372375487rem;left:23.067926406861rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLn6tUCNe3O702GCr8OOR8cN526ZmBd2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:74.086372375487rem;left:38.974611282349rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ8OBZ3QFeW54Tw9f3HqlAVGyVuNXPxR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:74.086372375487rem;left:54.603952407837rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctqlnhIuVirsuMPtRBdRVNZKPh7OsN60 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:55.323135375976rem;left:55.538194656372rem;height:1.38135rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZ1RcFTAPezT2znPNbcWDPCCHZMsrXRw { position:absolute;display:block;z-index:15041;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:2.5rem;width:2.5rem;top:38.650001049042rem;left:29.10117149353rem;overflow:hidden;display:block; }
#nIq7FDWDrxX6btBcSpq3h8rIMa0Lqs5m { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fwASGtlNLlpqHdM3JoxQWHx6Xu9ioTzx { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:13.5rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:81rem;left:23.005859375rem;display:block; }
#PfHrF6D29TBnogokHiTnO7Wo430p4ChE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuVqLHBykp88tKVzQxQ2nDSgvNcMwyTE { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:13.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:81rem;left:39.4755859375rem;display:block; }
#C5gevsSntTKI6xGRugbkE3PiCPu9mMEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHsNikfRdcGPS5rfHkxiuzlGn56EoBrf { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:13.5rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:81rem;left:55.1318359375rem;display:block; }
#ODtSLLpOcTaTfN1wzphm8HFXG4IXWCcf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XO4cyrGCuPgs3zwoiLTVMRNzh2Xo28lq { position:absolute;display:block;z-index:15042;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:2.5rem;width:2.5rem;top:46.027735710144rem;left:44.662891387939rem;overflow:hidden;display:block; }
#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv { position:relative;display:none; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv { border-width: 0; border-radius: 0; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .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; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XLOFdNOnammXXG7KrFLc3LzyFxO057w5 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9985625rem;position:absolute;font-family:kanit;font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:10.5rem;height:4.22471875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#x9i8Uxbt0qWOL7tt4CNAO3z2NhV1zFnE { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:9.5616264343263rem;left:16.091581344604rem;height:3.125rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#eVnHmTpotPHRyletT1zyDI9H0Ht0rnqk { 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:82.5625rem;width:65.625rem;display:none; }
#w2lf9JcWt1TE7Gb1dRUmJ0u1q1op0r7n { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:9.5616264343263rem;left:16.091581344604rem;height:3.125rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#eO2d0TzhNWtHBN9XGcBilxa12GGoHG0J { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5612rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.561415672303rem;left:6.7187519073488rem;display:none; }
#kkAbLnBTKKU6JSHm2etCURqtwMhfsd9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT { position:relative;display:none; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT { border-width: 0; border-radius: 0; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT > .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; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NpCCfdaN1ULHDQNh8z9I4VIScDF8WyZe { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9985625rem;position:absolute;font-family:kanit;font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:10.5rem;height:4.22471875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#vE7HdsSDE0WigMmgro2ZZ648LOyi3rR7 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mZ3PkwtMTmB0P4MmizArtxFHzeBV5XBO { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:9.5616264343263rem;left:16.091581344604rem;height:3.125rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#cVirSETpa3ccN30BVuSoGsvQiONnXQiy { 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; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { background-color: transparent; background-image: none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container > .video-iframe-container { display: none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row > .video-iframe-container { display: none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .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); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { border-width: 0; border-radius: 0; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { color:rgba(var(--color-tertiary-4),1);display:block;width:65.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:4.8125rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { color:rgba(var(--color-tertiary-4),1);display:block;width:57.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.3125rem;left:8.8125rem;height:20.1796875rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/259b1bcd-c324-4757-93ef-ff6fdb27379e/BGSky.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:block; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg.adaptive-delivery-prevent-bg, #m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg.lazyload, #m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg.lazyloading { background-image: none; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container { background-color: transparent; background-image: none; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container > .video-iframe-container { display: none; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row > .video-iframe-container { display: none; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .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); }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container { border-width: 0; border-radius: 0; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container { font-size:0.875rem;font-family:arial;height:97.5625rem;width:75rem;position:relative;display:block; }#XR8J10Pv4NDH0vGVWuIKQqZPNqosdcw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OZywETLTsQf7S923xZsnhubll55qSpTG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.3125rem;left:27.3125rem;height:4.03051875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#uZ2b7qDBQFEqkUTygqDgAGfSToQJb2d3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:73.75rem;top:63.8125rem;left:0rem;overflow:hidden;display:block; }
#osWGFGQf992pyFow07uMttlpoHbfDRWH { 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:18.25rem;width:22.6875rem;display:none; }
#VzPuUwTss7NRp0TOOJbR1GgkoXN80p3p { position:absolute;display:block;z-index:15009;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:12.375rem;width:37.9375rem;top:24.1875rem;left:18.5rem;overflow:hidden;display:block; }
#ChzlgdyxWNSa3qmqGf4z6xNttP9gNFDH { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:35rem;top:16.25rem;left:27.1875rem;overflow:hidden;display:block; }
#rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr { color:rgba(var(--color-tertiary-4),1);display:block;width:62.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:40.345148086548rem;left:6.2179336547851rem;height:18.0541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr li:before{  }
#BPiTzdwroXEita606nIAH70k4dyVLLQ6 { color:#ffffff;display:block;width:59.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:90.9375rem;left:7.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kK0If1nXw4wOkTCRdseBxRXL6S29Z9xO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#gUG1KI49vUdThmwrTfdJUZAHX0L2k8zH { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8123125rem;width:13.0620625rem;top:13.5rem;left:12.8125rem;overflow:hidden;display:block; }
#fAVVRPvifTTnuXiTZT9kJ9ybHFhhB0Mv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.875rem;left:27.1875rem;height:2.06176875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { 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/2ea638c6-161f-40f9-a911-0c4c33bf9d28/2keyhighlightopen.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:block; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.adaptive-delivery-prevent-bg, #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.lazyload, #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.lazyloading { background-image: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { background-color: transparent; background-image: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container > .video-iframe-container { display: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container { display: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .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); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { border-width: 0; border-radius: 0; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { font-size:0.875rem;font-family:arial;height:75.5rem;width:75rem;position:relative;display:block; }#XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1429443359375rem;left:17.374877929688rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#xufipML0gHuym8TH9uQ6feZJzM7OTw2T { 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:15.6875rem;width:20.375rem;top:15.562133789062rem;left:6.125rem;overflow:hidden;display:block; }
#IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { 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:16.5rem;width:15.8125rem;top:13.5625rem;left:24.25rem;overflow:hidden;display:block; }
#nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { position:absolute;display:block;z-index:15002;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:15.625rem;width:17.8125rem;top:16rem;left:37.5625rem;overflow:hidden;display:block; }
#GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { 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:14.75rem;width:18.125rem;top:15.9375rem;left:52.0625rem;overflow:hidden;display:block; }
#OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { position:absolute;display:block;z-index:15003;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:22.4370625rem;width:54.249125rem;top:46.512573242188rem;left:8.6870670318606rem;overflow:hidden;display:block; }
#IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.74951171875rem;left:7.43701171875rem;height:2.27416875rem;display:block; }
#ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.375rem;left:7.5rem;height:1.4619125rem;display:block; }
#rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39rem;left:9.4375rem;height:1.2999125rem;display:block; }
#QI5HObMzykZz2J6lXT0F05V4lecC70MA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.0625rem;left:9.4375rem;height:1.2999125rem;display:block; }
#NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:39.0625rem;left:7.4375rem; }
#P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:41.125rem;left:7.4375rem; }
#lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36rem;left:26.8125rem;height:1.2999125rem;display:block; }
#qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36rem;left:24.8125rem; }
#b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.624267578125rem;left:24.874267578125rem;height:1.4619125rem;display:block; }
#MowoyquDxNQR5Ou8saACdS0whEb85V5O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.06201171875rem;left:24.874267578125rem;height:2.27416875rem;display:block; }
#C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:39rem;left:40.0625rem; }
#gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39rem;left:42.0625rem;height:1.2999125rem;display:block; }
#qi0Srz4OAptBKltFpO1H1BphGdfcvffG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.9365234375rem;left:39.81201171875rem;height:1.4619125rem;display:block; }
#TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.3740234375rem;left:39.81201171875rem;height:2.27416875rem;display:block; }
#qRGMo5458zHzluQLlCJ38uo1CHGEssrR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:39.625rem;left:58.125rem; }
#fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:39.625rem;left:60.125rem;height:1.2999125rem;display:block; }
#noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:37.68701171875rem;left:60.06201171875rem;height:1.2999125rem;display:block; }
#eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.68701171875rem;left:58.06201171875rem;height:2.923825rem;display:block; }
#cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:31.12451171875rem;left:58.06201171875rem;height:2.27416875rem;display:block; }
#H94J0chdz99i15OG5N3ZSJfQFMIkI1iz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.875rem;left:24.9375rem; }
#uZuwXy5zizOgrp7dgEQGdGHg72O8FIEb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.8125rem;left:26.75rem;height:1.2999125rem;display:block; }
#bZNvE621Q5dZssGIT2qPz6AOi3pHEnTT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.8369140625rem;left:58.125rem; }
#T3okup7P36mbgHADRxTSMeMyTcWHgEAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/a42afb6b-8e7d-4414-bb4e-bd4ce410fea5/BGReview.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:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW.adaptive-delivery-prevent-bg, #T3okup7P36mbgHADRxTSMeMyTcWHgEAW.lazyload, #T3okup7P36mbgHADRxTSMeMyTcWHgEAW.lazyloading { background-image: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { background-color: transparent; background-image: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container > .video-iframe-container { display: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container { display: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .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); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { border-width: 0; border-radius: 0; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#Mxfk6RafNith3NbpOE5pxSobizWVrhPT { position:absolute;display:block;z-index:15006;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:20.75rem;width:21.5625rem;top:13.170508789063rem;left:-4.892147827823rem;overflow:hidden;display:none; }
#kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { 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:13.499125rem;width:18.248875rem;top:27.125854492188rem;left:56.751098632812rem;overflow:hidden;display:none; }
#a850tB4PhKuMoFiEE441gVfwf39dk38c { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;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.6864147186279rem;left:0rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { color:rgba(var(--color-tertiary-4),1);display:block;width:58.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:8.3441848754881rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { position:absolute;display:block;z-index:15002;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:16.624125rem;width:17.124rem;top:46.37451171875rem;left:46.341552734375rem;overflow:hidden;display:none; }
#iJEz77s8DAWCvpb4AAIozN4J5QantcB5 { position:absolute;display:block;z-index:15007;height:21.875rem;width:75rem;top:17.620443820953rem;left:-0.0625rem;display:block; }
#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { border-width: 0; border-radius: 0; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:none; }#F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4736328125rem;left:0.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { position:absolute;display:block;z-index:15008;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:22.8125rem;width:22.8125rem;top:14.9375rem;left:4.625rem;overflow:hidden;display:block; }
#gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { position:absolute;display:block;z-index:15009;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:22.0625rem;width:21.9375rem;top:14.6875rem;left:26.625rem;overflow:hidden;display:block; }
#IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:15.3125rem;left:47.875rem;overflow:hidden;display:block; }
#OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:36.125rem;left:26.375rem;overflow:hidden;display:block; }
#RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.0625rem;top:35.5625rem;left:47.625rem;overflow:hidden;display:block; }
#qHJcS67wFK7xdTomvALlx0hHN4nVib5q { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:36.6875rem;left:4.375rem;overflow:hidden;display:block; }
#IpfKRP3cQBTzmpwSnfupwDN4lME84tH9 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:18.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61rem;left:28.125rem;display:block; }
#nzMTb1yQXZ1H0ICuFQzp4hPiHerRi1l5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWz2N518KECIH3too9J2TWLstdKe3UCH { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.65625rem;left:12.03125rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { border-width: 0; border-radius: 0; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { font-size:0.875rem;font-family:arial;height:130.1875rem;width:75rem;position:relative;display:none; }#PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4052734375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ysdD6mnDPslea31z6Ie4PINGhtAQB574 { position:absolute;display:block;z-index:15003;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:54.125rem;width:20.5625rem;top:23.5rem;left:4.5rem;overflow:hidden;display:block; }
#Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { position:absolute;display:block;z-index:15004;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:53.875rem;width:20.5rem;top:23.625rem;left:27.125rem;overflow:hidden;display:block; }
#zDPCzId46SmsukGs1rldbtk3BnSwTrdO { position:absolute;display:block;z-index:15005;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:53.9375rem;width:20.4375rem;top:23.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { 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:13.125rem;width:21.875rem;top:13.3125rem;left:3.8125rem;overflow:hidden;display:block; }
#V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:22.5rem;top:13.75rem;left:26.125rem;overflow:hidden;display:block; }
#RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { position:absolute;display:block;z-index:14999;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:19.875rem;width:21.375rem;top:12.125rem;left:49.8125rem;overflow:hidden;display:block; }
#HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { position:absolute;display:block;z-index:15009;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:5.06225625rem;width:13.312375rem;top:26.125rem;left:8rem;overflow:hidden;display:block; }
#d7B88oEOluRDgXLpq6BTq54okCOqFfom { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:12.25rem;top:26.1875rem;left:31.3125rem;overflow:hidden;display:block; }
#E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:15.75rem;top:26.125rem;left:52.625rem;overflow:hidden;display:block; }
#u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.9375rem;left:8.3125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:31.3125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.9375rem;left:54.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:93.75rem;left:3.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:93.75rem;left:40.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZyNN70lArH3cehViJDfMpikuIissXMrJ { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:93.75rem;left:36.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#brID5NPl053Pgrv2EOtRvnEbNncE3ODC { box-sizing:content-box;height:2.8125rem;width:0.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:92.5rem;left:37.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:68.125rem;top:110.5rem;left:3.4375rem;overflow:hidden;display:block; }
#zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { color:rgba(var(--color-tertiary-4),1);display:block;width:42.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:80.5rem;left:16.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { color:rgba(var(--color-tertiary-4),1);display:block;width:42.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:84.375rem;left:16.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:87.0625rem;left:16.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { position:absolute;display:block;z-index:15024;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:4.3125rem;width:14.6875rem;top:116.75rem;left:7.0625rem;overflow:hidden;display:block; }
#fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:113.1875rem;left:8.875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { 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.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:70.25rem;left:5.5625rem;display:block; }
#FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { 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.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.31225rem;height:3.24975625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:70.375rem;left:28.625rem;display:block; }
#HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { 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.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.21825rem;height:3.1557625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:70.3125rem;left:51.9375rem;display:block; }
#smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { position:absolute;display:block;z-index:15030;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:5.6875rem;width:16.875rem;top:50rem;left:52.0625rem;overflow:hidden;display:block; }
#n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:38.75rem;left:9.6875rem;height:4.3857375rem;display:block; }
#X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:38.8125rem;left:31.9375rem;height:4.38574375rem;display:block; }
#J07UpDvXxVnCXSbre2tnTAABgVX82HTt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:38.75rem;left:55.5625rem;height:4.3857375rem;display:block; }
#ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:44.75rem;left:55.5625rem;height:4.38574375rem;display:block; }
#NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:56.625rem;left:8.125rem;height:4.1425875rem;text-align:center;text-align-last:center;display:block; }
#QuvMGlWlrp13no57qcJrAQKqKksB2UmT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:56.6875rem;left:28.875rem;height:5.52344375rem;text-align:center;text-align-last:center;display:block; }
#e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:57.5625rem;left:54.125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { color:rgba(var(--color-tertiary-4),1);display:block;width:16.437375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:64.0625rem;left:6rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:64.1875rem;left:29rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:64.0625rem;left:52.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:74.3125rem;left:50.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:38.125rem;left:6rem; }
#rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:38.1875rem;left:28.8125rem; }
#DDdo08CarMdbtaffF3kUtpy6973os5pG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:38.125rem;left:52rem; }
#uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:44.0625rem;left:52rem; }
#n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:119.1875rem;left:34.375rem;height:3.324225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:116.25rem;left:34.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.8125rem;left:41.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.09326171875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#ATJ849k2khTe8BTupfvBKAlDIn4QJTv5 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.66259765625rem;left:8.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:none; }
#o76BUCKOrLvaqTeBzMTDaU6Z0JrJAv2h { position:absolute;display:block;z-index:15003;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:43.8125rem;width:21.1875rem;top:26.75rem;left:3.75rem;overflow:hidden;display:none; }
#IlvBXvlUVgh54sXXMzI0lwJNrviXgPTD { 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:35.375rem;width:23.25rem;display:none; }
#rMmufLFei1ihAO36ZOSyQ4c89LZ2ySOe { position:absolute;display:block;z-index:15003;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:43.875rem;width:21.1875rem;top:26.71875rem;left:4.1875rem;overflow:hidden;display:none; }
#dWOfTlWd1IH3SGME9uxhRlrDvATney3L { color:rgba(var(--color-tertiary-4),1);display:block;width:49.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:103.6875rem;left:12.75rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMz5BcvO3ScuvbLs4iSQkOcmlv6ymVee { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:98.75rem;left:7.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { 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/633d89d7-a2d9-4271-8f2e-d372d3a0fb9f/freepik__enhance__65103.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; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.adaptive-delivery-prevent-bg, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyload, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyloading { background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { border-width: 0; border-radius: 0; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { font-size:0.875rem;font-family:arial;height:137.875rem;width:75rem;position:relative;display:none; }#USwlrblABTFpToCxCkve9UiUTvpWBtgy { 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:5.1875rem;width:39.75rem;top:4.783203125rem;left:17.625rem;overflow:hidden;display:block; }
#X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { 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:115.875rem;width:75rem;top:12.9921875rem;left:0rem;overflow:hidden;display:block; }
#LTLh4ZBuUd56u5m3iKaCHAUkBcOmQK3H { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:130.0546875rem;left:16.2822265625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;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; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { border-width: 0; border-radius: 0; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.0610799789431rem;left:10.3125rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { background-color:#f9ed41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.498779296875rem;left:26.5625rem;display:block; }
#K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.3125rem;height:7.87475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { background-color: transparent; background-image: none; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container > .video-iframe-container { display: none; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row > .video-iframe-container { display: none; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .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); }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { border-width: 0; border-radius: 0; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.375rem;left:4.375rem;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; }
#Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.900390625rem;left:6.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { 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:15035;opacity:1;top:12.3125rem;left:65.0625rem; }
#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { background-color: transparent; background-image: none; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container > .video-iframe-container { display: none; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row > .video-iframe-container { display: none; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .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); }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { border-width: 0; border-radius: 0; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { box-sizing:content-box;height:20.375rem;width:66.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.3125rem;left:4.375rem;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; }
#uqNkNKnDlwSZMstGken72JV6PQbFQfwb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:6.875rem;height:16.2524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { background-color: transparent; background-image: none; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container > .video-iframe-container { display: none; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row > .video-iframe-container { display: none; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .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); }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { border-width: 0; border-radius: 0; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:4.375rem;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; }
#sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.68701171875rem;left:6.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { 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:15038;opacity:1;top:1.125rem;left:65.0625rem; }
#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { background-color: transparent; background-image: none; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container > .video-iframe-container { display: none; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row > .video-iframe-container { display: none; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .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); }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { border-width: 0; border-radius: 0; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;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; }
#u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { background-color: transparent; background-image: none; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container > .video-iframe-container { display: none; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row > .video-iframe-container { display: none; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .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); }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { border-width: 0; border-radius: 0; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmhTFRGD51yVeutX9DwxyTX31R88aTWh { 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:15041;opacity:1;top:1.1875rem;left:65.0625rem; }
#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { background-color: transparent; background-image: none; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container > .video-iframe-container { display: none; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row > .video-iframe-container { display: none; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .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); }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { border-width: 0; border-radius: 0; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { box-sizing:content-box;height:8.375rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.2496337890625rem;left:4.375rem;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; }
#lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:4.87573125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { background-color: transparent; background-image: none; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container > .video-iframe-container { display: none; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row > .video-iframe-container { display: none; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .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); }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { border-width: 0; border-radius: 0; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#w5avKIskw42ro7LTzwATyL8mpcqpVRhm { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#m982BTXflIs7wmqshkvqMxMUq1z6sI30 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.7498779296875rem;left:6.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { 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:15044;opacity:1;top:1.1875rem;left:65.0625rem; }
#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { background-color: transparent; background-image: none; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container > .video-iframe-container { display: none; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row > .video-iframe-container { display: none; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .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); }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { border-width: 0; border-radius: 0; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { box-sizing:content-box;height:6.25rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;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; }
#dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { color:rgba(var(--color-tertiary-0),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:3.2504875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { background-color: transparent; background-image: none; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container > .video-iframe-container { display: none; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row > .video-iframe-container { display: none; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .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); }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { border-width: 0; border-radius: 0; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { 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:15047;opacity:1;top:1.1875rem;left:65.0625rem; }
#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { background-color: transparent; background-image: none; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container > .video-iframe-container { display: none; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row > .video-iframe-container { display: none; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .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); }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { border-width: 0; border-radius: 0; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;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; }
#MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { background-color: transparent; background-image: none; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container > .video-iframe-container { display: none; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row > .video-iframe-container { display: none; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .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); }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { border-width: 0; border-radius: 0; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { 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:15050;opacity:1;top:1.1875rem;left:65.0625rem; }
#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { background-color: transparent; background-image: none; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container > .video-iframe-container { display: none; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row > .video-iframe-container { display: none; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .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); }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { border-width: 0; border-radius: 0; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;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; }
#HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container { background-color: transparent; background-image: none; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container > .video-iframe-container { display: none; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row > .video-iframe-container { display: none; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .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); }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container { border-width: 0; border-radius: 0; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#EpPnvUmvkPWst6yTAl8Ap1zwwtr5t0My { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#PzESe6nn0miE43p6Paehn57lGC9qNx6f { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTuCVzkTDnElORwRe70tIiExnvbEESS2 { 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:15050;opacity:1;top:1.1875rem;left:65.0625rem; }
#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container { background-color: transparent; background-image: none; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container > .video-iframe-container { display: none; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row > .video-iframe-container { display: none; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .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); }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container { border-width: 0; border-radius: 0; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#zpmTBVJ1tAIhixroNtLixmNl8lpdzA4W { box-sizing:content-box;height:9.5rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.249755859375rem;left:4.374755859375rem;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; }
#qUiVE8llk95wwAGWPrqkwIh0A96ZNZRr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:6.501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container { background-color: transparent; background-image: none; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container > .video-iframe-container { display: none; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row > .video-iframe-container { display: none; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .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); }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container { border-width: 0; border-radius: 0; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#L42ttsC97ysk01EEBU67Bgo4pbe2N1rl { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#y9wQ9TqIz5ppkT3Lh72ael23sh2wTSbW { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.749755859375rem;left:6.87451171875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DmkPK27fqfR1r6VveJqB1cTXkNmUP7CN { 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:15050;opacity:1;top:1.1875rem;left:65.0625rem; }
#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container { background-color: transparent; background-image: none; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container > .video-iframe-container { display: none; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row > .video-iframe-container { display: none; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .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); }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container { border-width: 0; border-radius: 0; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#XKCrdIaksKELw7G0PDxCFro9aLwWDcGc { box-sizing:content-box;height:6.5rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.249755859375rem;left:4.374755859375rem;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; }
#XcHsToczbKf8yhPLCvQM7vEyZv8CdLwm { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:3.2504875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container { background-color: transparent; background-image: none; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container > .video-iframe-container { display: none; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row > .video-iframe-container { display: none; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .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); }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container { border-width: 0; border-radius: 0; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#sTRMe2kaopNgCTuPazvWNZopS4cH5oec { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;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; }
#lfLcu4k3sLFPgP9ZLLsniZIpToKopMJl { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.749755859375rem;left:6.87451171875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kyy7dtyCZqHTdiWOSO5ZQ7F6TredXlou { 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:15050;opacity:1;top:1.1875rem;left:65.0625rem; }
#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container { background-color: transparent; background-image: none; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container > .video-iframe-container { display: none; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row > .video-iframe-container { display: none; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .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); }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container { border-width: 0; border-radius: 0; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#LmUa3lw0KeOgKg8TMuztaIzc9prcW9tV { box-sizing:content-box;height:6.5rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.249755859375rem;left:4.374755859375rem;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; }
#CPbE0b9rE2mdVgsD0hccWuilcw3B8DSb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { border-width: 0; border-radius: 0; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { background-color:rgba(255,144,26,0.2);background-image:none;border-top:0.125rem solid #ff901a;border-left:0.125rem solid #ff901a;border-right:0.125rem solid #ff901a;border-bottom:0.125rem solid #ff901a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.875rem;left:29.6875rem;display:block; }
#UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { 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:none; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { border-width: 0; border-radius: 0; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;position:relative;display:none; }#dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIW3hzqonx1d65Ge4F02iIkukywNQMId { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:1.875rem;display:block; }
#NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:18.5625rem;left:1.875rem;display:block; }
#iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:2.4375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.556640625rem;left:2.40625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:37.25rem;left:1.875rem;display:block; }
#iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2.4375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(238,238,238,0.93);border-left:0.0625rem solid rgba(238,238,238,0.93);border-right:0.0625rem solid rgba(238,238,238,0.93);border-bottom:0.0625rem solid rgba(238,238,238,0.93);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.25rem;width:14.6875rem;top:22rem;left:5.625rem;overflow:hidden;display:block; }
#XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:41.9375rem;left:1.9375rem;display:block; }
#Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.5rem;left:2.5rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:42.5625rem;left:5.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;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:11rem;width:28.6875rem;top:45.375rem;left:5.625rem;overflow:hidden;display:block; }
#Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:40.625rem;display:block; }
#WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:32.9375rem;left:40.625rem;display:block; }
#BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.4375rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwTBcUua1Mac715URlK8DsMhBEyrDRfU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:51.1875rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:50.75rem;left:40.625rem;display:block; }
#tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51.25rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;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.375rem;width:14.6875rem;top:16.4375rem;left:44.375rem;overflow:hidden;display:block; }
#nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;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.5rem;width:28.6875rem;top:36.375rem;left:44.375rem;overflow:hidden;display:block; }
#Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;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.375rem;width:28.6875rem;top:54.1875rem;left:44.375rem;overflow:hidden;display:block; }
#ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { box-sizing:content-box;height:55.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:37.5rem;display:block; }
#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { background-color: transparent; background-image: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .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); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { border-width: 0; border-radius: 0; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { color:#ffffff;display:block;width:53.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0616455078125rem;left:10.498657226562rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5db4ff;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.796875rem;padding-right:0.706875rem;padding-bottom:0.796875rem;padding-left:0.706875rem;display:block;align-items:center;width:4.24125rem;min-width:4.24125rem;height:4.28375rem;position:relative;font-family:montserrat;font-size:3.188125rem;font-weight:700;line-height:68.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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;font-style:normal; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.498125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.655rem;height:1.69375rem;position:relative;font-family:montserrat;font-size:1.195625rem;font-weight:300;line-height:27.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:8.069375rem;padding-top:0.99625rem;padding-right:1.01rem;padding-bottom:0.99625rem;padding-left:1.01rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.8748779296875rem;left:23.17626953125rem;z-index:15009; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE { width:auto; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
#r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { color:#ffffff;display:block;width:46.749875rem;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:23.187255859375rem;left:14.124755859375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.25rem;left:19.46875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { background-color:#f9ed41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.249633789062rem;left:26.5625rem;display:block; }
#uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUTDyZAgQ0VyR197Om39LlGEypr8TumZ { background-color:#f9ed41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:30.24951171875rem;left:26.5625rem;display:none; }
#FJEwgOg5x3UrbXQsxG3xRCJD1qD8HE0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { background-color: transparent; background-image: none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container > .video-iframe-container { display: none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container { display: none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .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); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { border-width: 0; border-radius: 0; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.0610799789431rem;left:10.3125rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { background-color:#00a3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.435546875rem;left:26.5625rem;display:block; }
#E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.3125rem;height:7.87475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { background-color: transparent; background-image: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container > .video-iframe-container { display: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container { display: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .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); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { border-width: 0; border-radius: 0; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { 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:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#xpvo8oIFdov78v8XncWecgToEhN0htNq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { 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:1.5rem;width:1.5rem;top:4.6875rem;left:59.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TB0OttgZBha0OFbZumKLe9TworskqdBc { display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { width:6.25rem;height:2.25rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block; }
 }@media only screen and (max-width: 763px) { #QNAUl3f6S83aMvdioIzXyAnvcO48G80v { width:6.25rem;height:2.1875rem;top:1.25rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block; }
 }@media only screen and (max-width: 763px) { #fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { width:6.25rem;height:2.1875rem;top:1.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block; }
 }@media only screen and (max-width: 763px) { #DMhEOQFqavcaU7VhITQM42mSgrsrThAv { width:7rem;height:2.25rem;top:1.25rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block; }
 }@media only screen and (max-width: 763px) { #OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { width:7.4375rem;height:2.25rem;top:1.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block; }
 }@media only screen and (max-width: 763px) { #raB2aMumUI2KT0yLNlMxOM5HCBP8eJWL { width:6.25rem;height:2.1875rem;top:1.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9MtECCrlExfoT4FcLBDlBTXiJpql0uQ { display:block; }
 }@media only screen and (max-width: 763px) { #HKkLgX7Uw1lQ84XEekyQq8rK8DJshive { width:7rem;height:2.25rem;top:1.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ZHP6DP16BC5p1mBtm8LwicRdAJ6l4N { display:block; }
 }@media only screen and (max-width: 763px) { #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { width:18.75rem;height:3.5rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block; }
 }@media only screen and (max-width: 763px) { #H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { top:18.5rem;left:0rem;width:29.625rem;height:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { top:46.5625rem;left:0rem;width:27.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { top:2.0625rem;left:0rem;width:15.5rem;height:14.442214082606rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { top:48.6875rem;left:0rem;width:30.8125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { top:24.5625rem;left:0rem;width:28.375rem;height:2.3686057941678rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { width:33.125rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { width:14.375rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAAPIVmEGLA6FpLDUeNdzvFsinx97G2v { top:6.9375rem;left:0rem;width:47.75rem;height:39.004775280899rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGqyRbckKeCcyo0nIvGWJEnDeDUg5m3L { top:43.1875rem;left:15.125rem;width:32.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrvJnNFhDZe5byLCbAEiwO9qSlRtbOfF { top:43.5625rem;left:27.3125rem;width:6.3125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLFhnx6BkokvkdlVhS57TckKWa2sIdIW { top:46.625rem;left:27.625rem;width:5.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfk34uxp38ayX6v5NgQgAgTau0H8xrSP { top:44.3125rem;left:34.625rem;width:0.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI7gPOApX5TohwTi4ewdvPMkR4gxhioT { top:43.5625rem;left:35.8125rem;width:6.3125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7SnoCc41e8JDOdixPyykSTpp4Ov07zu { top:46.6875rem;left:36.1875rem;width:5.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78tEcLS7A9p8fD4ZET1Ks4tI6iaftZK { top:44.3125rem;left:43.125rem;width:0.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclogPuZ8vTpQVCMVF5eyDFZNRVdunl3 { top:43.75rem;left:41.4375rem;width:6.3125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTnLDPOXBh0wrFEZyRzGqd3uGNfarhI { top:46.75rem;left:42.125rem;width:5.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLLW34hF2rNOdVA4QPTWlTm67uQDqvm { top:44.375rem;left:47.6875rem;width:0.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIIU4p2Z7pSqKiL3oGTpM1DpWVeedmPz { top:43.9375rem;left:41.4375rem;width:6.3125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMhlwWOTawpTL6VbByu6yRv0a3l0NwN { top:46.8125rem;left:42.125rem;width:5.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAbVSmxFFu8AWeIByR0qT11s5yuPI1ac { top:0rem;left:0rem;width:47.75rem;height:5.2762430939227rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8x3c5AxJzFEVLFlvDyZwbtNb1T7AkVb { width:24.75rem;height:3.5625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTb22E5q0mp0S6PyMQ3cBTbu7eJptcaG { display:block; }
 }@media only screen and (max-width: 763px) { #IBPUKIIGWQWCrSh93hq35iHbE5B0pF9u { top:29.8125rem;left:0rem;width:16.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL { display:flex;width:18rem;height:5.0625rem;top:9.25rem;left:9.55126953125rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #LeJ7rvn0nDwoplGzePm5I4JoDVnLUCUy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #SuSU8ISdl0neTPBmAg9VBSs9PMNT7GzI {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #QasP0kLwoTFT5U5H3dJM3OUZq44f6Lvx {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #VxVodDe00L23DpNtcefkSuV4Ckkd2gKh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #uTvBDtR8py6987Bc44k4JwignfnT8PHW {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #bMBS4qScF1xGZqh7eQ3ptZ77i0ZrkJSB {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #v0IKZxnm1zPDlOoDUqT01nLVqxivFldt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #EfnG4uvbOqI8EHcZkxQ4dhn5wX6rNhQ3 {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #MWrbsw2KfpyupATN4zAkkNATH8tdB1gl {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #a6DraTcHFAtorr0BGiRKlG6khtwUBHAx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #OHNCeJUbpaT9bFQzmVpT7u0HBTMoHqEy {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #Z22ZReX2sHenRhMIdFXiD0tbZ557edE0 {  }
 }@media only screen and (max-width: 763px) { #yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 { display:block; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ25Ksarykr7uevyiPGqWHDf5CwIaB2B { width:18.75rem;height:3.5rem;top:39.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNEf6VvmbX8iC0ABkXToXSsHMegbA5xl { display:block; }
 }@media only screen and (max-width: 763px) { #vTZfFdP8T5oh1kcUFpCI1dVtd7vKc6wI { top:26.125rem;left:15.8125rem;width:29.6875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7phoJqWuZUXVVwq0uk53Dma4WFAFv9K { top:45.3125rem;left:9.1875rem;width:27.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2f6Cet4aNWDkMqXfQdbQKAofxxxZBgn { top:9.875rem;left:10.625rem;width:29.375rem;height:7.8730625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRFp85PmzTTcFtTqx8TJuTyigmnGxNz { top:47.125rem;left:7.375rem;width:30.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG4euFo4XQEqZNMy9shgvWJwCvUvmais { top:22rem;left:0rem;width:47.75rem;height:2.2383582214884rem;display:block; }
 }@media only screen and (max-width: 763px) { #axbVMH1R3w3p35vJOHqzRyyGtcOApCAv { top:26.25rem;left:9.25rem;width:5.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNzahdb4GOWq05UKfo8AWTaQEomuhPl5 { top:33.8125rem;left:6.6875rem;width:32.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dM9xxfvEabii5AqJZGhIOH6P1E9S6x { top:43.875rem;left:0rem;width:28.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8A4lhHlRNovTxaZgD04Pus7X0FsmcQ { width:33.125rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJ8x0yF1yxzQEqQwIbzS7eNNKeLL1Z5T { width:14.375rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #huEUp94QRrrQINuNJ5w05Vvr9yVReJik { width:26.5rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { top:58.875rem;left:0rem;width:47.75rem;height:50.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { top:63.5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { top:67.8125rem;left:0rem;width:42.375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { top:29.8125rem;left:0.9375rem;width:40rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { top:99.6875rem;left:0rem;width:17.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUseEzPP0mki7JgNNptZ4463wIBUJgek { top:10.125rem;left:0rem;width:42.8125rem;height:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwUg698DrUJN18JtM7zZfVWZe50Kqqt4 { top:4rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0QUOMM360hBTr4RhTbAPubpI67FJ0g4 { top:21.4375rem;left:11.5625rem;width:12.3125rem;height:15.547185154506rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUBaODJuBVCtSusy7BQ93Q4ACGVGdvus { top:21.5rem;left:12.1875rem;width:11.6875rem;height:15.417830982094rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJbs6tqqmizvaCQn5ha7fGIFCc1eL8f { top:21.4375rem;left:23.875rem;width:11.6875rem;height:15.543045758727rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSaZXCNcvm7fZPgPshLDEhnXJtvcAMob { top:39.75rem;left:0rem;width:35.8125rem;height:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DribgFgQGRZwkzRTqwIQLGKmGxyp6v3J { top:93.25rem;left:7.75rem;width:15.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlBIdHyT32Ma0hqJ8pyzniSEwakPwU22 { top:93.375rem;left:28.625rem;width:14.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yunRvTHMy4NvSHOh2QySVM1vMgmqWX { width:15.3125rem;height:2.5rem;top:99.375rem;left:4.1247844696045rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAeo6EGH59WTuEJcoudc21IozNeshxTs { display:block; }
 }@media only screen and (max-width: 763px) { #XoWZDVm18npSMfdF4fmK3UTF5Oy7Xb8U { top:82rem;left:5.5rem;width:12.375rem;height:9.0180474027018rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD28U2lEULSfqo2w0aIevPy6ngoSZOST { top:82rem;left:11.6875rem;width:12.1875rem;height:8.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1OBx0OVHO9doua70XoyS9I8hpKP4lkg { top:93.375rem;left:4.5625rem;width:16.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6go0rW64zXpcoaAsoaP2r3II8IfsRRq { top:73.25rem;left:7.1241340637206rem;width:9.5625rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAvNpFyGs740K72G1DahPWbiflTFbz81 { top:73.25rem;left:9.375rem;width:14.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbyBVJuChbClLokOSnLPrR3CZLIPbGQS { top:73.375rem;left:27.625rem;width:17rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRgA9t72qwIBkhbO7KVUqWs2tvpJz6Od { top:85.5rem;left:36.28342628479rem;width:7.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TVrDBUmbpIWwnR2XZHXc9y5G6D9gXf { top:82.8125rem;left:29.825090408325rem;width:7.8125rem;height:5.6421640606397rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAHIhW2QzQTmVGJKFX1UcLOwzM0BpVO { top:78.8125rem;left:4.1875rem;width:16.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADL94yRwIkmqmqZ6D8XZIQfEa2eZdHyo { top:78.75rem;left:7.75rem;width:16.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC44wJ8IUZe5er87ziGc18G4IwDGl7OK { top:78.8125rem;left:27.8125rem;width:16.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUwee32R3tIZqhZS6JwmoWgsnpGgshfF { top:84.6875rem;left:35.188585281372rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VthDAP1vmccmVULJSRIwdMTwl9w5nlIK { width:15.3125rem;height:2.5rem;top:99.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpaXHawonyTkA0HKur4QtABnNQC6MlEL { display:block; }
 }@media only screen and (max-width: 763px) { #CGPztqWJbtOg8BGd9I6zsRINETTSfere { width:15.3125rem;height:2.5rem;top:99.375rem;left:28.720491409302rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaHQTI5PpT3ZlvVtsl2I0dAwVeF6uCcx { display:block; }
 }@media only screen and (max-width: 763px) { #BP9VNHTt54U79KGRaP4Jf6PhS3WqxPtg { top:40.0625rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rb5JTFRrTZNlaI8dKJSFqaMPRgFUpDJU { top:58.875rem;left:0rem;width:47.75rem;height:50.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEDitq3b0IQiqJqnJ0aTgUK1sComHrli { top:58.875rem;left:0rem;width:47.75rem;height:50.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #asBbd1Thh5CnkgyyHiVWcxsBuMlgh0Gg { top:97.625rem;left:0rem;width:6.875rem;height:9.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hf9LXGaxWr4WsnTTBTVD5s3QKAp5ubtg { top:58.875rem;left:0rem;width:47.75rem;height:50.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfFx2TAohfupOioV1qno9f6a2wIZ5T8X { top:58.875rem;left:0rem;width:47.75rem;height:50.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWqieGNsVTSEKA5a1lKJTMIcqDXaoE8O { top:58.875rem;left:0rem;width:47.75rem;height:50.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpdHtUJ0fA9qCSKhzpTmimoaL4vsxM5b { top:84.375rem;left:36.033420562744rem;width:1.5625rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0lvQdBRPVazKPcbRJT06rZC1TCkQn6 { top:7.5rem;left:0rem;width:20rem;height:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT8vs0iKdBZuqn01bXH9Pa2IR4MSuWDO { top:25.625rem;left:0rem;width:20rem;height:10.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { display:block; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHqqIoItILykNbFt7lnaTGlEdWaFires { top:6.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { top:11.8125rem;left:4.75rem;width:38.125rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { top:56.6875rem;left:0rem;width:47.75rem;height:23.701548774955rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { width:20.25rem;height:3.3125rem;top:95.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block; }
 }@media only screen and (max-width: 763px) { #Js4TTgIqcZM6ZsxqTBUZInMwCRDsgcun { width:47.3125rem;height:54.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uslsVmEIIgMid5y6xiNNSvEUCTZRe03D { top:27.6875rem;left:4.875rem;width:37.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFbJxNDtWRq0H46b2OI8b6GdBUWG1pgO { top:21.125rem;left:1.5rem;width:44.6875rem;height:4.8045475495468rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa { top:42.8125rem;left:2.1875rem;width:43.25rem;height:6.75rem;font-size:0.875rem;display:block; }#SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa li:before{  }
 }@media only screen and (max-width: 763px) { #wX5zsIZ3AdGwcWlJtszlMlNhZA43aIZk { top:52.9375rem;left:12.875rem;width:21.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k82TeI5RXHsXl3UbtBxOGub1wTTiJ8hU { top:89.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH5PxhbwZZzKzhRp8MEnV7CTfcQTr5qZ { width:20.3125rem;height:3.4375rem;top:95.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOO4LqOUB3d6QxvErPldFvWZ8cOrTmf3 { display:block; }
 }@media only screen and (max-width: 763px) { #K7VqTWLZ9V5hkEvBpcRtmQLo98JE3a5y { display:none; }
 }@media only screen and (max-width: 763px) { #llPXhbMv7C661uU4kNOOCLtPpN39ITn2 { top:4.3125rem;left:0rem;width:47.75rem;height:98.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMuaaIRZ9ZdPnanglTmCblpMs27q4OoN { top:0rem;left:17.8125rem;width:29.9375rem;height:34.062375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fueuTzdNiRdRlWtTaz7awgaDTKO6OfW8 { width:29.9375rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #utZ46UDIvHTXVfNySazFEkRRW11dExqO { top:61.4375rem;left:35.875rem;width:10.3125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgAJXLRIW5TcEuxzakvPNvqHpN7CngiM { top:79.9375rem;left:0rem;width:11.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6mNVdnPfcp96eCoEuJQAL3L2Jql686G { top:68.25rem;left:0rem;width:10.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz { display:block; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Im7WSmcZwGgyEr8LEalaaorKFICTxsPB { top:6.4375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRsc1npMgTqpDHS6g9sgggEXE2G9itf6 { top:11.75rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS1dh0elJVJf0DnGNDqx1rFfDVCzorS7 { top:56.75rem;left:0rem;width:47.75rem;height:42.774223034735rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7DePzOfxWHKPTSIxir2ITQvLUladITB { width:20.25rem;height:3.3125rem;top:125.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFcS8WRN1EPL3XlAwE0N5myv71VJEkt { display:block; }
 }@media only screen and (max-width: 763px) { #VEOHdX4v0gf6A79yz5uo2d2Zq1hVOdRo { width:16.5625rem;height:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEATZzBKI9BOhRCL1BbZvvDzBIE91b93 { top:27.5rem;left:4.875rem;width:37.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMa6Krg0FFJu6xRCmKbBEgGCaOppOtK { top:22.375rem;left:6.375rem;width:35rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVR7zTyycOAgto8k1eMp7kD3ylRURvBA { top:43.1875rem;left:4.5rem;width:43.25rem;height:;font-size:0.875rem;display:block; }#KVR7zTyycOAgto8k1eMp7kD3ylRURvBA li:before{  }
 }@media only screen and (max-width: 763px) { #O5wlzPpf6GoOA2g18QHcUscFFP8wCUPb { top:52.4375rem;left:11.75rem;width:24.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuLwKmB1953K1fh2NzPv8LETD706lBG { top:119.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPCzsrsNQC0vbfiNNh1rHabRb8aPgDxw { width:20.3125rem;height:3.4375rem;top:125.0625rem;left:13.687410354614rem;display:block; }
 }@media only screen and (max-width: 763px) { #kseFdqyi0sBq4pwdnDy7zOVttLeg0K4G { display:block; }
 }@media only screen and (max-width: 763px) { #DosRGnJba7aZ8VaoIPvKW48DC8NdlMwT { display:none; }
 }@media only screen and (max-width: 763px) { #EQ36XUtyEFLu0ayoEXyAQOKwy5x57UuQ { top:3.875rem;left:0rem;width:47.75rem;height:128.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfIR99B6Lb6lsn05U4I0zCmW8OHo4o3R { top:0rem;left:17.8125rem;width:29.9375rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go86JuxRQLkwVI2KJk1ZdTzCnEeVN24n { width:29.9375rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #obEmPo4BydARXSFVAuuIi8d86paXisIW { top:58.5rem;left:0rem;width:18.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8gkfsos2TQ1eEqcpvCMLTlcitUsNVP9 { top:103.5625rem;left:31.6875rem;width:15.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN838a4BA94xlL6EnLD3ubp7K4X3hq70 { display:block; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k71n6atxTTSnOqdlTXlDffKUXLEeLhIQ { top:7.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1viPiMSKGzsvlPCIsqIkMpTak5fmSJ1 { top:13rem;left:1rem;width:45.625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXW5cK1Ky6Pt7x94I8Aop2bc7y8LceUq { width:20.3125rem;height:3.375rem;top:91.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ51yVsI6xeKwSKAtuRdnmk6brb1cs4e { display:block; }
 }@media only screen and (max-width: 763px) { #kIquXiOg9o1kaHbSRh5dzsPK1O5OvuiN { top:44.875rem;left:5.0625rem;width:37.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfFptXed5KRamLliFqnXQMH9oZhBnVh4 { top:21.25rem;left:0.59375rem;width:46.5625rem;height:4.43685rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw { top:62.375rem;left:0.75000190734863rem;width:46.5625rem;height:;font-size:0.875rem;display:block; }#wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw li:before{  }
 }@media only screen and (max-width: 763px) { #bXtBlXHmUJFttGHfR07K4Diz1mA5BUDX { top:58.625rem;left:11.25rem;width:24.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfApFNI2vdWgI77py1kXzcU8GE8viggf { width:20.3125rem;height:3.4375rem;top:82.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4tJyBcLzHtlWy10qs4zvtU5miyUW8i { display:block; }
 }@media only screen and (max-width: 763px) { #f2bAlXuTXVtvAyrmLKOGpZVJFKEPF9ga { top:28.875rem;left:17.25rem;width:15.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbEndnU3KqedQpXbVcQdqhtZrXX7EGKb { top:28.875rem;left:0rem;width:12.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC7KmB9dBxs7DuOwzV555TrStaOTqfFo { top:29rem;left:35.4375rem;width:12.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAfI8nJgEmeBeVNFGcvgh9vgJoDsGgyl { top:4.25rem;left:0rem;width:47.75rem;height:85.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ENgDzMhfDO1iJUPG7JhOKSS3VcirJ7 { top:33.9375rem;left:13.1875rem;width:2.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8VazrkRGEzwRftDVWLs0loHv6OTnBXF { top:34rem;left:31.9375rem;width:2.625rem;height:2.8692746670885rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAB6nqp3JWMeuFGRX3dtEhovC0xmO8pc { top:0rem;left:18.25rem;width:28.875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR350JnVKLJ7ftMBQdMgTLqyBaIUB3JZ { width:29.9375rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlF6hMufwobKJTTsmtQhla46OeUPHL87 { top:75.375rem;left:0rem;width:28.0625rem;height:19.749682901515rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKizq0VGthghtvcnfCu9nttPmiRrtEn9 { top:29.875rem;left:0.59375rem;width:10.3125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQJz4g9lheJXB5qJPLHazycQGETTaMM { top:30.125rem;left:17.875rem;width:12rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmzf5u04xPNVQwbslXWSDy3TGRoHJb8I { top:30.125rem;left:35.75rem;width:10rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT { display:block; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rn9dT5lAUOdRhmX7KKwsalbDNCTGeytK { top:4.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8R6rTP51rf60gpILccyCBJz5PJhWAaA { top:9.5rem;left:0rem;width:42.8125rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBn7ELADUkxfUWDtW0BIPUsp494ie5xT { top:15rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMkTouUO42koRpGgqcGJC0DukN1679g { top:45.875rem;left:21.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2MDwyc8dRi652xod4qsVcsDyfJCciEl { top:53rem;left:21.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJC7c6zkpbZOQl1Kku8LoEO8I23Kh3tU { top:59.9375rem;left:21.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFWTFr5DBtIIdUdmgtDfTzNmnAbXRbN { top:59.9375rem;left:24.413850784302rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRh8EWu4KuSTXowCdfPsvEom8higxEkm { top:53rem;left:24.413850784302rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUCTTqG6PcqlAEinGsE9kyrGWhKkxwT { top:38.4375rem;left:24.100780487061rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHqQ1th14HTTTOqxR5sv7Irn5pkSObZ2 { top:38.5rem;left:40.100694656372rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQpnXSvObSCWbI0ZLGt5Il1HnSEEi3eo { top:45.875rem;left:40.100694656372rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT19eHeOgccSUxTnpvEkyim1qVTJA7Hz { top:59.9375rem;left:40.100694656372rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZoNoGNSvco37WAa5SbWdJiq4zp7A2xs { top:51.9375rem;left:40.100694656372rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RdtWD1gv8V6CSgOCFLP99SM9xHiuGt { top:26.5rem;left:0.47699737548828rem;width:13.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqLDNKP4buBxleaTyp8XP4PonTDzpmqO { top:32.1875rem;left:0.47699737548828rem;width:13.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVTO3HDls0rWifhbxnVZwBI7hiAZP16 { top:37.375rem;left:0.47699737548828rem;width:13.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmMoOEovHW5t0EnCqdWTwfawWfE56I0g { top:39.3125rem;left:0.47699737548828rem;width:11.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpGHkbQoeawB1eKv9MidbNr1qHO4rvUw { top:44.6875rem;left:0.625rem;width:13.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okbuNR0vL1QlFcHPubcUlQICqriUGtFi { top:46.625rem;left:0.625rem;width:13.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyWdxyTepfSpOQs8QlvMzpZ9bDILPqv8 { top:51.875rem;left:0.5rem;width:13.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWlunZqt4yW2LdIJ2UzrRNtxmXw9ZUGJ { top:55.4375rem;left:0.47699737548828rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSwzSV43MhJnZM75eihKkKmp2hLszsH { top:59.6875rem;left:0.5rem;width:13.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knNGiHSbwa1b3rryTovpEgIPZL4xRwqI { top:61.625rem;left:0.5rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3c16ZIh2iTIcG8JT315qzfANbd0a09D { top:67.625rem;left:0.47699737548828rem;width:13.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPAC0ArCPegiKos4FUpAfU7CG5el1uNX { top:74.6875rem;left:0.62456703186035rem;width:13.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDFrT8zuK9q3LVp5SnnZaVhfqBiEknUC { top:25.3125rem;left:11.25rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNlszi4vg32CaIT2tUncqoT2O1xLcO2G { top:25.3125rem;left:23.875rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fMsxibNfGGTqMnriUPXcVFeKfQK5yJ { top:25.3125rem;left:34.975694656372rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiyrpMG6lfLbZ463nR41T56dLdXL5ST2 { top:32.375rem;left:11.25rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8547DkXsDH1lP8i94M6Th7mx5aVHnqG { top:31.6875rem;left:23.875rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqK8EIlZzH9IATZdeZpFb9ckRIn9uMmy { top:31rem;left:34.974609375rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpmBdwh5rnoAn6zwLtL1n77CLCTiVZz { top:67.875rem;left:11.25rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ymBVMk7rCqSmbBFdlRsJ4CiVq1kZyD { top:67.875rem;left:23.875rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lScZw0EiqPpvIxIEdC2TkHsLpXRDuMho { top:67.875rem;left:35.100694656372rem;width:12.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUesoQ0r1k6zTdH6QFtoFe9yb1wec6LV { top:74.0625rem;left:10.0625rem;width:13.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLn6tUCNe3O702GCr8OOR8cN526ZmBd2 { top:74.0625rem;left:23.875rem;width:13.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ8OBZ3QFeW54Tw9f3HqlAVGyVuNXPxR { top:74.0625rem;left:33.9375rem;width:13.8125rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctqlnhIuVirsuMPtRBdRVNZKPh7OsN60 { top:55.3125rem;left:35.100694656372rem;width:12.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ1RcFTAPezT2znPNbcWDPCCHZMsrXRw { top:38.625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIq7FDWDrxX6btBcSpq3h8rIMa0Lqs5m { display:none; }
 }@media only screen and (max-width: 763px) { #fwASGtlNLlpqHdM3JoxQWHx6Xu9ioTzx { width:13.5rem;height:2.6875rem;top:81rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfHrF6D29TBnogokHiTnO7Wo430p4ChE { display:block; }
 }@media only screen and (max-width: 763px) { #MuVqLHBykp88tKVzQxQ2nDSgvNcMwyTE { width:13.5rem;height:2.75rem;top:81rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gevsSntTKI6xGRugbkE3PiCPu9mMEB { display:block; }
 }@media only screen and (max-width: 763px) { #ZHsNikfRdcGPS5rfHkxiuzlGn56EoBrf { width:13.5rem;height:2.75rem;top:81rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODtSLLpOcTaTfN1wzphm8HFXG4IXWCcf { display:block; }
 }@media only screen and (max-width: 763px) { #XO4cyrGCuPgs3zwoiLTVMRNzh2Xo28lq { top:46rem;left:24.225391387939rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv { display:none; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLOFdNOnammXXG7KrFLc3LzyFxO057w5 { top:3.25rem;left:0rem;width:12.5rem;height:4.1875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9i8Uxbt0qWOL7tt4CNAO3z2NhV1zFnE { top:9.5rem;left:0rem;width:42.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVnHmTpotPHRyletT1zyDI9H0Ht0rnqk { width:47.6875rem;height:60.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2lf9JcWt1TE7Gb1dRUmJ0u1q1op0r7n { top:8.6875rem;left:0rem;width:19.9375rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO2d0TzhNWtHBN9XGcBilxa12GGoHG0J { width:18.75rem;height:3.5rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkAbLnBTKKU6JSHm2etCURqtwMhfsd9X { display:block; }
 }@media only screen and (max-width: 763px) { #EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT { display:none; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NpCCfdaN1ULHDQNh8z9I4VIScDF8WyZe { top:3.25rem;left:0rem;width:12.5rem;height:4.1875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vE7HdsSDE0WigMmgro2ZZ648LOyi3rR7 { display:none; }
 }@media only screen and (max-width: 763px) { #mZ3PkwtMTmB0P4MmizArtxFHzeBV5XBO { top:9.5rem;left:0rem;width:42.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVirSETpa3ccN30BVuSoGsvQiONnXQiy { display:block; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { top:7rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { top:13.3125rem;left:0rem;width:47.75rem;height:20.125rem;font-size:0.8125rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
 }@media only screen and (max-width: 763px) { #m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg { display:block; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR8J10Pv4NDH0vGVWuIKQqZPNqosdcw4 { top:5.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZywETLTsQf7S923xZsnhubll55qSpTG { top:12.3125rem;left:13.6875rem;width:20.6875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ2b7qDBQFEqkUTygqDgAGfSToQJb2d3 { top:63.8125rem;left:0rem;width:47.75rem;height:16.79343220339rem;display:block; }
 }@media only screen and (max-width: 763px) { #osWGFGQf992pyFow07uMttlpoHbfDRWH { width:22.6875rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzPuUwTss7NRp0TOOJbR1GgkoXN80p3p { top:24.1875rem;left:4.875rem;width:37.875rem;height:12.353800348272rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChzlgdyxWNSa3qmqGf4z6xNttP9gNFDH { top:16.25rem;left:12.75rem;width:35rem;height:4.31206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr { top:40.3125rem;left:0rem;width:47.75rem;height:18rem;font-size:0.875rem;display:block; }#rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr li:before{  }
 }@media only screen and (max-width: 763px) { #BPiTzdwroXEita606nIAH70k4dyVLLQ6 { top:90.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK0If1nXw4wOkTCRdseBxRXL6S29Z9xO { display:none; }
 }@media only screen and (max-width: 763px) { #gUG1KI49vUdThmwrTfdJUZAHX0L2k8zH { top:13.5rem;left:0rem;width:13rem;height:9.7664851466197rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAVVRPvifTTnuXiTZT9kJ9ybHFhhB0Mv { top:20.875rem;left:13.5625rem;width:31.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { display:block; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { top:7.125rem;left:3.7498779296875rem;width:40.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufipML0gHuym8TH9uQ6feZJzM7OTw2T { top:15.5rem;left:0rem;width:20.375rem;height:15.687442483957rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { top:13.5625rem;left:10.625rem;width:15.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { top:16rem;left:23.9375rem;width:17.8125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { top:15.9375rem;left:29.625rem;width:18.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { top:46.5rem;left:0rem;width:47.75rem;height:19.749069397433rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { top:33.6875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { top:36.375rem;left:0rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { top:39rem;left:0rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5HObMzykZz2J6lXT0F05V4lecC70MA { top:41.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { top:39.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { top:41.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { top:36rem;left:13.1875rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { top:36rem;left:11.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { top:33.5625rem;left:11.249267578125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowoyquDxNQR5Ou8saACdS0whEb85V5O { top:31rem;left:11.249267578125rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { top:39rem;left:26.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { top:39rem;left:28.4375rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0Srz4OAptBKltFpO1H1BphGdfcvffG { top:36.875rem;left:26.18701171875rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { top:34.3125rem;left:26.18701171875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGMo5458zHzluQLlCJ38uo1CHGEssrR { top:39.625rem;left:44.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { top:39.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { top:37.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { top:33.625rem;left:34.0625rem;width:13.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { top:31.0625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94J0chdz99i15OG5N3ZSJfQFMIkI1iz { top:37.875rem;left:11.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZuwXy5zizOgrp7dgEQGdGHg72O8FIEb { top:37.8125rem;left:13.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNvE621Q5dZssGIT2qPz6AOi3pHEnTT { top:37.8125rem;left:44.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3okup7P36mbgHADRxTSMeMyTcWHgEAW { display:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxfk6RafNith3NbpOE5pxSobizWVrhPT { top:13.125rem;left:0rem;width:21.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { top:27.125rem;left:29.5625rem;width:18.1875rem;height:13.453724459042rem;display:block; }
 }@media only screen and (max-width: 763px) { #a850tB4PhKuMoFiEE441gVfwf39dk38c { top:4.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { top:9.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { top:46.3125rem;left:30.6875rem;width:17.0625rem;height:16.564420276367rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEz77s8DAWCvpb4AAIozN4J5QantcB5 { top:17.5625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { display:block; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { top:5.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { top:14.9375rem;left:0rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { top:14.6875rem;left:13rem;width:21.9375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { top:15.3125rem;left:25.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { top:36.125rem;left:12.75rem;width:22.375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { top:35.5625rem;left:24.6875rem;width:23.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJcS67wFK7xdTomvALlx0hHN4nVib5q { top:36.6875rem;left:0rem;width:22.375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfKRP3cQBTzmpwSnfupwDN4lME84tH9 { width:18.75rem;height:3.4375rem;top:61rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzMTb1yQXZ1H0ICuFQzp4hPiHerRi1l5 { display:block; }
 }@media only screen and (max-width: 763px) { #aWz2N518KECIH3too9J2TWLstdKe3UCH { top:10.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { display:block; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { top:6.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysdD6mnDPslea31z6Ie4PINGhtAQB574 { top:23.5rem;left:0rem;width:20.5625rem;height:54.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { top:23.625rem;left:3.375rem;width:20.5rem;height:53.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPCzId46SmsukGs1rldbtk3BnSwTrdO { top:23.5625rem;left:27.3125rem;width:20.4375rem;height:53.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { top:13.3125rem;left:0rem;width:21.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { top:13.75rem;left:1.375rem;width:22.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { top:12.125rem;left:26.375rem;width:21.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { top:26.125rem;left:1.1875rem;width:13.25rem;height:5.0381404236938rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7B88oEOluRDgXLpq6BTq54okCOqFfom { top:26.1875rem;left:11.625rem;width:12.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { top:26.125rem;left:32rem;width:15.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { top:31.9375rem;left:1.5rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { top:32rem;left:12rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { top:31.9375rem;left:34.125rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { top:93.75rem;left:0rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { top:93.75rem;left:17.125rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNN70lArH3cehViJDfMpikuIissXMrJ { top:93.75rem;left:21.0625rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brID5NPl053Pgrv2EOtRvnEbNncE3ODC { top:92.5rem;left:23.5625rem;width:0.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { top:110.5rem;left:0rem;width:47.75rem;height:9.2871559633028rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { top:80.5rem;left:0rem;width:42.8125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { top:84.375rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { top:87.0625rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { top:116.75rem;left:0.25rem;width:14.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { top:113.1875rem;left:2.0625rem;width:11.875rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { width:17.375rem;height:3.3125rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block; }
 }@media only screen and (max-width: 763px) { #kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { width:17.25rem;height:3.1875rem;top:70.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block; }
 }@media only screen and (max-width: 763px) { #hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { width:17.1875rem;height:3.125rem;top:70.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { top:50rem;left:30.875rem;width:16.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { top:38.75rem;left:2.875rem;width:12.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { top:38.8125rem;left:10.0625rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07UpDvXxVnCXSbre2tnTAABgVX82HTt { top:38.75rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { top:44.75rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { top:56.625rem;left:1.3125rem;width:12.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuvMGlWlrp13no57qcJrAQKqKksB2UmT { top:56.6875rem;left:7.5rem;width:16.375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { top:57.5625rem;left:33.6875rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { top:64.0625rem;left:0rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { top:64.1875rem;left:7.5rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { top:64.0625rem;left:31.375rem;width:16.375rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { top:74.3125rem;left:28.125rem;width:19.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { top:38.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { top:38.1875rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDdo08CarMdbtaffF3kUtpy6973os5pG { top:38.125rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { top:44.0625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { top:119.1875rem;left:0rem;width:32.6875rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { top:116.25rem;left:0rem;width:30rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { top:111.8125rem;left:23.875rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { top:2.5rem;left:1.1251220703125rem;width:12rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATJ849k2khTe8BTupfvBKAlDIn4QJTv5 { top:36.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o76BUCKOrLvaqTeBzMTDaU6Z0JrJAv2h { top:26.75rem;left:0rem;width:21.1875rem;height:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlvBXvlUVgh54sXXMzI0lwJNrviXgPTD { width:23.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMmufLFei1ihAO36ZOSyQ4c89LZ2ySOe { top:26.6875rem;left:0rem;width:21.1875rem;height:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWOfTlWd1IH3SGME9uxhRlrDvATney3L { top:103.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMz5BcvO3ScuvbLs4iSQkOcmlv6ymVee { top:98.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { display:block; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USwlrblABTFpToCxCkve9UiUTvpWBtgy { top:4.75rem;left:4rem;width:39.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { top:12.9375rem;left:0rem;width:47.75rem;height:73.77375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLh4ZBuUd56u5m3iKaCHAUkBcOmQK3H { top:130rem;left:2.6572265625rem;width:42.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { display:block; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { width:21.875rem;height:3.4375rem;top:22.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block; }
 }@media only screen and (max-width: 763px) { #xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { top:9.625rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { display:block; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { top:11.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { top:12.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { display:block; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { top:0.3125rem;left:0rem;width:47.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNkNKnDlwSZMstGken72JV6PQbFQfwb { top:1.875rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { display:block; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { top:0.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { display:block; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { display:block; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { top:1.6875rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhTFRGD51yVeutX9DwxyTX31R88aTWh { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { display:block; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { top:0.1875rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { top:1.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { display:block; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5avKIskw42ro7LTzwATyL8mpcqpVRhm { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m982BTXflIs7wmqshkvqMxMUq1z6sI30 { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { display:block; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { top:0.25rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { display:block; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { display:block; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { display:block; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { display:block; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb { display:block; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpPnvUmvkPWst6yTAl8Ap1zwwtr5t0My { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzESe6nn0miE43p6Paehn57lGC9qNx6f { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTuCVzkTDnElORwRe70tIiExnvbEESS2 { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU { display:block; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpmTBVJ1tAIhixroNtLixmNl8lpdzA4W { top:0.1875rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUiVE8llk95wwAGWPrqkwIh0A96ZNZRr { top:1.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXnwQezN1IDMNGFnNRBCJZslSn7REKpt { display:block; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L42ttsC97ysk01EEBU67Bgo4pbe2N1rl { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9wQ9TqIz5ppkT3Lh72ael23sh2wTSbW { top:1.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkPK27fqfR1r6VveJqB1cTXkNmUP7CN { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo { display:block; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKCrdIaksKELw7G0PDxCFro9aLwWDcGc { top:0.1875rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHsToczbKf8yhPLCvQM7vEyZv8CdLwm { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW { display:block; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTRMe2kaopNgCTuPazvWNZopS4cH5oec { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLcu4k3sLFPgP9ZLLsniZIpToKopMJl { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyy7dtyCZqHTdiWOSO5ZQ7F6TredXlou { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV { display:block; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmUa3lw0KeOgKg8TMuztaIzc9prcW9tV { top:0.1875rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPbE0b9rE2mdVgsD0hccWuilcw3B8DSb { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { display:block; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { width:15.625rem;height:3.4375rem;top:1.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block; }
 }@media only screen and (max-width: 763px) { #lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { display:block; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { top:5.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { top:13.4375rem;left:0rem;width:28.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIW3hzqonx1d65Ge4F02iIkukywNQMId { top:19.1875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { top:13rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { top:18.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { top:19.125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { top:13.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { top:37.875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { top:37.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { top:37.8125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { top:22rem;left:0rem;width:14.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { top:41.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { top:42.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { top:42.5625rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { top:45.375rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { top:13.4375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { top:13rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { top:13.5rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { top:33.375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { top:32.9375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { top:33.4375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTBcUua1Mac715URlK8DsMhBEyrDRfU { top:51.1875rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { top:50.75rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { top:51.25rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { top:16.4375rem;left:23.9375rem;width:14.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { top:36.375rem;left:18.9375rem;width:28.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { top:54.1875rem;left:18.9375rem;width:28.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { top:13rem;left:23.875rem;width:0.0625rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { top:5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { display:flex;width:18rem;height:5.0625rem;top:9.25rem;left:9.55126953125rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
 }@media only screen and (max-width: 763px) { #r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { top:23.125rem;left:0.4996452331543rem;width:46.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { top:26.25rem;left:5.84375rem;width:36.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { width:21.875rem;height:3.4375rem;top:30.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block; }
 }@media only screen and (max-width: 763px) { #XUTDyZAgQ0VyR197Om39LlGEypr8TumZ { width:21.875rem;height:3.4375rem;top:30.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJEwgOg5x3UrbXQsxG3xRCJD1qD8HE0Q { display:block; }
 }@media only screen and (max-width: 763px) { #w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { display:block; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { width:21.875rem;height:3.4375rem;top:18.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { top:13.125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvo8oIFdov78v8XncWecgToEhN0htNq { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { top:4.6875rem;left:39.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TB0OttgZBha0OFbZumKLe9TworskqdBc { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { background-color: transparent; background-image: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .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); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { width:4.9375rem;height:1.625rem;top:0.96875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { width:6.25rem;height:2.1875rem;top:4.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block; }
 }@media only screen and (max-width: 763px) { #QNAUl3f6S83aMvdioIzXyAnvcO48G80v { width:6.25rem;height:2.25rem;top:2.875rem;left:3rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block; }
 }@media only screen and (max-width: 763px) { #fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { width:6.25rem;height:2.1875rem;top:6.3125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block; }
 }@media only screen and (max-width: 763px) { #DMhEOQFqavcaU7VhITQM42mSgrsrThAv { width:7rem;height:2.1875rem;top:6.3125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block; }
 }@media only screen and (max-width: 763px) { #OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { width:7.5rem;height:2.1875rem;top:5.6868491172791rem;left:10.499783813953rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block; }
 }@media only screen and (max-width: 763px) { #raB2aMumUI2KT0yLNlMxOM5HCBP8eJWL { width:6.25rem;height:2.1875rem;top:4.125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9MtECCrlExfoT4FcLBDlBTXiJpql0uQ { display:block; }
 }@media only screen and (max-width: 763px) { #HKkLgX7Uw1lQ84XEekyQq8rK8DJshive { width:7rem;height:2.25rem;top:6.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ZHP6DP16BC5p1mBtm8LwicRdAJ6l4N { display:block; }
 }@media only screen and (max-width: 763px) { #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/768f96bf-8e2c-44da-aaff-072ec6b0162b/MBCoverBG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.adaptive-delivery-prevent-bg, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyload, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyloading { background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { background-color: transparent; background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .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); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { width:18.75rem;height:3.125rem;top:41.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block; }
 }@media only screen and (max-width: 763px) { #H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { width:17.561875rem;height:3.2504875rem;top:11.6875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { width:20rem;height:1.04980625rem;top:45.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { width:5.8125rem;height:5.4375rem;top:45.562127929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { width:20rem;height:1.22534375rem;top:46.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { width:14.561625rem;height:1.25rem;top:15.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { top:13.3740234375rem;left:1.531005859375rem;width:16.437375rem;height:3.99963125rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { top:2.1343317031861rem;left:5.2186415791511rem;width:9.5605625rem;height:8.811875rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mAAPIVmEGLA6FpLDUeNdzvFsinx97G2v { width:20rem;height:16.3125rem;top:17.901202434897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGqyRbckKeCcyo0nIvGWJEnDeDUg5m3L { width:20rem;height:5.12478125rem;top:34.1875rem;left:0rem;background-color:#3c81bd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QrvJnNFhDZe5byLCbAEiwO9qSlRtbOfF { width:4rem;height:1.94970625rem;top:34.875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLFhnx6BkokvkdlVhS57TckKWa2sIdIW { width:3.93663125rem;height:1.6494125rem;top:36.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfk34uxp38ayX6v5NgQgAgTau0H8xrSP { width:0.0625rem;height:3.125rem;top:35.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI7gPOApX5TohwTi4ewdvPMkR4gxhioT { width:4.3125rem;height:1.94970625rem;top:34.875rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7SnoCc41e8JDOdixPyykSTpp4Ov07zu { width:4.5625rem;height:1.6494125rem;top:36.8125rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78tEcLS7A9p8fD4ZET1Ks4tI6iaftZK { width:0.0618489375rem;height:3.125rem;top:35.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclogPuZ8vTpQVCMVF5eyDFZNRVdunl3 { width:4.31206875rem;height:1.94970625rem;top:34.875rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTnLDPOXBh0wrFEZyRzGqd3uGNfarhI { width:3.56228125rem;height:1.6494125rem;top:36.8125rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLLW34hF2rNOdVA4QPTWlTm67uQDqvm { width:0.0618489375rem;height:3.125rem;top:35.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIIU4p2Z7pSqKiL3oGTpM1DpWVeedmPz { width:2.875rem;height:1.94970625rem;top:34.875rem;left:16.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMhlwWOTawpTL6VbByu6yRv0a3l0NwN { width:3.875rem;height:1.6494125rem;top:36.8125rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAbVSmxFFu8AWeIByR0qT11s5yuPI1ac { width:20rem;height:1.625rem;top:0rem;left:-0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8x3c5AxJzFEVLFlvDyZwbtNb1T7AkVb { width:19rem;height:3.5625rem;top:42rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTb22E5q0mp0S6PyMQ3cBTbu7eJptcaG { display:block; }
 }@media only screen and (max-width: 763px) { #IBPUKIIGWQWCrSh93hq35iHbE5B0pF9u { width:19.74975rem;height:2.4375rem;top:49.5625rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-text.counter-number { padding-top:0.433125rem;padding-right:0.380625rem;padding-bottom:0.433125rem;padding-left:0.380625rem;width:2.284375rem;min-width:2.284375rem;height:2.3275rem;font-size:1.731875rem;line-height:37.24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#5db4ff;background-image:none; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.270625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.045625rem;height:0.92rem;font-size:0.649375rem;line-height:14.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#000000; }
#qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL { display:flex;width:16.1875rem;height:4.384375rem;top:52rem;left:1.125rem;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #LeJ7rvn0nDwoplGzePm5I4JoDVnLUCUy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #SuSU8ISdl0neTPBmAg9VBSs9PMNT7GzI {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #QasP0kLwoTFT5U5H3dJM3OUZq44f6Lvx {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #VxVodDe00L23DpNtcefkSuV4Ckkd2gKh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #uTvBDtR8py6987Bc44k4JwignfnT8PHW {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #bMBS4qScF1xGZqh7eQ3ptZ77i0ZrkJSB {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #v0IKZxnm1zPDlOoDUqT01nLVqxivFldt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #EfnG4uvbOqI8EHcZkxQ4dhn5wX6rNhQ3 {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #MWrbsw2KfpyupATN4zAkkNATH8tdB1gl {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #a6DraTcHFAtorr0BGiRKlG6khtwUBHAx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #OHNCeJUbpaT9bFQzmVpT7u0HBTMoHqEy {  }
 }@media only screen and (max-width: 763px) { #qiaqGKOB5LIQtpaTr3ns6CdQR0xcZ8TL #Z22ZReX2sHenRhMIdFXiD0tbZ557edE0 {  }
 }@media only screen and (max-width: 763px) { #yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 { background-color:#f9ed41;background-image:url("https://images.assets-landingi.com/uc/3595e54f-d1c2-4c69-8a38-999d8718b28f/Frame483186.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7.adaptive-delivery-prevent-bg, #yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7.lazyload, #yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7.lazyloading { background-image: none; }#yTp8TtFHsfq4gNEc3a3btw2tVdghuWC7 > .row .container { width:20rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJ25Ksarykr7uevyiPGqWHDf5CwIaB2B { width:18.75rem;height:3.125rem;top:34.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNEf6VvmbX8iC0ABkXToXSsHMegbA5xl { display:block; }
 }@media only screen and (max-width: 763px) { #vTZfFdP8T5oh1kcUFpCI1dVtd7vKc6wI { width:15.1875rem;height:2.92535rem;top:27.35546875rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P7phoJqWuZUXVVwq0uk53Dma4WFAFv9K { width:20rem;height:1.0494375rem;top:39.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l2f6Cet4aNWDkMqXfQdbQKAofxxxZBgn { width:20rem;height:5.5223224339657rem;top:45.562127929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTRFp85PmzTTcFtTqx8TJuTyigmnGxNz { width:20rem;height:1.22395625rem;top:40.7373046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MG4euFo4XQEqZNMy9shgvWJwCvUvmais { width:20rem;height:0.93760400967522rem;top:52.333977929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #axbVMH1R3w3p35vJOHqzRyyGtcOApCAv { width:2.875rem;height:2.6875rem;top:27.4375rem;left:1.3891129032258rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNzahdb4GOWq05UKfo8AWTaQEomuhPl5 { width:19.4375rem;height:1rem;top:31.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dM9xxfvEabii5AqJZGhIOH6P1E9S6x { width:20rem;height:14.279188992092rem;top:63.184809179687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ey8A4lhHlRNovTxaZgD04Pus7X0FsmcQ { top:13.3740234375rem;left:1.531005859375rem;width:16.437375rem;height:3.99963125rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yJ8x0yF1yxzQEqQwIbzS7eNNKeLL1Z5T { top:4.263671875rem;left:7.3125rem;width:5.375rem;height:5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #huEUp94QRrrQINuNJ5w05Vvr9yVReJik { top:10.73046875rem;left:2.25rem;width:15.5rem;height:6.625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { background-color:rgba(33,103,162,0.55);background-image:url("https://images.assets-landingi.com/uc/4ec03d45-14c1-4d36-98c4-758fced17bf8/MBSky.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.adaptive-delivery-prevent-bg, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyload, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyloading { background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { background-color: transparent; background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container > .video-iframe-container { display: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container { display: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .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); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { width:20rem;height:111.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { width:20rem;height:18.4375rem;top:51.8125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { width:14.375rem;height:4.0625rem;top:40.643447875976rem;left:2.8125000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { width:20rem;height:2.9985375rem;top:47.4375rem;left:0.0625rem;font-size:1rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { width:15.6875rem;height:15.6875rem;top:35.580947875976rem;left:10.387370407581rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { width:5.25rem;height:4.1875rem;top:75.232421875rem;left:17.103676470588rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUseEzPP0mki7JgNNptZ4463wIBUJgek { width:20rem;height:8.9192625rem;top:6.8125rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OwUg698DrUJN18JtM7zZfVWZe50Kqqt4 { width:20rem;height:2.35625rem;top:3.0609798431396rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0QUOMM360hBTr4RhTbAPubpI67FJ0g4 { width:6.18706875rem;height:7.874375rem;top:27.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUBaODJuBVCtSusy7BQ93Q4ACGVGdvus { width:5.99935rem;height:7.999125rem;top:27.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJbs6tqqmizvaCQn5ha7fGIFCc1eL8f { width:5.875rem;height:7.9375rem;top:27.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSaZXCNcvm7fZPgPshLDEhnXJtvcAMob { width:20rem;height:12.24389375rem;top:26.384548425674rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DribgFgQGRZwkzRTqwIQLGKmGxyp6v3J { width:11.0625rem;height:3.41235625rem;top:80rem;left:8.4375002980231rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlBIdHyT32Ma0hqJ8pyzniSEwakPwU22 { width:10.6875rem;height:2.2749rem;top:100.4375rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yunRvTHMy4NvSHOh2QySVM1vMgmqWX { width:17.0625rem;height:2.5rem;top:65.9375rem;left:1.625rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172128;background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KAeo6EGH59WTuEJcoudc21IozNeshxTs { display:block; }
 }@media only screen and (max-width: 763px) { #XoWZDVm18npSMfdF4fmK3UTF5Oy7Xb8U { width:6.311875rem;height:4.56163125rem;top:55.249786376953rem;left:10.499132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD28U2lEULSfqo2w0aIevPy6ngoSZOST { width:6.311875rem;height:4.56055rem;top:74.624572753906rem;left:10.436849892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1OBx0OVHO9doua70XoyS9I8hpKP4lkg { width:11.75rem;height:3.41235625rem;top:60.9375rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6go0rW64zXpcoaAsoaP2r3II8IfsRRq { width:5.18663125rem;height:6.3369375rem;top:55.625rem;left:1.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAvNpFyGs740K72G1DahPWbiflTFbz81 { width:6.25rem;height:7.798825rem;top:74.1875rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbyBVJuChbClLokOSnLPrR3CZLIPbGQS { width:6.375rem;height:7.795125rem;top:95.874572753906rem;left:2.7495661377907rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRgA9t72qwIBkhbO7KVUqWs2tvpJz6Od { width:5.3125rem;height:3.81185rem;top:95.74978637695rem;left:13.249349892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TVrDBUmbpIWwnR2XZHXc9y5G6D9gXf { width:5.12478125rem;height:3.68706875rem;top:93.87478637695rem;left:8.874348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAHIhW2QzQTmVGJKFX1UcLOwzM0BpVO { width:12rem;height:1.13745rem;top:53.4375rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADL94yRwIkmqmqZ6D8XZIQfEa2eZdHyo { width:10.186625rem;height:1.13745rem;top:72.62478637695rem;left:8.561848938465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC44wJ8IUZe5er87ziGc18G4IwDGl7OK { width:10.1875rem;height:1.13745rem;top:91.812068939206rem;left:8.561632454395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUwee32R3tIZqhZS6JwmoWgsnpGgshfF { width:1.81206875rem;height:1.81206875rem;top:95.74978637695rem;left:12.374783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #VthDAP1vmccmVULJSRIwdMTwl9w5nlIK { width:17.0625rem;height:2.5rem;top:85.125rem;left:1.5rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172128;background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NpaXHawonyTkA0HKur4QtABnNQC6MlEL { display:block; }
 }@media only screen and (max-width: 763px) { #CGPztqWJbtOg8BGd9I6zsRINETTSfere { width:17.061625rem;height:2.5rem;top:104.3125rem;left:1.5rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172128;background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #LaHQTI5PpT3ZlvVtsl2I0dAwVeF6uCcx { display:block; }
 }@media only screen and (max-width: 763px) { #BP9VNHTt54U79KGRaP4Jf6PhS3WqxPtg { width:20rem;height:7.068625rem;top:39.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-weight:700;font-style:italic;z-index:15004;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #rb5JTFRrTZNlaI8dKJSFqaMPRgFUpDJU { width:20rem;height:18.4375rem;top:71rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oEDitq3b0IQiqJqnJ0aTgUK1sComHrli { width:20rem;height:18.4375rem;top:90.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #asBbd1Thh5CnkgyyHiVWcxsBuMlgh0Gg { width:6.12465rem;height:9.74853125rem;top:92.783638000487rem;left:0.96635961532594rem;font-size:1.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hf9LXGaxWr4WsnTTBTVD5s3QKAp5ubtg { width:6.625rem;height:12.1875rem;top:91.0625rem;left:0.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15005;background-color:#e6f4ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PfFx2TAohfupOioV1qno9f6a2wIZ5T8X { width:6.624375rem;height:12.1875rem;top:71.8125rem;left:0.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15006;background-color:#e6f4ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SWqieGNsVTSEKA5a1lKJTMIcqDXaoE8O { width:6.624375rem;height:12.1875rem;top:52.6875rem;left:0.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15007;background-color:#e6f4ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bpdHtUJ0fA9qCSKhzpTmimoaL4vsxM5b { width:1.5625rem;height:2.27416875rem;top:95.43728637695rem;left:12.436632454395rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #he0lvQdBRPVazKPcbRJT06rZC1TCkQn6 { width:20rem;height:5.95019375rem;top:7.5238704681394rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cT8vs0iKdBZuqn01bXH9Pa2IR4MSuWDO { width:20rem;height:10.5029375rem;top:15.130206108093rem;left:0rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { display:block; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHqqIoItILykNbFt7lnaTGlEdWaFires { width:11.122625rem;height:5.03613125rem;top:4.8740663528442rem;left:1.0611007213593rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { width:18.436625rem;height:5.99706875rem;top:11.243586540222rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { width:20rem;height:9.93984rem;top:17.62514375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { width:18.75rem;height:3.125rem;top:74.75rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block; }
 }@media only screen and (max-width: 763px) { #Js4TTgIqcZM6ZsxqTBUZInMwCRDsgcun { top:47.125rem;left:0.625rem;width:18.6870625rem;height:21.624375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uslsVmEIIgMid5y6xiNNSvEUCTZRe03D { width:20rem;height:5.9375rem;top:22rem;left:0rem;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uFbJxNDtWRq0H46b2OI8b6GdBUWG1pgO { width:17.874rem;height:1.81174375rem;top:18.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa { width:16.6873125rem;height:8.499rem;top:29.5625rem;left:1.625rem;font-size:0.875rem;display:block; }#SxCsJ8SQZCI6Da7S4A7qgXFqqJG3f4wa li:before{  }
 }@media only screen and (max-width: 763px) { #wX5zsIZ3AdGwcWlJtszlMlNhZA43aIZk { width:17.8125rem;height:2.4375rem;top:40rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k82TeI5RXHsXl3UbtBxOGub1wTTiJ8hU { width:18.6870625rem;height:2.9245625rem;top:69.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH5PxhbwZZzKzhRp8MEnV7CTfcQTr5qZ { width:18.9995625rem;height:3.4375rem;top:78.6875rem;left:0.5rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOO4LqOUB3d6QxvErPldFvWZ8cOrTmf3 { display:block; }
 }@media only screen and (max-width: 763px) { #K7VqTWLZ9V5hkEvBpcRtmQLo98JE3a5y { top:23.875rem;left:0.875rem;width:18.5rem;height:20.1875rem;z-index:15004;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#e6f4ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #llPXhbMv7C661uU4kNOOCLtPpN39ITn2 { width:20rem;height:81.9375rem;top:2.6867065429688rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMuaaIRZ9ZdPnanglTmCblpMs27q4OoN { width:7.6875rem;height:8.8125rem;top:0rem;left:13.499892354011rem;display:none; }
 }@media only screen and (max-width: 763px) { #fueuTzdNiRdRlWtTaz7awgaDTKO6OfW8 { top:0rem;left:13.241895794869rem;width:9.5625rem;height:8.125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #utZ46UDIvHTXVfNySazFEkRRW11dExqO { width:4.8125rem;height:2.5625rem;top:50.755210876465rem;left:16.624132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgAJXLRIW5TcEuxzakvPNvqHpN7CngiM { width:4.6875rem;height:2.5rem;top:47.812068939209rem;left:17.812717735767rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6mNVdnPfcp96eCoEuJQAL3L2Jql686G { width:3.9375rem;height:4.5rem;top:62.747398376462rem;left:-1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz { display:block; }#Kf5nzi8Txy49ALptJniE9ukJBcVx0lnz > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Im7WSmcZwGgyEr8LEalaaorKFICTxsPB { width:12.9985rem;height:5.03613125rem;top:5.3055038452149rem;left:0.84246730804444rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zRsc1npMgTqpDHS6g9sgggEXE2G9itf6 { width:18.31125rem;height:8.995625rem;top:11.68522644043rem;left:0.84246730804444rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sS1dh0elJVJf0DnGNDqx1rFfDVCzorS7 { width:11rem;height:9.8125rem;top:17.62514375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7DePzOfxWHKPTSIxir2ITQvLUladITB { width:18.75rem;height:3.125rem;top:94.5625rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrFcS8WRN1EPL3XlAwE0N5myv71VJEkt { display:block; }
 }@media only screen and (max-width: 763px) { #VEOHdX4v0gf6A79yz5uo2d2Zq1hVOdRo { top:49.869789123535rem;left:1.0308160185814rem;width:17.9373125rem;height:39.1873125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEATZzBKI9BOhRCL1BbZvvDzBIE91b93 { width:19.4375rem;height:6.9375rem;top:25.1875rem;left:0rem;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ipMa6Krg0FFJu6xRCmKbBEgGCaOppOtK { width:17.1875rem;height:1.93709375rem;top:21.748180389404rem;left:0.84246730804444rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVR7zTyycOAgto8k1eMp7kD3ylRURvBA { width:16.6873125rem;height:8.499rem;top:33.6875rem;left:1.625rem;font-size:0.875rem;display:block; }#KVR7zTyycOAgto8k1eMp7kD3ylRURvBA li:before{  }
 }@media only screen and (max-width: 763px) { #O5wlzPpf6GoOA2g18QHcUscFFP8wCUPb { width:15.999375rem;height:2.4375rem;top:44.25rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuLwKmB1953K1fh2NzPv8LETD706lBG { width:18.4375rem;height:1.94970625rem;top:89.9375rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPCzsrsNQC0vbfiNNh1rHabRb8aPgDxw { width:18.9995rem;height:3.4375rem;top:96.25rem;left:0.4990234375rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kseFdqyi0sBq4pwdnDy7zOVttLeg0K4G { display:block; }
 }@media only screen and (max-width: 763px) { #DosRGnJba7aZ8VaoIPvKW48DC8NdlMwT { top:25.25rem;left:0.875rem;width:18.5rem;height:22.8125rem;z-index:15004;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#e6f4ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EQ36XUtyEFLu0ayoEXyAQOKwy5x57UuQ { width:20rem;height:102.3125rem;top:2.9998168945312rem;left:0.061217367649078rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfIR99B6Lb6lsn05U4I0zCmW8OHo4o3R { width:19.999875rem;height:22.781625rem;top:104.48488807678rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go86JuxRQLkwVI2KJk1ZdTzCnEeVN24n { top:0rem;left:12.937674641609rem;width:10.25rem;height:8.625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #obEmPo4BydARXSFVAuuIi8d86paXisIW { width:8.5rem;height:8rem;top:44.436199188233rem;left:-3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8gkfsos2TQ1eEqcpvCMLTlcitUsNVP9 { width:6.25rem;height:6.5rem;top:82.124134063719rem;left:16.232640564442rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN838a4BA94xlL6EnLD3ubp7K4X3hq70 { display:block; }#wN838a4BA94xlL6EnLD3ubp7K4X3hq70 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k71n6atxTTSnOqdlTXlDffKUXLEeLhIQ { width:16.9368125rem;height:5.03613125rem;top:3.75rem;left:0.625rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q1viPiMSKGzsvlPCIsqIkMpTak5fmSJ1 { width:18.75rem;height:4.4978rem;top:9.923828125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tXW5cK1Ky6Pt7x94I8Aop2bc7y8LceUq { width:18.75rem;height:3.125rem;top:66.6875rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQ51yVsI6xeKwSKAtuRdnmk6brb1cs4e { display:block; }
 }@media only screen and (max-width: 763px) { #kIquXiOg9o1kaHbSRh5dzsPK1O5OvuiN { width:19.5625rem;height:5.8125rem;top:35.9375rem;left:0rem;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LfFptXed5KRamLliFqnXQMH9oZhBnVh4 { width:17.0606875rem;height:1.74906875rem;top:16.74609375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw { width:18.562rem;height:17.6220625rem;top:46.625rem;left:0.7177734375rem;font-size:0.875rem;display:block; }#wiHgSCe4vcA3fWbcREy6rvTuKvqxRcOw li:before{  }
 }@media only screen and (max-width: 763px) { #bXtBlXHmUJFttGHfR07K4Diz1mA5BUDX { width:15.998125rem;height:2.4375rem;top:42.6875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfApFNI2vdWgI77py1kXzcU8GE8viggf { width:18.9978125rem;height:3.43691875rem;top:65.4970703125rem;left:0.5rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4tJyBcLzHtlWy10qs4zvtU5miyUW8i { display:block; }
 }@media only screen and (max-width: 763px) { #f2bAlXuTXVtvAyrmLKOGpZVJFKEPF9ga { width:13.75rem;height:3.1875rem;top:25.8115234375rem;left:2.2177734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kbEndnU3KqedQpXbVcQdqhtZrXX7EGKb { width:13.6875rem;height:3.1875rem;top:20.0615234375rem;left:2.2490234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OC7KmB9dBxs7DuOwzV555TrStaOTqfFo { width:13.5625rem;height:2.875rem;top:31.0625rem;left:2.3115234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dAfI8nJgEmeBeVNFGcvgh9vgJoDsGgyl { width:20rem;height:69.625rem;top:2.25rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ENgDzMhfDO1iJUPG7JhOKSS3VcirJ7 { width:0.8125rem;height:0.9375rem;top:29.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8VazrkRGEzwRftDVWLs0loHv6OTnBXF { width:0.8125rem;height:0.9375rem;top:24.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAB6nqp3JWMeuFGRX3dtEhovC0xmO8pc { width:20rem;height:22.760290556901rem;top:66.0623125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CR350JnVKLJ7ftMBQdMgTLqyBaIUB3JZ { top:2.236328125rem;left:15.1884765625rem;width:9.4375rem;height:7.6875rem;z-index:15059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UlF6hMufwobKJTTsmtQhla46OeUPHL87 { width:10.6875rem;height:6.875rem;top:69.1845703125rem;left:-3.1544117647059rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKizq0VGthghtvcnfCu9nttPmiRrtEn9 { width:10.3125rem;height:12.25rem;top:77.3095703125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDQJz4g9lheJXB5qJPLHazycQGETTaMM { width:12rem;height:11.75rem;top:90.8095703125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gmzf5u04xPNVQwbslXWSDy3TGRoHJb8I { width:10rem;height:11.75rem;top:103.8095703125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT { background-color:#0c0c0c;background-image:none;display:none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { width:20rem;height:78.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rn9dT5lAUOdRhmX7KKwsalbDNCTGeytK { width:20rem;height:1.94986875rem;top:4.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8R6rTP51rf60gpILccyCBJz5PJhWAaA { width:20rem;height:1.48763125rem;top:7.875rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PBn7ELADUkxfUWDtW0BIPUsp494ie5xT { width:20rem;height:20rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMkTouUO42koRpGgqcGJC0DukN1679g { width:2.6875rem;height:2.6875rem;top:39.4375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2MDwyc8dRi652xod4qsVcsDyfJCciEl { width:2.6875rem;height:2.6875rem;top:46.5625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJC7c6zkpbZOQl1Kku8LoEO8I23Kh3tU { width:2.6875rem;height:2.6875rem;top:53.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFWTFr5DBtIIdUdmgtDfTzNmnAbXRbN { width:2.6875rem;height:2.6875rem;top:53.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRh8EWu4KuSTXowCdfPsvEom8higxEkm { width:2.6875rem;height:2.6875rem;top:46.5625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUCTTqG6PcqlAEinGsE9kyrGWhKkxwT { width:2.6875rem;height:2.6875rem;top:32.0625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHqQ1th14HTTTOqxR5sv7Irn5pkSObZ2 { width:2.6875rem;height:2.6875rem;top:32.0625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQpnXSvObSCWbI0ZLGt5Il1HnSEEi3eo { width:2.625rem;height:2.625rem;top:39.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT19eHeOgccSUxTnpvEkyim1qVTJA7Hz { width:2.625rem;height:2.625rem;top:53.5625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZoNoGNSvco37WAa5SbWdJiq4zp7A2xs { width:2.625rem;height:2.625rem;top:45.5625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RdtWD1gv8V6CSgOCFLP99SM9xHiuGt { width:13.811875rem;height:1.7871125rem;top:12.625rem;left:4.25rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #cqLDNKP4buBxleaTyp8XP4PonTDzpmqO { width:13.811875rem;height:1.7871125rem;top:26rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVTO3HDls0rWifhbxnVZwBI7hiAZP16 { width:13.811875rem;height:1.7871125rem;top:31.1875rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmMoOEovHW5t0EnCqdWTwfawWfE56I0g { width:11.4995625rem;height:2.76041875rem;top:33.125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpGHkbQoeawB1eKv9MidbNr1qHO4rvUw { width:13.811875rem;height:1.7871125rem;top:38.4375rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okbuNR0vL1QlFcHPubcUlQICqriUGtFi { width:11.436625rem;height:2.76041875rem;top:40.375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyWdxyTepfSpOQs8QlvMzpZ9bDILPqv8 { width:13.811875rem;height:3.57421875rem;top:45.625rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWlunZqt4yW2LdIJ2UzrRNtxmXw9ZUGJ { width:11.436625rem;height:1.38020625rem;top:49.25rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSwzSV43MhJnZM75eihKkKmp2hLszsH { width:13.811875rem;height:1.7871125rem;top:53.4375rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knNGiHSbwa1b3rryTovpEgIPZL4xRwqI { width:11.436625rem;height:1.38020625rem;top:55.375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3c16ZIh2iTIcG8JT315qzfANbd0a09D { width:13.811875rem;height:1.7871125rem;top:61.25rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPAC0ArCPegiKos4FUpAfU7CG5el1uNX { width:13.811875rem;height:1.7871125rem;top:68.3125rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDFrT8zuK9q3LVp5SnnZaVhfqBiEknUC { width:12.6248125rem;height:4.140625rem;top:18.9375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNlszi4vg32CaIT2tUncqoT2O1xLcO2G { width:12.6248125rem;height:4.140625rem;top:18.9375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fMsxibNfGGTqMnriUPXcVFeKfQK5yJ { width:12.6248125rem;height:4.140625rem;top:18.9375rem;left:7.375rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #hiyrpMG6lfLbZ463nR41T56dLdXL5ST2 { width:12.6248125rem;height:1.38020625rem;top:26.1875rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8547DkXsDH1lP8i94M6Th7mx5aVHnqG { width:12.6248125rem;height:2.76171875rem;top:25.5rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqK8EIlZzH9IATZdeZpFb9ckRIn9uMmy { width:12.6248125rem;height:4.140625rem;top:24.8125rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpmBdwh5rnoAn6zwLtL1n77CLCTiVZz { width:12.6248125rem;height:1.38020625rem;top:61.4375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ymBVMk7rCqSmbBFdlRsJ4CiVq1kZyD { width:12.6248125rem;height:1.38075rem;top:61.4375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lScZw0EiqPpvIxIEdC2TkHsLpXRDuMho { width:12.6248125rem;height:1.38020625rem;top:61.4375rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUesoQ0r1k6zTdH6QFtoFe9yb1wec6LV { width:13.811875rem;height:2.51844375rem;top:67.625rem;left:6.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLn6tUCNe3O702GCr8OOR8cN526ZmBd2 { width:13.811875rem;height:2.51844375rem;top:67.625rem;left:6.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ8OBZ3QFeW54Tw9f3HqlAVGyVuNXPxR { width:13.811875rem;height:2.51844375rem;top:71.4375rem;left:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctqlnhIuVirsuMPtRBdRVNZKPh7OsN60 { width:12.6248125rem;height:1.38020625rem;top:49.125rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ1RcFTAPezT2znPNbcWDPCCHZMsrXRw { width:1.9375rem;height:1.9375rem;top:48.213968511581rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIq7FDWDrxX6btBcSpq3h8rIMa0Lqs5m { top:24.1875rem;left:0rem;width:20rem;height:44.8125rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwASGtlNLlpqHdM3JoxQWHx6Xu9ioTzx { width:13.5rem;height:2.6875rem;top:81rem;left:3.25rem;font-weight:400;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfHrF6D29TBnogokHiTnO7Wo430p4ChE { display:block; }
 }@media only screen and (max-width: 763px) { #MuVqLHBykp88tKVzQxQ2nDSgvNcMwyTE { width:13.5rem;height:2.75rem;top:81rem;left:3.25rem;font-weight:400;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5gevsSntTKI6xGRugbkE3PiCPu9mMEB { display:block; }
 }@media only screen and (max-width: 763px) { #ZHsNikfRdcGPS5rfHkxiuzlGn56EoBrf { width:13.5rem;height:2.75rem;top:81rem;left:3.25rem;font-weight:400;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODtSLLpOcTaTfN1wzphm8HFXG4IXWCcf { display:block; }
 }@media only screen and (max-width: 763px) { #XO4cyrGCuPgs3zwoiLTVMRNzh2Xo28lq { width:2.5rem;height:2.5rem;top:75.2058625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv { background-color:rgba(var(--color-tertiary-4),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; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row .container { background-color: transparent; background-image: none; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row .container > .video-iframe-container { display: none; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row > .video-iframe-container { display: none; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .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); }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row .container { border-width: 0; border-radius: 0; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkE2xWbwKzTPicadIEDIs0xEKNC8LJkv > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLOFdNOnammXXG7KrFLc3LzyFxO057w5 { width:16.5rem;height:4.7124rem;top:2.6875rem;left:1.5625rem;font-size:1.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #x9i8Uxbt0qWOL7tt4CNAO3z2NhV1zFnE { width:20rem;height:1.9125rem;top:7.5rem;left:0rem;font-size:1.125rem;line-height:1.7;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eVnHmTpotPHRyletT1zyDI9H0Ht0rnqk { top:11.288770675659rem;left:0rem;width:19.8125rem;height:25rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w2lf9JcWt1TE7Gb1dRUmJ0u1q1op0r7n { width:5.4375rem;height:1.0625rem;top:10.1826171875rem;left:14.5rem;font-size:0.625rem;line-height:1.7;z-index:15006;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eO2d0TzhNWtHBN9XGcBilxa12GGoHG0J { width:17.9375rem;height:2.625rem;top:38.0625rem;left:0.9375rem;font-size:0.8125rem;z-index:15014;color:rgba(var(--color-tertiary-4),1);background-color:#ffffff;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kkAbLnBTKKU6JSHm2etCURqtwMhfsd9X { display:block; }
 }@media only screen and (max-width: 763px) { #EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT { background-color:rgba(var(--color-tertiary-4),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:none; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT > .row .container { border-width: 0; border-radius: 0; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhIbFpSVVrTK42KVHGwoKtDLsbIJUwsT > .row .container { width:20rem;height:71.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NpCCfdaN1ULHDQNh8z9I4VIScDF8WyZe { width:19rem;height:4.7137375rem;top:2.8103294372559rem;left:0.46864157915116rem;font-size:1.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vE7HdsSDE0WigMmgro2ZZ648LOyi3rR7 { top:11.373699188233rem;left:1.0617404580116rem;width:17.874875rem;height:43.3745625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mZ3PkwtMTmB0P4MmizArtxFHzeBV5XBO { width:20rem;height:1.9124375rem;top:8.1244583129881rem;left:0rem;font-size:1.125rem;line-height:1.7;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cVirSETpa3ccN30BVuSoGsvQiONnXQiy { display:block; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { width:13.4375rem;height:3.8994125rem;top:4rem;left:3.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { width:18.8125rem;height:28.1704375rem;top:10.00244140625rem;left:0.53125rem;font-size:0.8125rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
 }@media only screen and (max-width: 763px) { #m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg { display:block; }#m4skyVv9B0KpIeVuMGWTO28PTLrvBxFg > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XR8J10Pv4NDH0vGVWuIKQqZPNqosdcw4 { width:14.375rem;height:5.03613125rem;top:2.9375rem;left:2.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZywETLTsQf7S923xZsnhubll55qSpTG { width:12.061625rem;height:1.687825rem;top:16rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #uZ2b7qDBQFEqkUTygqDgAGfSToQJb2d3 { width:18.4375rem;height:6.4375rem;top:17.62514375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #osWGFGQf992pyFow07uMttlpoHbfDRWH { top:63.375rem;left:0rem;width:20rem;height:16rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VzPuUwTss7NRp0TOOJbR1GgkoXN80p3p { width:20rem;height:6.1875rem;top:25.9375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ChzlgdyxWNSa3qmqGf4z6xNttP9gNFDH { width:19.5rem;height:2.3125rem;top:17.687171936035rem;left:0.37489157915116rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr { width:16.686125rem;height:26.4975625rem;top:33.622901439667rem;left:1.65578353405rem;font-size:0.875rem;display:block; }#rTuB1fXxkv43GDnvDPRoMN6Sem8I4oTr li:before{  }
 }@media only screen and (max-width: 763px) { #BPiTzdwroXEita606nIAH70k4dyVLLQ6 { width:18.6239375rem;height:1.94970625rem;top:80.375rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK0If1nXw4wOkTCRdseBxRXL6S29Z9xO { top:25.184175491333rem;left:0.74918377399444rem;width:18.5rem;height:36.8125rem;z-index:15004;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#e6f4ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gUG1KI49vUdThmwrTfdJUZAHX0L2k8zH { width:7.7485rem;height:5.81055rem;top:9.437171936035rem;left:6.7496746182444rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAVVRPvifTTnuXiTZT9kJ9ybHFhhB0Mv { width:15.4373125rem;height:3.37565rem;top:20.374893188476rem;left:2.4370661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { display:none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { width:20rem;height:193.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufipML0gHuym8TH9uQ6feZJzM7OTw2T { width:20rem;height:15.398716548669rem;top:5.1001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { width:15.8125rem;height:16.499755432849rem;top:21.7486625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { width:17.8125rem;height:15.625rem;top:43.02306875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { width:18.125rem;height:14.74975rem;top:59.89806875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { width:14.6875rem;height:6.0625rem;top:179.03759765625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { width:12.5rem;height:2.27478125rem;top:78.610227929687rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { width:12.5rem;height:1.46179375rem;top:91.083377929688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { width:12.312rem;height:1.2994375rem;top:148.99521542969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5HObMzykZz2J6lXT0F05V4lecC70MA { width:12.5rem;height:1.2994375rem;top:169.19051542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { display:flex;width:1.25rem;height:1.25rem;top:146.49521542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { display:flex;width:1.25rem;height:1.25rem;top:166.69051542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { width:12.312rem;height:1.2994375rem;top:133.84874042969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { display:flex;width:1.25rem;height:1.25rem;top:131.34874042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { width:12.5rem;height:1.46179375rem;top:82.135009179688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowoyquDxNQR5Ou8saACdS0whEb85V5O { width:12.5rem;height:2.27478125rem;top:39.4982875rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { display:flex;width:1.25rem;height:1.25rem;top:156.59286542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { width:12.312rem;height:1.2994375rem;top:159.09286542969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0Srz4OAptBKltFpO1H1BphGdfcvffG { width:12.5rem;height:1.46179375rem;top:98.718996679688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { width:12.5rem;height:2.27478125rem;top:84.846802929687rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGMo5458zHzluQLlCJ38uo1CHGEssrR { display:flex;width:1.25rem;height:1.25rem;top:161.64169042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { width:12.5rem;height:1.2994375rem;top:164.14169042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { width:12.5rem;height:1.2994375rem;top:103.80579042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { width:12.5rem;height:1.46179375rem;top:88.371584179688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { width:12.5rem;height:2.27478125rem;top:75.085446679687rem;left:5.999755859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94J0chdz99i15OG5N3ZSJfQFMIkI1iz { display:flex;width:1.25rem;height:1.25rem;top:186.35009765625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #uZuwXy5zizOgrp7dgEQGdGHg72O8FIEb { width:12.5rem;height:0;top:188.85009765625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNvE621Q5dZssGIT2qPz6AOi3pHEnTT { display:flex;width:1.25rem;height:1.25rem;top:191.35009765625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #T3okup7P36mbgHADRxTSMeMyTcWHgEAW { display:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxfk6RafNith3NbpOE5pxSobizWVrhPT { width:9.25rem;height:8.875rem;top:14.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { width:7.4375rem;height:5.4375rem;top:13.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a850tB4PhKuMoFiEE441gVfwf39dk38c { width:20rem;height:4.06055rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { width:20rem;height:5.99706875rem;top:7.9741754531863rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { width:7.3125rem;height:7.0625rem;top:13.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJEz77s8DAWCvpb4AAIozN4J5QantcB5 { width:20rem;height:17.7495625rem;top:23.124450683594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { display:none; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { width:20rem;height:120.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { width:20rem;height:2.43713125rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { width:18.875rem;height:18.875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { width:18.49975rem;height:18.49975rem;top:26.93603515625rem;left:1.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { width:18.6865rem;height:18.6865rem;top:43.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { width:18.2495rem;height:18.2495rem;top:76.53076171875rem;left:1.75048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { width:20rem;height:20.3125rem;top:91.263427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJcS67wFK7xdTomvALlx0hHN4nVib5q { width:19.4995rem;height:19.4995rem;top:59.952392578125rem;left:0.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfKRP3cQBTzmpwSnfupwDN4lME84tH9 { width:18.75rem;height:3.4375rem;top:114.06127929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzMTb1yQXZ1H0ICuFQzp4hPiHerRi1l5 { display:block; }
 }@media only screen and (max-width: 763px) { #aWz2N518KECIH3too9J2TWLstdKe3UCH { width:20rem;height:3.0013rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { display:none; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { width:20rem;height:221.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { width:12.0625rem;height:3.90014375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysdD6mnDPslea31z6Ie4PINGhtAQB574 { width:14.6875rem;height:38.6875rem;top:13.861328125rem;left:0.65625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { width:18.75rem;height:49.125rem;top:75.81787109375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDPCzId46SmsukGs1rldbtk3BnSwTrdO { width:18.75rem;height:49.3125rem;top:106.9365234375rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { width:16.1875rem;height:9.5rem;top:8.6005859375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { width:17.9365rem;height:10.625rem;top:52.81005859375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { width:17rem;height:15.75rem;top:98rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { width:12rem;height:4.6875rem;top:18.1005859375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7B88oEOluRDgXLpq6BTq54okCOqFfom { width:10.749rem;height:4.47314375rem;top:63.31005859375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { width:13.125rem;height:4.1875rem;top:109.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { width:11.875rem;height:2.4375rem;top:23.162109375rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { width:11.875rem;height:2.4375rem;top:68.15771484375rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { width:11.875rem;height:2.4375rem;top:114.6875rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { width:7.8125rem;height:0.1875rem;top:171.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { width:7.8125rem;height:0.1875rem;top:171.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNN70lArH3cehViJDfMpikuIissXMrJ { width:1.875rem;height:0.1875rem;top:171.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brID5NPl053Pgrv2EOtRvnEbNncE3ODC { width:0.1875rem;height:1.875rem;top:170.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { width:20rem;height:3.8891625rem;top:191.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { width:17.375rem;height:3.898925rem;top:159.25rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { width:20rem;height:1.625rem;top:165.25rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { width:20rem;height:1.29980625rem;top:167.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { width:13.8125rem;height:4.0625rem;top:193.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { width:11.875rem;height:2.4375rem;top:190.25rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { width:16.15625rem;height:3.12463125rem;top:47.6865234375rem;left:1.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block; }
 }@media only screen and (max-width: 763px) { #kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { width:16.25rem;height:3.1875rem;top:92.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block; }
 }@media only screen and (max-width: 763px) { #hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { width:16.25rem;height:3.125rem;top:147.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { width:16.875rem;height:5.68725625rem;top:131.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { width:12.5rem;height:3.89941875rem;top:28.66259765625rem;left:6.529296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { width:11.937rem;height:3.8994125rem;top:74.294921875rem;left:6.21923828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07UpDvXxVnCXSbre2tnTAABgVX82HTt { width:11.1875rem;height:3.89941875rem;top:120.9375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { width:11.8125rem;height:3.8994125rem;top:126.1875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { width:12.5rem;height:2.9238375rem;top:35.74951171875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuvMGlWlrp13no57qcJrAQKqKksB2UmT { width:16.3735625rem;height:2.9238375rem;top:80.97998046875rem;left:1.81298828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { width:9.5rem;height:1.9494625rem;top:139.625rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { width:16.3733125rem;height:3.25rem;top:39.1240234375rem;left:1.81298828125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { width:16.3735625rem;height:3.25rem;top:85.265625rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { width:16.373875rem;height:3.65625rem;top:142.6875rem;left:1.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { width:13.9375rem;height:1.949225rem;top:152.3125rem;left:3.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { display:flex;width:2.5rem;height:2.5rem;top:28.42919921875rem;left:2.46826171875rem; }
 }@media only screen and (max-width: 763px) { #rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { display:flex;width:2.5rem;height:2.5rem;top:73.794921875rem;left:2.71875rem; }
 }@media only screen and (max-width: 763px) { #DDdo08CarMdbtaffF3kUtpy6973os5pG { display:flex;width:2.5rem;height:2.5rem;top:120.75rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { display:flex;width:2.5rem;height:2.5rem;top:125.875rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { width:15.49925rem;height:5.59765rem;top:209.31030273438rem;left:2.24853515625rem;font-size:1rem;color:rgba(var(--color-tertiary-0),0.7);display:block; }
 }@media only screen and (max-width: 763px) { #HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { width:20rem;height:1.875rem;top:206.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { width:16.3735625rem;height:3.25rem;top:202.9375rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { width:15.7495rem;height:3.8994125rem;top:4.4366455078125rem;left:2.1246337890625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ATJ849k2khTe8BTupfvBKAlDIn4QJTv5 { width:15.3125rem;height:2.2734375rem;top:36.26220703125rem;left:2.34375rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #o76BUCKOrLvaqTeBzMTDaU6Z0JrJAv2h { width:18.6875rem;height:38.6875rem;top:58.7158203125rem;left:0.65625rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IlvBXvlUVgh54sXXMzI0lwJNrviXgPTD { top:187.75rem;left:0.625rem;width:18.6875rem;height:28.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rMmufLFei1ihAO36ZOSyQ4c89LZ2ySOe { width:18.75rem;height:38.75rem;top:13.923828125rem;left:0.625rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dWOfTlWd1IH3SGME9uxhRlrDvATney3L { width:20rem;height:6rem;top:180.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMz5BcvO3ScuvbLs4iSQkOcmlv6ymVee { width:20rem;height:3.898925rem;top:175rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/633d89d7-a2d9-4271-8f2e-d372d3a0fb9f/freepik__enhance__65103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.adaptive-delivery-prevent-bg, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyload, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyloading { background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { width:20rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #USwlrblABTFpToCxCkve9UiUTvpWBtgy { width:17.0625rem;height:2.0625rem;top:3.6240234375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { width:20rem;height:31.1875rem;top:7.2333984375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LTLh4ZBuUd56u5m3iKaCHAUkBcOmQK3H { width:20rem;height:1.21705625rem;top:39.2333984375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { display:none; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { width:20rem;height:2.99926875rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { width:16.25rem;height:2.8125rem;top:19.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block; }
 }@media only screen and (max-width: 763px) { #xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { width:20rem;height:6.1875rem;top:8.75rem;left:0.25rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { display:block; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { width:20rem;height:6.8125rem;top:8.499755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { width:11.25rem;height:5.1972625rem;top:9.724609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { display:flex;width:2.5rem;height:2.5rem;top:9.125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { display:block; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { width:20rem;height:21.375rem;top:0.374755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNkNKnDlwSZMstGken72JV6PQbFQfwb { width:18.25rem;height:19.48975rem;top:1.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { display:block; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { width:20rem;height:5.5625rem;top:0.2496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { width:11.1875rem;height:3.89795rem;top:1.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { display:block; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { width:20rem;height:4.5rem;top:0.2496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { width:17.8125rem;height:2.59863125rem;top:1.30078125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { display:block; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { width:10.0625rem;height:1.29980625rem;top:1.412109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhTFRGD51yVeutX9DwxyTX31R88aTWh { display:flex;width:2.5rem;height:2.5rem;top:0.8125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { display:block; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { width:20rem;height:9.4375rem;top:0.2496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { width:16.5625rem;height:7.795875rem;top:1.400390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { display:block; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { width:20rem;height:5.687255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5avKIskw42ro7LTzwATyL8mpcqpVRhm { width:20rem;height:5.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m982BTXflIs7wmqshkvqMxMUq1z6sI30 { width:15rem;height:2.59863125rem;top:1.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { display:block; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { width:20rem;height:7.1875rem;top:0.2496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { width:16rem;height:5.1972625rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { display:block; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { width:20rem;height:3.999755859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { width:20rem;height:3.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { width:12.375rem;height:1.29980625rem;top:1.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { display:block; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { width:20rem;height:6.125rem;top:0.1873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { width:17.4375rem;height:3.89795rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { display:block; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { width:20rem;height:5.6875rem;top:0.2496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { width:13.25rem;height:3.89795rem;top:1.13671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { display:block; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { width:20rem;height:5.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { width:17.5625rem;height:3.8983125rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb { display:block; }#Z2cgBO5l9cOT3qfWX99UgBGmft8Nopeb > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpPnvUmvkPWst6yTAl8Ap1zwwtr5t0My { width:20rem;height:5.4375rem;top:0.2496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzESe6nn0miE43p6Paehn57lGC9qNx6f { width:13.25rem;height:3.89795rem;top:1.13671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTuCVzkTDnElORwRe70tIiExnvbEESS2 { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU { display:block; }#idHIWlQLFiTNR3ih8pCvvDS4fZ8p1cvU > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpmTBVJ1tAIhixroNtLixmNl8lpdzA4W { width:20rem;height:10.3125rem;top:0.1873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUiVE8llk95wwAGWPrqkwIh0A96ZNZRr { width:17.5625rem;height:7.795875rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXnwQezN1IDMNGFnNRBCJZslSn7REKpt { display:block; }#tXnwQezN1IDMNGFnNRBCJZslSn7REKpt > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L42ttsC97ysk01EEBU67Bgo4pbe2N1rl { width:20rem;height:5.9375rem;top:0.249755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9wQ9TqIz5ppkT3Lh72ael23sh2wTSbW { width:15.75rem;height:3.89795rem;top:1.13671875rem;left:1.24951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkPK27fqfR1r6VveJqB1cTXkNmUP7CN { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo { display:block; }#giWTHuJEwIC6I4FeTptWgFkSTxEJJnFo > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKCrdIaksKELw7G0PDxCFro9aLwWDcGc { width:20rem;height:8.4375rem;top:0.1873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHsToczbKf8yhPLCvQM7vEyZv8CdLwm { width:17.5625rem;height:6.4965625rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW { display:block; }#lTHTv7dKKATTrNNRE2GfNblOaFbXbiOW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTRMe2kaopNgCTuPazvWNZopS4cH5oec { width:20rem;height:4.375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLcu4k3sLFPgP9ZLLsniZIpToKopMJl { width:13.25rem;height:1.29931875rem;top:1.13671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyy7dtyCZqHTdiWOSO5ZQ7F6TredXlou { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV { display:block; }#abhmw2nBJ0cKsUZgFk01BXTvBUCeyUSV > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmUa3lw0KeOgKg8TMuztaIzc9prcW9tV { width:20rem;height:5.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPbE0b9rE2mdVgsD0hccWuilcw3B8DSb { width:17.5625rem;height:3.8983125rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { display:none; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { width:20rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block; }
 }@media only screen and (max-width: 763px) { #lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { display:none; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { width:20rem;height:80.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { width:20rem;height:4.87426875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { width:16.375rem;height:2.598875rem;top:9.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIW3hzqonx1d65Ge4F02iIkukywNQMId { width:17.4375rem;height:1.29980625rem;top:13.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { width:1.875rem;height:1.875rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { width:1.875rem;height:1.875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { width:1.75rem;height:1.29980625rem;top:13.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { width:1.75rem;height:1.29980625rem;top:9.5869140625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { width:14.125rem;height:1.29980625rem;top:28.162109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { width:1.875rem;height:1.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { width:1.75rem;height:1.29980625rem;top:28.224609375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { width:11.875rem;height:10.6875rem;top:15.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { width:1.875rem;height:1.875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { width:1.75rem;height:1.29980625rem;top:31.4375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { width:12.4375rem;height:2.598875rem;top:31.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { width:15.625rem;height:5.8125rem;top:34.662109375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { width:11.0625rem;height:1.29980625rem;top:42.162109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { width:1.875rem;height:1.875rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { width:1.75rem;height:1.29980625rem;top:42.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { width:16.5rem;height:1.29980625rem;top:57.599609375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { width:1.875rem;height:1.875rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { width:1.75rem;height:1.29980625rem;top:57.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTBcUua1Mac715URlK8DsMhBEyrDRfU { width:11.8125rem;height:1.29980625rem;top:68.224609375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { width:1.875rem;height:1.875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { width:1.75rem;height:1.29980625rem;top:68.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { width:11.875rem;height:11.5625rem;top:44.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { width:15.625rem;height:6.75rem;top:59.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { width:15.625rem;height:7.8125rem;top:70.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { width:0.0625rem;height:55.5rem;top:60.745125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { background-color:#000000;background-image:none;display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { background-color: transparent; background-image: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .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); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { width:19.8118125rem;height:1.94970625rem;top:4.0598363876342rem;left:0.092329502105713rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { padding-top:0.433125rem;padding-right:0.380625rem;padding-bottom:0.433125rem;padding-left:0.380625rem;width:2.284375rem;min-width:2.284375rem;height:2.3275rem;font-size:1.731875rem;line-height:37.24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#5db4ff;background-image:none; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.270625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.045625rem;height:0.92rem;font-size:0.649375rem;line-height:14.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { display:flex;width:16.1875rem;height:4.384375rem;top:8.4368896484375rem;left:1.1553955078125rem;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
 }@media only screen and (max-width: 763px) { #r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { width:15.625rem;height:2.59863125rem;top:15.931396484375rem;left:2.1875rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { width:15.1245rem;height:1.13745rem;top:19.993286132812rem;left:2.4371337890625rem;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { width:16.25rem;height:2.8125rem;top:24.817504882812rem;left:1.875rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;color:rgba(var(--color-tertiary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block; }
 }@media only screen and (max-width: 763px) { #XUTDyZAgQ0VyR197Om39LlGEypr8TumZ { width:19rem;height:3.4375rem;top:22.3798828125rem;left:0.5rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FJEwgOg5x3UrbXQsxG3xRCJD1qD8HE0Q { display:block; }
 }@media only screen and (max-width: 763px) { #w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { display:block; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { width:20rem;height:2.99926875rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { width:16.25rem;height:2.8125rem;top:12.874349594116rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { width:20rem;height:8.2470625rem;top:3.125rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { width:10rem;height:0.97485625rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { width:6.375rem;height:0.97485625rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { width:6.5rem;height:0.97485625rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { width:12.75rem;height:1.2999125rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvo8oIFdov78v8XncWecgToEhN0htNq { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { width:1.5rem;height:1.5rem;top:8.4375rem;left:10.875rem;overflow:hidden;display:block; }
 }