.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:217,221,226;--color-primary-1:129,143,158;--color-primary-2:3,31,60;--color-primary-3:2,16,30;--color-primary-4:0,5,9;--color-secondary-0:247,250,223;--color-secondary-1:229,237,148;--color-secondary-2:203,219,41;--color-secondary-3:102,110,21;--color-secondary-4:30,33,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Albert Sans";--paragraphs-font-family:"Albert Sans"; }body { background-color:transparent;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); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { background-color: transparent; background-image: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container > .video-iframe-container { display: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container { display: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .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); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { border-width: 0; border-radius: 0; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#D2ISXgEkNTX8fJWfDX3FnqOkmLJmw53x { 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:3.3125rem;width:7.875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { background-color:#041e3c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:63.5rem;display:block; }
#T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQcUI9hHwQae9DW9ADvWXNsSSx8mmkLz { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:55.8125rem;display:block; }
#T6kDk0B3SMIMKLbmKsQF0tvp2IXtDqKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca5abf2e-520d-4510-9f84-2716849c47c4/Screenshot20260311at112751PM.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; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#NtFklSq2hcN3UuOmkznymkDC5VN7rawv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.99951171875rem;left:0rem;height:4.7937rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { color:rgba(var(--color-tertiary-0),1);display:block;width:26.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.66748046875rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.73828125rem;left:0rem;display:block; }
#VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { position:absolute;display:block;z-index:15009;height:40.625rem;width:35.625rem;top:8.1875rem;left:39.3125rem;display:block; }
#RScmToORPQndApidd6WVk9uFWdTuS3IF { 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.5rem;width:2.5rem;top:35.3125rem;left:0rem;overflow:hidden;display:block; }
#H8JzMwENd56vJDlW8Kbv4u8rEVMyP2Wr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:38.4375rem;left:0rem;height:1.29980625rem;display:block; }
#Xg5TvqpwTTTJTVdMFxU7UOTXv7Z624Aw { 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:2.4375rem;width:2.4375rem;top:35.3125rem;left:1.8125rem;overflow:hidden;display:block; }
#ecNpG0yUyfuCvFB392qJEtf1SnbZxcA9 { 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:2.4375rem;width:2.4375rem;top:35.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#ohRJw0wa8Z7umWAUCbWAEblgFfKMTFrk { 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.4375rem;width:2.4375rem;top:35.3125rem;left:5.1875rem;overflow:hidden;display:block; }
#lGJUTTbPlgOsMNZ2cZEb6XLb1Im47Tu7 { position:absolute;display:block;z-index:15023;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.4375rem;width:2.4375rem;top:35.3125rem;left:6.625rem;overflow:hidden;display:block; }
#BGuUER3ybPb6xGg7iCJJQgttaCPToL8J { box-sizing:content-box;height:2.3125rem;width:2.3125rem;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:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:35.3125rem;left:8.5625rem;display:block; }
#HyaJZMVRkkgOgCxTba38d2B3Eq45i74r { color:rgba(var(--color-tertiary-0),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:36.1875rem;left:9.25rem;height:0.6499rem;font-style:normal;display:block; }
#lr6Iwoy5eZ1zt3CCESOJ9TgG0w5HFNdp { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:43.43701171875rem;left:0rem;height:1.29980625rem;display:block; }
#HRqV2VGnDcGo9p6GJzdTbEbeJlklG2Vm { position:absolute;display:block;z-index:15027;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:3rem;width:2.5625rem;top:45.857666015625rem;left:0rem;overflow:hidden;display:block; }
#sRNWkhQKdhDDhgMKpJu67nq4L7iwJLpC { position:absolute;display:block;z-index:15028;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:3rem;width:7.1875rem;top:45.857666015625rem;left:5.091796875rem;overflow:hidden;display:block; }
#m6BiG574fyZabqCsxzDb4krDcRetzULf { position:absolute;display:block;z-index:15029;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:3rem;width:3rem;top:45.857666015625rem;left:30.531005859375rem;overflow:hidden;display:block; }
#Virsvn98kpQZdVSbkEooOFCqnLqBElTA { 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:3rem;width:12.75rem;top:45.857666015625rem;left:15.03076171875rem;overflow:hidden;display:block; }
#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { 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; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { background-color: transparent; background-image: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container > .video-iframe-container { display: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container { display: none; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .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); }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { border-width: 0; border-radius: 0; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { color:#041e3c;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.499755859375rem;left:0rem;height:1.29980625rem;display:block; }
#T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { color:#041e3c;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.04833984375rem;left:0rem;height:2.11230625rem;display:block; }
#MhfJK5trwsDaT532CSwnceskVK4COQ2S { color:#4b5563;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.410400390625rem;left:0rem;height:14.2978375rem;display:block; }
#LozlRNkiHZDftuXCxGDWtbKviLAa2vM0 { color:#041e3c;display:block;width:33.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:0rem;height:2.11230625rem;display:block; }
#g21fVutPgbxGvq4LtgnchO753II6fT6B { box-sizing:content-box;height:12.6875rem;width:9.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:0rem;display:block; }
#Ib9vl8atLREuU9zv0dTcvJCUQ8pBOxcc { box-sizing:content-box;height:12.687rem;width:9.687rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:10.5625rem;display:block; }
#KeRXr4GJrZrcfIB72tSwBeeC09isOLW4 { box-sizing:content-box;height:12.68625rem;width:9.68625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:21.3125rem;display:block; }
#dBh2sRvsGApbgAtv8GGoKBVqeL3Wx0lB { box-sizing:content-box;height:12.6855625rem;width:9.6855625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:32.0625rem;display:block; }
#H9HZSGTkm3BWXNtaTAeFTdRdUU8A4Riu { color:#ffffff;display:block;width:8.3125rem;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:33.9375rem;left:0.6875rem;height:5.19921875rem;display:block; }
#a1J2C0kzBJd5KHXIfRwtukTOam7ZqLmL { color:#ffffff;display:block;width:8.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.375rem;left:11.25rem;height:7.7988125rem;display:block; }
#NxZisQozdcPWnEDUpur4k7TER1W2uPGl { color:#ffffff;display:block;width:8.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5625rem;left:22rem;height:2.5996125rem;display:block; }
#gVKiwPqoEshHf0AAOSPtPkIVBf1Wt9id { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.625rem;left:33.375rem;height:2.5996125rem;display:block; }
#xtXUZ9EeH473LC7CnVTXg0As2dGdr5ht { 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:29.625rem;width:29.625rem;top:11.25rem;left:45.375rem;overflow:hidden;display:block; }
#T3AkN4EoFMdZyZRJ7ROQscCFfAWWMLC3 { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3745rem;height:2.5620125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.1875rem;left:0rem;display:block; }
#oQn6IWtH6mi86JD12CD26EuOFDeauABF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ST69JflHiIguSnTc0a8lUXVhiiX3aDOW { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:45.375rem;display:block; }
#TqtOMS8ZM1L326Kduq4QsK4VfewzEegT { box-sizing:content-box;height:7.437rem;width:7.437rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.625rem;left:52.8125rem;display:block; }
#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT { 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; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container { background-color: transparent; background-image: none; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container > .video-iframe-container { display: none; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row > .video-iframe-container { display: none; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .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); }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container { border-width: 0; border-radius: 0; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#WzAbOg1Kfp4v7E0TWOHRTsfAdUFwbOrf { color:#041e3c;display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:17.90625rem;height:2.11230625rem;display:block; }
#wUPs4QUvEm6huZyeM8KmNTnfmKWWAPJA { 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:23.5rem;width:23.5rem;top:5.84765625rem;left:0rem;overflow:hidden;display:block; }
#d0fdKDkSCZ3mdag5yasneKGU3b30HJRp { 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:23.4375rem;width:23.4375rem;top:5.84765625rem;left:25.749755859375rem;overflow:hidden;display:block; }
#qkHHqrPkeT1q95kTdbKtoyQqCIos9P0u { 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:23.4375rem;width:23.4375rem;top:5.84765625rem;left:51.5009765625rem;overflow:hidden;display:block; }
#fvxot5EfFafp97dcxy5BRhtt9wRWM83D { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:0.828369140625rem;height:1.7871125rem;font-style:normal;display:block; }
#nkxiMnhelNFQFcXJTHwBTRWuwMK0BVdA { color:#ffffff;display:block;width:15.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.49853515625rem;left:0.828369140625rem;height:2.5996125rem;display:block; }
#srwIFz6GKQZxocDuz7mGHR4zb32ioliA { box-sizing:content-box;height:23.4375rem;width:23.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.87841796875rem;left:0rem;display:block; }
#tUUd8S2TBfcHyfwLuBB2oHbohRyyCvBI { box-sizing:content-box;height:23.4375rem;width:23.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.87841796875rem;left:25.78125rem;display:block; }
#mWwzs2mVzWfaMZb1TFKUn85RX2Zpsa0d { box-sizing:content-box;height:23.4375rem;width:23.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.87841796875rem;left:51.5625rem;display:block; }
#vkTL4DsaJ8eHa83lPbaOm5p41bwaiwb6 { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:27.952880859375rem;height:1.7871125rem;font-style:normal;display:block; }
#AvzXtxGrod1iWmhiUC1Tm6vLAQepySUC { color:#ffffff;display:block;width:15.87375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.497802734375rem;left:27.952880859375rem;height:2.5996125rem;display:block; }
#TinWOaZHWUBSKAQdsG4BloWgXfzBQo1e { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:54.0146484375rem;height:1.7871125rem;font-style:normal;display:block; }
#Lfh7ix6aaZ9rGzuW5RdQKU6r3yXzurnK { color:#ffffff;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.497802734375rem;left:54.0146484375rem;height:2.5996125rem;display:block; }
#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE { 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; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { background-color: transparent; background-image: none; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container > .video-iframe-container { display: none; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row > .video-iframe-container { display: none; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .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); }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { border-width: 0; border-radius: 0; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#i3GETLsPdwu2Hih4kWyXrw2tFHqQyuBM { 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:35.6875rem;width:35.6875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#CckSnaFDErdp7mFT9ixw0Ji32mgaW5x5 { color:#041e3c;display:block;width:14.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:36.875rem;height:2.11230625rem;display:block; }
#wlT9kOPRt368ZVMTsaGXs0wJo5rJuFqq { color:#041e3c;display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:37.125rem;height:1.625rem;display:block; }
#ya3V58G67Dd8KP9zMb1lS0ONonSpko48 { color:#041e3c;display:block;width:14.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:40.3125rem;height:1.29980625rem;display:block; }
#uXZwySTfrLF76q1k85EKvwSMcvUOpJTu { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.875rem;left:40.3125rem;height:1.29980625rem;display:block; }
#ohSe6ABxi3s8A0MPNyJgpUOGI8syg9hy { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.6875rem;left:40.3125rem;height:1.29980625rem;display:block; }
#na9emCoFFKC3Nqu72PPDHkrxxZOk1qBG { color:#041e3c;display:block;width:20.7495rem;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:16.375rem;left:40.3125rem;height:1.29980625rem;display:block; }
#ONavWt8igPS6W24TooV7Ji2maqoiqXfW { color:#041e3c;display:block;width:20.74875rem;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:19.0625rem;left:40.3125rem;height:1.29980625rem;display:block; }
#ETfNP4OdwKlg8qUUi16fBEZSNIvAxFmJ { color:#041e3c;display:block;width:31.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8125rem;left:36.875rem;height:1.625rem;display:block; }
#uOFFusaqeZxoeOmaPvfgwnFpHpTAo8uw { color:#041e3c;display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.1875rem;left:40.375rem;height:1.29980625rem;display:block; }
#SzupoP2ST5MzDi6MvqvkuNsd7SdDoCKo { color:#041e3c;display:block;width:14.1233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28rem;left:40.3125rem;height:1.29980625rem;display:block; }
#rxshD7o76UI1mTqywJPb9luvCBgNnJ9Z { color:#041e3c;display:block;width:16.6875rem;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:30.5625rem;left:40.3125rem;height:1.29980625rem;display:block; }
#kqTTTabfbvVTyxgN9uNa3c5qvclLzkSF { color:#041e3c;display:block;width:16.6875rem;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:33.125rem;left:40.3125rem;height:1.29980625rem;display:block; }
#eDc1Jt1o7imyLTB4on5aX6BrAoOHAxpA { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.37375rem;height:2.5620125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35rem;left:39.4375rem;display:block; }
#PXLkskm8rScUfffyEuuk9IX72KpS6xET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9FOAirTkuXcgZD6qu5JhIRT83TvzvRG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.0625rem;left:37.8125rem; }
#fDEDBOC0y1LGaLKyTvUBir1XKLp6sXo6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.625rem;left:37.75rem; }
#Iu2TZDzzaMtfII4tTWQZ48NZ0d5TF6Gn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.4375rem;left:37.8125rem; }
#hIyhUZJ9O79px8MrlmPqVkIV4nTF2vKW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.125rem;left:37.8125rem; }
#F24lcv0F8AFlcVJp3FfCcBF4pe8z4ZRT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.875rem;left:37.875rem; }
#MpFbKm8geiWnU5QD8GiZ0mnouzzAC9gI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.875rem;left:37.75rem; }
#fh4DGX48g7BbMRb74HVa6l8I8EP8LElx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.9375rem;left:37.75rem; }
#pptFMtxqHLcTBsFcZAfABu3TPgtceQ7F { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.75rem;left:37.6875rem; }
#Ak1oAzUxq7gyMNasgDy8M50ncGGUmwmT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:30.3125rem;left:37.6875rem; }
#TbALroq4nTrsqVWGdab17GuvvhZH83Hp { box-sizing:content-box;height:7.437rem;width:7.437rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.860595703125rem;left:0rem;display:block; }
#wkAR7Gr6G8C8mXkaJNSJkwKIEzqJpTD1 { box-sizing:content-box;height:35.6875rem;width:35.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.904296875rem;left:0rem;display:block; }
#D9G5H9ILbeNS8unL36cNhNT3pRraGHpC { box-sizing:content-box;height:7.43625rem;width:7.43625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.172119140625rem;left:7.435546875rem;display:block; }
#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 { 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; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container { background-color: transparent; background-image: none; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container > .video-iframe-container { display: none; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row > .video-iframe-container { display: none; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .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); }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container { border-width: 0; border-radius: 0; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#AOTXNUPUGbTI84zV5ugfEAXr0tqfuuGi { color:#041e3c;display:block;width:14.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.29980625rem;display:block; }
#lKMhaOCy70ahlHo3AFEVCAd1gQPuUKJh { color:#041e3c;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.048583984375rem;left:0rem;height:2.11230625rem;display:block; }
#nctPQvakq4eX7IB6ka63mfk4oneb32xl { color:#4b5563;display:block;width:41.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.035888671875rem;left:0rem;height:2.5996125rem;display:block; }
#QxlmzNXdeMNk1Eu4mWAGnVtNDLrLIKaH { color:#041e3c;display:block;width:39.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5087890625rem;left:0rem;height:2.11230625rem;display:block; }
#yr5ISZKK3FvVR4Llrkz0O7UvXlM3VGLU { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.37375rem;height:2.5620125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.146484375rem;left:0rem;display:block; }
#Qxwm17WIrWT15NmAQZv9AQzq8iWJE21G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APcouQbJ9iW7TlRSe0Le7GedkZWwpwvf { 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:29.625rem;width:29.625rem;top:5.048583984375rem;left:45.375rem;overflow:hidden;display:block; }
#OMFTBs0WGhXNGUirc8r8tx8tfZtx1Z6L { color:#4b5563;display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8564453125rem;left:2.52978515625rem;height:1.29980625rem;display:block; }
#GwBhDU08qfF0Ikgw0wfiZufzU0H9SB46 { color:#4b5563;display:block;width:12.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.10546875rem;left:2.52978515625rem;height:1.29980625rem;display:block; }
#od3Bb8V3qegDGe5GemUtguFL8QT9TeOB { color:#4b5563;display:block;width:13.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.3544921875rem;left:2.52978515625rem;height:1.29980625rem;display:block; }
#MF9a9zUHJ6ITyplTe1aD6zRCuH4zmKcc { color:#4b5563;display:block;width:11.7495rem;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:27.603515625rem;left:2.669921875rem;height:1.29980625rem;display:block; }
#SDyE4oA0kEPcrKhCGppI0zz1Qg1S3P9u { color:#4b5563;display:block;width:13.812rem;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:30.8525390625rem;left:2.52978515625rem;height:1.29980625rem;display:block; }
#igOHw5KQzzQe4NlLDtObFI4d3NDXZpTx { box-sizing:content-box;height:2rem;width:2rem;position:absolute;display:block;z-index:15015;background-color:#041e3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.50634765625rem;left:0rem;display:block; }
#JN2S6SBTRhDJFpilhUNUoOXkK1MdDI1K { box-sizing:content-box;height:1.9995125rem;width:1.9995125rem;position:absolute;display:block;z-index:15016;background-color:#041e3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75537109375rem;left:0rem;display:block; }
#v4zBTzNCvzgBb9vnmExwX5TW1ns8UmJO { box-sizing:content-box;height:1.9995125rem;width:1.9995125rem;position:absolute;display:block;z-index:15017;background-color:#041e3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.00439453125rem;left:0rem;display:block; }
#yqTfpczvVnXqt1e4DV2BuWvfDohzXOxE { box-sizing:content-box;height:1.9995125rem;width:1.9995125rem;position:absolute;display:block;z-index:15018;background-color:#041e3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.25341796875rem;left:0rem;display:block; }
#gZkq8gaPZxbfRZb6TXzT1zTHzbXS9X4X { box-sizing:content-box;height:1.9995125rem;width:1.9995125rem;position:absolute;display:block;z-index:15019;background-color:#041e3c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.50244140625rem;left:0rem;display:block; }
#V3eWheI1kRenX4ZIfD9UnkIOU3908MGX { color:#4b5563;display:block;width:41.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.673583984375rem;left:0rem;height:2.5996125rem;display:block; }
#h7b6V8mhDxOwoUwTpH44Cx2Uf2yRLku6 { color:#ffffff;display:block;width:0.624755625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.8564453125rem;left:0.875rem;height:1.29980625rem;display:block; }
#n3mN5kkTntsCT9h2aidtaE5Z1HeRHDxg { color:#ffffff;display:block;width:0.62402375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.194091796875rem;left:0.687744140625rem;height:1.29980625rem;display:block; }
#iJiNiF1m8y7mTatyOcsLml3mF3bxhUtR { color:#ffffff;display:block;width:0.62402375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.3544921875rem;left:0.687744140625rem;height:1.29980625rem;display:block; }
#RrzpMqf0lN2vWgWA22czLsMuh6XArmwf { color:#ffffff;display:block;width:0.62402375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.603515625rem;left:0.687744140625rem;height:1.29980625rem;display:block; }
#ktwXfbLcgWJpJyVRN6nzDLwBzLE7L8gt { color:#ffffff;display:block;width:0.62402375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.8525390625rem;left:0.687744140625rem;height:1.29980625rem;display:block; }
#B0XmUDhtJ6m3v8azEFsaoTNQohzpzeZd { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.2841796875rem;left:52.84375rem;display:block; }
#IyhqSPLPnH6p7diBcqAonJFhSAhXJ7T4 { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.776611328125rem;left:45.375rem;display:block; }
#HaKRC1TphxUZkWmGVDkugvpl4g997hmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f5;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; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container { background-color: transparent; background-image: none; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container > .video-iframe-container { display: none; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row > .video-iframe-container { display: none; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .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); }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container { border-width: 0; border-radius: 0; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container { font-size:0.875rem;font-family:arial;height:145.375rem;width:75rem;position:relative;display:block; }#oPSHgyvaApSaMDwIaIyHG868Eu1eLXOy { color:#041e3c;display:block;width:26.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:26.49755859375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#lXIPJnntQiHvZRBTn1DTDBk7VOwdmwwi { color:#4b5563;display:block;width:41.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.616455078125rem;left:0rem;height:2.5996125rem;display:block; }
#gJ1MJDx21ewfzBOC67UiTt8a7gTN1TGW { color:#041e3c;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8623046875rem;left:0rem;height:1.62524375rem;display:block; }
#yScCyZKqbDmTRC9xXwamSgQTOOoz2NdW { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.271728515625rem;left:0rem;display:block; }
#AG8t9hWwVc0qcJRQXiVlVIsptDRAQCEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgGmO6oD5Wiftk6AF1IvMpkegQ07yM7K { color:#041e3c;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.954345703125rem;left:0rem;height:1.7871125rem;display:block; }
#kLIbHMF14eJJTIPzbAuORv9CsX7v2VIO { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#e0e0e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.079345703125rem;left:0rem;display:block; }
#NrV4yHTX3TkpbdVw7U6HVfuu9FKKaiCI { color:#4b5563;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.08935546875rem;left:0rem;height:1.29980625rem;display:block; }
#bSe1QeL8OTBcd8QuwXbWHpT7akZakS8z { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.5rem;left:1.9375rem; }
#eDP4A5wqFaXeEI0z40swJsGG7qiJy85p { color:#041e3c;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.8125rem;left:4.5625rem;height:1.29980625rem;display:block; }
#vKQPaNg0sDATmrOLDxMN3qemPaTNwAzA { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.5625rem;height:1.29980625rem;display:block; }
#Ag2gJGd1sM3L1TE9XxdhZFCLde51MW4k { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.25rem;left:1.9375rem; }
#JcXpTH1M2oT0dQ2559x0ecn6uDt4TiZl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.0625rem;left:1.9375rem; }
#y8KJUGXF2y6DJhFs1GtGyThHzW9TvvwD { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.3125rem;left:4.5625rem;height:1.29980625rem;display:block; }
#TLxCWLmhTa86iGczT7SISfT3Htl4ZNVQ { color:#041e3c;display:block;width:20.7495rem;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:29rem;left:4.5625rem;height:1.29980625rem;display:block; }
#ptFouTPBFz5iBUb6ZPtl3aKJ9v6wUMXN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.75rem;left:1.9375rem; }
#nv2EqahRtioT8DaORoW4nzhgoZ98N7dS { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.6875rem;left:4.5625rem;height:1.29980625rem;display:block; }
#iMMwb7ZysSO9dehPlSlhF3OGMM1XhUxq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.375rem;left:1.9375rem; }
#P24U9MB7OhbhlL1bAVkSZKsPAHNG7pNV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.875rem;left:1.9375rem; }
#MIe7PHMyIQ88RUUkVESyXWKOCqnETvUS { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.1875rem;left:4.5625rem;height:1.29980625rem;display:block; }
#O0dei0nzqNRTh9ZFLwX6DygHsAMKThrO { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:37.62451171875rem;left:0rem;height:1.29980625rem;display:block; }
#O9TmhWd7StdIQSa9Q6FJLhomhgIyzvFJ { color:#041e3c;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:40.798828125rem;left:0rem;height:2.5996125rem;display:block; }
#s94FC9uOMb8ynAEfesWLDGoIdWs7fQg8 { position:absolute;display:block;z-index:15032;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:29.625rem;width:29.625rem;top:11.741455078125rem;left:45.375rem;overflow:hidden;display:block; }
#hemtPMHqD1eFM3UG1LmgBNElnyTcCdRa { color:#041e3c;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:49.6875rem;left:0rem;height:1.625rem;display:block; }
#qnswkgwdLV0xxXVyDqyqIRviuMh6Hf0d { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15036;background-color:#e0e0e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.9375rem;left:0rem;display:block; }
#eG5tdbXITyfZBw39Ff3kxfkEgIbyQw7n { color:#041e3c;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:53.8125rem;left:32.25rem;height:1.7871125rem;display:block; }
#QTcWh5rlRakBDcJZvIyPZwWSPRAnUCLm { color:#4b5563;display:block;width:41.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:57.4375rem;left:32.25rem;height:2.5996125rem;display:block; }
#hd1zEmcqcSXPTh0ybpaWfaLQO2LWfUy4 { color:#4b5563;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:61.9375rem;left:32.25rem;height:1.29980625rem;display:block; }
#q21KseN7gzoNo1exmpWug0Pr1EVfX1Q8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:64.3125rem;left:34.1875rem; }
#DJIS41TTiXe5Ft9gktwc94Ab8sikFb8a { color:#041e3c;display:block;width:18.875rem;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:64.5rem;left:36.8125rem;height:1.29980625rem;display:block; }
#TVMMrXst3Lpdp2d8DIniFMvbprurxJkW { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:67.1875rem;left:36.8125rem;height:1.29980625rem;display:block; }
#r1aw1TpLXqEawrQtNJ5IiR6vB3GwQr0R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:67.0625rem;left:34.1875rem; }
#rI3LnV5vaIylquTRsp87FI0Rm00QC6Ue { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:69.875rem;left:34.1875rem; }
#kVxghk27ZakqHh2KuV0NUgRPckTTbPef { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:70rem;left:36.8125rem;height:1.29980625rem;display:block; }
#nuL83Dp7VcexuHkUIIwoShNatPgMxBqz { color:#041e3c;display:block;width:20.7495rem;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:72.6875rem;left:36.8125rem;height:1.29980625rem;display:block; }
#QVuTAy2qdzBcXflAPpGCgqu9LTu0D1zX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:72.5625rem;left:34.1875rem; }
#Ih83aAcQqRavsnIPT2XbAqtCMy5qtZTl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:75.1875rem;left:34.1875rem; }
#wpswfoDr9HmikOK7c197cqB4bH2ntUVH { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:75.375rem;left:36.8125rem;height:1.29980625rem;display:block; }
#TqTaw2pbNt4g5ClmeyIH77P7HKGoRLn2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:77.6875rem;left:34.1875rem; }
#x3TT1u1nG1TBUR7Ivli4FReKntp6b3G9 { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:77.875rem;left:36.8125rem;height:1.29980625rem;display:block; }
#PckaSumFEXxPuOw3RiDcypINQhAbALZV { position:absolute;display:block;z-index:15053;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:29.625rem;width:29.625rem;top:55.0625rem;left:0rem;overflow:hidden;display:block; }
#TWQJCQmlah8etbPAIo7kU5wlWwswXneE { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:81.4375rem;left:32.25rem;height:1.29980625rem;display:block; }
#Ng3XeWzVZFq6BFHAtXTy4EfZnQCDKE9C { color:#041e3c;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:84rem;left:32.25rem;height:1.29980625rem;display:block; }
#lW5PNw04iE1G5WIySvTTIPzfBykHU5xC { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:92.9375rem;left:32.25rem;display:block; }
#mQ16JRVDQM97i4uiTOmwIUqd6MuucfVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M1NsKbgttpbiTg4bUnzAtvKZ9CTJQ6ia { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:86.5625rem;left:32.125rem;height:1.29980625rem;display:block; }
#F6VZ3kpGyXrnHAVOmOQJHePcZb98C60g { color:#041e3c;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:89.125rem;left:32.25rem;height:2.5996125rem;display:block; }
#aoTaWT1bMVphZPqLCpsg6Xxwdwdgac6H { color:#041e3c;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:97.375rem;left:0rem;height:1.625rem;display:block; }
#wsuD73HlTG1VkcsfVnAMG6C5TwpFnUqQ { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15036;background-color:#e0e0e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.5625rem;left:0rem;display:block; }
#dEZEfNnS1UsN9vSIlmzpuTqJRr3bhGSz { color:#041e3c;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:101.4375rem;left:0rem;height:1.7871125rem;display:block; }
#UTiTle17UzzXWG8lbUeRebf5pzWHchck { color:#4b5563;display:block;width:41.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:105.125rem;left:0rem;height:1.29980625rem;display:block; }
#yLQ45XrU2NdeNAMX390mC0UdqvlWugT3 { color:#4b5563;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:109.625rem;left:0rem;height:1.29980625rem;display:block; }
#UhPxoWMRHBMJl54Nh1t6Oe6orvgWOe6x { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:112rem;left:1.9375rem; }
#rnPKOWpabh9PW5TdXtz7zLqMTy23UF3W { color:#041e3c;display:block;width:18.875rem;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:112.3125rem;left:4.5625rem;height:1.29980625rem;display:block; }
#beh6b6BuKOE4cW526R6rDQGgcScJrqpa { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:115rem;left:4.5625rem;height:1.29980625rem;display:block; }
#LCTUPQuE66nXVix2uvNN887QDx0U34Gh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:114.75rem;left:1.9375rem; }
#qgo6hoil9Ehw9f4DqcnqJcxWz81ho9at { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:117.5625rem;left:1.9375rem; }
#sacWfw5PEhkOedluDzyobGSWPNXXCQeq { color:#041e3c;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:117.8125rem;left:4.5625rem;height:1.29980625rem;display:block; }
#Suioh9nb1rg8sLfihEgxZpeJBVUnS6oC { color:#041e3c;display:block;width:20.7495rem;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:120.5rem;left:4.5625rem;height:1.29980625rem;display:block; }
#Np9Nz7rPctxpvCRNSd7cJcCaoiuLBTr5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:120.25rem;left:1.9375rem; }
#v7hWcPTgtZMkmJUkDZAuKClKRuHUIKto { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:122.875rem;left:1.9375rem; }
#wDtne11fiZhXM2CyrK7K5nw7U25vN9lC { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:123.1875rem;left:4.5625rem;height:1.29980625rem;display:block; }
#BBiGqAeuFIgupEmiFaDhhsIc2EeDATRO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:125.375rem;left:1.9375rem; }
#oxZBlBVnplgxOpannlkXB595RNlWqiog { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:125.6875rem;left:4.5625rem;height:1.29980625rem;display:block; }
#CSiEnTT84DbM4cGFqwMXLNDtgOztRyIR { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:129.125rem;left:0rem;height:1.29980625rem;display:block; }
#hwyfops9WAM682PcVnTIuZAWc2BNF5HQ { color:#041e3c;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:131.6875rem;left:0rem;height:1.29980625rem;display:block; }
#ZGisXX1NI8cUyAq7gUBm4ResKfUUHcb3 { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:140.625rem;left:0rem;display:block; }
#XuJTxRA7hlEfCmE9ToyMEfK735GNtu8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcpyRmDyXtdOA11aiNIxCo9UH7ekxJnc { position:absolute;display:block;z-index:15053;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:29.625rem;width:29.625rem;top:103.25rem;left:45.375rem;overflow:hidden;display:block; }
#kvMgJqhauy14b6JxDpMENdDV26uKTwXd { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:134.25rem;left:0rem;height:1.29980625rem;display:block; }
#CZnunXltkKN4uM8875cUZTEo4P8Km0rL { color:#041e3c;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:136.75rem;left:0rem;height:2.5996125rem;display:block; }
#ytLI8fbQ49Xw0LHRL13hIbhsNOquVBE2 { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.87451171875rem;left:52.808349609375rem;display:block; }
#QvgDyNtG6pu6a07a42R6MrIdx9ZO61yT { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:45.4189453125rem;display:block; }
#RuKOQ1up2sKf7MLPR41W8pyQFXZmVyky { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.3125rem;left:7.375rem;display:block; }
#VMz4clIr9MiMoyM1UBFagvKEkuFF6Uqo { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.875rem;left:0rem;display:block; }
#qpaEqAk0OrfXebkgTghhyD6m1Ol0zxnQ { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:125.375rem;left:52.8125rem;display:block; }
#uW9yQird9FXicJWfnRdkQarVWFy2htPi { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.0625rem;left:45.4375rem;display:block; }
#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL { 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; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container { background-color: transparent; background-image: none; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container > .video-iframe-container { display: none; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row > .video-iframe-container { display: none; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .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); }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container { border-width: 0; border-radius: 0; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#cdLviETApqwTnlFFuuNZRdT5Ze3vIltl { color:#041e3c;display:block;width:14.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.686767578125rem;left:30.343505859375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#bawWuaTcW8BT5Tv3NGubTLe46gLBkyIl { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:30.15966796875rem;left:28.812744140625rem;display:block; }
#bdU46LMxvwLiSl0JHvTXzv82rzRQystG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pq0fTflprymSPrdNxSVhnG7kbyH1AJfk { color:#041e3c;display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:5.348876953125rem;left:18.561767578125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Z4HMTp1Rk3BOi7OiaQf34lxBANPVPsVD { color:#041e3c;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:9.82177734375rem;left:24.6708984375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gCu4PtsUUE4dvocB6UpCgQybhprNwwxr { box-sizing:content-box;height:10.8125rem;width:23.5rem;position:absolute;display:block;z-index:15048;background-color:#f3f3f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:0rem;display:block; }
#ylBD8VlHtpmtbRVPXZ4q6FPnHANC0usJ { box-sizing:content-box;height:10.812rem;width:23.49975rem;position:absolute;display:block;z-index:15049;background-color:#f3f3f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:25.75rem;display:block; }
#MPUeF3yrE9Rvq8k6WsEsF227RKbJqQAF { box-sizing:content-box;height:10.81125rem;width:23.499rem;position:absolute;display:block;z-index:15050;background-color:#f3f3f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13rem;left:51.5rem;display:block; }
#PTrqn9Cb0EI4zCuXp39f3JAiVqVScwEE { color:#041e3c;display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.25rem;left:1rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#Qw7ewTesytZDbBCisUmHQOhbabLtavR7 { color:#041e3c;display:block;width:21.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:21.25rem;left:1rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Apg2DEHVb9FcVWTs2bfZwCSZ8kGwLosh { color:#041e3c;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:19.25rem;left:26.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#Fl3b2UmaL60BDkoBLi9z4kC499ATlC2u { color:#041e3c;display:block;width:21.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:21.5rem;left:26.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FU2d2flJTlx6QRDm7HebIPmshmdRFoqF { color:#041e3c;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:19.25rem;left:53.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#FQXiatSVbS0Kz8wciHOWUhWFh9CqifI2 { color:#041e3c;display:block;width:21.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:21.6875rem;left:53.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XDIPM8dmE3SiSb1XW6SIw70tMHVhhJkR { color:#041e3c;display:block;width:47.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:25.68603515625rem;left:13.654541015625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#d2WzPb7Tmc2awMBsRT2bVeUfiC4GxgFo { box-sizing:content-box;height:0.312011875rem;width:23.5rem;position:absolute;display:block;z-index:15054;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;top:12.999755859375rem;left:0rem;display:block; }
#iZq39X1M1Cr4TEEFhH2Zk1fK67zb3cFd { box-sizing:content-box;height:0.312011875rem;width:23.49975rem;position:absolute;display:block;z-index:15055;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;top:12.999755859375rem;left:25.748291015625rem;display:block; }
#qmuseOJXdLAdqh29pb3lBuwCrSxlMmq7 { box-sizing:content-box;height:0.312011875rem;width:23.499rem;position:absolute;display:block;z-index:15056;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;top:12.734619140625rem;left:51.5009765625rem;display:block; }
#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn { 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; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container { background-color: transparent; background-image: none; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container > .video-iframe-container { display: none; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row > .video-iframe-container { display: none; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .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); }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container { border-width: 0; border-radius: 0; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#dBGx6rE7iwhKDeC06iCzaP6mc3ytkBn0 { color:#041e3c;display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#A7r5QBc0A0gf4e8oAgCUlAJIn11GBUMS { color:#041e3c;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:2.5996125rem;display:block; }
#obyLFym8UWvE6VU1haycOyqXxv9SUSiu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:9.375rem;left:0rem; }
#S8bOMarCbM3Qolh2IbwG9Xe3oLzyMC8S { color:#041e3c;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.625rem;height:1.29980625rem;display:block; }
#KTUS7bextgwPNbP1XpH85h1QDeJKMk8S { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:12.125rem;left:0rem; }
#gzuSyi0l4hk2PCIka4TGO06lgnnPkLdW { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.625rem;height:1.29980625rem;display:block; }
#Fdb44NU3CZ91tdgxE4AEBbleDrtKzUBx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:14.9375rem;left:0rem; }
#V6kMMloEfy2IJus5u6TEVvpRu3no2XT1 { color:#041e3c;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.625rem;height:2.5996125rem;display:block; }
#PKI6kGAz9nry6qPgN2C18S4VmbKPcbEF { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.625rem;height:1.29980625rem;display:block; }
#GbwOINmB0vBmiqWWVC1MlOW2Ly3Sc3Tg { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:18.375rem;left:0rem; }
#nCxTeKLJTC3CFt7uZrqBL53m4Gu0ai3O { color:#041e3c;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:5.5rem;left:42.75rem;height:1.29980625rem;display:block; }
#ccySGG1wdX8CW8pgWri0iTCnhB2R7VUM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:9.375rem;left:42.75rem; }
#NlUB75QohxNVEb7pxIlpTeRMluycQQ8U { color:#041e3c;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:9.6875rem;left:45.375rem;height:1.29980625rem;display:block; }
#T2tUkDqVdFTuS31QZrDUg53BZtoIgssz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:12.125rem;left:42.75rem; }
#TLJQbKTVTUlsEemDRR4V8fbZHzvTsOyH { color:#041e3c;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:12.375rem;left:45.375rem;height:1.29980625rem;display:block; }
#tbnamEsTVK7dfwd9X6qH2kivhgQqBCec { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.9375rem;left:42.75rem; }
#cV0RXsg12lualZIzsUKA1LRni8SPptxx { color:#041e3c;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:15.1875rem;left:45.375rem;height:1.29980625rem;display:block; }
#riNkcCmCaN7oN8x6zgTlibA4fhBI7NgF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:18.375rem;left:42.75rem; }
#D15IcaTCFTIdFEQ2Bh0Z2w9VH2pLSH0E { color:#041e3c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:18.625rem;left:45.375rem;height:1.29980625rem;display:block; }
#XSFkyRTkKuaGumFT4CANE97E0LDitZBx { color:#041e3c;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:22.1875rem;left:28.09375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#xdAqZqhMRhNE9308Hs9SPoWh8G7pccD8 { color:#041e3c;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:2.5996125rem;display:block; }
#RLNQxcXSEMAcNEcvm9GWOeVITwmyXqIs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:29.25rem;left:0rem; }
#fuOcyAuTAfo3zkfnfvpgOIusH8IUUOp5 { color:#041e3c;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:29.5625rem;left:2.625rem;height:1.29980625rem;display:block; }
#QFTivD9L5tA4I1PS5rQG20092xdbu1dR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:32rem;left:0rem; }
#GBuvTb4D3DrSugEZTRavWyuF0uEUXcZA { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:32.25rem;left:2.625rem;height:1.29980625rem;display:block; }
#wLHXqNNCdGOwk4CwdnlkoJUB88iZ9FwP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:34.8125rem;left:0rem; }
#LFDyoP0eltGLbLM9bTC5L8sSmyMS20Cf { color:#041e3c;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:35.0625rem;left:2.625rem;height:1.29980625rem;display:block; }
#Tg1xr8Uh4LzuwST6OoftRFii6la42E71 { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:38rem;left:2.625rem;height:1.29980625rem;display:block; }
#DoPM0NsZorcvzr9ZEqaeCbE8Fy8963ch { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:37.75rem;left:0rem; }
#ncIrVseK6ua95QeTE8Hz8HJDAUOyDvZa { color:#041e3c;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:25.4375rem;left:42.75rem;height:1.29980625rem;display:block; }
#kXES4awgdFbRrLfH7naxzVIbTM19HZTW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:29.25rem;left:42.75rem; }
#vAbdZD23RJ96xtIqv19LGMN4RVXZ2kAA { color:#041e3c;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.5625rem;left:45.375rem;height:1.29980625rem;display:block; }
#X77b62dtC8fVQyNRNEfzcIDPKppnzJFh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:32rem;left:42.75rem; }
#TvSZEksHvarQCXv5PTm5Xh5omoArQd08 { color:#041e3c;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:32.25rem;left:45.375rem;height:1.29980625rem;display:block; }
#G4ml6QdrkCFbwVkqzOt2TcyxuKblhTWn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:34.8125rem;left:42.75rem; }
#p67sBsTr4msPOkoeb8F2xrksgxDLk7qu { color:#041e3c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:35.0625rem;left:45.375rem;height:1.29980625rem;display:block; }
#yuPZBWS6ws390dPxod7ifbp86ggc3FuT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:37.75rem;left:42.75rem; }
#BWkg1yTgtlOvScG06vHER7K66v6QEuEI { color:#041e3c;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:38rem;left:45.375rem;height:1.29980625rem;display:block; }
#dZMk5uCQ67d6O3t9TsH0nx5sV5XPJ0tT { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:40.875rem;left:2.625rem;height:1.29980625rem;display:block; }
#hu2K4W41I0XErZrVQriwvzp0e5xTIZn3 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:40.625rem;left:0rem; }
#Hq5XLJxOJ6uusPqt5Hl8OF58CNtd8hVl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:40.5625rem;left:42.75rem; }
#go8SM0TFpFyV92bgznkq5Jz62bawaQcq { color:#041e3c;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:40.8125rem;left:45.375rem;height:1.29980625rem;display:block; }
#b9TzAGyKER7y7vKoLZyrnL0HKgdexxVT { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:46.599609375rem;left:23.5625rem;display:block; }
#bwB4WMElwgDILmQZmVtBWgJ92ucpDnAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTgwuNxmGoUwF10q30ATrmK2OdKRHoTz { color:#041e3c;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:43.4248046875rem;left:0rem;height:1.29980625rem;display:block; }
#osPlyNomGQ9InACKUBOThNHJOOvVTFuu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f5;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; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container { background-color: transparent; background-image: none; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container > .video-iframe-container { display: none; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row > .video-iframe-container { display: none; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .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); }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container { border-width: 0; border-radius: 0; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#Je4UWHc8zQlZVgbX8lnAdJZI4D5kDo3z { 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:35.75rem;width:35.75rem;top:1.875rem;left:39.25048828125rem;overflow:hidden;display:block; }
#ncOM6rwk0nIHdzz1ecoKDPQZ1BcwAbyB { color:#041e3c;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.7871125rem;display:block; }
#vIVFI8IaxiaZoF5CgPSAhyiBmqcdRXLE { color:#4b5563;display:block;width:41.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:1.29980625rem;display:block; }
#DVCDD3iTW70gJG0lTMVh7wfJPWSI7VG7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:14.0625rem;left:1.3125rem; }
#Cnd4k4bD5eF9285QBJGGf0zFNGgBW6Jz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:16.8125rem;left:1.3125rem; }
#MNm99c4E7M2ZehstKwQW6vCnVbsNTxHI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:19.625rem;left:1.3125rem; }
#WJy0iTTJw9AEQPzooSKZoDeOulWDUPJr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.3125rem;left:1.3125rem; }
#MH3TpNKGIduCJZT9FOh01iRGKiJf78Pn { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:25.912353515625rem;left:0rem;height:1.29980625rem;display:block; }
#QHvWefc1yNWdT4gmfMBLzwUeeyovKUWf { color:#041e3c;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.9375rem;height:1.29980625rem;display:block; }
#BsuC9PnH9mk4EAMuPTVET848TnQf5n6n { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.9375rem;height:1.29980625rem;display:block; }
#R73iTOAOI2MNQ7FE2hTilaM6Fd5bR96c { color:#041e3c;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.9375rem;height:1.29980625rem;display:block; }
#vychpXcaRG1tq29XPBp3cg0biUpsz95T { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:22.5625rem;left:3.9375rem;height:1.29980625rem;display:block; }
#wUu3TG8hTcHrob4OxJBTIaXhnTNBbS4L { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.5595703125rem;left:0rem;display:block; }
#B0Gtzz2dRr1xkgzkx7tyOu8c7GUdRADp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJXyEtqyHzWtdcn4cXmAfgLMVkLTeZWF { color:#041e3c;display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:29.086669921875rem;left:0rem;height:2.5996125rem;display:block; }
#FovmTZhXpJX4RferMR7AxLt7wKGccTqv { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.843505859375rem;left:39.25048828125rem;display:block; }
#GCtiTqOOKfJJF5W6vwNayMII24dxn7ig { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.234375rem;left:46.655517578125rem;display:block; }
#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa { 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; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container { background-color: transparent; background-image: none; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container > .video-iframe-container { display: none; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row > .video-iframe-container { display: none; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .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); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container { border-width: 0; border-radius: 0; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#CVRaNPbzOppR0Ptdnq6LPBTqhNEs5TRO { color:#041e3c;display:block;width:33.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:3.0625rem;left:22rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#MsOdeS69GT73bV8cPkbCcBCccFBhOknS { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:11.875rem;left:2rem; }
#JlBqprhfD6ytgNnn4h3mW8bNpJ16qdDC { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:11.875rem;left:4.625rem;height:2.5996125rem;display:block; }
#NXiGB2yMJkfaa6Ln31po6lXBLeq4xrTH { box-sizing:content-box;height:16.3125rem;width:23.49975rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:0rem;display:block; }
#AoEGAVNVT1c7MlarVLAsXPEwJB2tQ3H1 { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.125rem;height:2.5996125rem;display:block; }
#Z1LbP5oTfalX8e1hLqlhiaavBRW49yRV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:14.8125rem;left:2rem; }
#lTuZo2m25xDZSEASb8w7SKFkJv0P4E2m { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.625rem;height:1.29980625rem;display:block; }
#o5iPUixtEWnWJT1h2OXKCcTqVKeSwdSt { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:17.1875rem;left:2rem; }
#oxPzWbPL5mJ5UAtJRnpkU1yLszorcGxa { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:17.5rem;left:4.625rem;height:1.29980625rem;display:block; }
#PRLpTQgMpL9L3lXyankPVWpXh1EHbFww { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:19.5625rem;left:2rem; }
#E998Qygk3VGby2E38Ltg5vaHT9nvvTnT { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:19.875rem;left:4.625rem;height:1.29980625rem;display:block; }
#hg9U0tiZOqzwoynE48KHvThBBfDCAcrb { box-sizing:content-box;height:16.3125rem;width:23.49975rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:25.4375rem;display:block; }
#ct3WPWU8MFV5Ry7vk9dzxWzyMM5sfD8a { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:18.5rem;left:30.6875rem;height:1.29980625rem;display:block; }
#X2Dso6utrfDFQRGGV4RgzsUXHWxTOIhy { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:16rem;left:30.6875rem;height:1.29980625rem;display:block; }
#NGe32ig4cBUJidpgnmX0q3W6pOuzRyhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:15.8125rem;left:28.0625rem; }
#KRKr4EhE7wvCVqVeFiH6dqzApZlwBu0x { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:18.3125rem;left:28.0625rem; }
#NMTGC8aEJCmmRu1xTtDTDL3mUJ7ay7Ig { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:13.1875rem;left:28.0625rem; }
#bKxDi1iBZFevFgGVRlhv1tzUxVcnhTPA { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.6875rem;height:1.29980625rem;display:block; }
#lBy04Q8yGbM3CXUm3qTJr5S2UiNafZul { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.75rem;left:30.6875rem;height:1.29980625rem;display:block; }
#lEC0PyrIP9vgHL8oVGdCKpGmBhQ6RXV0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:10.625rem;left:28.0625rem; }
#dglTVc6WQTGoaoheD59yJlVvZFgxnExe { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:7.8125rem;left:29.1875rem;height:1.29980625rem;display:block; }
#vgrUyTLzqNgEATvTWkzgAbJ2NgfeTSCp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:20.6875rem;left:28.0625rem; }
#PvHGECDnanzRTbpyfQ8WBW6ghzKzBSok { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:20.875rem;left:30.75rem;height:1.29980625rem;display:block; }
#WtTqth9EwOFmyWH86xTcIo3k5qfwxdQS { box-sizing:content-box;height:16.3125rem;width:23.49975rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:50.875rem;display:block; }
#RNZCVltuaMM4Ixo8VTT2Iqi6NHdTIOBI { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:7.8125rem;left:54.625rem;height:1.29980625rem;display:block; }
#ImBxcIUpTAftz3UUqdbQA92SKk4Mkovg { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:10.625rem;left:53.5rem; }
#MloscVONluy1CfiAaa1oMXuNv2nGC8fe { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:10.75rem;left:56.125rem;height:1.29980625rem;display:block; }
#qC10OEWx0U58EtKDyUEhgVClpoR9yTEi { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:13.1875rem;left:53.5rem; }
#Q2ECKyevhwl1qPSeCfTVVl46wBuv715Z { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:13.375rem;left:56.125rem;height:1.29980625rem;display:block; }
#v4itRHnzGQZcLVIfWdRvk67ZzHi4D4Ma { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:15.8125rem;left:56.125rem;height:1.29980625rem;display:block; }
#n2RS29Q131qcg75TOXAXxHgPCB2XQINp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:15.8125rem;left:53.5rem; }
#u05OfaRab6gSGPuU8bpcEFZ8WGHdRoy6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:18.3125rem;left:53.5rem; }
#wVK5NiXmOy2seDR0qHvQSQDZbkUxtqDT { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:18.375rem;left:56.125rem;height:1.29980625rem;display:block; }
#EciUhL6q9HRMP55EV1USeKMsktPUvNoT { 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; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container { background-color: transparent; background-image: none; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container > .video-iframe-container { display: none; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row > .video-iframe-container { display: none; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .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); }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container { border-width: 0; border-radius: 0; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#MAJxmz9gAXSn8NRpRzTqZo6cZIXLL3Tw { 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:35.7495rem;width:35.7495rem;top:1.875rem;left:39.25048828125rem;overflow:hidden;display:block; }
#bbmx7ulEWvh16S5FTwpGwCScLu1bH7BH { color:#ffffff;display:block;width:0.624755625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.8564453125rem;left:0.687744140625rem;height:1.29980625rem;display:block; }
#rXi9UghWcl5fM6dF8R5a1KluXc3iPODo { color:#041e3c;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.7871125rem;display:block; }
#KS84mq8tGqEPAeQgxTXVx1URSihpokDl { color:#4b5563;display:block;width:41.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:1.29980625rem;display:block; }
#sLeAQecBCuTnAsD7eQaHLmbbXg19O1og { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:14.0625rem;left:1.3125rem; }
#XsHEx0dGEOofgBGKM0EvElOX3MpWJ9oc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:16.8125rem;left:1.3125rem; }
#mXU7BZBumxB5bpJKVI6Kawo45e8uPg55 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:19.625rem;left:1.3125rem; }
#By3y3z8iqvBbre8JXx0v5mpEw7VzQicq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.3125rem;left:1.3125rem; }
#WxWRnA4NzndWTmwb1WJET9uyE5kwsN7u { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:24.9375rem;left:1.3125rem; }
#uiLNr2lbk6ssfJQgnBPTiU6VwvVEHdMw { color:#041e3c;display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:29.190673828125rem;left:0rem;height:1.29980625rem;display:block; }
#JOG9fh96MuTxN0QfBvhvvzV7F6c3JGfb { color:#041e3c;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.9375rem;height:1.29980625rem;display:block; }
#kHnTVsgerZhaiVUCxE7WvAIWTiUsIBF9 { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.9375rem;height:1.29980625rem;display:block; }
#TIIfIs56TTxFwpbSUIgrrHMo7mMesTIz { color:#041e3c;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.9375rem;height:1.29980625rem;display:block; }
#GowXSGH4Qe07WLTGI3dRlRTEL1GTrLG0 { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:22.5625rem;left:3.9375rem;height:1.29980625rem;display:block; }
#OBTAgqFv6MLDxStUBAOZ9PLfWdTB9Ti0 { color:#041e3c;display:block;width:20.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.9375rem;height:1.29980625rem;display:block; }
#EfwuFsvXIL2mDiWsXODae3AegLTSgMUz { color:#041e3c;display:block;width:3.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:32.364990234375rem;left:0rem;height:1.29980625rem;display:block; }
#sQlwNPUwk117VZTJkA5WE1DCX5Sy3HtX { color:#041e3c;display:block;width:3.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:32.364990234375rem;left:7.374755859375rem;height:1.29980625rem;display:block; }
#cUu0siTKvIRmmwc7Elsx8N9CQNTvC3Qf { color:#041e3c;display:block;width:10.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:32.364990234375rem;left:15.81005859375rem;height:1.29980625rem;display:block; }
#G3lTKF5eM8If8wU9vsHaQZz3fU6K0eJl { 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:15069;opacity:1;top:32.364990234375rem;left:4.6552734375rem; }
#X3FdkKB37fsay4G23kUppLeJcBxx8s1Q { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3730625rem;height:2.5620125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:35.539306640625rem;left:0rem;display:block; }
#pZGHuck5e5TA69WPITlDa7CkDbZEQMCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfPvSFX47DKTh0ten3cgwq56sNsbKnhO { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.233642578125rem;left:46.65576171875rem;display:block; }
#SLwpRA9BFQEdt48PsnIU5X2LzkQKNkTf { box-sizing:content-box;height:7.4355625rem;width:7.4355625rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8505859375rem;left:39.25048828125rem;display:block; }
#E6i235fBSuG2ef3Qp75ptqNNiSNPrvVr { 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:15070;opacity:1;top:32.388671875rem;left:13.125rem; }
#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB { 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; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container { background-color: transparent; background-image: none; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container > .video-iframe-container { display: none; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row > .video-iframe-container { display: none; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .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); }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container { border-width: 0; border-radius: 0; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#hbwRULKKpTwEbdhr0z2qh8CUSAgXMw80 { 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:35.6875rem;width:35.6875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#KOyuSClzepB49XWeAqmoXLTrBqs9wJFT { color:#041e3c;display:block;width:14.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:36.875rem;height:2.11230625rem;display:block; }
#T6WvmdizRtSbAESJLkq32VcmF9ITT5vR { color:#041e3c;display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:37.125rem;height:1.625rem;display:block; }
#TzssZkreJxoB08aXn8aP7IBJTgBy9Ruu { color:#041e3c;display:block;width:14.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:40.3125rem;height:1.29980625rem;display:block; }
#ep7i0GP9DxeMuQyEizTrqGmlsKIPKTH3 { color:#041e3c;display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.875rem;left:40.3125rem;height:1.29980625rem;display:block; }
#qap0GomXlRODpbJOpw0HwB39q1anT3ko { color:#041e3c;display:block;width:20.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.6875rem;left:40.3125rem;height:1.29980625rem;display:block; }
#qCCrQUIreFndLaTyyCHItGJgwrklIioF { color:#041e3c;display:block;width:20.7495rem;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:16.375rem;left:40.3125rem;height:1.29980625rem;display:block; }
#yqPhgyoQs901IlyUZv1XVnclcMvu9rHp { color:#041e3c;display:block;width:20.74875rem;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:19.0625rem;left:40.3125rem;height:1.29980625rem;display:block; }
#a1nTnFZucgmovKhVbCqT1eAfQDKiN3Gq { color:#041e3c;display:block;width:31.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8125rem;left:36.875rem;height:1.625rem;display:block; }
#kuySSKXVXw1VeJJ99TklhgiJ16Upe5cV { color:#041e3c;display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.1875rem;left:40.375rem;height:1.29980625rem;display:block; }
#J6c17Ubkon53VMIKTTTZvX9mQfnyOHcK { color:#041e3c;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28rem;left:40.3125rem;height:1.29980625rem;display:block; }
#plPe7gabZbAkBptTsiFPngT5HCpHh8O0 { color:#041e3c;display:block;width:16.6875rem;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:30.5625rem;left:40.3125rem;height:1.29980625rem;display:block; }
#Q7ho1FmogSgZVT22nelMDShhh4tH5TC4 { color:#041e3c;display:block;width:19.6875rem;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:33.125rem;left:40.3125rem;height:1.29980625rem;display:block; }
#v20cfLZ2iHePPvxz2soR2G9sVR4WDgE7 { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.37375rem;height:2.5620125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35rem;left:39.4375rem;display:block; }
#EKiTzK3Iz7gwiwoRwIFnPgNqwZWEPMEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myAovBah8ymGDdHU5X89RC1ngoHs1nMG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.0625rem;left:37.8125rem; }
#TF5k7ANZQ2x7WgTecXCeJFGPZNKL0LFK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.625rem;left:37.75rem; }
#wzuuOmxMK5TZ0GtTI8TH8ngbf6VsdzJc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.4375rem;left:37.8125rem; }
#btIQEc73pNTBfv6eMhdzlKEh0Qw0Bozo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.125rem;left:37.8125rem; }
#N6WWsfNQsJGwHDbiFSAWCKlQao6DXwVy { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.875rem;left:37.875rem; }
#I0Je4rSeMwREvhflCoyec35noV34TBmK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.875rem;left:37.75rem; }
#yyPA5cdMhAKmPrClKnF53rhLKoTRTp03 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.9375rem;left:37.75rem; }
#pMLBvxHBKJW8dOiwKp0gGxmp6SfwryCS { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.75rem;left:37.6875rem; }
#kFOz743hZWazAUyIr9tIdnSz2USztiHF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:30.3125rem;left:37.6875rem; }
#hLKbttqIG1lb0rKfdZNfnSHv2Qfh7tUn { box-sizing:content-box;height:7.437rem;width:7.437rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.860595703125rem;left:0rem;display:block; }
#haxDBJmB8GBMAIaSJTpETBE6aBu87mg8 { box-sizing:content-box;height:35.6875rem;width:35.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.90625rem;left:0rem;display:block; }
#myw5UoG1RAvDSl9Jof24u5lkSFsRM9TP { box-sizing:content-box;height:7.43625rem;width:7.43625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.172119140625rem;left:7.435546875rem;display:block; }
#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container { background-color: transparent; background-image: none; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container > .video-iframe-container { display: none; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row > .video-iframe-container { display: none; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .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); }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container { border-width: 0; border-radius: 0; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#BC7xw3vxQbN68GfA4kNgly59TVqMiXfA { 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:20.0625rem;width:72.5rem;top:3.0625rem;left:1.25rem;overflow:hidden;display:block; }
#qiGdNT5QTvSb1gEUTBUDb08N8rPbhrmP { color:#041e3c;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.9375rem;height:4.2246125rem;display:block; }
#xCqJe56wxLPTRTMIO7hXnRKDap7FTME8 { color:#041e3c;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:13.1875rem;left:5.9375rem;height:2.5996125rem;display:block; }
#vLg3v7poH2NcliQMm20J3q1NQZNCb3PQ { background-color:rgba(var(--color-secondary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:7.6245rem;height:2.5620125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:17.75rem;left:5.9375rem;display:block; }
#O4ikq8f58mpnaucPMFZJaOvJRBnFgFlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031f3c;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; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container { background-color: transparent; background-image: none; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container > .video-iframe-container { display: none; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row > .video-iframe-container { display: none; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .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); }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container { border-width: 0; border-radius: 0; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#EweC0y8OCRDXMf81TuA5Tc6G4TMPw479 { 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:3.1875rem;width:7.6875rem;top:2.546630859375rem;left:33.5625rem;overflow:hidden;display:block; }
#lhSq2HWkilLytgrqShdXJ4Iew3FbFn2g { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.75rem;left:25.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#bRtsEDoWnTGMz61249qogmaEG3WvSC5L { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49975625rem;width:2.49975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.625rem;left:67.3125rem; }
#bRtsEDoWnTGMz61249qogmaEG3WvSC5L > img { max-width: 100%;max-height:100%; width:2.49975625rem; height:2.49975625rem; }#hJvM7MihceNHfek0yXaAL8SXDuU9hE0l { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49975625rem;width:2.49975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.625rem;left:64rem; }
#hJvM7MihceNHfek0yXaAL8SXDuU9hE0l > img { max-width: 100%;max-height:100%; width:2.49975625rem; height:2.49975625rem; }#Rb4yEuMMrpoT7SUZ9Zfg2M616JyC02W3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49975625rem;width:2.49975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.625rem;left:60.625rem; }
#Rb4yEuMMrpoT7SUZ9Zfg2M616JyC02W3 > img { max-width: 100%;max-height:100%; width:2.49975625rem; height:2.49975625rem; }#X9EDixsdz8E358ylRE1pIE9oqrmO1E5i { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49975625rem;width:2.49975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.625rem;left:70.5625rem; }
#X9EDixsdz8E358ylRE1pIE9oqrmO1E5i > img { max-width: 100%;max-height:100%; width:2.49975625rem; height:2.49975625rem; }#NsGoWUcOZH4n1IfNHbzcIXrBJ5cyTKnd { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:1.13745rem;font-style:normal;display:block; }
#HkmQDGcCrZsAvGV5a3S1C5x1JHRBhV14 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:37.125rem;height:1.29980625rem;font-style:normal;display:block; }
#g4pZarle3m8wEfLfpsqb5pCdPF4DKvfW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:45.625rem;height:1.29980625rem;font-style:normal;display:block; }
#sU5FwLNUwNzDz1BN9XgZ0Q43CLgNukZe { color:rgba(var(--color-tertiary-2),1);display:block;width:6.06225625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.125rem;left:61.25rem;height:1.13720625rem;font-style:normal;display:block; }
#XU0acT4Cmk0snQWdbkgcA8k0CxSQRgsu { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:67.875rem;height:1.29980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #Gdols1GSzIkQ873U0Bb6VKqB22kgaSon { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { background-color: transparent; background-image: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container > .video-iframe-container { display: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container { display: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .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); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { border-width: 0; border-radius: 0; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D2ISXgEkNTX8fJWfDX3FnqOkmLJmw53x { width:7.875rem;height:3.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:11.5rem;height:2.375rem;top:1.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 1199px) { #DQcUI9hHwQae9DW9ADvWXNsSSx8mmkLz { width:5.5rem;height:2.375rem;top:1.3125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6kDk0B3SMIMKLbmKsQF0tvp2IXtDqKx { display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca5abf2e-520d-4510-9f84-2716849c47c4/Screenshot20260311at112751PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:47.75rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:21.9375rem;height:2.84399375rem;top:13.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:6.497375rem;top:18.28125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18rem;height:3.124025rem;top:26.654296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 1199px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:24.9375rem;height:46.5625rem;top:9.1875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RScmToORPQndApidd6WVk9uFWdTuS3IF { width:3.061525rem;height:3.061525rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8JzMwENd56vJDlW8Kbv4u8rEVMyP2Wr { width:18.9375rem;height:1.29980625rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xg5TvqpwTTTJTVdMFxU7UOTXv7Z624Aw { width:3.061525rem;height:3.061525rem;top:35.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecNpG0yUyfuCvFB392qJEtf1SnbZxcA9 { width:3.061525rem;height:3.061525rem;top:35.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohRJw0wa8Z7umWAUCbWAEblgFfKMTFrk { width:3.061525rem;height:3.061525rem;top:35.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGJUTTbPlgOsMNZ2cZEb6XLb1Im47Tu7 { width:3.061525rem;height:3.061525rem;top:35.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGuUER3ybPb6xGg7iCJJQgttaCPToL8J { width:2.875rem;height:2.875rem;top:35.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyaJZMVRkkgOgCxTba38d2B3Eq45i74r { width:3.1875rem;height:1.13736875rem;top:36.25rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lr6Iwoy5eZ1zt3CCESOJ9TgG0w5HFNdp { width:18.9375rem;height:1.29980625rem;top:45.49609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HRqV2VGnDcGo9p6GJzdTbEbeJlklG2Vm { width:2.5625rem;height:3rem;top:48.6708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRNWkhQKdhDDhgMKpJu67nq4L7iwJLpC { width:7.1875rem;height:3rem;top:53.5830078125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6BiG574fyZabqCsxzDb4krDcRetzULf { width:3rem;height:3rem;top:48.6708984375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Virsvn98kpQZdVSbkEooOFCqnLqBElTA { width:12.75rem;height:3rem;top:48.6708984375rem;left:4.1552734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { width:47.75rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { width:47.75rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { width:41.4375rem;height:1.29980625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhfJK5trwsDaT532CSwnceskVK4COQ2S { width:47.6875rem;height:12.99479375rem;top:7.287109375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LozlRNkiHZDftuXCxGDWtbKviLAa2vM0 { width:41.4375rem;height:1.29980625rem;top:22.16015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g21fVutPgbxGvq4LtgnchO753II6fT6B { width:9.6875rem;height:12.6875rem;top:25.3125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ib9vl8atLREuU9zv0dTcvJCUQ8pBOxcc { width:9.625rem;height:12.625rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeRXr4GJrZrcfIB72tSwBeeC09isOLW4 { width:9.625rem;height:12.625rem;top:25.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBh2sRvsGApbgAtv8GGoKBVqeL3Wx0lB { width:9.625rem;height:12.625rem;top:25.375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9HZSGTkm3BWXNtaTAeFTdRdUU8A4Riu { width:7.75rem;height:6.497375rem;top:28.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1J2C0kzBJd5KHXIfRwtukTOam7ZqLmL { width:7rem;height:9.096375rem;top:30.1875rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NxZisQozdcPWnEDUpur4k7TER1W2uPGl { width:7.875rem;height:2.59895625rem;top:34.125rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVKiwPqoEshHf0AAOSPtPkIVBf1Wt9id { width:8.375rem;height:2.59895625rem;top:34.125rem;left:39.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtXUZ9EeH473LC7CnVTXg0As2dGdr5ht { width:47.75rem;height:47.875rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3AkN4EoFMdZyZRJ7ROQscCFfAWWMLC3 { width:18rem;height:3.124025rem;top:89.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQn6IWtH6mi86JD12CD26EuOFDeauABF { display:block; }
 }@media only screen and (max-width: 1199px) { #ST69JflHiIguSnTc0a8lUXVhiiX3aDOW { width:7.4375rem;height:7.4375rem;top:80.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqtOMS8ZM1L326Kduq4QsK4VfewzEegT { width:7.375rem;height:7.375rem;top:73.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT { display:block; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container { width:47.75rem;height:154.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WzAbOg1Kfp4v7E0TWOHRTsfAdUFwbOrf { width:41.4375rem;height:1.625rem;top:2.4375rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wUPs4QUvEm6huZyeM8KmNTnfmKWWAPJA { width:47.75rem;height:48rem;top:5.6123046875rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0fdKDkSCZ3mdag5yasneKGU3b30HJRp { width:47.6875rem;height:47.6875rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkHHqrPkeT1q95kTdbKtoyQqCIos9P0u { width:47.625rem;height:47.625rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvxot5EfFafp97dcxy5BRhtt9wRWM83D { width:15.375rem;height:2.11230625rem;top:45.375rem;left:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nkxiMnhelNFQFcXJTHwBTRWuwMK0BVdA { width:37.375rem;height:1.29980625rem;top:48.2998046875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srwIFz6GKQZxocDuz7mGHR4zb32ioliA { width:47.75rem;height:47.625rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tUUd8S2TBfcHyfwLuBB2oHbohRyyCvBI { width:47.75rem;height:47.8125rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWwzs2mVzWfaMZb1TFKUn85RX2Zpsa0d { width:47.75rem;height:47.875rem;top:5.6748046875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #vkTL4DsaJ8eHa83lPbaOm5p41bwaiwb6 { width:37.375rem;height:2.11230625rem;top:95.3125rem;left:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvzXtxGrod1iWmhiUC1Tm6vLAQepySUC { width:37.375rem;height:1.29980625rem;top:98.4375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TinWOaZHWUBSKAQdsG4BloWgXfzBQo1e { width:37.375rem;height:2.11230625rem;top:145.5625rem;left:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lfh7ix6aaZ9rGzuW5RdQKU6r3yXzurnK { width:37.375rem;height:1.29980625rem;top:148.6875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE { display:block; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { width:47.75rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i3GETLsPdwu2Hih4kWyXrw2tFHqQyuBM { width:47.75rem;height:48.1875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CckSnaFDErdp7mFT9ixw0Ji32mgaW5x5 { width:8.875rem;height:1.7871125rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlT9kOPRt368ZVMTsaGXs0wJo5rJuFqq { width:41.4375rem;height:1.29980625rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ya3V58G67Dd8KP9zMb1lS0ONonSpko48 { width:14rem;height:1.29980625rem;top:6.724609375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXZwySTfrLF76q1k85EKvwSMcvUOpJTu { width:37.375rem;height:1.29980625rem;top:9.537109375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohSe6ABxi3s8A0MPNyJgpUOGI8syg9hy { width:37.375rem;height:1.29980625rem;top:12.162109375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #na9emCoFFKC3Nqu72PPDHkrxxZOk1qBG { width:37.375rem;height:1.29980625rem;top:14.76171875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONavWt8igPS6W24TooV7Ji2maqoiqXfW { width:37.375rem;height:1.29980625rem;top:17.57421875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETfNP4OdwKlg8qUUi16fBEZSNIvAxFmJ { width:41.4375rem;height:1.29980625rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOFFusaqeZxoeOmaPvfgwnFpHpTAo8uw { width:37.375rem;height:1.29980625rem;top:22.974609375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SzupoP2ST5MzDi6MvqvkuNsd7SdDoCKo { width:37.375rem;height:1.29980625rem;top:25.88671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxshD7o76UI1mTqywJPb9luvCBgNnJ9Z { width:37.375rem;height:1.29980625rem;top:28.63671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqTTTabfbvVTyxgN9uNa3c5qvclLzkSF { width:37.375rem;height:1.29980625rem;top:31.13671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDc1Jt1o7imyLTB4on5aX6BrAoOHAxpA { width:18rem;height:3.124025rem;top:84.625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PXLkskm8rScUfffyEuuk9IX72KpS6xET { display:block; }
 }@media only screen and (max-width: 1199px) { #o9FOAirTkuXcgZD6qu5JhIRT83TvzvRG { width:1.5rem;height:1.5rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDEDBOC0y1LGaLKyTvUBir1XKLp6sXo6 { width:1.5rem;height:1.5rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iu2TZDzzaMtfII4tTWQZ48NZ0d5TF6Gn { width:1.5rem;height:1.5rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIyhUZJ9O79px8MrlmPqVkIV4nTF2vKW { width:1.5rem;height:1.5rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F24lcv0F8AFlcVJp3FfCcBF4pe8z4ZRT { width:1.5rem;height:1.5rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpFbKm8geiWnU5QD8GiZ0mnouzzAC9gI { width:1.5rem;height:1.5rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fh4DGX48g7BbMRb74HVa6l8I8EP8LElx { width:1.5rem;height:1.5rem;top:6.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pptFMtxqHLcTBsFcZAfABu3TPgtceQ7F { width:1.5rem;height:1.5rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ak1oAzUxq7gyMNasgDy8M50ncGGUmwmT { width:1.5rem;height:1.5rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbALroq4nTrsqVWGdab17GuvvhZH83Hp { width:7.375rem;height:7.375rem;top:75.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkAR7Gr6G8C8mXkaJNSJkwKIEzqJpTD1 { width:47.75rem;height:48.1875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9G5H9ILbeNS8unL36cNhNT3pRraGHpC { width:7.375rem;height:7.375rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 { display:block; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container { width:47.75rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AOTXNUPUGbTI84zV5ugfEAXr0tqfuuGi { width:47.75rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lKMhaOCy70ahlHo3AFEVCAd1gQPuUKJh { width:41.4375rem;height:1.29980625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nctPQvakq4eX7IB6ka63mfk4oneb32xl { width:47.75rem;height:2.59895625rem;top:8.224609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxlmzNXdeMNk1Eu4mWAGnVtNDLrLIKaH { width:41.4375rem;height:1.29980625rem;top:12.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yr5ISZKK3FvVR4Llrkz0O7UvXlM3VGLU { width:18rem;height:3.124025rem;top:87.693359375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qxwm17WIrWT15NmAQZv9AQzq8iWJE21G { display:block; }
 }@media only screen and (max-width: 1199px) { #APcouQbJ9iW7TlRSe0Le7GedkZWwpwvf { width:47.75rem;height:47.8125rem;top:37.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMFTBs0WGhXNGUirc8r8tx8tfZtx1Z6L { width:37.375rem;height:1.29980625rem;top:16.76171875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwBhDU08qfF0Ikgw0wfiZufzU0H9SB46 { width:37.375rem;height:1.29980625rem;top:19.568359375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #od3Bb8V3qegDGe5GemUtguFL8QT9TeOB { width:37.375rem;height:1.29980625rem;top:23.19921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MF9a9zUHJ6ITyplTe1aD6zRCuH4zmKcc { width:37.375rem;height:1.29980625rem;top:26.068359375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDyE4oA0kEPcrKhCGppI0zz1Qg1S3P9u { width:37.375rem;height:1.29980625rem;top:29.318359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igOHw5KQzzQe4NlLDtObFI4d3NDXZpTx { width:2rem;height:2rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JN2S6SBTRhDJFpilhUNUoOXkK1MdDI1K { width:1.9375rem;height:1.9375rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4zBTzNCvzgBb9vnmExwX5TW1ns8UmJO { width:1.9375rem;height:1.9375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqTfpczvVnXqt1e4DV2BuWvfDohzXOxE { width:1.9375rem;height:1.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZkq8gaPZxbfRZb6TXzT1zTHzbXS9X4X { width:1.9375rem;height:1.9375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3eWheI1kRenX4ZIfD9UnkIOU3908MGX { width:37.375rem;height:2.59895625rem;top:33.46875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7b6V8mhDxOwoUwTpH44Cx2Uf2yRLku6 { width:3.1875rem;height:1.29980625rem;top:16.51171875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3mN5kkTntsCT9h2aidtaE5Z1HeRHDxg { width:37.375rem;height:1.29980625rem;top:19.76171875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJiNiF1m8y7mTatyOcsLml3mF3bxhUtR { width:37.375rem;height:1.29980625rem;top:22.943359375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrzpMqf0lN2vWgWA22czLsMuh6XArmwf { width:37.375rem;height:1.29980625rem;top:26.26171875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktwXfbLcgWJpJyVRN6nzDLwBzLE7L8gt { width:37.375rem;height:1.29980625rem;top:29.443359375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0XmUDhtJ6m3v8azEFsaoTNQohzpzeZd { width:7.375rem;height:7.375rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyhqSPLPnH6p7diBcqAonJFhSAhXJ7T4 { width:7.375rem;height:7.375rem;top:78.443359375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HaKRC1TphxUZkWmGVDkugvpl4g997hmU { display:block; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container { width:47.75rem;height:282.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oPSHgyvaApSaMDwIaIyHG868Eu1eLXOy { width:41.4375rem;height:1.625rem;top:1.875rem;left:3.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXIPJnntQiHvZRBTn1DTDBk7VOwdmwwi { width:37.375rem;height:2.59895625rem;top:12.2998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJ1MJDx21ewfzBOC67UiTt8a7gTN1TGW { width:41.4375rem;height:1.29980625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yScCyZKqbDmTRC9xXwamSgQTOOoz2NdW { width:18rem;height:3.124025rem;top:90.7119140625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AG8t9hWwVc0qcJRQXiVlVIsptDRAQCEA { display:block; }
 }@media only screen and (max-width: 1199px) { #ZgGmO6oD5Wiftk6AF1IvMpkegQ07yM7K { width:41.4375rem;height:1.29980625rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLIbHMF14eJJTIPzbAuORv9CsX7v2VIO { width:47.75rem;height:0.1875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrV4yHTX3TkpbdVw7U6HVfuu9FKKaiCI { width:37.375rem;height:1.29980625rem;top:16.1494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSe1QeL8OTBcd8QuwXbWHpT7akZakS8z { width:1.5rem;height:1.5rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDP4A5wqFaXeEI0z40swJsGG7qiJy85p { width:37.375rem;height:1.29980625rem;top:19.07421875rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKQPaNg0sDATmrOLDxMN3qemPaTNwAzA { width:37.375rem;height:1.29980625rem;top:21.76171875rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ag2gJGd1sM3L1TE9XxdhZFCLde51MW4k { width:1.5rem;height:1.5rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcXpTH1M2oT0dQ2559x0ecn6uDt4TiZl { width:1.5rem;height:1.5rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8KJUGXF2y6DJhFs1GtGyThHzW9TvvwD { width:37.375rem;height:1.29980625rem;top:24.599609375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLxCWLmhTa86iGczT7SISfT3Htl4ZNVQ { width:37.375rem;height:1.29980625rem;top:27.162109375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptFouTPBFz5iBUb6ZPtl3aKJ9v6wUMXN { width:1.5rem;height:1.5rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nv2EqahRtioT8DaORoW4nzhgoZ98N7dS { width:37.375rem;height:1.29980625rem;top:29.787109375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMMwb7ZysSO9dehPlSlhF3OGMM1XhUxq { width:1.5rem;height:1.5rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P24U9MB7OhbhlL1bAVkSZKsPAHNG7pNV { width:1.5rem;height:1.5rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIe7PHMyIQ88RUUkVESyXWKOCqnETvUS { width:37.375rem;height:1.29980625rem;top:32.3251953125rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0dei0nzqNRTh9ZFLwX6DygHsAMKThrO { width:37.375rem;height:1.29980625rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9TmhWd7StdIQSa9Q6FJLhomhgIyzvFJ { width:47.6875rem;height:2.59895625rem;top:37.8623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s94FC9uOMb8ynAEfesWLDGoIdWs7fQg8 { width:47.75rem;height:47.75rem;top:41.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hemtPMHqD1eFM3UG1LmgBNElnyTcCdRa { width:41.4375rem;height:1.29980625rem;top:95.7109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnswkgwdLV0xxXVyDqyqIRviuMh6Hf0d { width:47.75rem;height:0.1875rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eG5tdbXITyfZBw39Ff3kxfkEgIbyQw7n { width:41.4375rem;height:1.29980625rem;top:99.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTcWh5rlRakBDcJZvIyPZwWSPRAnUCLm { width:47.75rem;height:2.59895625rem;top:102.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hd1zEmcqcSXPTh0ybpaWfaLQO2LWfUy4 { width:37.375rem;height:1.29980625rem;top:198.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q21KseN7gzoNo1exmpWug0Pr1EVfX1Q8 { width:1.5rem;height:1.5rem;top:107.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJIS41TTiXe5Ft9gktwc94Ab8sikFb8a { width:37.375rem;height:1.29980625rem;top:107.724609375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVMMrXst3Lpdp2d8DIniFMvbprurxJkW { width:37.375rem;height:1.29980625rem;top:110.162109375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1aw1TpLXqEawrQtNJ5IiR6vB3GwQr0R { width:1.5rem;height:1.5rem;top:110.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rI3LnV5vaIylquTRsp87FI0Rm00QC6Ue { width:1.5rem;height:1.5rem;top:112.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVxghk27ZakqHh2KuV0NUgRPckTTbPef { width:37.375rem;height:1.29980625rem;top:112.6376953125rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nuL83Dp7VcexuHkUIIwoShNatPgMxBqz { width:37.375rem;height:1.29980625rem;top:115.412109375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVuTAy2qdzBcXflAPpGCgqu9LTu0D1zX { width:1.5rem;height:1.5rem;top:115.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ih83aAcQqRavsnIPT2XbAqtCMy5qtZTl { width:1.5rem;height:1.5rem;top:117.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpswfoDr9HmikOK7c197cqB4bH2ntUVH { width:37.375rem;height:1.29980625rem;top:118.037109375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqTaw2pbNt4g5ClmeyIH77P7HKGoRLn2 { width:1.5rem;height:1.5rem;top:120.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3TT1u1nG1TBUR7Ivli4FReKntp6b3G9 { width:37.375rem;height:1.29980625rem;top:120.4501953125rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PckaSumFEXxPuOw3RiDcypINQhAbALZV { width:47.75rem;height:48.1875rem;top:135.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWQJCQmlah8etbPAIo7kU5wlWwswXneE { width:37.375rem;height:1.29980625rem;top:123.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ng3XeWzVZFq6BFHAtXTy4EfZnQCDKE9C { width:37.375rem;height:1.29980625rem;top:125.9873046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lW5PNw04iE1G5WIySvTTIPzfBykHU5xC { width:18rem;height:3.124025rem;top:277.6875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQ16JRVDQM97i4uiTOmwIUqd6MuucfVF { display:block; }
 }@media only screen and (max-width: 1199px) { #M1NsKbgttpbiTg4bUnzAtvKZ9CTJQ6ia { width:37.375rem;height:1.29980625rem;top:128.537109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6VZ3kpGyXrnHAVOmOQJHePcZb98C60g { width:37.375rem;height:2.59895625rem;top:131.0869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoTaWT1bMVphZPqLCpsg6Xxwdwdgac6H { width:41.4375rem;height:1.29980625rem;top:189.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsuD73HlTG1VkcsfVnAMG6C5TwpFnUqQ { width:47.75rem;height:0.1875rem;top:242.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEZEfNnS1UsN9vSIlmzpuTqJRr3bhGSz { width:41.4375rem;height:1.29980625rem;top:191.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTiTle17UzzXWG8lbUeRebf5pzWHchck { width:37.375rem;height:2.59895625rem;top:194.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLQ45XrU2NdeNAMX390mC0UdqvlWugT3 { width:37.375rem;height:1.29980625rem;top:105.412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhPxoWMRHBMJl54Nh1t6Oe6orvgWOe6x { width:1.5rem;height:1.5rem;top:200.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnPKOWpabh9PW5TdXtz7zLqMTy23UF3W { width:37.375rem;height:1.29980625rem;top:200.6875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beh6b6BuKOE4cW526R6rDQGgcScJrqpa { width:37.375rem;height:1.29980625rem;top:203.5rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCTUPQuE66nXVix2uvNN887QDx0U34Gh { width:1.5rem;height:1.5rem;top:203.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgo6hoil9Ehw9f4DqcnqJcxWz81ho9at { width:1.5rem;height:1.5rem;top:206rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sacWfw5PEhkOedluDzyobGSWPNXXCQeq { width:37.375rem;height:1.29980625rem;top:206.1875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Suioh9nb1rg8sLfihEgxZpeJBVUnS6oC { width:37.375rem;height:1.29980625rem;top:208.9375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Np9Nz7rPctxpvCRNSd7cJcCaoiuLBTr5 { width:1.5rem;height:1.5rem;top:208.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7hWcPTgtZMkmJUkDZAuKClKRuHUIKto { width:1.5rem;height:1.5rem;top:211.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDtne11fiZhXM2CyrK7K5nw7U25vN9lC { width:37.375rem;height:1.29980625rem;top:211.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBiGqAeuFIgupEmiFaDhhsIc2EeDATRO { width:1.5rem;height:1.5rem;top:213.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxZBlBVnplgxOpannlkXB595RNlWqiog { width:37.375rem;height:1.29980625rem;top:214rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSiEnTT84DbM4cGFqwMXLNDtgOztRyIR { width:37.375rem;height:1.29980625rem;top:216.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwyfops9WAM682PcVnTIuZAWc2BNF5HQ { width:37.375rem;height:1.29980625rem;top:219.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGisXX1NI8cUyAq7gUBm4ResKfUUHcb3 { width:18rem;height:3.124025rem;top:184.875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XuJTxRA7hlEfCmE9ToyMEfK735GNtu8U { display:block; }
 }@media only screen and (max-width: 1199px) { #VcpyRmDyXtdOA11aiNIxCo9UH7ekxJnc { width:47.6875rem;height:47.6875rem;top:228.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvMgJqhauy14b6JxDpMENdDV26uKTwXd { width:37.375rem;height:1.29980625rem;top:222.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZnunXltkKN4uM8875cUZTEo4P8Km0rL { width:47.6875rem;height:2.59895625rem;top:224.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytLI8fbQ49Xw0LHRL13hIbhsNOquVBE2 { width:7.375rem;height:7.375rem;top:82.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvgDyNtG6pu6a07a42R6MrIdx9ZO61yT { width:7.375rem;height:7.375rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuKOQ1up2sKf7MLPR41W8pyQFXZmVyky { width:7.375rem;height:7.375rem;top:269.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMz4clIr9MiMoyM1UBFagvKEkuFF6Uqo { width:7.375rem;height:7.375rem;top:261.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpaEqAk0OrfXebkgTghhyD6m1Ol0zxnQ { width:7.375rem;height:7.375rem;top:176.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uW9yQird9FXicJWfnRdkQarVWFy2htPi { width:7.375rem;height:7.375rem;top:169rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdpi5axAtUcfTziJeLATFIEg5xwLSUbL { display:block; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container { width:47.75rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cdLviETApqwTnlFFuuNZRdT5Ze3vIltl { width:41.4375rem;height:1.29980625rem;top:1.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bawWuaTcW8BT5Tv3NGubTLe46gLBkyIl { width:18rem;height:3.124025rem;top:42.423828125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdU46LMxvwLiSl0JHvTXzv82rzRQystG { display:block; }
 }@media only screen and (max-width: 1199px) { #Pq0fTflprymSPrdNxSVhnG7kbyH1AJfk { width:47.75rem;height:2.59895625rem;top:5.111328125rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4HMTp1Rk3BOi7OiaQf34lxBANPVPsVD { width:37.375rem;height:1.29980625rem;top:9.5244140625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCu4PtsUUE4dvocB6UpCgQybhprNwwxr { width:22.25rem;height:10.75rem;top:12.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylBD8VlHtpmtbRVPXZ4q6FPnHANC0usJ { width:22.25rem;height:10.75rem;top:25.38671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPUeF3yrE9Rvq8k6WsEsF227RKbJqQAF { width:22.25rem;height:10.75rem;top:12.69921875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTrqn9Cb0EI4zCuXp39f3JAiVqVScwEE { width:3.5625rem;height:1.625rem;top:17.88671875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qw7ewTesytZDbBCisUmHQOhbabLtavR7 { width:21.4375rem;height:1.29980625rem;top:20.6748046875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Apg2DEHVb9FcVWTs2bfZwCSZ8kGwLosh { width:4.25rem;height:1.625rem;top:17.798828125rem;left:27rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fl3b2UmaL60BDkoBLi9z4kC499ATlC2u { width:19.9375rem;height:2.59895625rem;top:19.9736328125rem;left:27rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #FU2d2flJTlx6QRDm7HebIPmshmdRFoqF { width:14.75rem;height:1.625rem;top:31.3125rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQXiatSVbS0Kz8wciHOWUhWFh9CqifI2 { width:18.0625rem;height:1.29980625rem;top:33.4375rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDIPM8dmE3SiSb1XW6SIw70tMHVhhJkR { width:47.6875rem;height:2.59895625rem;top:37.94921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2WzPb7Tmc2awMBsRT2bVeUfiC4GxgFo { width:22.25rem;height:0.25rem;top:12.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZq39X1M1Cr4TEEFhH2Zk1fK67zb3cFd { width:22.25rem;height:0.25rem;top:25.38671875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmuseOJXdLAdqh29pb3lBuwCrSxlMmq7 { width:22.25rem;height:0.25rem;top:12.51171875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn { display:block; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container { width:47.75rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dBGx6rE7iwhKDeC06iCzaP6mc3ytkBn0 { width:41.4375rem;height:1.29980625rem;top:1.875rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7r5QBc0A0gf4e8oAgCUlAJIn11GBUMS { width:21.9375rem;height:3.8984375rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obyLFym8UWvE6VU1haycOyqXxv9SUSiu { width:1.5rem;height:1.5rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8bOMarCbM3Qolh2IbwG9Xe3oLzyMC8S { width:20rem;height:2.59895625rem;top:9.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTUS7bextgwPNbP1XpH85h1QDeJKMk8S { width:1.5rem;height:1.5rem;top:13.412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzuSyi0l4hk2PCIka4TGO06lgnnPkLdW { width:14.3125rem;height:1.29980625rem;top:13.412109375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fdb44NU3CZ91tdgxE4AEBbleDrtKzUBx { width:1.5rem;height:1.5rem;top:16.6865234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6kMMloEfy2IJus5u6TEVvpRu3no2XT1 { width:21.4375rem;height:2.59895625rem;top:16.5869140625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKI6kGAz9nry6qPgN2C18S4VmbKPcbEF { width:19.75rem;height:2.59895625rem;top:20.537109375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbwOINmB0vBmiqWWVC1MlOW2Ly3Sc3Tg { width:1.5rem;height:1.5rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCxTeKLJTC3CFt7uZrqBL53m4Gu0ai3O { width:22.375rem;height:2.59895625rem;top:5.0498046875rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccySGG1wdX8CW8pgWri0iTCnhB2R7VUM { width:1.5rem;height:1.5rem;top:10.375rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NlUB75QohxNVEb7pxIlpTeRMluycQQ8U { width:18.4375rem;height:2.59895625rem;top:10.1875rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2tUkDqVdFTuS31QZrDUg53BZtoIgssz { width:1.5rem;height:1.5rem;top:13.125rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLJQbKTVTUlsEemDRR4V8fbZHzvTsOyH { width:9.6875rem;height:1.29980625rem;top:13.44921875rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbnamEsTVK7dfwd9X6qH2kivhgQqBCec { width:1.5rem;height:1.5rem;top:15.9375rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cV0RXsg12lualZIzsUKA1LRni8SPptxx { width:15.5rem;height:1.29980625rem;top:16.037109375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riNkcCmCaN7oN8x6zgTlibA4fhBI7NgF { width:1.5rem;height:1.5rem;top:19.375rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D15IcaTCFTIdFEQ2Bh0Z2w9VH2pLSH0E { width:14.25rem;height:1.29980625rem;top:19.4365234375rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSFkyRTkKuaGumFT4CANE97E0LDitZBx { width:41.4375rem;height:1.29980625rem;top:24.57421875rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdAqZqhMRhNE9308Hs9SPoWh8G7pccD8 { width:23.0625rem;height:2.59895625rem;top:27.7490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLNQxcXSEMAcNEcvm9GWOeVITwmyXqIs { width:1.5rem;height:1.5rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuOcyAuTAfo3zkfnfvpgOIusH8IUUOp5 { width:6.5625rem;height:1.29980625rem;top:32.412109375rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFTivD9L5tA4I1PS5rQG20092xdbu1dR { width:1.5rem;height:1.5rem;top:35rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBuvTb4D3DrSugEZTRavWyuF0uEUXcZA { width:6.3125rem;height:1.29980625rem;top:35.3251953125rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLHXqNNCdGOwk4CwdnlkoJUB88iZ9FwP { width:1.5rem;height:1.5rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFDyoP0eltGLbLM9bTC5L8sSmyMS20Cf { width:10.5625rem;height:1.29980625rem;top:38.0751953125rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tg1xr8Uh4LzuwST6OoftRFii6la42E71 { width:17.125rem;height:1.29980625rem;top:41.0126953125rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoPM0NsZorcvzr9ZEqaeCbE8Fy8963ch { width:1.5rem;height:1.5rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncIrVseK6ua95QeTE8Hz8HJDAUOyDvZa { width:16.4375rem;height:1.29980625rem;top:29.1103515625rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXES4awgdFbRrLfH7naxzVIbTM19HZTW { width:1.5rem;height:1.5rem;top:32.5625rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAbdZD23RJ96xtIqv19LGMN4RVXZ2kAA { width:17rem;height:1.29980625rem;top:32.8876953125rem;left:28.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X77b62dtC8fVQyNRNEfzcIDPKppnzJFh { width:1.5rem;height:1.5rem;top:35.3125rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvSZEksHvarQCXv5PTm5Xh5omoArQd08 { width:14.375rem;height:1.29980625rem;top:35.6376953125rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4ml6QdrkCFbwVkqzOt2TcyxuKblhTWn { width:1.5rem;height:1.5rem;top:38.125rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p67sBsTr4msPOkoeb8F2xrksgxDLk7qu { width:16.625rem;height:1.29980625rem;top:38.4501953125rem;left:28.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yuPZBWS6ws390dPxod7ifbp86ggc3FuT { width:1.5rem;height:1.5rem;top:41.0625rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWkg1yTgtlOvScG06vHER7K66v6QEuEI { width:15.8125rem;height:1.29980625rem;top:41.3876953125rem;left:28.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZMk5uCQ67d6O3t9TsH0nx5sV5XPJ0tT { width:13.1875rem;height:1.29980625rem;top:43.7626953125rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hu2K4W41I0XErZrVQriwvzp0e5xTIZn3 { width:1.5rem;height:1.5rem;top:43.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hq5XLJxOJ6uusPqt5Hl8OF58CNtd8hVl { width:1.5rem;height:1.5rem;top:43.875rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #go8SM0TFpFyV92bgznkq5Jz62bawaQcq { width:12.8125rem;height:1.29980625rem;top:44.2626953125rem;left:28.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9TzAGyKER7y7vKoLZyrnL0HKgdexxVT { width:18rem;height:3.124025rem;top:50.662109375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwB4WMElwgDILmQZmVtBWgJ92ucpDnAB { display:block; }
 }@media only screen and (max-width: 1199px) { #TTgwuNxmGoUwF10q30ATrmK2OdKRHoTz { width:23.0625rem;height:2.59895625rem;top:46.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osPlyNomGQ9InACKUBOThNHJOOvVTFuu { display:block; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container { width:47.75rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Je4UWHc8zQlZVgbX8lnAdJZI4D5kDo3z { width:47.75rem;height:48rem;top:26.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncOM6rwk0nIHdzz1ecoKDPQZ1BcwAbyB { width:15.4375rem;height:1.29980625rem;top:1.875rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIVFI8IaxiaZoF5CgPSAhyiBmqcdRXLE { width:37.375rem;height:1.29980625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVCDD3iTW70gJG0lTMVh7wfJPWSI7VG7 { width:1.5rem;height:1.5rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cnd4k4bD5eF9285QBJGGf0zFNGgBW6Jz { width:1.5rem;height:1.5rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNm99c4E7M2ZehstKwQW6vCnVbsNTxHI { width:1.5rem;height:1.5rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WJy0iTTJw9AEQPzooSKZoDeOulWDUPJr { width:1.5rem;height:1.5rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH3TpNKGIduCJZT9FOh01iRGKiJf78Pn { width:37.375rem;height:1.29980625rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHvWefc1yNWdT4gmfMBLzwUeeyovKUWf { width:37.375rem;height:1.29980625rem;top:8.287109375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BsuC9PnH9mk4EAMuPTVET848TnQf5n6n { width:37.375rem;height:1.29980625rem;top:11.037109375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R73iTOAOI2MNQ7FE2hTilaM6Fd5bR96c { width:37.375rem;height:1.29980625rem;top:13.849609375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vychpXcaRG1tq29XPBp3cg0biUpsz95T { width:37.375rem;height:1.29980625rem;top:16.537109375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUu3TG8hTcHrob4OxJBTIaXhnTNBbS4L { width:18rem;height:3.124025rem;top:76.82421875rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0Gtzz2dRr1xkgzkx7tyOu8c7GUdRADp { display:block; }
 }@media only screen and (max-width: 1199px) { #qJXyEtqyHzWtdcn4cXmAfgLMVkLTeZWF { width:47.125rem;height:1.29980625rem;top:23.7119140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FovmTZhXpJX4RferMR7AxLt7wKGccTqv { width:7.375rem;height:7.375rem;top:67.57421875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCtiTqOOKfJJF5W6vwNayMII24dxn7ig { width:7.375rem;height:7.375rem;top:60.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9S2Lamqeb52XMTMZEWhorVya6XHTZpa { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container { background-color: transparent; background-image: none; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container > .video-iframe-container { display: none; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row > .video-iframe-container { display: none; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .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); }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container { width:47.75rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CVRaNPbzOppR0Ptdnq6LPBTqhNEs5TRO { width:41.4375rem;height:1.29980625rem;top:1.875rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MsOdeS69GT73bV8cPkbCcBCccFBhOknS { width:1.5rem;height:1.5rem;top:8.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlBqprhfD6ytgNnn4h3mW8bNpJ16qdDC { width:37.375rem;height:1.29980625rem;top:9.125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXiGB2yMJkfaa6Ln31po6lXBLeq4xrTH { width:47.75rem;height:16.3125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoEGAVNVT1c7MlarVLAsXPEwJB2tQ3H1 { width:37.375rem;height:1.29980625rem;top:6.6875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z1LbP5oTfalX8e1hLqlhiaavBRW49yRV { width:1.5rem;height:1.5rem;top:12.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTuZo2m25xDZSEASb8w7SKFkJv0P4E2m { width:37.375rem;height:1.29980625rem;top:12.375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5iPUixtEWnWJT1h2OXKCcTqVKeSwdSt { width:1.5rem;height:1.5rem;top:15.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxPzWbPL5mJ5UAtJRnpkU1yLszorcGxa { width:37.375rem;height:1.29980625rem;top:15.25rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRLpTQgMpL9L3lXyankPVWpXh1EHbFww { width:1.5rem;height:1.5rem;top:18.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E998Qygk3VGby2E38Ltg5vaHT9nvvTnT { width:37.375rem;height:1.29980625rem;top:18.25rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hg9U0tiZOqzwoynE48KHvThBBfDCAcrb { width:47.75rem;height:19.0625rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ct3WPWU8MFV5Ry7vk9dzxWzyMM5sfD8a { width:37.375rem;height:1.29980625rem;top:36.412109375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2Dso6utrfDFQRGGV4RgzsUXHWxTOIhy { width:37.375rem;height:1.29980625rem;top:33.349609375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGe32ig4cBUJidpgnmX0q3W6pOuzRyhT { width:1.5rem;height:1.5rem;top:51.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRKr4EhE7wvCVqVeFiH6dqzApZlwBu0x { width:1.5rem;height:1.5rem;top:54.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMTGC8aEJCmmRu1xTtDTDL3mUJ7ay7Ig { width:1.5rem;height:1.5rem;top:49rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKxDi1iBZFevFgGVRlhv1tzUxVcnhTPA { width:37.375rem;height:1.29980625rem;top:30.443359375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBy04Q8yGbM3CXUm3qTJr5S2UiNafZul { width:37.375rem;height:1.29980625rem;top:27.724609375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEC0PyrIP9vgHL8oVGdCKpGmBhQ6RXV0 { width:1.5rem;height:1.5rem;top:39.0244140625rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dglTVc6WQTGoaoheD59yJlVvZFgxnExe { width:37.375rem;height:1.29980625rem;top:25.068359375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgrUyTLzqNgEATvTWkzgAbJ2NgfeTSCp { width:1.5rem;height:1.5rem;top:56.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvHGECDnanzRTbpyfQ8WBW6ghzKzBSok { width:37.375rem;height:1.29980625rem;top:39.3125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtTqth9EwOFmyWH86xTcIo3k5qfwxdQS { width:47.75rem;height:16.3125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNZCVltuaMM4Ixo8VTT2Iqi6NHdTIOBI { width:37.375rem;height:1.29980625rem;top:46.0126953125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImBxcIUpTAftz3UUqdbQA92SKk4Mkovg { width:1.5rem;height:1.5rem;top:27.5625rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MloscVONluy1CfiAaa1oMXuNv2nGC8fe { width:37.375rem;height:1.29980625rem;top:49rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qC10OEWx0U58EtKDyUEhgVClpoR9yTEi { width:1.5rem;height:1.5rem;top:30.3125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2ECKyevhwl1qPSeCfTVVl46wBuv715Z { width:37.375rem;height:1.29980625rem;top:51.599609375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4itRHnzGQZcLVIfWdRvk67ZzHi4D4Ma { width:37.375rem;height:1.29980625rem;top:54.162109375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2RS29Q131qcg75TOXAXxHgPCB2XQINp { width:1.5rem;height:1.5rem;top:33.375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u05OfaRab6gSGPuU8bpcEFZ8WGHdRoy6 { width:1.5rem;height:1.5rem;top:36.4375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVK5NiXmOy2seDR0qHvQSQDZbkUxtqDT { width:37.375rem;height:1.29980625rem;top:56.599609375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EciUhL6q9HRMP55EV1USeKMsktPUvNoT { display:block; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container { width:47.75rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MAJxmz9gAXSn8NRpRzTqZo6cZIXLL3Tw { width:47.5625rem;height:47.5625rem;top:29.1552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbmx7ulEWvh16S5FTwpGwCScLu1bH7BH { width:37.375rem;height:1.29980625rem;top:18.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXi9UghWcl5fM6dF8R5a1KluXc3iPODo { width:41.4375rem;height:1.29980625rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KS84mq8tGqEPAeQgxTXVx1URSihpokDl { width:37.375rem;height:1.29980625rem;top:5.6123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLeAQecBCuTnAsD7eQaHLmbbXg19O1og { width:1.5rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsHEx0dGEOofgBGKM0EvElOX3MpWJ9oc { width:1.5rem;height:1.5rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXU7BZBumxB5bpJKVI6Kawo45e8uPg55 { width:1.5rem;height:1.5rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #By3y3z8iqvBbre8JXx0v5mpEw7VzQicq { width:1.5rem;height:1.5rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxWRnA4NzndWTmwb1WJET9uyE5kwsN7u { width:1.5rem;height:1.5rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiLNr2lbk6ssfJQgnBPTiU6VwvVEHdMw { width:37.375rem;height:1.29980625rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JOG9fh96MuTxN0QfBvhvvzV7F6c3JGfb { width:37.375rem;height:1.29980625rem;top:8.474609375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHnTVsgerZhaiVUCxE7WvAIWTiUsIBF9 { width:37.375rem;height:1.29980625rem;top:11.224609375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIIfIs56TTxFwpbSUIgrrHMo7mMesTIz { width:37.375rem;height:1.29980625rem;top:14.037109375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GowXSGH4Qe07WLTGI3dRlRTEL1GTrLG0 { width:37.375rem;height:1.29980625rem;top:16.724609375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBTAgqFv6MLDxStUBAOZ9PLfWdTB9Ti0 { width:37.375rem;height:1.29980625rem;top:19.349609375rem;left:3.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfwuFsvXIL2mDiWsXODae3AegLTSgMUz { width:4.75rem;height:1.29980625rem;top:25.849609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sQlwNPUwk117VZTJkA5WE1DCX5Sy3HtX { width:4.8125rem;height:1.29980625rem;top:25.849609375rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUu0siTKvIRmmwc7Elsx8N9CQNTvC3Qf { width:11.25rem;height:1.29980625rem;top:25.849609375rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3lTKF5eM8If8wU9vsHaQZz3fU6K0eJl { width:1.5625rem;height:1.5625rem;top:25.7177734375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3FdkKB37fsay4G23kUppLeJcBxx8s1Q { width:18rem;height:3.124025rem;top:78.5927734375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZGHuck5e5TA69WPITlDa7CkDbZEQMCw { display:block; }
 }@media only screen and (max-width: 1199px) { #xfPvSFX47DKTh0ten3cgwq56sNsbKnhO { width:7.375rem;height:7.375rem;top:69.4052734375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SLwpRA9BFQEdt48PsnIU5X2LzkQKNkTf { width:7.375rem;height:7.375rem;top:62.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6i235fBSuG2ef3Qp75ptqNNiSNPrvVr { width:1.5625rem;height:1.5625rem;top:25.7177734375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB { display:block; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container { width:47.75rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hbwRULKKpTwEbdhr0z2qh8CUSAgXMw80 { width:47.5625rem;height:47.5625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOyuSClzepB49XWeAqmoXLTrBqs9wJFT { width:47.75rem;height:1.7871125rem;top:1.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #T6WvmdizRtSbAESJLkq32VcmF9ITT5vR { width:41.4375rem;height:1.29980625rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzssZkreJxoB08aXn8aP7IBJTgBy9Ruu { width:14rem;height:1.29980625rem;top:6.724609375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ep7i0GP9DxeMuQyEizTrqGmlsKIPKTH3 { width:37.375rem;height:1.29980625rem;top:9.537109375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qap0GomXlRODpbJOpw0HwB39q1anT3ko { width:37.375rem;height:1.29980625rem;top:12.162109375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCCrQUIreFndLaTyyCHItGJgwrklIioF { width:37.375rem;height:1.29980625rem;top:14.76171875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqPhgyoQs901IlyUZv1XVnclcMvu9rHp { width:37.375rem;height:1.29980625rem;top:17.57421875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1nTnFZucgmovKhVbCqT1eAfQDKiN3Gq { width:41.4375rem;height:1.29980625rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kuySSKXVXw1VeJJ99TklhgiJ16Upe5cV { width:37.375rem;height:1.29980625rem;top:22.974609375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6c17Ubkon53VMIKTTTZvX9mQfnyOHcK { width:37.375rem;height:1.29980625rem;top:25.88671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plPe7gabZbAkBptTsiFPngT5HCpHh8O0 { width:37.375rem;height:1.29980625rem;top:28.63671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7ho1FmogSgZVT22nelMDShhh4tH5TC4 { width:37.375rem;height:1.29980625rem;top:31.13671875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v20cfLZ2iHePPvxz2soR2G9sVR4WDgE7 { width:18rem;height:3.124025rem;top:84.625rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKiTzK3Iz7gwiwoRwIFnPgNqwZWEPMEk { display:block; }
 }@media only screen and (max-width: 1199px) { #myAovBah8ymGDdHU5X89RC1ngoHs1nMG { width:1.5rem;height:1.5rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TF5k7ANZQ2x7WgTecXCeJFGPZNKL0LFK { width:1.5rem;height:1.5rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzuuOmxMK5TZ0GtTI8TH8ngbf6VsdzJc { width:1.5rem;height:1.5rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btIQEc73pNTBfv6eMhdzlKEh0Qw0Bozo { width:1.5rem;height:1.5rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6WWsfNQsJGwHDbiFSAWCKlQao6DXwVy { width:1.5rem;height:1.5rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0Je4rSeMwREvhflCoyec35noV34TBmK { width:1.5rem;height:1.5rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyPA5cdMhAKmPrClKnF53rhLKoTRTp03 { width:1.5rem;height:1.5rem;top:6.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMLBvxHBKJW8dOiwKp0gGxmp6SfwryCS { width:1.5rem;height:1.5rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFOz743hZWazAUyIr9tIdnSz2USztiHF { width:1.5rem;height:1.5rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLKbttqIG1lb0rKfdZNfnSHv2Qfh7tUn { width:7.375rem;height:7.375rem;top:75.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #haxDBJmB8GBMAIaSJTpETBE6aBu87mg8 { width:47.75rem;height:48.1875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myw5UoG1RAvDSl9Jof24u5lkSFsRM9TP { width:7.375rem;height:7.375rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b { display:block; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BC7xw3vxQbN68GfA4kNgly59TVqMiXfA { width:47.75rem;height:13.1875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qiGdNT5QTvSb1gEUTBUDb08N8rPbhrmP { width:33rem;height:3.25rem;top:4.125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCqJe56wxLPTRTMIO7hXnRKDap7FTME8 { width:23.3125rem;height:2.59895625rem;top:8.068359375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLg3v7poH2NcliQMm20J3q1NQZNCb3PQ { width:18rem;height:3.124025rem;top:11.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4ikq8f58mpnaucPMFZJaOvJRBnFgFlP { display:block; }
 }@media only screen and (max-width: 1199px) { #TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i { display:block; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EweC0y8OCRDXMf81TuA5Tc6G4TMPw479 { width:7.875rem;height:3.3125rem;top:3.25rem;left:20.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lhSq2HWkilLytgrqShdXJ4Iew3FbFn2g { width:11.1875rem;height:1.29980625rem;top:18.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRtsEDoWnTGMz61249qogmaEG3WvSC5L { width:2.5rem;height:2.5rem;top:14.8125rem;left:16.6875rem;font-size:1.75rem;display:block; }
#bRtsEDoWnTGMz61249qogmaEG3WvSC5L > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #hJvM7MihceNHfek0yXaAL8SXDuU9hE0l { width:2.5rem;height:2.5rem;top:14.8125rem;left:20.625rem;font-size:1.75rem;display:block; }
#hJvM7MihceNHfek0yXaAL8SXDuU9hE0l > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #Rb4yEuMMrpoT7SUZ9Zfg2M616JyC02W3 { width:2.5rem;height:2.5rem;top:14.8125rem;left:24.625rem;font-size:1.75rem;display:block; }
#Rb4yEuMMrpoT7SUZ9Zfg2M616JyC02W3 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #X9EDixsdz8E358ylRE1pIE9oqrmO1E5i { width:2.5rem;height:2.5rem;top:14.8125rem;left:28.5625rem;font-size:1.75rem;display:block; }
#X9EDixsdz8E358ylRE1pIE9oqrmO1E5i > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #NsGoWUcOZH4n1IfNHbzcIXrBJ5cyTKnd { width:23.5rem;height:1.13736875rem;top:21.5625rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkmQDGcCrZsAvGV5a3S1C5x1JHRBhV14 { width:7.375rem;height:1.29980625rem;top:18.5625rem;left:20.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4pZarle3m8wEfLfpsqb5pCdPF4DKvfW { width:9.125rem;height:1.29980625rem;top:18rem;left:38.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU5FwLNUwNzDz1BN9XgZ0Q43CLgNukZe { width:6.625rem;height:1.13736875rem;top:11.1875rem;left:16.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XU0acT4Cmk0snQWdbkgcA8k0CxSQRgsu { width:6.625rem;height:1.13736875rem;top:10.11328125rem;left:41.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Gdols1GSzIkQ873U0Bb6VKqB22kgaSon { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { background-color: transparent; background-image: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container > .video-iframe-container { display: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row > .video-iframe-container { display: none; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .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); }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { border-width: 0; border-radius: 0; }#Gdols1GSzIkQ873U0Bb6VKqB22kgaSon > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2ISXgEkNTX8fJWfDX3FnqOkmLJmw53x { width:7.875rem;height:3.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGGoQQJ8Cwcv6eE5DC7q18xbhocQNpRc { width:6.25rem;height:2.3125rem;top:1.375rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kSCwgyMauLt8WiSV0RRr43di5i9dIg { display:block; }
 }@media only screen and (max-width: 763px) { #DQcUI9hHwQae9DW9ADvWXNsSSx8mmkLz { width:5rem;height:2.3125rem;top:1.375rem;left:8.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kDk0B3SMIMKLbmKsQF0tvp2IXtDqKx { display:block; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:rgba(var(--color-tertiary-4),0.9);background-image:url("https://images.assets-landingi.com/uc/ca5abf2e-520d-4510-9f84-2716849c47c4/Screenshot20260311at112751PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:133.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtFklSq2hcN3UuOmkznymkDC5VN7rawv { width:20rem;height:2.6809875rem;top:12.0439453125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQGaU9BDHVlk9M7bBo9rgHKk7dHWynL { width:18.375rem;height:6.497375rem;top:16.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXSvBcBKQJteMkcStz1VIF26tWvWkBOT { width:18.1245rem;height:3.1245125rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDlRFfBWE6ZfkJXKr6oawnCHsE2ZufQ { display:block; }
 }@media only screen and (max-width: 763px) { #zARWRhO6193cf5FEXWeiXEuowbJ3z8Ll { width:18.6855625rem;height:62.499rem;top:48.998046875rem;left:0.65625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RScmToORPQndApidd6WVk9uFWdTuS3IF { width:2.49975625rem;height:2.49975625rem;top:24.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JzMwENd56vJDlW8Kbv4u8rEVMyP2Wr { width:18.9375rem;height:1.13736875rem;top:28.375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5TvqpwTTTJTVdMFxU7UOTXv7Z624Aw { width:2.4375rem;height:2.4375rem;top:24.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNpG0yUyfuCvFB392qJEtf1SnbZxcA9 { width:2.4375rem;height:2.4375rem;top:24.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohRJw0wa8Z7umWAUCbWAEblgFfKMTFrk { width:2.4375rem;height:2.4375rem;top:24.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJUTTbPlgOsMNZ2cZEb6XLb1Im47Tu7 { width:2.4375rem;height:2.4375rem;top:24.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGuUER3ybPb6xGg7iCJJQgttaCPToL8J { width:2.25rem;height:2.25rem;top:24.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyaJZMVRkkgOgCxTba38d2B3Eq45i74r { width:1.3125rem;height:0.6497375rem;top:25.875rem;left:11.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr6Iwoy5eZ1zt3CCESOJ9TgG0w5HFNdp { width:9.999rem;height:1.29980625rem;top:36.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRqV2VGnDcGo9p6GJzdTbEbeJlklG2Vm { width:2.5625rem;height:3rem;top:38.875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRNWkhQKdhDDhgMKpJu67nq4L7iwJLpC { width:7.1875rem;height:3rem;top:38.875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6BiG574fyZabqCsxzDb4krDcRetzULf { width:3rem;height:3rem;top:38.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Virsvn98kpQZdVSbkEooOFCqnLqBElTA { width:12.75rem;height:3rem;top:43.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu { display:block; }#gitrVIkrfboUzdIxl8KayOWpt8Pm36Pu > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmUVn8BMklVDIRzvrwRfDN9m0OlvlJeJ { width:12rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7rVLrBE57wXkLuEC8KHkFgUPraMdqn4 { width:15.9375rem;height:2.59895625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhfJK5trwsDaT532CSwnceskVK4COQ2S { width:20rem;height:27.289025rem;top:8.8994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LozlRNkiHZDftuXCxGDWtbKviLAa2vM0 { width:7.5rem;height:1.29980625rem;top:37.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g21fVutPgbxGvq4LtgnchO753II6fT6B { width:20rem;height:7.25rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9vl8atLREuU9zv0dTcvJCUQ8pBOxcc { width:20rem;height:7.25rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRXr4GJrZrcfIB72tSwBeeC09isOLW4 { width:20rem;height:7.25rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBh2sRvsGApbgAtv8GGoKBVqeL3Wx0lB { width:20rem;height:7.25rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9HZSGTkm3BWXNtaTAeFTdRdUU8A4Riu { width:19.3125rem;height:2.59895625rem;top:42.9375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1J2C0kzBJd5KHXIfRwtukTOam7ZqLmL { width:18.1875rem;height:3.8984375rem;top:52.1875rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxZisQozdcPWnEDUpur4k7TER1W2uPGl { width:16.3125rem;height:1.29980625rem;top:62.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKiwPqoEshHf0AAOSPtPkIVBf1Wt9id { width:14.25rem;height:1.29980625rem;top:72rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtXUZ9EeH473LC7CnVTXg0As2dGdr5ht { width:19.9375rem;height:19.9375rem;top:77.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3AkN4EoFMdZyZRJ7ROQscCFfAWWMLC3 { width:20rem;height:2.5rem;top:98.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQn6IWtH6mi86JD12CD26EuOFDeauABF { display:block; }
 }@media only screen and (max-width: 763px) { #ST69JflHiIguSnTc0a8lUXVhiiX3aDOW { width:5.625rem;height:5.625rem;top:85.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtOMS8ZM1L326Kduq4QsK4VfewzEegT { width:5.625rem;height:5.625rem;top:91.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT { display:block; }#bt7PUUVtsITBsVQT2sBZS9II0W4DO0iT > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzAbOg1Kfp4v7E0TWOHRTsfAdUFwbOrf { width:19.999rem;height:2.59895625rem;top:2.5595703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUPs4QUvEm6huZyeM8KmNTnfmKWWAPJA { width:20rem;height:20rem;top:7.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0fdKDkSCZ3mdag5yasneKGU3b30HJRp { width:20rem;height:20rem;top:28.9091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkHHqrPkeT1q95kTdbKtoyQqCIos9P0u { width:20rem;height:20rem;top:50.7841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvxot5EfFafp97dcxy5BRhtt9wRWM83D { width:12.375rem;height:1.625rem;top:20.53515625rem;left:2.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkxiMnhelNFQFcXJTHwBTRWuwMK0BVdA { width:15.8115rem;height:2.59895625rem;top:22.625rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srwIFz6GKQZxocDuz7mGHR4zb32ioliA { width:20rem;height:19.9375rem;top:7.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUd8S2TBfcHyfwLuBB2oHbohRyyCvBI { width:20rem;height:19.9375rem;top:28.9091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWwzs2mVzWfaMZb1TFKUn85RX2Zpsa0d { width:20rem;height:20.1875rem;top:50.7841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTL4DsaJ8eHa83lPbaOm5p41bwaiwb6 { width:12.375rem;height:1.625rem;top:42.6875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvzXtxGrod1iWmhiUC1Tm6vLAQepySUC { width:15.8115rem;height:2.59895625rem;top:44.8125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TinWOaZHWUBSKAQdsG4BloWgXfzBQo1e { width:12.375rem;height:1.625rem;top:64.25rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfh7ix6aaZ9rGzuW5RdQKU6r3yXzurnK { width:15.5625rem;height:3.8984375rem;top:66.1875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE { display:block; }#GK4Z4T5uNBgBLQurMyemZS8w9Ku5u1TE > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3GETLsPdwu2Hih4kWyXrw2tFHqQyuBM { width:20rem;height:18.5625rem;top:35.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckSnaFDErdp7mFT9ixw0Ji32mgaW5x5 { width:20rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlT9kOPRt368ZVMTsaGXs0wJo5rJuFqq { width:20rem;height:1.29980625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya3V58G67Dd8KP9zMb1lS0ONonSpko48 { width:15.3125rem;height:1.29980625rem;top:7.099609375rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZwySTfrLF76q1k85EKvwSMcvUOpJTu { width:15.3125rem;height:2.59895625rem;top:9.4580078125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohSe6ABxi3s8A0MPNyJgpUOGI8syg9hy { width:15.3125rem;height:2.59895625rem;top:12.2333984375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9emCoFFKC3Nqu72PPDHkrxxZOk1qBG { width:15.3125rem;height:2.59895625rem;top:15.0712890625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONavWt8igPS6W24TooV7Ji2maqoiqXfW { width:15.3125rem;height:1.29980625rem;top:18.3310546875rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfNP4OdwKlg8qUUi16fBEZSNIvAxFmJ { width:19.999rem;height:2.59895625rem;top:20.505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOFFusaqeZxoeOmaPvfgwnFpHpTAo8uw { width:15.3125rem;height:1.29980625rem;top:24.3017578125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzupoP2ST5MzDi6MvqvkuNsd7SdDoCKo { width:15.3125rem;height:1.29980625rem;top:26.787109375rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxshD7o76UI1mTqywJPb9luvCBgNnJ9Z { width:15.3125rem;height:2.59895625rem;top:29.162109375rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTTTabfbvVTyxgN9uNa3c5qvclLzkSF { width:15.3125rem;height:1.29980625rem;top:32.162109375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDc1Jt1o7imyLTB4on5aX6BrAoOHAxpA { width:20rem;height:2.5rem;top:55.7744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLkskm8rScUfffyEuuk9IX72KpS6xET { display:block; }
 }@media only screen and (max-width: 763px) { #o9FOAirTkuXcgZD6qu5JhIRT83TvzvRG { display:flex;width:1.5rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fDEDBOC0y1LGaLKyTvUBir1XKLp6sXo6 { display:flex;width:1.5rem;height:1.5rem;top:9.4462890625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Iu2TZDzzaMtfII4tTWQZ48NZ0d5TF6Gn { display:flex;width:1.5rem;height:1.5rem;top:11.9462890625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #hIyhUZJ9O79px8MrlmPqVkIV4nTF2vKW { display:flex;width:1.5rem;height:1.5rem;top:15.0712890625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #F24lcv0F8AFlcVJp3FfCcBF4pe8z4ZRT { display:flex;width:1.5rem;height:1.5rem;top:17.8896484375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #MpFbKm8geiWnU5QD8GiZ0mnouzzAC9gI { display:flex;width:1.5rem;height:1.5rem;top:32.125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fh4DGX48g7BbMRb74HVa6l8I8EP8LElx { display:flex;width:1.5rem;height:1.5rem;top:24.2646484375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #pptFMtxqHLcTBsFcZAfABu3TPgtceQ7F { display:flex;width:1.5rem;height:1.5rem;top:29.25rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Ak1oAzUxq7gyMNasgDy8M50ncGGUmwmT { display:flex;width:1.5rem;height:1.5rem;top:26.75rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #TbALroq4nTrsqVWGdab17GuvvhZH83Hp { width:5.625rem;height:5.625rem;top:42.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkAR7Gr6G8C8mXkaJNSJkwKIEzqJpTD1 { width:20rem;height:18.625rem;top:35.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9G5H9ILbeNS8unL36cNhNT3pRraGHpC { width:5.625rem;height:5.625rem;top:48.4619140625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 { display:block; }#QsJGbRb1cNT1J3DrzUpqLMq3xyRikJc5 > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOTXNUPUGbTI84zV5ugfEAXr0tqfuuGi { width:19.9980625rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKMhaOCy70ahlHo3AFEVCAd1gQPuUKJh { width:20rem;height:2.59895625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nctPQvakq4eX7IB6ka63mfk4oneb32xl { width:20rem;height:6.497375rem;top:9.5244140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxlmzNXdeMNk1Eu4mWAGnVtNDLrLIKaH { width:19.999rem;height:2.59895625rem;top:18.4619140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr5ISZKK3FvVR4Llrkz0O7UvXlM3VGLU { width:20rem;height:2.5rem;top:48.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxwm17WIrWT15NmAQZv9AQzq8iWJE21G { display:block; }
 }@media only screen and (max-width: 763px) { #APcouQbJ9iW7TlRSe0Le7GedkZWwpwvf { width:20rem;height:20.5625rem;top:52.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFTBs0WGhXNGUirc8r8tx8tfZtx1Z6L { width:15.3125rem;height:1.29980625rem;top:23.591796875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwBhDU08qfF0Ikgw0wfiZufzU0H9SB46 { width:15.3125rem;height:1.29980625rem;top:27.361328125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od3Bb8V3qegDGe5GemUtguFL8QT9TeOB { width:15.3125rem;height:1.29980625rem;top:31.09375rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF9a9zUHJ6ITyplTe1aD6zRCuH4zmKcc { width:15.3125rem;height:1.29980625rem;top:34.6572265625rem;left:3.404296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDyE4oA0kEPcrKhCGppI0zz1Qg1S3P9u { width:15.3125rem;height:1.29980625rem;top:38.3447265625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOHw5KQzzQe4NlLDtObFI4d3NDXZpTx { width:2rem;height:2rem;top:22.830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2S6SBTRhDJFpilhUNUoOXkK1MdDI1K { width:1.9375rem;height:1.9375rem;top:26.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4zBTzNCvzgBb9vnmExwX5TW1ns8UmJO { width:1.9375rem;height:1.9375rem;top:30.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTfpczvVnXqt1e4DV2BuWvfDohzXOxE { width:1.9375rem;height:1.9375rem;top:33.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZkq8gaPZxbfRZb6TXzT1zTHzbXS9X4X { width:1.9375rem;height:1.9375rem;top:37.64453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3eWheI1kRenX4ZIfD9UnkIOU3908MGX { width:19.999rem;height:5.19791875rem;top:41.45703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7b6V8mhDxOwoUwTpH44Cx2Uf2yRLku6 { width:0.5625rem;height:1.29980625rem;top:23.1796875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mN5kkTntsCT9h2aidtaE5Z1HeRHDxg { width:0.5625rem;height:1.29980625rem;top:27.04296875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNiF1m8y7mTatyOcsLml3mF3bxhUtR { width:0.5625rem;height:1.29980625rem;top:30.712890625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzpMqf0lN2vWgWA22czLsMuh6XArmwf { width:0.5625rem;height:1.29980625rem;top:34.400390625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktwXfbLcgWJpJyVRN6nzDLwBzLE7L8gt { width:0.5625rem;height:1.29980625rem;top:38.087890625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0XmUDhtJ6m3v8azEFsaoTNQohzpzeZd { width:5.625rem;height:5.625rem;top:67.90625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyhqSPLPnH6p7diBcqAonJFhSAhXJ7T4 { width:5.625rem;height:5.625rem;top:62.33203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaKRC1TphxUZkWmGVDkugvpl4g997hmU { display:block; }#HaKRC1TphxUZkWmGVDkugvpl4g997hmU > .row .container { width:20rem;height:219.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPSHgyvaApSaMDwIaIyHG868Eu1eLXOy { width:15.9375rem;height:1.29980625rem;top:1.875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXIPJnntQiHvZRBTn1DTDBk7VOwdmwwi { width:19.875rem;height:3.8984375rem;top:10.8447265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1MJDx21ewfzBOC67UiTt8a7gTN1TGW { width:17.8125rem;height:1.29980625rem;top:5.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yScCyZKqbDmTRC9xXwamSgQTOOoz2NdW { width:20rem;height:2.5rem;top:46.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG8t9hWwVc0qcJRQXiVlVIsptDRAQCEA { display:block; }
 }@media only screen and (max-width: 763px) { #ZgGmO6oD5Wiftk6AF1IvMpkegQ07yM7K { width:19.999rem;height:2.59895625rem;top:6.9951171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLIbHMF14eJJTIPzbAuORv9CsX7v2VIO { width:20rem;height:0.1875rem;top:6.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrV4yHTX3TkpbdVw7U6HVfuu9FKKaiCI { width:6.5625rem;height:1.29980625rem;top:16.0126953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSe1QeL8OTBcd8QuwXbWHpT7akZakS8z { display:flex;width:1.5rem;height:1.5rem;top:18.2373046875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #eDP4A5wqFaXeEI0z40swJsGG7qiJy85p { width:15.3125rem;height:2.59895625rem;top:18.2373046875rem;left:2.998046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKQPaNg0sDATmrOLDxMN3qemPaTNwAzA { width:15.3125rem;height:1.29980625rem;top:21.798828125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2gJGd1sM3L1TE9XxdhZFCLde51MW4k { display:flex;width:1.5rem;height:1.5rem;top:100.125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #JcXpTH1M2oT0dQ2559x0ecn6uDt4TiZl { display:flex;width:1.5rem;height:1.5rem;top:30.1875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #y8KJUGXF2y6DJhFs1GtGyThHzW9TvvwD { width:15.3125rem;height:1.29980625rem;top:24.34765625rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxCWLmhTa86iGczT7SISfT3Htl4ZNVQ { width:15.3125rem;height:1.29980625rem;top:27.2724609375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptFouTPBFz5iBUb6ZPtl3aKJ9v6wUMXN { display:flex;width:1.5rem;height:1.5rem;top:33.3125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #nv2EqahRtioT8DaORoW4nzhgoZ98N7dS { width:15.3125rem;height:2.59895625rem;top:30.009765625rem;left:3.185546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMMwb7ZysSO9dehPlSlhF3OGMM1XhUxq { display:flex;width:1.5rem;height:1.5rem;top:85.25rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #P24U9MB7OhbhlL1bAVkSZKsPAHNG7pNV { display:flex;width:1.5rem;height:1.5rem;top:88.25rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #MIe7PHMyIQ88RUUkVESyXWKOCqnETvUS { width:15.3125rem;height:1.29980625rem;top:33.474609375rem;left:2.998046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0dei0nzqNRTh9ZFLwX6DygHsAMKThrO { width:19.999rem;height:1.29980625rem;top:37.1806640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9TmhWd7StdIQSa9Q6FJLhomhgIyzvFJ { width:19.999rem;height:5.19791875rem;top:39.73046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s94FC9uOMb8ynAEfesWLDGoIdWs7fQg8 { width:20rem;height:20rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hemtPMHqD1eFM3UG1LmgBNElnyTcCdRa { width:19.999rem;height:1.29980625rem;top:71.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnswkgwdLV0xxXVyDqyqIRviuMh6Hf0d { width:20rem;height:0.1875rem;top:145.73828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG5tdbXITyfZBw39Ff3kxfkEgIbyQw7n { width:19.999rem;height:2.59895625rem;top:73.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTcWh5rlRakBDcJZvIyPZwWSPRAnUCLm { width:19.999rem;height:3.8984375rem;top:77.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd1zEmcqcSXPTh0ybpaWfaLQO2LWfUy4 { width:6.5625rem;height:1.29980625rem;top:156.873046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21KseN7gzoNo1exmpWug0Pr1EVfX1Q8 { display:flex;width:1.5rem;height:1.5rem;top:173.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #DJIS41TTiXe5Ft9gktwc94Ab8sikFb8a { width:15.3125rem;height:1.29980625rem;top:85.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMMrXst3Lpdp2d8DIniFMvbprurxJkW { width:15.3125rem;height:1.29980625rem;top:88.4375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aw1TpLXqEawrQtNJ5IiR6vB3GwQr0R { display:flex;width:1.5rem;height:1.5rem;top:171.375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #rI3LnV5vaIylquTRsp87FI0Rm00QC6Ue { display:flex;width:1.5rem;height:1.5rem;top:168.5625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #kVxghk27ZakqHh2KuV0NUgRPckTTbPef { width:15.3125rem;height:1.29980625rem;top:91.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuL83Dp7VcexuHkUIIwoShNatPgMxBqz { width:15.3125rem;height:1.29980625rem;top:94.162109375rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuTAy2qdzBcXflAPpGCgqu9LTu0D1zX { display:flex;width:1.5rem;height:1.5rem;top:165.3125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Ih83aAcQqRavsnIPT2XbAqtCMy5qtZTl { display:flex;width:1.5rem;height:1.5rem;top:162.1875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wpswfoDr9HmikOK7c197cqB4bH2ntUVH { width:15.3125rem;height:1.29980625rem;top:97.1875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTaw2pbNt4g5ClmeyIH77P7HKGoRLn2 { display:flex;width:1.5rem;height:1.5rem;top:159.4375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #x3TT1u1nG1TBUR7Ivli4FReKntp6b3G9 { width:15.3125rem;height:2.59895625rem;top:100.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PckaSumFEXxPuOw3RiDcypINQhAbALZV { width:20rem;height:20rem;top:123.0634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQJCQmlah8etbPAIo7kU5wlWwswXneE { width:19.999rem;height:1.29980625rem;top:103.912109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3XeWzVZFq6BFHAtXTy4EfZnQCDKE9C { width:19.999rem;height:2.59895625rem;top:106.4619140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5PNw04iE1G5WIySvTTIPzfBykHU5xC { width:17.3125rem;height:2.5rem;top:119.3134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ16JRVDQM97i4uiTOmwIUqd6MuucfVF { display:block; }
 }@media only screen and (max-width: 763px) { #M1NsKbgttpbiTg4bUnzAtvKZ9CTJQ6ia { width:19.999rem;height:1.29980625rem;top:110.3115234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6VZ3kpGyXrnHAVOmOQJHePcZb98C60g { width:19.999rem;height:3.8984375rem;top:112.861328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoTaWT1bMVphZPqLCpsg6Xxwdwdgac6H { width:17.8125rem;height:1.29980625rem;top:144.3134765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsuD73HlTG1VkcsfVnAMG6C5TwpFnUqQ { width:20rem;height:0.1875rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEZEfNnS1UsN9vSIlmzpuTqJRr3bhGSz { width:19.999rem;height:2.59895625rem;top:147.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTiTle17UzzXWG8lbUeRebf5pzWHchck { width:19.999rem;height:3.8984375rem;top:151.724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLQ45XrU2NdeNAMX390mC0UdqvlWugT3 { width:6.5625rem;height:1.29980625rem;top:82.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhPxoWMRHBMJl54Nh1t6Oe6orvgWOe6x { display:flex;width:1.5rem;height:1.5rem;top:21.6357421875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #rnPKOWpabh9PW5TdXtz7zLqMTy23UF3W { width:15.3125rem;height:1.29980625rem;top:159.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beh6b6BuKOE4cW526R6rDQGgcScJrqpa { width:15.3125rem;height:1.29980625rem;top:162.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTUPQuE66nXVix2uvNN887QDx0U34Gh { display:flex;width:1.5rem;height:1.5rem;top:24.248046875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #qgo6hoil9Ehw9f4DqcnqJcxWz81ho9at { display:flex;width:1.5rem;height:1.5rem;top:27.171875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #sacWfw5PEhkOedluDzyobGSWPNXXCQeq { width:15.3125rem;height:2.59895625rem;top:165.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suioh9nb1rg8sLfihEgxZpeJBVUnS6oC { width:15.3125rem;height:1.29980625rem;top:168.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9Nz7rPctxpvCRNSd7cJcCaoiuLBTr5 { display:flex;width:1.5rem;height:1.5rem;top:91rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #v7hWcPTgtZMkmJUkDZAuKClKRuHUIKto { display:flex;width:1.5rem;height:1.5rem;top:94rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wDtne11fiZhXM2CyrK7K5nw7U25vN9lC { width:15.3125rem;height:1.29980625rem;top:171.5625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBiGqAeuFIgupEmiFaDhhsIc2EeDATRO { display:flex;width:1.5rem;height:1.5rem;top:97.125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oxZBlBVnplgxOpannlkXB595RNlWqiog { width:15.3125rem;height:1.29980625rem;top:174.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSiEnTT84DbM4cGFqwMXLNDtgOztRyIR { width:19.999rem;height:1.29980625rem;top:177.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwyfops9WAM682PcVnTIuZAWc2BNF5HQ { width:19.999rem;height:2.59895625rem;top:179.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGisXX1NI8cUyAq7gUBm4ResKfUUHcb3 { width:20rem;height:2.5rem;top:191.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuJTxRA7hlEfCmE9ToyMEfK735GNtu8U { display:block; }
 }@media only screen and (max-width: 763px) { #VcpyRmDyXtdOA11aiNIxCo9UH7ekxJnc { width:20rem;height:20rem;top:194.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvMgJqhauy14b6JxDpMENdDV26uKTwXd { width:19.999rem;height:1.29980625rem;top:183.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZnunXltkKN4uM8875cUZTEo4P8Km0rL { width:19.999rem;height:3.8984375rem;top:186rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytLI8fbQ49Xw0LHRL13hIbhsNOquVBE2 { width:5.625rem;height:5.625rem;top:131.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvgDyNtG6pu6a07a42R6MrIdx9ZO61yT { width:5.625rem;height:5.625rem;top:209.375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuKOQ1up2sKf7MLPR41W8pyQFXZmVyky { width:5.625rem;height:5.625rem;top:137.5009765625rem;left:5.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMz4clIr9MiMoyM1UBFagvKEkuFF6Uqo { width:5.625rem;height:5.625rem;top:203.7509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpaEqAk0OrfXebkgTghhyD6m1Ol0zxnQ { width:5.625rem;height:5.625rem;top:64.375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9yQird9FXicJWfnRdkQarVWFy2htPi { width:5.625rem;height:5.625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdpi5axAtUcfTziJeLATFIEg5xwLSUbL { display:block; }#kdpi5axAtUcfTziJeLATFIEg5xwLSUbL > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdLviETApqwTnlFFuuNZRdT5Ze3vIltl { width:14.25rem;height:1.29980625rem;top:1.875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bawWuaTcW8BT5Tv3NGubTLe46gLBkyIl { width:20rem;height:2.5rem;top:57.810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdU46LMxvwLiSl0JHvTXzv82rzRQystG { display:block; }
 }@media only screen and (max-width: 763px) { #Pq0fTflprymSPrdNxSVhnG7kbyH1AJfk { width:19.999rem;height:3.8984375rem;top:4.4248046875rem;left:0.0009765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4HMTp1Rk3BOi7OiaQf34lxBANPVPsVD { width:19.999rem;height:2.59895625rem;top:9.5732421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCu4PtsUUE4dvocB6UpCgQybhprNwwxr { width:20rem;height:10.75rem;top:13.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBD8VlHtpmtbRVPXZ4q6FPnHANC0usJ { width:20rem;height:10.75rem;top:25.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUeF3yrE9Rvq8k6WsEsF227RKbJqQAF { width:20rem;height:10.75rem;top:37.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTrqn9Cb0EI4zCuXp39f3JAiVqVScwEE { width:3.75rem;height:1.29980625rem;top:18.1474609375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7ewTesytZDbBCisUmHQOhbabLtavR7 { width:16.8125rem;height:2.59895625rem;top:20.1875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apg2DEHVb9FcVWTs2bfZwCSZ8kGwLosh { width:5.311525rem;height:1.29980625rem;top:31.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3b2UmaL60BDkoBLi9z4kC499ATlC2u { width:15.4375rem;height:2.59895625rem;top:32.7998046875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2d2flJTlx6QRDm7HebIPmshmdRFoqF { width:14.499rem;height:1.29980625rem;top:43.3974609375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQXiatSVbS0Kz8wciHOWUhWFh9CqifI2 { width:17.75rem;height:1.29980625rem;top:45.25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDIPM8dmE3SiSb1XW6SIw70tMHVhhJkR { width:19.999rem;height:6.497375rem;top:50.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2WzPb7Tmc2awMBsRT2bVeUfiC4GxgFo { width:20rem;height:0.25rem;top:25.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZq39X1M1Cr4TEEFhH2Zk1fK67zb3cFd { width:20rem;height:0.25rem;top:37.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmuseOJXdLAdqh29pb3lBuwCrSxlMmq7 { width:20rem;height:0.25rem;top:13.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn { display:block; }#KTZOrCDFxWN5hF4RM1TfAgrZvJkh7gVn > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBGx6rE7iwhKDeC06iCzaP6mc3ytkBn0 { width:19.999rem;height:2.59895625rem;top:1.25rem;left:0.0009765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7r5QBc0A0gf4e8oAgCUlAJIn11GBUMS { width:19.999rem;height:3.8984375rem;top:5.099609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obyLFym8UWvE6VU1haycOyqXxv9SUSiu { display:flex;width:1.5rem;height:1.5rem;top:13.1875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #S8bOMarCbM3Qolh2IbwG9Xe3oLzyMC8S { width:15.3125rem;height:2.59895625rem;top:9.908203125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUS7bextgwPNbP1XpH85h1QDeJKMk8S { display:flex;width:1.5rem;height:1.5rem;top:10.271484375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #gzuSyi0l4hk2PCIka4TGO06lgnnPkLdW { width:15.3125rem;height:1.29980625rem;top:13.57421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdb44NU3CZ91tdgxE4AEBbleDrtKzUBx { display:flex;width:1.5rem;height:1.5rem;top:68.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #V6kMMloEfy2IJus5u6TEVvpRu3no2XT1 { width:15.3125rem;height:3.8984375rem;top:16.1923828125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKI6kGAz9nry6qPgN2C18S4VmbKPcbEF { width:15.3125rem;height:2.59895625rem;top:20.6533203125rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbwOINmB0vBmiqWWVC1MlOW2Ly3Sc3Tg { display:flex;width:1.5rem;height:1.5rem;top:65.5625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #nCxTeKLJTC3CFt7uZrqBL53m4Gu0ai3O { width:19.999rem;height:2.59895625rem;top:24.8154296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccySGG1wdX8CW8pgWri0iTCnhB2R7VUM { display:flex;width:1.5rem;height:1.5rem;top:16.5048828125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #NlUB75QohxNVEb7pxIlpTeRMluycQQ8U { width:15.3125rem;height:2.59895625rem;top:28.7119140625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tUkDqVdFTuS31QZrDUg53BZtoIgssz { display:flex;width:1.5rem;height:1.5rem;top:20.5rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #TLJQbKTVTUlsEemDRR4V8fbZHzvTsOyH { width:15.3125rem;height:1.29980625rem;top:32.099609375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbnamEsTVK7dfwd9X6qH2kivhgQqBCec { display:flex;width:1.5rem;height:1.5rem;top:71.75rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #cV0RXsg12lualZIzsUKA1LRni8SPptxx { width:15.3125rem;height:1.29980625rem;top:35.224609375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riNkcCmCaN7oN8x6zgTlibA4fhBI7NgF { display:flex;width:1.5rem;height:1.5rem;top:75.25rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #D15IcaTCFTIdFEQ2Bh0Z2w9VH2pLSH0E { width:15.3125rem;height:1.29980625rem;top:38.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSFkyRTkKuaGumFT4CANE97E0LDitZBx { width:20rem;height:1.29980625rem;top:41.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdAqZqhMRhNE9308Hs9SPoWh8G7pccD8 { width:19.999rem;height:2.59895625rem;top:43.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLNQxcXSEMAcNEcvm9GWOeVITwmyXqIs { display:flex;width:1.5rem;height:1.5rem;top:78.5625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fuOcyAuTAfo3zkfnfvpgOIusH8IUUOp5 { width:15.3125rem;height:1.29980625rem;top:47.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTivD9L5tA4I1PS5rQG20092xdbu1dR { display:flex;width:1.5rem;height:1.5rem;top:50.3125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #GBuvTb4D3DrSugEZTRavWyuF0uEUXcZA { width:15.3125rem;height:1.29980625rem;top:50.625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHXqNNCdGOwk4CwdnlkoJUB88iZ9FwP { display:flex;width:1.5rem;height:1.5rem;top:55.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #LFDyoP0eltGLbLM9bTC5L8sSmyMS20Cf { width:15.3125rem;height:1.29980625rem;top:53.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1xr8Uh4LzuwST6OoftRFii6la42E71 { width:15.3125rem;height:2.59895625rem;top:58.8720703125rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoPM0NsZorcvzr9ZEqaeCbE8Fy8963ch { display:flex;width:1.5rem;height:1.5rem;top:31.8125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ncIrVseK6ua95QeTE8Hz8HJDAUOyDvZa { width:16.5615rem;height:1.29980625rem;top:62.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXES4awgdFbRrLfH7naxzVIbTM19HZTW { display:flex;width:1.5rem;height:1.5rem;top:47.5625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #vAbdZD23RJ96xtIqv19LGMN4RVXZ2kAA { width:15.3125rem;height:2.59895625rem;top:65.5625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77b62dtC8fVQyNRNEfzcIDPKppnzJFh { display:flex;width:1.5rem;height:1.5rem;top:53rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #TvSZEksHvarQCXv5PTm5Xh5omoArQd08 { width:15.3125rem;height:1.29980625rem;top:69.25rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ml6QdrkCFbwVkqzOt2TcyxuKblhTWn { display:flex;width:1.5rem;height:1.5rem;top:28.6875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #p67sBsTr4msPOkoeb8F2xrksgxDLk7qu { width:15.3125rem;height:2.59895625rem;top:72.0625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuPZBWS6ws390dPxod7ifbp86ggc3FuT { display:flex;width:1.5rem;height:1.5rem;top:34.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #BWkg1yTgtlOvScG06vHER7K66v6QEuEI { width:15.3125rem;height:1.29980625rem;top:75.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMk5uCQ67d6O3t9TsH0nx5sV5XPJ0tT { width:15.3125rem;height:1.29980625rem;top:56.0625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu2K4W41I0XErZrVQriwvzp0e5xTIZn3 { display:flex;width:1.5rem;height:1.5rem;top:38.0625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Hq5XLJxOJ6uusPqt5Hl8OF58CNtd8hVl { display:flex;width:1.5rem;height:1.5rem;top:58.9970703125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #go8SM0TFpFyV92bgznkq5Jz62bawaQcq { width:15.3125rem;height:1.29980625rem;top:78.875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9TzAGyKER7y7vKoLZyrnL0HKgdexxVT { width:20rem;height:2.5rem;top:82.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwB4WMElwgDILmQZmVtBWgJ92ucpDnAB { display:block; }
 }@media only screen and (max-width: 763px) { #TTgwuNxmGoUwF10q30ATrmK2OdKRHoTz { width:20rem;height:2.59895625rem;top:85.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osPlyNomGQ9InACKUBOThNHJOOvVTFuu { display:block; }#osPlyNomGQ9InACKUBOThNHJOOvVTFuu > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je4UWHc8zQlZVgbX8lnAdJZI4D5kDo3z { width:20rem;height:20rem;top:31.9755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncOM6rwk0nIHdzz1ecoKDPQZ1BcwAbyB { width:19.999rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVFI8IaxiaZoF5CgPSAhyiBmqcdRXLE { width:19.999rem;height:2.59895625rem;top:4.986328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVCDD3iTW70gJG0lTMVh7wfJPWSI7VG7 { display:flex;width:1.5rem;height:1.5rem;top:8.798828125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Cnd4k4bD5eF9285QBJGGf0zFNGgBW6Jz { display:flex;width:1.5rem;height:1.5rem;top:11.361328125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #MNm99c4E7M2ZehstKwQW6vCnVbsNTxHI { display:flex;width:1.5rem;height:1.5rem;top:14.236328125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #WJy0iTTJw9AEQPzooSKZoDeOulWDUPJr { display:flex;width:1.5rem;height:1.5rem;top:17.40234375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #MH3TpNKGIduCJZT9FOh01iRGKiJf78Pn { width:19.999rem;height:1.29980625rem;top:20.52734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHvWefc1yNWdT4gmfMBLzwUeeyovKUWf { width:15.3125rem;height:1.29980625rem;top:9.123046875rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsuC9PnH9mk4EAMuPTVET848TnQf5n6n { width:15.3125rem;height:1.29980625rem;top:11.623046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R73iTOAOI2MNQ7FE2hTilaM6Fd5bR96c { width:15.3125rem;height:1.29980625rem;top:14.111328125rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vychpXcaRG1tq29XPBp3cg0biUpsz95T { width:15.3125rem;height:2.59895625rem;top:17.5390625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUu3TG8hTcHrob4OxJBTIaXhnTNBbS4L { width:20rem;height:2.5rem;top:28.2255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Gtzz2dRr1xkgzkx7tyOu8c7GUdRADp { display:block; }
 }@media only screen and (max-width: 763px) { #qJXyEtqyHzWtdcn4cXmAfgLMVkLTeZWF { width:19.999rem;height:3.8984375rem;top:23.0771484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FovmTZhXpJX4RferMR7AxLt7wKGccTqv { width:5.625rem;height:5.625rem;top:40.96484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCtiTqOOKfJJF5W6vwNayMII24dxn7ig { width:5.625rem;height:5.625rem;top:46.4130859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9S2Lamqeb52XMTMZEWhorVya6XHTZpa { display:block; }#l9S2Lamqeb52XMTMZEWhorVya6XHTZpa > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVRaNPbzOppR0Ptdnq6LPBTqhNEs5TRO { width:19.999rem;height:2.59895625rem;top:1.25rem;left:0.0009765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsOdeS69GT73bV8cPkbCcBCccFBhOknS { display:flex;width:1.5rem;height:1.5rem;top:10.125rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #JlBqprhfD6ytgNnn4h3mW8bNpJ16qdDC { width:15.3125rem;height:2.59895625rem;top:9.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXiGB2yMJkfaa6Ln31po6lXBLeq4xrTH { width:20rem;height:16.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoEGAVNVT1c7MlarVLAsXPEwJB2tQ3H1 { width:18.8115rem;height:2.59895625rem;top:6.4375rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1LbP5oTfalX8e1hLqlhiaavBRW49yRV { display:flex;width:1.5rem;height:1.5rem;top:13.0625rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #lTuZo2m25xDZSEASb8w7SKFkJv0P4E2m { width:15.3125rem;height:1.29980625rem;top:13.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5iPUixtEWnWJT1h2OXKCcTqVKeSwdSt { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oxPzWbPL5mJ5UAtJRnpkU1yLszorcGxa { width:15.3125rem;height:1.29980625rem;top:15.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRLpTQgMpL9L3lXyankPVWpXh1EHbFww { display:flex;width:1.5rem;height:1.5rem;top:17.8125rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #E998Qygk3VGby2E38Ltg5vaHT9nvvTnT { width:15.3125rem;height:1.29980625rem;top:17.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9U0tiZOqzwoynE48KHvThBBfDCAcrb { width:20rem;height:16.3125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct3WPWU8MFV5Ry7vk9dzxWzyMM5sfD8a { width:15.3125rem;height:1.29980625rem;top:33.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Dso6utrfDFQRGGV4RgzsUXHWxTOIhy { width:15.3125rem;height:1.29980625rem;top:31.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGe32ig4cBUJidpgnmX0q3W6pOuzRyhT { display:flex;width:1.5rem;height:1.5rem;top:30.9375rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #KRKr4EhE7wvCVqVeFiH6dqzApZlwBu0x { display:flex;width:1.5rem;height:1.5rem;top:28.625rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #NMTGC8aEJCmmRu1xTtDTDL3mUJ7ay7Ig { display:flex;width:1.5rem;height:1.5rem;top:33.4375rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #bKxDi1iBZFevFgGVRlhv1tzUxVcnhTPA { width:15.3125rem;height:1.29980625rem;top:28.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBy04Q8yGbM3CXUm3qTJr5S2UiNafZul { width:15.3125rem;height:1.29980625rem;top:26.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEC0PyrIP9vgHL8oVGdCKpGmBhQ6RXV0 { display:flex;width:1.5rem;height:1.5rem;top:35.875rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #dglTVc6WQTGoaoheD59yJlVvZFgxnExe { width:10.375rem;height:1.29980625rem;top:24.25rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrUyTLzqNgEATvTWkzgAbJ2NgfeTSCp { display:flex;width:1.5rem;height:1.5rem;top:26.125rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #PvHGECDnanzRTbpyfQ8WBW6ghzKzBSok { width:15.3125rem;height:1.29980625rem;top:36.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTqth9EwOFmyWH86xTcIo3k5qfwxdQS { width:20rem;height:16.3125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZCVltuaMM4Ixo8VTT2Iqi6NHdTIOBI { width:9.75rem;height:1.29980625rem;top:41rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImBxcIUpTAftz3UUqdbQA92SKk4Mkovg { display:flex;width:1.5rem;height:1.5rem;top:43.1875rem;left:0.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #MloscVONluy1CfiAaa1oMXuNv2nGC8fe { width:15.3125rem;height:1.29980625rem;top:43.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC10OEWx0U58EtKDyUEhgVClpoR9yTEi { display:flex;width:1.5rem;height:1.5rem;top:45.8125rem;left:0.9375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Q2ECKyevhwl1qPSeCfTVVl46wBuv715Z { width:15.3125rem;height:1.29980625rem;top:45.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4itRHnzGQZcLVIfWdRvk67ZzHi4D4Ma { width:15.3125rem;height:1.29980625rem;top:48.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2RS29Q131qcg75TOXAXxHgPCB2XQINp { display:flex;width:1.5rem;height:1.5rem;top:48.75rem;left:0.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #u05OfaRab6gSGPuU8bpcEFZ8WGHdRoy6 { display:flex;width:1.5rem;height:1.5rem;top:51.875rem;left:0.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wVK5NiXmOy2seDR0qHvQSQDZbkUxtqDT { width:15.3125rem;height:2.59895625rem;top:51.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciUhL6q9HRMP55EV1USeKMsktPUvNoT { display:block; }#EciUhL6q9HRMP55EV1USeKMsktPUvNoT > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAJxmz9gAXSn8NRpRzTqZo6cZIXLL3Tw { width:20rem;height:20.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbmx7ulEWvh16S5FTwpGwCScLu1bH7BH { width:0.5625rem;height:1.29980625rem;top:28.5625rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXi9UghWcl5fM6dF8R5a1KluXc3iPODo { width:19.999rem;height:1.29980625rem;top:1.25rem;left:0.0009765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS84mq8tGqEPAeQgxTXVx1URSihpokDl { width:19.999rem;height:1.29980625rem;top:3.7998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLeAQecBCuTnAsD7eQaHLmbbXg19O1og { display:flex;width:1.5rem;height:1.5rem;top:6.375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #XsHEx0dGEOofgBGKM0EvElOX3MpWJ9oc { display:flex;width:1.5rem;height:1.5rem;top:9.0625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mXU7BZBumxB5bpJKVI6Kawo45e8uPg55 { display:flex;width:1.5rem;height:1.5rem;top:11.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #By3y3z8iqvBbre8JXx0v5mpEw7VzQicq { display:flex;width:1.5rem;height:1.5rem;top:14.8125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #WxWRnA4NzndWTmwb1WJET9uyE5kwsN7u { display:flex;width:1.5rem;height:1.5rem;top:17.4375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #uiLNr2lbk6ssfJQgnBPTiU6VwvVEHdMw { width:19.999rem;height:1.29980625rem;top:20.5517578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOG9fh96MuTxN0QfBvhvvzV7F6c3JGfb { width:15.3125rem;height:1.29980625rem;top:6.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHnTVsgerZhaiVUCxE7WvAIWTiUsIBF9 { width:15.3125rem;height:1.29980625rem;top:9.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIIfIs56TTxFwpbSUIgrrHMo7mMesTIz { width:15.3125rem;height:1.29980625rem;top:12.0625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GowXSGH4Qe07WLTGI3dRlRTEL1GTrLG0 { width:15.3125rem;height:1.29980625rem;top:14.875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTAgqFv6MLDxStUBAOZ9PLfWdTB9Ti0 { width:15.6875rem;height:1.29980625rem;top:17.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwuFsvXIL2mDiWsXODae3AegLTSgMUz { width:3.9375rem;height:1.0559875rem;top:23.736328125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQlwNPUwk117VZTJkA5WE1DCX5Sy3HtX { width:3.9375rem;height:1.0559875rem;top:23.736328125rem;left:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUu0siTKvIRmmwc7Elsx8N9CQNTvC3Qf { width:8.0625rem;height:1.0559875rem;top:23.736328125rem;left:11.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3lTKF5eM8If8wU9vsHaQZz3fU6K0eJl { display:flex;width:1rem;height:1rem;top:23.763671875rem;left:10.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #X3FdkKB37fsay4G23kUppLeJcBxx8s1Q { width:20rem;height:2.5rem;top:26.041015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZGHuck5e5TA69WPITlDa7CkDbZEQMCw { display:block; }
 }@media only screen and (max-width: 763px) { #xfPvSFX47DKTh0ten3cgwq56sNsbKnhO { width:5.625rem;height:5.625rem;top:44.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLwpRA9BFQEdt48PsnIU5X2LzkQKNkTf { width:5.625rem;height:5.625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6i235fBSuG2ef3Qp75ptqNNiSNPrvVr { display:flex;width:1rem;height:1rem;top:23.794921875rem;left:3.6875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB { display:block; }#qkSeb7AQXNuXo5D9QvlZ7Di8bE8LArIB > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbwRULKKpTwEbdhr0z2qh8CUSAgXMw80 { width:20rem;height:20.125rem;top:35.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOyuSClzepB49XWeAqmoXLTrBqs9wJFT { width:20rem;height:1.29980625rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6WvmdizRtSbAESJLkq32VcmF9ITT5vR { width:20rem;height:2.59895625rem;top:3.2373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzssZkreJxoB08aXn8aP7IBJTgBy9Ruu { width:15.3125rem;height:1.29980625rem;top:7.099609375rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7i0GP9DxeMuQyEizTrqGmlsKIPKTH3 { width:15.3125rem;height:1.29980625rem;top:9.4580078125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qap0GomXlRODpbJOpw0HwB39q1anT3ko { width:15.3125rem;height:1.29980625rem;top:12.2333984375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCCrQUIreFndLaTyyCHItGJgwrklIioF { width:15.3125rem;height:1.29980625rem;top:15.0712890625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqPhgyoQs901IlyUZv1XVnclcMvu9rHp { width:15.3125rem;height:1.29980625rem;top:18.3310546875rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1nTnFZucgmovKhVbCqT1eAfQDKiN3Gq { width:19.999rem;height:1.29980625rem;top:20.505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuySSKXVXw1VeJJ99TklhgiJ16Upe5cV { width:15.3125rem;height:1.29980625rem;top:23.1142578125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6c17Ubkon53VMIKTTTZvX9mQfnyOHcK { width:15.3125rem;height:2.59895625rem;top:25.599609375rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plPe7gabZbAkBptTsiFPngT5HCpHh8O0 { width:15.3125rem;height:1.29980625rem;top:27.974609375rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ho1FmogSgZVT22nelMDShhh4tH5TC4 { width:15.3125rem;height:2.59895625rem;top:30.974609375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20cfLZ2iHePPvxz2soR2G9sVR4WDgE7 { width:20rem;height:2.5rem;top:57.1494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKiTzK3Iz7gwiwoRwIFnPgNqwZWEPMEk { display:block; }
 }@media only screen and (max-width: 763px) { #myAovBah8ymGDdHU5X89RC1ngoHs1nMG { display:flex;width:1.5rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #TF5k7ANZQ2x7WgTecXCeJFGPZNKL0LFK { display:flex;width:1.5rem;height:1.5rem;top:9.4462890625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wzuuOmxMK5TZ0GtTI8TH8ngbf6VsdzJc { display:flex;width:1.5rem;height:1.5rem;top:11.9462890625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #btIQEc73pNTBfv6eMhdzlKEh0Qw0Bozo { display:flex;width:1.5rem;height:1.5rem;top:15.0712890625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #N6WWsfNQsJGwHDbiFSAWCKlQao6DXwVy { display:flex;width:1.5rem;height:1.5rem;top:17.8896484375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #I0Je4rSeMwREvhflCoyec35noV34TBmK { display:flex;width:1.5rem;height:1.5rem;top:30.9375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #yyPA5cdMhAKmPrClKnF53rhLKoTRTp03 { display:flex;width:1.5rem;height:1.5rem;top:23.0771484375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #pMLBvxHBKJW8dOiwKp0gGxmp6SfwryCS { display:flex;width:1.5rem;height:1.5rem;top:28.0625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #kFOz743hZWazAUyIr9tIdnSz2USztiHF { display:flex;width:1.5rem;height:1.5rem;top:25.5625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #hLKbttqIG1lb0rKfdZNfnSHv2Qfh7tUn { width:5.625rem;height:5.625rem;top:44.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haxDBJmB8GBMAIaSJTpETBE6aBu87mg8 { width:20rem;height:20.125rem;top:35.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myw5UoG1RAvDSl9Jof24u5lkSFsRM9TP { width:5.625rem;height:5.625rem;top:50.0244140625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b { display:block; }#eTGb4WIFlJcxQ6pwGRxJNbQxXmqLRb3b > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BC7xw3vxQbN68GfA4kNgly59TVqMiXfA { width:20rem;height:5.4375rem;top:1.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiGdNT5QTvSb1gEUTBUDb08N8rPbhrmP { width:9.4375rem;height:2.2747375rem;top:2.1240234375rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCqJe56wxLPTRTMIO7hXnRKDap7FTME8 { width:10.6875rem;height:1.625rem;top:4.7099609375rem;left:1.1875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLg3v7poH2NcliQMm20J3q1NQZNCb3PQ { width:7.625rem;height:2.5625rem;top:8.0625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ikq8f58mpnaucPMFZJaOvJRBnFgFlP { display:block; }
 }@media only screen and (max-width: 763px) { #TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i { position:relative;z-index:auto;display:block; }#TQfZEd1bieuFbEXRITfvWpkHJQ70dE7i > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EweC0y8OCRDXMf81TuA5Tc6G4TMPw479 { width:7.875rem;height:3.3125rem;top:2.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhSq2HWkilLytgrqShdXJ4Iew3FbFn2g { width:11.0625rem;height:1.29980625rem;top:19.4375rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRtsEDoWnTGMz61249qogmaEG3WvSC5L { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:17.5rem;font-size:1.75rem; }
#bRtsEDoWnTGMz61249qogmaEG3WvSC5L > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hJvM7MihceNHfek0yXaAL8SXDuU9hE0l { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:11.5rem;font-size:1.75rem; }
#hJvM7MihceNHfek0yXaAL8SXDuU9hE0l > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Rb4yEuMMrpoT7SUZ9Zfg2M616JyC02W3 { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:0rem;font-size:1.75rem; }
#Rb4yEuMMrpoT7SUZ9Zfg2M616JyC02W3 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #X9EDixsdz8E358ylRE1pIE9oqrmO1E5i { display:flex;width:2.5rem;height:2.5rem;top:14.625rem;left:6.0625rem;font-size:1.75rem; }
#X9EDixsdz8E358ylRE1pIE9oqrmO1E5i > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NsGoWUcOZH4n1IfNHbzcIXrBJ5cyTKnd { width:20rem;height:2.2747375rem;top:29.6015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkmQDGcCrZsAvGV5a3S1C5x1JHRBhV14 { width:6.9375rem;height:1.29980625rem;top:22.3984375rem;left:6.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4pZarle3m8wEfLfpsqb5pCdPF4DKvfW { width:8.6865rem;height:1.29980625rem;top:25.7607421875rem;left:5.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5FwLNUwNzDz1BN9XgZ0Q43CLgNukZe { width:6rem;height:1.13736875rem;top:11.5595703125rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU0acT4Cmk0snQWdbkgcA8k0CxSQRgsu { width:5.0625rem;height:0.8125rem;top:7.5625rem;left:14.9375rem;font-size:0.625rem;display:block; }
 }