.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,236,244;--color-primary-1:240,193,217;--color-primary-2:236,162,198;--color-primary-3:142,97,119;--color-primary-4:47,32,40;--color-secondary-0:217,231,241;--color-secondary-1:129,174,209;--color-secondary-2:2,92,163;--color-secondary-3:1,46,82;--color-secondary-4:0,14,24;--color-tertiary-0:255,255,255;--color-tertiary-1:175,194,215;--color-tertiary-2:53,125,181;--color-tertiary-3:2,92,163;--color-tertiary-4:0,29,51;--headlines-font-family:"Eudoxus";--paragraphs-font-family:"Eudoxus"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f0c1d9;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknpyhyhwMtc37q0HToXwymBbiEhWshg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container { background-color: transparent; background-image: none; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container > .video-iframe-container { display: none; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row > .video-iframe-container { display: none; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .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); }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container { border-width: 0; border-radius: 0; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#ubSGsbRK2Ty1gDmxzuHyfP17whJufMiK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.25rem;top:1rem;left:1.3125rem;overflow:hidden;display:block; }
#LFdhlGxGzPdRz2dJ7JhFlwPqNVsILnhe { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:7.9375rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.09375rem;left:57.6875rem;display:block; }
#v46kTrfukTzUDORgMGDsJtrfTI8RLez2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMIPLTTzxdU2B0s5PUTk8tcEEe7kU0v2 { background-color:#025ca3;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.09375rem;left:66.5625rem;display:block; }
#DPGdh2puht3fh7UlQG273oeu2WKMzQDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.6875rem;left:14.125rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mmbhLZo0zK9GI1F7nLR8mScTQI1EkcoT { color:#001d33;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.35;letter-spacing:0;top:12.8125rem;left:18.8125rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#gFo2XtiU9FzCKTU1ttbe9SmBfWUSMeVK { color:#001d33;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.35;letter-spacing:0;top:19.1875rem;left:17.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nThGIaGOACvvhXQwopL8ZLzrCkZGQMrT { color:#000000;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:30.125rem;left:9.125rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNAkSfVXRf9BJCiIZn1hyn4GIiogZGwa { color:#000000;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:30rem;left:25rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yOIgXBvci66y8xMTv46bLT9qzr8wOTKw { color:#000000;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:30.125rem;left:40.875002384186rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gZpwTwrrXFz5BX6mmZZi3yQEnUlaTMHv { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.125rem;left:56.5rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UvFuZ8xQxfdJkxt0LSsWdW0eocw1o0mT { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:13.875rem;height:13.375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:22.5625rem;left:7.5625rem;display:block; }
#EDuOow3o6f0BLTQ9ZReBqswvVrCSQvKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRxJOpVNJsLAHEui98cHlKCh8KQye4Ks { color:rgba(var(--color-secondary-3),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.6875rem;left:12.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9PaTWwBIIwXDzLKeCD7xrGpg62tW55O { color:rgba(var(--color-secondary-3),1);display:block;width:2.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:27.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RosWFkDxSC3l48IDR9QICAr1QBoMOyH8 { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:13.875rem;height:13.375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:22.5625rem;left:22.75rem;display:block; }
#AnZgg0INaKeOxrBVW1mtqC8mGCd7eTZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFuKqNwQbuEp9GkUuu783LlwNrAxOi3K { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:13.875rem;height:13.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:22.5625rem;left:38.125002384186rem;display:block; }
#XsMLwmmHXHtKilJC7ZN33TdTH6WycPfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jg2uxdQHTwDnpMI0V8I9rJkFyCFi3p5u { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:14.0625rem;height:13.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.5625rem;left:53.4375rem;display:block; }
#bfqaQw6z07fZESN13MDpyIES2HI9gOUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJZFCl1VTyTRbMbpO3GX6JCaoyQXM91i { color:rgba(var(--color-secondary-3),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.890625rem;left:43.3125rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLZHrBCbwbnrNsfAwEtrf4OSw9rPtOlM { color:rgba(var(--color-secondary-3),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.890625rem;left:58.90625rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Im6esgrU0TeXJZvvOzu5bF0RQMuuX61M { color:#001d33;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.35;letter-spacing:0;top:9.90625rem;left:14.84375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#dFrPvpbhcJ3oSKcOerVqWTFJdd3CN3TE { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:67.4375rem;top:2.875rem;left:1.3125rem;overflow:hidden;display:block; }
#NWamRxyqOiiIfk3vyVTn7we3g3x5ZMa1 { position:absolute;display:block;z-index:14995;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:17rem;width:16.0625rem;top:11.53125rem;left:58.0625rem;overflow:hidden;display:block; }
#gO4XiHx76pWkvw24vCTeMJsXCM4yBRTU { color:#7d8189;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:34.3125rem;left:11.25rem;height:1.05rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DHHxTwxu36lEe9rfTy5RLW82id0eWVI9 { color:#7d8189;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:34.3125rem;left:26.5rem;height:1.04980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W2fZvBeM75TfBqEhy0SPU1c35a3DNxp8 { color:#7d8189;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:34.3125rem;left:41.625rem;height:1.05rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ErWZOTBiSKFESe8ZgFiqL3oTFyfDsOtu { color:#7d8189;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:34.3125rem;left:54.875rem;height:1.05rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SQTgMIy7nqe3DIKAXfiQJSP2ZmtdJhzI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:34.5rem;left:11.6875rem; }
#SQTgMIy7nqe3DIKAXfiQJSP2ZmtdJhzI > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; }#pvsJGzXpaL9wZQkkcdphSCceTd0RUFPv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:34.4375rem;left:27.125rem; }
#pvsJGzXpaL9wZQkkcdphSCceTd0RUFPv > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; }#vHOZqNGC00AadnUCRNTWEzxrU4lTbNrs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:34.375rem;left:42.6875rem; }
#vHOZqNGC00AadnUCRNTWEzxrU4lTbNrs > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; }#kfiDATOI0kb4NBt1zqAKgRpM7KNq2ZqS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:0.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:34.4375rem;left:57.5625rem; }
#kfiDATOI0kb4NBt1zqAKgRpM7KNq2ZqS > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; }#WVIpcLKFbZ81Mx8EFAb17SBTUAnmgQTK { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:13.875rem;height:13.375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:22.5625rem;left:22.75rem;display:none; }
#KORJIEnluswh3o6ppN5HNvBJeM0vferf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmFsQbdNzgOU0lHNlGI9CcnS8R8BF9TJ { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:13.875rem;height:13.375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:22.5625rem;left:7.5625rem;display:none; }
#WBLahxyIBCs1cwgMOaAal2GgCVRHyDJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCiudvZsHEW4ZpZZbRv3RAohu5oKqNRm { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:13.875rem;height:13.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:22.5625rem;left:38.125002384186rem;display:none; }
#vMJPef20xVx2Q3Zm7MekboTPwxHnfLlI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5BgacaWvVGLAqn6iRWFIxc6QHuK0h8u { background-color:#ffffff;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:14.0625rem;height:13.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.5625rem;left:53.4375rem;display:none; }
#sdgnemvNeRVfhT3toatKp26gNPyGEUiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gq3uFl3k70SC4pnQQTrAR1Q9a3N3snp7 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.125rem;left:56.5rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mZErv8CCXadvrE4fBntkvtAOfJycBL2a { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.125rem;left:56.5rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#yHFEPqNQ3vn9HnOPSE6DA7D1srMRuHSW { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.125rem;left:56.5rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Fd22BCxQrBa3qWWE0xKhBvQZVHQkxKPz { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:30.125rem;left:56.5rem;height:2.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kRdlVxAwSPwzFofB2HZ3ofdX3GqtF9TT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:16.9375rem;top:11.53125rem;left:58.0625rem;overflow:hidden;display:none; }
#uuuc0vWb7E2TuDmFhZegDsIJuzAdneFR { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AieolHkkqqnPwdqASkLFOtUtBurMwlKS { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.25rem;top:11.53125rem;left:58.0625rem;overflow:hidden;display:none; }
#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffebf5;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; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { background-color: transparent; background-image: none; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container > .video-iframe-container { display: none; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row > .video-iframe-container { display: none; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .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); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { border-width: 0; border-radius: 0; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { font-size:0.875rem;font-family:arial;height:110.125rem;width:75rem;position:relative;display:block; }#U2s4wraKG5GQ86QGMn0wB4BM53O8ED3M { color:rgba(var(--color-secondary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4733648300171rem;left:17.993163108826rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxzI0FBUvRr8EoAJf6ksWhtktRr4u0Cd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.35;letter-spacing:0;top:18.9375rem;left:17.5625rem;height:20.0796rem;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; }
#pBswcEeGZxm0EkPi0ylJVNIgFVqmwk3X { box-sizing:content-box;height:37.625rem;width:60rem;position:absolute;display:block;z-index:14992;background-color:#f5f5fd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:7.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#KPHwvv1ebhXMaTh8cLDOt8cO7l9wKFBM { color:#025ca3;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:8.4371070861819rem;left:10.299999713898rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDq9RcghHFHTzoqOFvd3BtTJiCX4ZGF0 { color:#025ca3;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:21.5rem;left:59.6875rem;height:3.5996125rem;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; }
#Q9DlJPqKtClh6pBpLQUib7tz60btxrtT { box-sizing:content-box;height:23.9375rem;width:60rem;position:absolute;display:block;z-index:14991;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.21875rem;left:7.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ke50SXne9AnhaeLQW7efEUqIaAEKnErh { color:#025ca3;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:47.34375rem;left:10.2998046875rem;height:;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; }
#CEa2OMETdRKU8GFvRJMfq2mGLTEtRRdr { color:#025ca3;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:21.5rem;left:10.1875rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DfXq7dMZQo1L3q55CXpQv7mi75eLC98l { 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:11.125rem;width:8.875rem;top:18rem;left:38.3125rem;overflow:hidden;display:block; }
#GnI820iP5RxBnBOTK46cxxJgVGyTQT26 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:9rem;top:17.61279296875rem;left:48.5615234375rem;overflow:hidden;display:block; }
#IJaf4VOqMvHqH5DUoSlPqsFWa6cVQZWG { 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:11.125rem;width:8.875rem;top:30.0625rem;left:48.625rem;overflow:hidden;display:block; }
#TTisFCq5EqnbbMwdVTWZacD3Ku7vBCDI { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:8.875rem;top:30rem;left:38.3125rem;overflow:hidden;display:block; }
#a8msmElQQLhPEGQkRoxOAwqJ2DVvccwD { box-sizing:content-box;height:36.6875rem;width:60rem;position:absolute;display:block;z-index:14990;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.75rem;left:7.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QJ6npmqSzWNqydULc2QUPSaEVrQ0JX1u { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:81.6875rem;left:11.9375rem;height:20.81834375rem;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; }
#CW6f1LpQTalcL9tTsMTH1SqBsR1oxVno { color:#025ca3;display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:73.25rem;left:10.3125rem;height:1.6875rem;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; }
#lTFpKs9es1hTWJemDO6iAWqcrh2EPvtn { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:6.625rem;top:55.9375rem;left:33.75rem;overflow:hidden;display:block; }
#ISZ9Q9SJhGtuSh23VKpfWvR3GGax9hfE { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:6.5625rem;top:56rem;left:41.9375rem;overflow:hidden;display:block; }
#Tgs66JKIo7zmGaGc6TXiUG8Q9r838cNu { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:6.625rem;top:55.9375rem;left:25.625rem;overflow:hidden;display:block; }
#DQSSFMTF91BnbQq8toqRWUhv7Fe8HzKT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:8.5625rem;left:60.875rem; }
#DQSSFMTF91BnbQq8toqRWUhv7Fe8HzKT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#NJ67Q6e7LIL5R659D99sPMXfesCqDk8y { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:8.5625rem;left:63.1875rem; }
#NJ67Q6e7LIL5R659D99sPMXfesCqDk8y > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#XuePhH4FDaZTqFNi7AzSgneyCZn4JQpD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:47.375rem;left:59rem; }
#XuePhH4FDaZTqFNi7AzSgneyCZn4JQpD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#SToytitymGf5IaTsgZguIqfLs1ZXc1ap { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:47.375rem;left:61.3125rem; }
#SToytitymGf5IaTsgZguIqfLs1ZXc1ap > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#OXHo13a5LX7yDieoAm9pa5v9VIsJQXkZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:73.25rem;left:63.125rem; }
#OXHo13a5LX7yDieoAm9pa5v9VIsJQXkZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#aA1gLRLtTHbPT0qs9PkmmO2T4SG1ZHMZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:81.6875rem;left:36.6875rem;height:20.8183375rem;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; }
#vROUtwg2uTE2mi52T3RmVhmiptDKHsDX { box-sizing:content-box;height:26.0625rem;width:43.3125rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(125,129,137,0.2);border-left:0.0625rem solid rgba(125,129,137,0.2);border-right:0.0625rem solid rgba(125,129,137,0.2);border-bottom:0.0625rem solid rgba(125,129,137,0.2);top:16.6875rem;left:15.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#nteXL1I3VgtP9FFQ7y4dBn1QqXyDElGa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:19.25rem;left:9.625rem; }
#nteXL1I3VgtP9FFQ7y4dBn1QqXyDElGa > img { max-width: 100%;max-height:100%; width:2.625rem; height:1.5625rem; }#dFqEuwwJ7krIDWwOTZTSnteLnsOtRTsv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.375rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:19.375rem;left:59.1875rem; }
#dFqEuwwJ7krIDWwOTZTSnteLnsOtRTsv > img { max-width: 100%;max-height:100%; width:2.75rem; height:1.375rem; }#mr6oFUwpwrvKpmPIUi9CVM9xZ5azbDe3 { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15048;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:21.125rem;left:10.1875rem;display:block; }
#hw6V8IDuk8Umrf3DgbXLfTeKBZ07VBeV { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15049;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:21.0625rem;left:58.25rem;display:block; }
#wJDnCn7n00Pqy9H8GBbHtUiZkiXguSXf { box-sizing:content-box;height:14.0625rem;width:30.8125rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(125,129,137,0.2);border-left:0.0625rem solid rgba(125,129,137,0.2);border-right:0.0625rem solid rgba(125,129,137,0.2);border-bottom:0.0625rem solid rgba(125,129,137,0.2);top:54.8125rem;left:22.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#KgJOaH6dzG08mmigW9wg6W8OWlKZBa6S { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:47.375rem;left:63.5625rem; }
#KgJOaH6dzG08mmigW9wg6W8OWlKZBa6S > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#FT3ZdlMNOK9xNHzD2rES9XABwOgNTLfQ { color:#025ca3;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:60.5rem;left:15.9375rem;height:3.5996125rem;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; }
#khv8b0XrCT94Whp7WXKosTT1I7Wmk7oH { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15052;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:60.125rem;left:16.0625rem;display:block; }
#G69D6rA8Jb8c6oTdTE3AFstJsWuwCTXH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.375rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:58.375rem;left:15.375rem; }
#UhyZgsqhG691NRVEIrM0VoTpFI7stSOa { box-sizing:content-box;height:0.125rem;width:7.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:60.4375rem;left:52.75rem;display:block; }
#bZ745aRmZnshWolSbZMnEvJif9XOIogV { color:#025ca3;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:61.04345703125rem;left:54.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tm9T84MiLMJ4dHkBimUgcOsOoRB3beS6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:58.625rem;left:54.5498046875rem; }
#Jo9N9oVGvlNOX7kqSnXkOVkiXK2iuHAH { box-sizing:content-box;height:25.75rem;width:23.3125rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(125,129,137,0.2);border-left:0.0625rem solid rgba(125,129,137,0.2);border-right:0.0625rem solid rgba(125,129,137,0.2);border-bottom:0.0625rem solid rgba(125,129,137,0.2);top:80.5rem;left:10.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#DnGTKfvpKoHX6IZPr5umTtebk8sqgtP4 { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15057;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:86.6875rem;left:58rem;display:block; }
#TfoQ8a13cWPPQ8ZZ3VCTtCmsp5UTFVD5 { color:#025ca3;display:block;width:5.4371125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:87.4375rem;left:59.8125rem;height:7.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mVmaDmoidk5KV8sKM9IeHTeoc6QgRlD1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;top:84.5625rem;left:60rem; }
#CoImtRA41Ghi5stbzJKKn2TrfQumQHME { color:#001d33;display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:77.625rem;left:10.3125rem;height:1.3999rem;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; }
#sqeTyUk7JusKS4XnHQoQmMILDHow707g { color:#001d33;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:51.574610710144rem;left:10.406250476837rem;height:1.3999rem;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; }
#HqhmqMO6vKoPRaK2nbMotvmnJxi2GwQC { box-sizing:content-box;height:1.5625rem;width:8.1875rem;position:absolute;display:block;z-index:15028;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:28.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Tdbo67Uz6RSJoRrrf3GOrLwAKhGPX3kW { color:#457da8;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:8.8125rem;left:28.125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xfeEwyu6oAlswQuvC2MbIQGtRECuan0g { color:#001d33;display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.63671875rem;left:10.2998046875rem;height:2.79980625rem;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; }
#D7q3Ip3Rp6MVOxi1qwyDx3ynwUOIyWtb { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.04999999702rem;left:7.5000004768369rem;display:block; }
#nfT0QK2772OsgkURusffs6zJIb1F10So { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76rem;left:7.5rem;display:block; }
#IS4JHeuA2PE3RHL9mBKf3kamJ6WXo8VL { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.937501907349rem;left:7.5000004768369rem;display:block; }
#NdiklVkPVODuHBQ1DkJUF4VV1wgn7fJC { color:#457da8;display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:47.6875rem;left:34.437502384186rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VEkM97NKkZePZXkAMFPN2T5dQup6RBR9 { box-sizing:content-box;height:1.5625rem;width:5.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.4375rem;left:34.375002384186rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#SdGoZRZ8pSmbf3rXL4RIIwJyrCXTfGN8 { box-sizing:content-box;height:1.5625rem;width:8.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.3125rem;left:16.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rJbSMME3CT5TI615MPlqzcmgZRrDBMil { color:#457da8;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:73.5625rem;left:16.0625rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kfsJKPuX2kTaBNuHb7CcEa2eFM8W9qqb { color:#025ca3;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:60.5rem;left:15.9375rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ipyL9DiD0toWQ7WVWopQeAo3X6J60LlL { color:#025ca3;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:60.5rem;left:15.9375rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XBCJ5Qlff3ATIJXkpIlfDyyklxLslFUp { background-color:#00457a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:40rem;left:17.5625rem;display:block; }
#d5Jp44IZElvE5JJWHaI0wCKtrNMcu3vD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rl8P8vaOeDwZztCuXofLSrBOh8h3xw5d { background-color:#00457a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:103.4375rem;left:12.125rem;display:block; }
#f4CmxzyWiftRIoEyWa7AGZ3PaD6E8kXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2ceUtb9qV13W0PuX89UyeB09uixlrp6 { background-color:#00457a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:103.25rem;left:36.6875rem;display:block; }
#eWDB0Ak8ai31fMQb9p4zgcIfgvtelSCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPrhhBBD7Gx1HxIDCtQqycGUFK7TrQ1E { background-color:#00457a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:63.38671875rem;left:54.6875rem;display:block; }
#WSdUcrsCTqLeJW4gq9fifdNzBdSd3mfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTTqHBlfdeErLnxf2IGCdu3wIisJKqoV { box-sizing:content-box;height:25.75rem;width:23.3125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(125,129,137,0.2);border-left:0.0625rem solid rgba(125,129,137,0.2);border-right:0.0625rem solid rgba(125,129,137,0.2);border-bottom:0.0625rem solid rgba(125,129,137,0.2);top:80.375rem;left:35.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container { background-color: transparent; background-image: none; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container > .video-iframe-container { display: none; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row > .video-iframe-container { display: none; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .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); }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container { border-width: 0; border-radius: 0; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#weTP7AFMmXibXlFq2zT5O1EkuQaxyRqT { color:rgba(var(--color-secondary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8746490478516rem;left:18.529385566711rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlsoToo1fRf5dLSCFBGmSTid3GvZswM8 { box-sizing:content-box;height:33.5rem;width:60rem;position:absolute;display:block;z-index:14994;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.87451171875rem;left:7.404296875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#mSJ0WOTsGd3690rHyuEimEpJHIFSF074 { color:#001d33;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:16.6875rem;left:11.125rem;height:18.375rem;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; }
#qBzagqHnpWOs7hA9FWsQT2cmTQMypFTW { color:#025ca3;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:7.8593740463256rem;left:10.562500476837rem;height:;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; }
#rnr60etFMBaw4El4dHzbnz8puSoBDKan { color:#001d33;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:11.66162109375rem;left:10.5625rem;height:3rem;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; }
#Kuu7TLmVpCE7FetiHVI1Nm3ap5VdiqK1 { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1748046875rem;left:7.279296875rem;display:block; }
#TFb8peo6CMq8WLUalShVOzIZZVorsdtr { box-sizing:content-box;height:22.8125rem;width:54.5rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(125,129,137,0.2);border-left:0.0625rem solid rgba(125,129,137,0.2);border-right:0.0625rem solid rgba(125,129,137,0.2);border-bottom:0.0625rem solid rgba(125,129,137,0.2);top:15.75rem;left:10.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#gBANKIfxDTZBmtmBRnRuiAXCx6e41Hnl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:7.8896484375rem;left:60rem; }
#gBANKIfxDTZBmtmBRnRuiAXCx6e41Hnl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#mAarVLAEHu396ozwxSL9NTkT56EEscHU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.625rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:7.8898429870606rem;left:63.029295444488rem; }
#mAarVLAEHu396ozwxSL9NTkT56EEscHU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; }#VXs6d6dJtOmV6JNensrMWiRrVwwPmrUZ { color:#457da8;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:8.1875rem;left:19.875rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yi9sfX4sZdJK15llSpHorPP4SqFQTJSx { box-sizing:content-box;height:1.5625rem;width:8.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:19.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BcgrsU2P6L23lmzDmZFlzi3ZldRpmwX3 { background-color:#00457a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:35.5625rem;left:11.125rem;display:block; }
#RyEmN5aaE4v48vDV9DQu7vPRQwWb2uRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 { 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; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container { background-color: transparent; background-image: none; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container > .video-iframe-container { display: none; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row > .video-iframe-container { display: none; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .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); }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container { border-width: 0; border-radius: 0; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#dTuV2mIUGppawCPwEIn0vZvN08lBrrAZ { color:#001d33;display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.056640625rem;left:6.375rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bs4f6PLV5ePGKmLU63wpVx7d4d0DCgJr { box-sizing:content-box;height:3.875rem;width:11.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(244,248,251,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);top:2.1875rem;left:31.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#bS8MIvzaTtMtE6UJEmO2pOIl7J7onaNS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;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:2.875rem;left:32.75rem;height:2.5996125rem;display:block; }
#fBqZOCOnUvkaMlGsstczVZhdb9Pa3icy { box-sizing:content-box;height:3.875rem;width:12.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(244,248,251,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);top:2.25rem;left:53.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#uqEmS5Uz8dq8JOKWmQ2R73zo1v0kaAKF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;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:2.9375rem;left:54.8125rem;height:2.5996125rem;display:block; }
#ekc03TkqFXzdB5Vtz7DXD6VbqrZci9RC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;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:7.9375rem;left:59.5rem;height:3.8994125rem;display:block; }
#DFf3kze0AV96WfeWGSznOqLHLc01glHM { box-sizing:content-box;height:5.25rem;width:13.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(244,248,251,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);top:7.25rem;left:58.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#XzdWc7I1ugsQQlTgdOO6nwehUZsgwXi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;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:8.5625rem;left:29.0625rem;height:2.5996125rem;display:block; }
#HdsWaNcNNsEOBLvn5Csq8EAPBu0zTTTa { box-sizing:content-box;height:3.875rem;width:12.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(244,248,251,0.17);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);top:7.875rem;left:27.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#tkDFyh81MuL0Z8Ku90Clc3BOmhT7t4bs { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:22.9375rem;top:-0.375rem;left:36.9375rem;overflow:hidden;display:block; }
#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffebf5;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; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { background-color: transparent; background-image: none; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container > .video-iframe-container { display: none; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row > .video-iframe-container { display: none; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .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); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { border-width: 0; border-radius: 0; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#OtF182oysGhdoTN9ERJqIAwvrCg313DI { color:rgba(var(--color-secondary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9114875793457rem;left:18.780184745789rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMXTIiS0nHXknwchwId0qGmdtVHhiIya { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:17.27773475647rem;left:11.487110614777rem;height:10.5rem;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; }
#AyVNbt5pR4pZ2raJFvz1JHMkDTISHWRx { box-sizing:content-box;height:26.625rem;width:60rem;position:absolute;display:block;z-index:14992;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:7.52978515625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MaMtyNdg01ui5SIO189f02yTwpKpn8cF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.35;letter-spacing:0;top:6.3214673995969rem;left:15.46741771698rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q2uWpoSW9sgiCRGmr9u0SoBTINrwavgW { color:#7d8189;display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:21.327734470367rem;left:55.105860233307rem;height:1.5rem;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; }
#DP5TFzeThfeD8JTklM1MM1Lf6yQgPLws { box-sizing:content-box;height:16.5625rem;width:28.8125rem;position:absolute;display:block;z-index:15005;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5rem;left:7.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#d1EFTGX6Mc2n8tyMJ8st1J4tyUJuTDRG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:42.625rem;left:10.5625rem;height:5.25rem;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; }
#PSBhXPrH7cwbexUXwsB3tR2oVfTsV8W7 { box-sizing:content-box;height:16.5rem;width:28.375rem;position:absolute;display:block;z-index:15006;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5625rem;left:39.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#nQx0PPTZIH4PCTo4VH2Is7zDXw6MBnNO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:42.625rem;left:41.875rem;height:5.25rem;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; }
#nIE3EsDiQenWQ3gZvd5T4ODJbFU3L6TQ { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:49.0625rem;left:13.3125rem;display:block; }
#GHIMmIOzTJoF4PI2onH2PuVy7oG0TVZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jw81mZUwmMuoxobDU2vINJf9H5kDlUWc { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:49.0625rem;left:45.1875rem;display:block; }
#QGbaVGyIxOvRdN4BVuMKBlghcIcgPBFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaarn2rXJh6NCpX3yp1OKtFdfGZIlrle { color:#025ca3;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:10.6875rem;left:10.500000476837rem;height:1.687825rem;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; }
#KJ7xT9T9pwveLNrUgKb0eqAB8dLqCVtC { color:#7d8189;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:15.265634536743rem;left:10.375000476837rem;height:1.40625rem;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; }
#kyLR5MuaEKqSL3pfJJIuh9cmkkHtIWdp { color:#001d33;display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:14.003131866455rem;left:10.437109470367rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IlAvKX9vH0LgSp4Wh9SJZm6Jcs0ccUB3 { color:#025ca3;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:38.625rem;left:10.5625rem;height:1.6875rem;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; }
#xpRN6aK90WWm1DA9QUp21DazAMB4tRDJ { color:#025ca3;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:38.625rem;left:41.875rem;height:1.6875rem;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; }
#l8V1ex4GtPSETUTmod4EvxN5TuK22zZM { color:#457da8;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:11rem;left:18.8125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qgiFwaaoqAJh0cEpOuCVWVVu1NFbtXtT { box-sizing:content-box;height:1.5625rem;width:8.1875rem;position:absolute;display:block;z-index:15034;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:18.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fVDO3Z2TwJ09DKoUc4oRNupUd9AC1eVR { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.925001144409rem;left:7.5300784111025rem;display:block; }
#TVBntHX0cu8V6QeBdqoh8QDMP0CKnnyQ { box-sizing:content-box;height:14.75rem;width:53rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.18359375rem;left:10.43701171875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#elJgpTSKT6Mgq6w65KqVEFZyLmvMQxr8 { box-sizing:content-box;height:0.125rem;width:28.5625rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:7.625rem;display:block; }
#EaCIASSCoutV7begTz32aKeXuBEsbM7P { box-sizing:content-box;height:0.125rem;width:28.5625rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41rem;left:39.125rem;display:block; }
#AbtMwCnNliTdVIkcQ4VNN8bdBBpWZeUk { color:#457da8;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:38.9375rem;left:22.8125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yRdoxUmcepemvFNF89vHLO9Mv2ZAKdOn { box-sizing:content-box;height:1.5625rem;width:8.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:22.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GvTo2BhK6GEG6sIo6ppDdNI2aDfcfJ1S { color:#457da8;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:38.9375rem;left:50.3125rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LyPWcDVO7ZCbKslQ8cKP8VO5py993Ao9 { box-sizing:content-box;height:1.5625rem;width:9.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(90,207,231,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.6875rem;left:50.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NsI0RU1I9V4qBl0fgq8x0oALU0e690iI { position:absolute;display:block;z-index:14994;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.625rem;width:25.375rem;top:16.234375rem;left:38.12451171875rem;overflow:hidden;display:block; }
#peD9oyuPNzz4zCMeT32usVlMLRHKTZTr { box-sizing:content-box;height:9.9375rem;width:7.5625rem;position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.390234470367rem;left:40.125002384186rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#r7eXNpAharrXrdX6RAHnVROolHSp3POn { color:#025ca3;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15066;line-height:1.1;letter-spacing:0;top:19.658984661103rem;left:40.875002384186rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sHl3TqKmRKTHlT58a7qEWwXCCA57dbp6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.5625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;top:18.015234470367rem;left:40.125002384186rem; }
#F2ShLrVBt3OouIJ53wtLHt9EqDUIBJg2 { background-color:#00457a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:28.43359375rem;left:11.48681640625rem;display:block; }
#BG8PfKLcqNmhBZgiF253tqUO3CDlXpby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TICCosEw3nmSqkbg6LkbtQb3hlC7huhx { color:#001d33;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.625rem;left:20.8125rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JsBnNUsLG2BffRQlyo0ecUew950yxUR0 { color:#001d33;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.0498046875rem;left:26.6875rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#ThFeNtKODRVImtyvSmCqMUNfMmLJfumh { color:#001d33;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.625rem;left:28.875rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MArD80ILQsFQyVFPaOUB9bIwZiH53HZU { color:#001d33;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.625rem;left:10.5625rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sUPaGBOh4wLQoLlC7vfEiUGWHk68Ardi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:32.625rem;left:19.5625rem; }
#sUPaGBOh4wLQoLlC7vfEiUGWHk68Ardi > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; }#uu79NKrR8kGTCgskyiR99LtgbqhRQ1KX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:32.625rem;left:27.3125rem; }
#uu79NKrR8kGTCgskyiR99LtgbqhRQ1KX > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.125rem; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container { background-color: transparent; background-image: none; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container > .video-iframe-container { display: none; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row > .video-iframe-container { display: none; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .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); }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container { border-width: 0; border-radius: 0; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#wp73QT60r1egJbcQnxK7fK6dqmKFt4Zo { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.09912109375rem;left:10.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZAJW6yN8IVTvu6RBnznuesa0Zx4nXmMi { color:#001d33;display:block;width:9.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:19rem;left:15.0625rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tbk11pn8GII9HgwyvGEVphWRz6o68SU4 { color:rgba(var(--color-secondary-4),1);display:block;width:10.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:12.9375rem;left:14.9375rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L2C6JUnhlBb4uE0r2v5Cu301O25qVsyP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:12.9375rem;left:30.375rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w7D7ohXwWblNXpiOEObU5MX6h6BDTxAC { color:#001d33;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.5rem;left:48.75rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HCLSDeMQ2cR6VtOL9qvFNb4DOWhuIP1b { box-sizing:content-box;height:5.187325rem;width:15.062125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:29.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#T2TEbafwPhpxpmfoJ8T5kzkFQR54cd5e { color:#001d33;display:block;width:11.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:19rem;left:31.1875rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q6OStSNZIgmRbyenRT1HNRfHa4n0B1aP { color:#001d33;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:19rem;left:48.4375rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JZhfml9Lw8yZcZsW588B3MtIhAaJPfWz { box-sizing:content-box;height:21.9375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:7.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#rXHVRGQErUIxuTHw1omDaKK7Hcy4RrFi { color:rgba(var(--color-secondary-3),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:21.6875rem;left:15.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X9obuMS2Ohtx7dbk6RQAdXTJDVzbe1ZW { box-sizing:content-box;height:5.187325rem;width:15.062125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:29.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GAyqKzSQe3blTCv7PeBqtTCLFQvOrDh5 { box-sizing:content-box;height:5.187325rem;width:15.0616875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:47.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ex2JPh1Q8WRbEAT6LTfLmUzFpdbxS1xm { box-sizing:content-box;height:5.187325rem;width:15.06125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.125rem;left:47.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TnJdvvOQoGvaPTt6rkC03ED6JU3Q6gWd { box-sizing:content-box;height:5.187325rem;width:15.0616875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:12.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#I2F9yvzXTyEkLTqZyMbd2VE9PAybdNIR { box-sizing:content-box;height:5.1870125rem;width:15.0610625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:12.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tG9ZMRa4MXgMF9fOytRdUqAS8hnnG9Xy { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:14.9375rem;top:27.1875rem;left:48.75rem;overflow:hidden;display:block; }
#VGkAMFTx57uPQt5X5D4VSTQdNrsF1xqc { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:14.0625rem;top:32.1875rem;left:59.875rem;overflow:hidden;display:block; }
#OXi0XssmOS2eXiwPg2to0kDCvb7wIB17 { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:2.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25.32568359375rem;left:27.8125rem;display:block; }
#DQ0sLFJCbzQ0gT7Es7z1kcPbiaGE5lPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvWJPvndM6WJcTPfEsz3kRTE65ROT5vL { box-sizing:content-box;height:8.5625rem;width:36.5rem;position:absolute;display:block;z-index:15001;background-color:#f3f3fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32rem;left:7.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#hMHvQmp2ueKBAyNOFDEzNHSrPHp9pF6V { background-color:#002e52;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:1.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.76318359375rem;left:17.9375rem;display:block; }
#fBwULUnxFAdkZUkTXK89CnoO7asAsqkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfnSlAVqaweVFa8aBp3zRsCfscEsiXvR { color:#025ca3;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:8.5rem;left:13.71875rem;height:1.687825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CFD0cWTZouQ3TZ3SAvZFlGaV1KyCnL4l { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:7.5rem;display:block; }
#r5pNemr26WwfI70PHbuaX3ZvLVrFUo0J { color:#025ca3;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:32.875rem;left:18.0625rem;height:1.687825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UQCJ71hMeERJX83ZvqeADxGKn08Jq0lt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.7314453125rem;left:17.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aDtW7NZiPxkSkrcro6QpBO96BVa5isqU { color:#025ca3;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15068;line-height:1.1;letter-spacing:0;top:38.1875rem;left:51.9375rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qT7M7zCETeTaIBvcgrUpoIuvbwvMDDUs { box-sizing:content-box;height:4.625rem;width:11.25rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.25rem;left:51rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PZ5HDANNrCD0FghepuUcPHoJWHcTnEkX { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:6.875rem;top:32.5625rem;left:9.3125rem;overflow:hidden;display:block; }
#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe { position:relative;display:block; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe { background-color: transparent; background-image: none; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container > .video-iframe-container { display: none; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row > .video-iframe-container { display: none; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .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); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe { border-width: 0; border-radius: 0; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CLGI8qpCoAHNmhbbtzJyhys9gmSpTU51 { color:#001d33;display:block;width:17.3739375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.0625rem;left:3.3125rem;height:7.1996875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwnSX0b965XwMh2FBJW1zmwWHigJTDMG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:8.375rem;left:26.4375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p8c8tLBwE74XQJQ7NeWlyOIZ4VP8mTni { color:rgba(var(--color-secondary-2),1);display:block;width:21.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.75rem;left:26.4375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#epevpMFs2lVPgZWcg3XWgwi6tkiAyEoJ { color:rgba(var(--color-secondary-2),1);display:block;width:17.4374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.75rem;left:52.1875rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UU4i7CLFQf0JVSrTZwhzxFWOghT6MdDK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:8.375rem;left:52.1875rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QyndQWfsfnRkrDgEtuPThQvZqnkiixQQ { color:rgba(var(--color-secondary-2),1);display:block;width:19.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:19.375rem;left:26.4375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K3k5ZeIhiMDMGfdxRSzwGte5ysiIe8nU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.9375rem;left:26.4375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WwslJAPJaDfpJ3a78mtBvSK4q2QndPJT { color:rgba(var(--color-secondary-2),1);display:block;width:21.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:19.375rem;left:52.1875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gvRweHe8fCXAVxuBe5ToAxS9GpG3KSZu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.9375rem;left:52.1875rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NWwhmNKvCGu3orvNpiEii7USliRBqnCn { box-sizing:content-box;height:12.62475rem;width:24.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:24.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#D6H3EguLLc0RAKD9PdNyRJor0EpiINmX { box-sizing:content-box;height:12.8125rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.0625rem;left:50.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NMPQDShFtNV0TAMoyTJupx3AtKC6kldw { box-sizing:content-box;height:12.8125rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8125rem;left:50.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#wRUGUolrOOJzSI7SXgMWxga8PU7108sF { box-sizing:content-box;height:12.7499375rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8125rem;left:24.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#pIFV0NeTfT1T7qVRHH6ULMTKCOWZdSlu { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.125rem;top:12.0625rem;left:2.9365234375rem;overflow:hidden;display:block; }
#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/211e5118-36e7-4a2b-8120-6b6b59f82729/banner50k.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; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa.adaptive-delivery-prevent-bg, #WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa.lazyload, #WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa.lazyloading { background-image: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container { background-color: transparent; background-image: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container > .video-iframe-container { display: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row > .video-iframe-container { display: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .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); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container { border-width: 0; border-radius: 0; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#b7Te1TrUiNKw0v7czgrKtkWPGMmMGvhe { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:5.4541015625rem;left:4.0625rem;height:8.661625rem;display:block; }
#cAMdnJAcKrp1gN0m0fr8mQWiKr9qMTCD { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:15.5263671875rem;left:4.0625rem;height:4.53661875rem;display:block; }
#UJTWIWJIFBPX4cze4zIOqnG4NDiymxty { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:15.5rem;top:1.93701171875rem;left:4.0625rem;overflow:hidden;display:block; }
#QiThc05BkOwXKDT9clVhFw86NA0vPk9K { background-color:#025ca3;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.3125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:20.9375rem;left:4.0625rem;display:block; }
#Nnx629g6KgWfMTtOch7T5lLzkH1Knxl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:45.9375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:2.25rem;left:64.3125rem; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.125rem; }#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.3125rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:2.125rem;left:67.5rem; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv > img { max-width: 100%;max-height:100%; width:2rem; height:2.3125rem; }#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:2.3125rem;left:70.5rem; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; width:1.875rem; height:2rem; }#nH4pcxAhZGscAxKzXXnxRIQGkErIAguy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.0625rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:2.25rem;left:73.0625rem; }
#nH4pcxAhZGscAxKzXXnxRIQGkErIAguy > img { max-width: 100%;max-height:100%; width:1.9375rem; height:2.0625rem; }#hQQqkbGVnQIvMVhRHFuLXyoEAW5HhEEV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:56.25rem;height:1.13720625rem;font-style:normal;display:block; }
#R5k6ly1IdPF7JTZa9MfM8GIVviVlySXe { z-index:15020;top:5.44921875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f0c1d9;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:1.875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#iTfvGAf8EpUT1mxqnxb2GxU7iby2Txxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lac5BHlXPd95rzvA5KbvJHbZslIXwMRp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:16.1875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fknpyhyhwMtc37q0HToXwymBbiEhWshg { display:block; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubSGsbRK2Ty1gDmxzuHyfP17whJufMiK { top:1rem;left:0rem;width:15.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFdhlGxGzPdRz2dJ7JhFlwPqNVsILnhe { width:7.9375rem;height:2.3125rem;top:1.0625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v46kTrfukTzUDORgMGDsJtrfTI8RLez2 { display:block; }
 }@media only screen and (max-width: 763px) { #vMIPLTTzxdU2B0s5PUTk8tcEEe7kU0v2 { width:8.4375rem;height:2.3125rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGdh2puht3fh7UlQG273oeu2WKMzQDp { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:5.6875rem;left:0.5rem;width:46.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmbhLZo0zK9GI1F7nLR8mScTQI1EkcoT { top:12.8125rem;left:5.1875rem;width:34.6875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFo2XtiU9FzCKTU1ttbe9SmBfWUSMeVK { top:19.1875rem;left:4.1875rem;width:37.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThGIaGOACvvhXQwopL8ZLzrCkZGQMrT { top:30.125rem;left:0rem;width:10.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNAkSfVXRf9BJCiIZn1hyn4GIiogZGwa { top:30rem;left:11.375rem;width:9.5rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOIgXBvci66y8xMTv46bLT9qzr8wOTKw { top:30.125rem;left:27.250002384186rem;width:8.375rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpwTwrrXFz5BX6mmZZi3yQEnUlaTMHv { top:30.125rem;left:39.5625rem;width:8.1875rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFuZ8xQxfdJkxt0LSsWdW0eocw1o0mT { width:13.875rem;height:13.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuOow3o6f0BLTQ9ZReBqswvVrCSQvKw { display:block; }
 }@media only screen and (max-width: 763px) { #TRxJOpVNJsLAHEui98cHlKCh8KQye4Ks { top:23.6875rem;left:0rem;width:2rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9PaTWwBIIwXDzLKeCD7xrGpg62tW55O { top:23.6875rem;left:14.25rem;width:2.75rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RosWFkDxSC3l48IDR9QICAr1QBoMOyH8 { width:13.875rem;height:13.375rem;top:22.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnZgg0INaKeOxrBVW1mtqC8mGCd7eTZN { display:block; }
 }@media only screen and (max-width: 763px) { #GFuKqNwQbuEp9GkUuu783LlwNrAxOi3K { width:13.875rem;height:13.375rem;top:22.5625rem;left:24.500002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMLwmmHXHtKilJC7ZN33TdTH6WycPfI { display:block; }
 }@media only screen and (max-width: 763px) { #Jg2uxdQHTwDnpMI0V8I9rJkFyCFi3p5u { width:14.0625rem;height:13.375rem;top:22.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfqaQw6z07fZESN13MDpyIES2HI9gOUA { display:block; }
 }@media only screen and (max-width: 763px) { #RJZFCl1VTyTRbMbpO3GX6JCaoyQXM91i { top:23.875rem;left:29.6875rem;width:2.125rem;height:4.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLZHrBCbwbnrNsfAwEtrf4OSw9rPtOlM { top:23.875rem;left:44.75rem;width:3rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im6esgrU0TeXJZvvOzu5bF0RQMuuX61M { top:9.875rem;left:1.21875rem;width:43.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFrPvpbhcJ3oSKcOerVqWTFJdd3CN3TE { top:2.875rem;left:0rem;width:47.75rem;height:12.789388322521rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWamRxyqOiiIfk3vyVTn7we3g3x5ZMa1 { top:11.5rem;left:30.8125rem;width:16.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4XiHx76pWkvw24vCTeMJsXCM4yBRTU { top:34.3125rem;left:0rem;width:6.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHHxTwxu36lEe9rfTy5RLW82id0eWVI9 { top:34.3125rem;left:12.875rem;width:6.5625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2fZvBeM75TfBqEhy0SPU1c35a3DNxp8 { top:34.3125rem;left:28rem;width:8.5rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErWZOTBiSKFESe8ZgFiqL3oTFyfDsOtu { top:34.3125rem;left:36.0625rem;width:11.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQTgMIy7nqe3DIKAXfiQJSP2ZmtdJhzI { width:1.875rem;height:0.875rem;top:34.5rem;left:0rem;display:block; }
#SQTgMIy7nqe3DIKAXfiQJSP2ZmtdJhzI > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #pvsJGzXpaL9wZQkkcdphSCceTd0RUFPv { width:1.875rem;height:0.875rem;top:34.4375rem;left:13.5rem;display:block; }
#pvsJGzXpaL9wZQkkcdphSCceTd0RUFPv > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #vHOZqNGC00AadnUCRNTWEzxrU4lTbNrs { width:1.875rem;height:0.875rem;top:34.375rem;left:29.0625rem;display:block; }
#vHOZqNGC00AadnUCRNTWEzxrU4lTbNrs > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #kfiDATOI0kb4NBt1zqAKgRpM7KNq2ZqS { width:1.875rem;height:0.875rem;top:34.4375rem;left:43.9375rem;display:block; }
#kfiDATOI0kb4NBt1zqAKgRpM7KNq2ZqS > img { max-width: 100%;max-height:100%; width:1.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #WVIpcLKFbZ81Mx8EFAb17SBTUAnmgQTK { width:13.875rem;height:13.375rem;top:22.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KORJIEnluswh3o6ppN5HNvBJeM0vferf { display:block; }
 }@media only screen and (max-width: 763px) { #UmFsQbdNzgOU0lHNlGI9CcnS8R8BF9TJ { width:13.875rem;height:13.375rem;top:22.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBLahxyIBCs1cwgMOaAal2GgCVRHyDJI { display:block; }
 }@media only screen and (max-width: 763px) { #VCiudvZsHEW4ZpZZbRv3RAohu5oKqNRm { width:13.875rem;height:13.375rem;top:22.5625rem;left:24.500002384186rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMJPef20xVx2Q3Zm7MekboTPwxHnfLlI { display:block; }
 }@media only screen and (max-width: 763px) { #e5BgacaWvVGLAqn6iRWFIxc6QHuK0h8u { width:14.0625rem;height:13.375rem;top:22.5625rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdgnemvNeRVfhT3toatKp26gNPyGEUiA { display:block; }
 }@media only screen and (max-width: 763px) { #gq3uFl3k70SC4pnQQTrAR1Q9a3N3snp7 { top:42.75rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZErv8CCXadvrE4fBntkvtAOfJycBL2a { top:37.8125rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHFEPqNQ3vn9HnOPSE6DA7D1srMRuHSW { top:30.1875rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd22BCxQrBa3qWWE0xKhBvQZVHQkxKPz { top:24.75rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRdlVxAwSPwzFofB2HZ3ofdX3GqtF9TT { top:11.5rem;left:30.8125rem;width:16.9375rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuuc0vWb7E2TuDmFhZegDsIJuzAdneFR { display:none; }
 }@media only screen and (max-width: 763px) { #AieolHkkqqnPwdqASkLFOtUtBurMwlKS { top:11.5rem;left:30.8125rem;width:5.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI { display:block; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2s4wraKG5GQ86QGMn0wB4BM53O8ED3M { top:2.4375rem;left:0rem;width:37.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxzI0FBUvRr8EoAJf6ksWhtktRr4u0Cd { top:18.9375rem;left:6.125rem;width:20rem;height:20.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBswcEeGZxm0EkPi0ylJVNIgFVqmwk3X { top:7.0625rem;left:0rem;width:47.75rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPHwvv1ebhXMaTh8cLDOt8cO7l9wKFBM { top:8.375rem;left:0rem;width:25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDq9RcghHFHTzoqOFvd3BtTJiCX4ZGF0 { top:21.5rem;left:39.25rem;width:5.6875rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9DlJPqKtClh6pBpLQUib7tz60btxrtT { top:46.1875rem;left:0rem;width:47.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke50SXne9AnhaeLQW7efEUqIaAEKnErh { top:47.3125rem;left:0.25rem;width:23.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEa2OMETdRKU8GFvRJMfq2mGLTEtRRdr { top:21.5rem;left:3.375rem;width:5.4375rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfXq7dMZQo1L3q55CXpQv7mi75eLC98l { top:18rem;left:23.875rem;width:8.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnI820iP5RxBnBOTK46cxxJgVGyTQT26 { top:17.5625rem;left:28.1240234375rem;width:9rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJaf4VOqMvHqH5DUoSlPqsFWa6cVQZWG { top:30.0625rem;left:28.1875rem;width:8.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTisFCq5EqnbbMwdVTWZacD3Ku7vBCDI { top:30rem;left:23.875rem;width:8.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8msmElQQLhPEGQkRoxOAwqJ2DVvccwD { top:71.75rem;left:0rem;width:47.75rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6npmqSzWNqydULc2QUPSaEVrQ0JX1u { top:81.6875rem;left:2.9375rem;width:20.9375rem;height:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW6f1LpQTalcL9tTsMTH1SqBsR1oxVno { top:73.25rem;left:3.5rem;width:4.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFpKs9es1hTWJemDO6iAWqcrh2EPvtn { top:55.9375rem;left:17.25rem;width:6.625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZ9Q9SJhGtuSh23VKpfWvR3GGax9hfE { top:56rem;left:23.875rem;width:6.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgs66JKIo7zmGaGc6TXiUG8Q9r838cNu { top:55.9375rem;left:17.25rem;width:6.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSSFMTF91BnbQq8toqRWUhv7Fe8HzKT { width:1.875rem;height:1.625rem;top:8.5625rem;left:40.4375rem;display:block; }
#DQSSFMTF91BnbQq8toqRWUhv7Fe8HzKT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #NJ67Q6e7LIL5R659D99sPMXfesCqDk8y { width:1.875rem;height:1.625rem;top:8.5625rem;left:42.75rem;display:block; }
#NJ67Q6e7LIL5R659D99sPMXfesCqDk8y > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XuePhH4FDaZTqFNi7AzSgneyCZn4JQpD { width:1.875rem;height:1.625rem;top:47.375rem;left:38.5625rem;display:block; }
#XuePhH4FDaZTqFNi7AzSgneyCZn4JQpD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #SToytitymGf5IaTsgZguIqfLs1ZXc1ap { width:1.875rem;height:1.625rem;top:47.375rem;left:40.875rem;display:block; }
#SToytitymGf5IaTsgZguIqfLs1ZXc1ap > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #OXHo13a5LX7yDieoAm9pa5v9VIsJQXkZ { width:1.875rem;height:1.625rem;top:73.25rem;left:42.6875rem;display:block; }
#OXHo13a5LX7yDieoAm9pa5v9VIsJQXkZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #aA1gLRLtTHbPT0qs9PkmmO2T4SG1ZHMZ { top:81.6875rem;left:2.875rem;width:21rem;height:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vROUtwg2uTE2mi52T3RmVhmiptDKHsDX { top:16.6875rem;left:0rem;width:43.3125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nteXL1I3VgtP9FFQ7y4dBn1QqXyDElGa { width:2.625rem;height:1.5625rem;top:19.25rem;left:2.8125rem;display:block; }
#nteXL1I3VgtP9FFQ7y4dBn1QqXyDElGa > img { max-width: 100%;max-height:100%; width:2.625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #dFqEuwwJ7krIDWwOTZTSnteLnsOtRTsv { width:2.75rem;height:1.375rem;top:19.375rem;left:38.75rem;display:block; }
#dFqEuwwJ7krIDWwOTZTSnteLnsOtRTsv > img { max-width: 100%;max-height:100%; width:2.75rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mr6oFUwpwrvKpmPIUi9CVM9xZ5azbDe3 { top:21.125rem;left:3.375rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw6V8IDuk8Umrf3DgbXLfTeKBZ07VBeV { top:21.0625rem;left:37.8125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJDnCn7n00Pqy9H8GBbHtUiZkiXguSXf { top:54.8125rem;left:0rem;width:30.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgJOaH6dzG08mmigW9wg6W8OWlKZBa6S { width:1.875rem;height:1.625rem;top:47.375rem;left:43.125rem;display:block; }
#KgJOaH6dzG08mmigW9wg6W8OWlKZBa6S > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #FT3ZdlMNOK9xNHzD2rES9XABwOgNTLfQ { top:60.5rem;left:9.125rem;width:6.125rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khv8b0XrCT94Whp7WXKosTT1I7Wmk7oH { top:60.125rem;left:9.25rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G69D6rA8Jb8c6oTdTE3AFstJsWuwCTXH { width:2.75rem;height:1.375rem;top:58.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyZgsqhG691NRVEIrM0VoTpFI7stSOa { top:60.4375rem;left:32.3125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ745aRmZnshWolSbZMnEvJif9XOIogV { top:61rem;left:34.4375rem;width:5.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9T84MiLMJ4dHkBimUgcOsOoRB3beS6 { width:2.625rem;height:1.5625rem;top:58.625rem;left:34.1123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9N9oVGvlNOX7kqSnXkOVkiXK2iuHAH { top:80.5rem;left:0.4375rem;width:23.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnGTKfvpKoHX6IZPr5umTtebk8sqgtP4 { top:86.6875rem;left:37.5625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoQ8a13cWPPQ8ZZ3VCTtCmsp5UTFVD5 { top:87.4375rem;left:39.375rem;width:5.375rem;height:7.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVmaDmoidk5KV8sKM9IeHTeoc6QgRlD1 { width:2.625rem;height:1.5625rem;top:84.5625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoImtRA41Ghi5stbzJKKn2TrfQumQHME { top:77.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqeTyUk7JusKS4XnHQoQmMILDHow707g { top:51.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqhmqMO6vKoPRaK2nbMotvmnJxi2GwQC { top:8.5625rem;left:15.6875rem;width:8.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdbo67Uz6RSJoRrrf3GOrLwAKhGPX3kW { top:8.8125rem;left:16rem;width:7.875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfeEwyu6oAlswQuvC2MbIQGtRECuan0g { top:12.625rem;left:0rem;width:46.8125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7q3Ip3Rp6MVOxi1qwyDx3ynwUOIyWtb { top:11rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfT0QK2772OsgkURusffs6zJIb1F10So { top:76rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS4JHeuA2PE3RHL9mBKf3kamJ6WXo8VL { top:49.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdiklVkPVODuHBQ1DkJUF4VV1wgn7fJC { top:47.6875rem;left:18.9375rem;width:4.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkM97NKkZePZXkAMFPN2T5dQup6RBR9 { top:47.4375rem;left:18.5625rem;width:5.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdGoZRZ8pSmbf3rXL4RIIwJyrCXTfGN8 { top:73.3125rem;left:9.25rem;width:8.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbSMME3CT5TI615MPlqzcmgZRrDBMil { top:73.5625rem;left:9.25rem;width:7.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfsJKPuX2kTaBNuHb7CcEa2eFM8W9qqb { top:49.0625rem;left:0rem;width:16.4375rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipyL9DiD0toWQ7WVWopQeAo3X6J60LlL { top:49.0625rem;left:0rem;width:16.4375rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBCJ5Qlff3ATIJXkpIlfDyyklxLslFUp { width:5.9375rem;height:1.625rem;top:40rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Jp44IZElvE5JJWHaI0wCKtrNMcu3vD { display:block; }
 }@media only screen and (max-width: 763px) { #Rl8P8vaOeDwZztCuXofLSrBOh8h3xw5d { width:6rem;height:1.625rem;top:103.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4CmxzyWiftRIoEyWa7AGZ3PaD6E8kXR { display:block; }
 }@media only screen and (max-width: 763px) { #b2ceUtb9qV13W0PuX89UyeB09uixlrp6 { width:6rem;height:1.625rem;top:103.25rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWDB0Ak8ai31fMQb9p4zgcIfgvtelSCx { display:block; }
 }@media only screen and (max-width: 763px) { #yPrhhBBD7Gx1HxIDCtQqycGUFK7TrQ1E { width:5.9375rem;height:1.625rem;top:63.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdUcrsCTqLeJW4gq9fifdNzBdSd3mfn { display:block; }
 }@media only screen and (max-width: 763px) { #dTTqHBlfdeErLnxf2IGCdu3wIisJKqoV { top:80.375rem;left:0.4375rem;width:23.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWo1aFx4JZO1ONMG8dymkAHyO321yGc { display:block; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weTP7AFMmXibXlFq2zT5O1EkuQaxyRqT { top:2.8125rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlsoToo1fRf5dLSCFBGmSTid3GvZswM8 { top:6.8125rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSJ0WOTsGd3690rHyuEimEpJHIFSF074 { top:16.6875rem;left:0rem;width:47.75rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBzagqHnpWOs7hA9FWsQT2cmTQMypFTW { top:7.8125rem;left:3.75rem;width:9.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnr60etFMBaw4El4dHzbnz8puSoBDKan { top:11.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuu7TLmVpCE7FetiHVI1Nm3ap5VdiqK1 { top:10.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFb8peo6CMq8WLUalShVOzIZZVorsdtr { top:15.75rem;left:0rem;width:47.625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBANKIfxDTZBmtmBRnRuiAXCx6e41Hnl { width:1.875rem;height:1.625rem;top:7.875rem;left:39.5625rem;display:block; }
#gBANKIfxDTZBmtmBRnRuiAXCx6e41Hnl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #mAarVLAEHu396ozwxSL9NTkT56EEscHU { width:1.875rem;height:1.625rem;top:7.875rem;left:42.591795444489rem;display:block; }
#mAarVLAEHu396ozwxSL9NTkT56EEscHU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #VXs6d6dJtOmV6JNensrMWiRrVwwPmrUZ { top:8.1875rem;left:13.0625rem;width:7.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9sfX4sZdJK15llSpHorPP4SqFQTJSx { top:7.9375rem;left:13rem;width:8.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgrsU2P6L23lmzDmZFlzi3ZldRpmwX3 { width:6rem;height:1.625rem;top:35.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEmN5aaE4v48vDV9DQu7vPRQwWb2uRZ { display:block; }
 }@media only screen and (max-width: 763px) { #kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 { display:block; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTuV2mIUGppawCPwEIn0vZvN08lBrrAZ { top:5rem;left:0rem;width:18.1875rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4f6PLV5ePGKmLU63wpVx7d4d0DCgJr { top:2.1875rem;left:12.25rem;width:11.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8MIvzaTtMtE6UJEmO2pOIl7J7onaNS { top:2.875rem;left:14.4375rem;width:9.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqZOCOnUvkaMlGsstczVZhdb9Pa3icy { top:2.25rem;left:33.25rem;width:12.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqEmS5Uz8dq8JOKWmQ2R73zo1v0kaAKF { top:2.9375rem;left:34.375rem;width:11.0625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekc03TkqFXzdB5Vtz7DXD6VbqrZci9RC { top:7.9375rem;left:36.6875rem;width:11.0625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFf3kze0AV96WfeWGSznOqLHLc01glHM { top:7.25rem;left:34.5rem;width:13.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzdWc7I1ugsQQlTgdOO6nwehUZsgwXi4 { top:8.5625rem;left:12.9375rem;width:10.9375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdsWaNcNNsEOBLvn5Csq8EAPBu0zTTTa { top:7.875rem;left:11.625rem;width:12.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkDFyh81MuL0Z8Ku90Clc3BOmhT7t4bs { top:-0.375rem;left:0.9375rem;width:22.9375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTq9GiGxuJRWLdBaF892DXtWy4akTTu { display:block; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtF182oysGhdoTN9ERJqIAwvrCg313DI { top:2.875rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXTIiS0nHXknwchwId0qGmdtVHhiIya { top:17.25rem;left:0rem;width:24.4375rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVNbt5pR4pZ2raJFvz1JHMkDTISHWRx { top:9.6875rem;left:0rem;width:47.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaMtyNdg01ui5SIO189f02yTwpKpn8cF { top:6.3125rem;left:0rem;width:44.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2uWpoSW9sgiCRGmr9u0SoBTINrwavgW { top:21.3125rem;left:34.668360233307rem;width:5.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP5TFzeThfeD8JTklM1MM1Lf6yQgPLws { top:37.5rem;left:0rem;width:28.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1EFTGX6Mc2n8tyMJ8st1J4tyUJuTDRG { top:42.625rem;left:0.875rem;width:23rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSBhXPrH7cwbexUXwsB3tR2oVfTsV8W7 { top:37.5625rem;left:19.375rem;width:28.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQx0PPTZIH4PCTo4VH2Is7zDXw6MBnNO { top:42.625rem;left:23.875rem;width:18.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIE3EsDiQenWQ3gZvd5T4ODJbFU3L6TQ { width:16.375rem;height:2.625rem;top:49.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHIMmIOzTJoF4PI2onH2PuVy7oG0TVZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #Jw81mZUwmMuoxobDU2vINJf9H5kDlUWc { width:16.375rem;height:2.625rem;top:49.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGbaVGyIxOvRdN4BVuMKBlghcIcgPBFQ { display:block; }
 }@media only screen and (max-width: 763px) { #eaarn2rXJh6NCpX3yp1OKtFdfGZIlrle { top:10.6875rem;left:3.6875004768372rem;width:7.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7xT9T9pwveLNrUgKb0eqAB8dLqCVtC { top:15.25rem;left:3.5625004768372rem;width:17.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLR5MuaEKqSL3pfJJIuh9cmkkHtIWdp { top:14rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlAvKX9vH0LgSp4Wh9SJZm6Jcs0ccUB3 { top:38.625rem;left:3.75rem;width:11.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRN6aK90WWm1DA9QUp21DazAMB4tRDJ { top:38.625rem;left:23.875rem;width:7.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8V1ex4GtPSETUTmod4EvxN5TuK22zZM { top:11rem;left:12rem;width:7.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgiFwaaoqAJh0cEpOuCVWVVu1NFbtXtT { top:10.75rem;left:11.9375rem;width:8.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVDO3Z2TwJ09DKoUc4oRNupUd9AC1eVR { top:12.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBntHX0cu8V6QeBdqoh8QDMP0CKnnyQ { top:16.125rem;left:0rem;width:47.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJgpTSKT6Mgq6w65KqVEFZyLmvMQxr8 { top:41rem;left:0rem;width:28.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaCIASSCoutV7begTz32aKeXuBEsbM7P { top:41rem;left:19.1875rem;width:28.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbtMwCnNliTdVIkcQ4VNN8bdBBpWZeUk { top:38.9375rem;left:16rem;width:7.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRdoxUmcepemvFNF89vHLO9Mv2ZAKdOn { top:38.6875rem;left:15.6875rem;width:8.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTo2BhK6GEG6sIo6ppDdNI2aDfcfJ1S { top:38.9375rem;left:29.875rem;width:9.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPWcDVO7ZCbKslQ8cKP8VO5py993Ao9 { top:38.6875rem;left:29.75rem;width:9.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsI0RU1I9V4qBl0fgq8x0oALU0e690iI { top:16.1875rem;left:22.375rem;width:25.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peD9oyuPNzz4zCMeT32usVlMLRHKTZTr { top:17.375rem;left:23.875rem;width:7.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eXNpAharrXrdX6RAHnVROolHSp3POn { top:19.625rem;left:23.875rem;width:6.0625rem;height:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHl3TqKmRKTHlT58a7qEWwXCCA57dbp6 { width:2.625rem;height:1.5625rem;top:18rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ShLrVBt3OouIJ53wtLHt9EqDUIBJg2 { width:6rem;height:1.625rem;top:28.375rem;left:4.67431640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG8PfKLcqNmhBZgiF253tqUO3CDlXpby { display:block; }
 }@media only screen and (max-width: 763px) { #TICCosEw3nmSqkbg6LkbtQb3hlC7huhx { top:32.625rem;left:14rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBnNUsLG2BffRQlyo0ecUew950yxUR0 { top:56.875rem;left:0rem;width:17.8125rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThFeNtKODRVImtyvSmCqMUNfMmLJfumh { top:32.625rem;left:1.9375rem;width:21.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MArD80ILQsFQyVFPaOUB9bIwZiH53HZU { top:32.625rem;left:3.75rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUPaGBOh4wLQoLlC7vfEiUGWHk68Ardi { width:1.125rem;height:1.125rem;top:32.625rem;left:12.75rem;display:block; }
#sUPaGBOh4wLQoLlC7vfEiUGWHk68Ardi > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #uu79NKrR8kGTCgskyiR99LtgbqhRQ1KX { width:1.625rem;height:1.125rem;top:32.625rem;left:20.5rem;display:block; }
#uu79NKrR8kGTCgskyiR99LtgbqhRQ1KX > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH { display:block; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp73QT60r1egJbcQnxK7fK6dqmKFt4Zo { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJW6yN8IVTvu6RBnznuesa0Zx4nXmMi { top:19rem;left:1.4375rem;width:9.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbk11pn8GII9HgwyvGEVphWRz6o68SU4 { top:12.9375rem;left:1.3125rem;width:10rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2C6JUnhlBb4uE0r2v5Cu301O25qVsyP { top:12.9375rem;left:16.75rem;width:13.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7D7ohXwWblNXpiOEObU5MX6h6BDTxAC { top:13.5rem;left:35.125rem;width:12.1875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCLSDeMQ2cR6VtOL9qvFNb4DOWhuIP1b { top:12.125rem;left:15.875rem;width:15rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TEbafwPhpxpmfoJ8T5kzkFQR54cd5e { top:19rem;left:17.5625rem;width:11.625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6OStSNZIgmRbyenRT1HNRfHa4n0B1aP { top:19rem;left:34.8125rem;width:12.8125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZhfml9Lw8yZcZsW588B3MtIhAaJPfWz { top:7.625rem;left:0rem;width:47.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHVRGQErUIxuTHw1omDaKK7Hcy4RrFi { top:21.6875rem;left:0.0625rem;width:47.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9obuMS2Ohtx7dbk6RQAdXTJDVzbe1ZW { top:18.1875rem;left:15.875rem;width:15rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAyqKzSQe3blTCv7PeBqtTCLFQvOrDh5 { top:12.125rem;left:32.75rem;width:15rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2JPh1Q8WRbEAT6LTfLmUzFpdbxS1xm { top:18.125rem;left:32.75rem;width:15rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJdvvOQoGvaPTt6rkC03ED6JU3Q6gWd { top:12.125rem;left:0rem;width:15rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2F9yvzXTyEkLTqZyMbd2VE9PAybdNIR { top:18.1875rem;left:0rem;width:15rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9ZMRa4MXgMF9fOytRdUqAS8hnnG9Xy { top:27.1875rem;left:32.8125rem;width:14.9375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkAMFTx57uPQt5X5D4VSTQdNrsF1xqc { top:32.1875rem;left:33.6875rem;width:14.0625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXi0XssmOS2eXiwPg2to0kDCvb7wIB17 { width:19.375rem;height:2.625rem;top:25.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0sLFJCbzQ0gT7Es7z1kcPbiaGE5lPk { display:block; }
 }@media only screen and (max-width: 763px) { #LvWJPvndM6WJcTPfEsz3kRTE65ROT5vL { top:32rem;left:0rem;width:36.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHvQmp2ueKBAyNOFDEzNHSrPHp9pF6V { width:12.5rem;height:1.625rem;top:37.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBwULUnxFAdkZUkTXK89CnoO7asAsqkz { display:block; }
 }@media only screen and (max-width: 763px) { #TfnSlAVqaweVFa8aBp3zRsCfscEsiXvR { top:8.5rem;left:0.09375rem;width:47.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFD0cWTZouQ3TZ3SAvZFlGaV1KyCnL4l { top:10.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pNemr26WwfI70PHbuaX3ZvLVrFUo0J { top:32.875rem;left:4.4375rem;width:21.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCJ71hMeERJX83ZvqeADxGKn08Jq0lt { top:34.6875rem;left:4.3125rem;width:23.6875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDtW7NZiPxkSkrcro6QpBO96BVa5isqU { top:38.1875rem;left:38.3125rem;width:9.3125rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT7M7zCETeTaIBvcgrUpoIuvbwvMDDUs { top:37.25rem;left:36.5rem;width:11.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ5HDANNrCD0FghepuUcPHoJWHcTnEkX { top:32.5625rem;left:0rem;width:6.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cq54QCdW132vQqTiaSxHdT5ipTcsWe { display:block; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLGI8qpCoAHNmhbbtzJyhys9gmSpTU51 { top:4.0625rem;left:0rem;width:17.3125rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwnSX0b965XwMh2FBJW1zmwWHigJTDMG { top:8.375rem;left:3.375rem;width:20.5rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8c8tLBwE74XQJQ7NeWlyOIZ4VP8mTni { top:5.75rem;left:2.625rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epevpMFs2lVPgZWcg3XWgwi6tkiAyEoJ { top:5.75rem;left:30.375rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4i7CLFQf0JVSrTZwhzxFWOghT6MdDK { top:8.375rem;left:27.375rem;width:20.375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyndQWfsfnRkrDgEtuPThQvZqnkiixQQ { top:19.375rem;left:4.6875rem;width:19.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3k5ZeIhiMDMGfdxRSzwGte5ysiIe8nU { top:21.9375rem;left:6.6875rem;width:17.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwslJAPJaDfpJ3a78mtBvSK4q2QndPJT { top:19.375rem;left:26.0625rem;width:21.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvRweHe8fCXAVxuBe5ToAxS9GpG3KSZu { top:21.9375rem;left:26.3125rem;width:21.4375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWwhmNKvCGu3orvNpiEii7USliRBqnCn { top:4.125rem;left:0rem;width:24.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6H3EguLLc0RAKD9PdNyRJor0EpiINmX { top:4.0625rem;left:23.375rem;width:24.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPQDShFtNV0TAMoyTJupx3AtKC6kldw { top:17.8125rem;left:23.375rem;width:24.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUGUolrOOJzSI7SXgMWxga8PU7108sF { top:17.8125rem;left:0rem;width:24.375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIFV0NeTfT1T7qVRHH6ULMTKCOWZdSlu { top:12.0625rem;left:0rem;width:18.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa { display:block; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7Te1TrUiNKw0v7czgrKtkWPGMmMGvhe { top:5.4375rem;left:0rem;width:26.625rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAMdnJAcKrp1gN0m0fr8mQWiKr9qMTCD { top:15.5rem;left:0rem;width:22.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJTWIWJIFBPX4cze4zIOqnG4NDiymxty { top:1.875rem;left:0rem;width:15.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiThc05BkOwXKDT9clVhFw86NA0vPk9K { width:9.75rem;height:2.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnx629g6KgWfMTtOch7T5lLzkH1Knxl3 { display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:5rem;left:18.6875rem;width:29.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:2.25rem;height:2.125rem;top:2.25rem;left:45.5rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:2rem;height:2.3125rem;top:2.125rem;left:45.75rem;display:block; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv > img { max-width: 100%;max-height:100%; width:2rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:2rem;top:2.3125rem;left:45.875rem;display:block; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; width:1.875rem; height:2rem; } }@media only screen and (max-width: 763px) { #nH4pcxAhZGscAxKzXXnxRIQGkErIAguy { width:1.9375rem;height:2.0625rem;top:2.25rem;left:45.8125rem;display:block; }
#nH4pcxAhZGscAxKzXXnxRIQGkErIAguy > img { max-width: 100%;max-height:100%; width:1.9375rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #hQQqkbGVnQIvMVhRHFuLXyoEAW5HhEEV { top:2.6875rem;left:41rem;width:6.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5k6ly1IdPF7JTZa9MfM8GIVviVlySXe { top:5.4375rem;left:0rem;width:18.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTfvGAf8EpUT1mxqnxb2GxU7iby2Txxo { display:block; }
 }@media only screen and (max-width: 763px) { #lac5BHlXPd95rzvA5KbvJHbZslIXwMRp { top:1.875rem;left:0rem;width:16.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fknpyhyhwMtc37q0HToXwymBbiEhWshg { display:block; }#fknpyhyhwMtc37q0HToXwymBbiEhWshg > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubSGsbRK2Ty1gDmxzuHyfP17whJufMiK { width:10.6875rem;height:1.75rem;top:1.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFdhlGxGzPdRz2dJ7JhFlwPqNVsILnhe { width:7.9375rem;height:2.3125rem;top:4.21875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #v46kTrfukTzUDORgMGDsJtrfTI8RLez2 { display:block; }
 }@media only screen and (max-width: 763px) { #vMIPLTTzxdU2B0s5PUTk8tcEEe7kU0v2 { width:5.75rem;height:2.25rem;top:1.0625rem;left:14.1125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGdh2puht3fh7UlQG273oeu2WKMzQDp { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:#f0c1d9;background-image:none;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:14.5rem;height:7.4238125rem;top:2.6240234375rem;left:2.75rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mmbhLZo0zK9GI1F7nLR8mScTQI1EkcoT { width:17.625rem;height:5.3984375rem;top:14.52392578125rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFo2XtiU9FzCKTU1ttbe9SmBfWUSMeVK { width:6.5rem;height:3.29915625rem;top:21.875rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;color:#025ca3;display:block; }
 }@media only screen and (max-width: 763px) { #nThGIaGOACvvhXQwopL8ZLzrCkZGQMrT { width:9.1875rem;height:2.0996125rem;top:28.6875rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNAkSfVXRf9BJCiIZn1hyn4GIiogZGwa { width:9.5rem;height:2.0996125rem;top:35rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yOIgXBvci66y8xMTv46bLT9qzr8wOTKw { width:8.6875rem;height:2.0996125rem;top:40.875rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZpwTwrrXFz5BX6mmZZi3yQEnUlaTMHv { width:9.0625rem;height:2.0996125rem;top:46.875rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UvFuZ8xQxfdJkxt0LSsWdW0eocw1o0mT { width:17.875rem;height:5.625rem;top:24.24853515625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDuOow3o6f0BLTQ9ZReBqswvVrCSQvKw { display:block; }
 }@media only screen and (max-width: 763px) { #TRxJOpVNJsLAHEui98cHlKCh8KQye4Ks { width:4.375rem;height:2.2749rem;top:28.125rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #F9PaTWwBIIwXDzLKeCD7xrGpg62tW55O { width:3.6875rem;height:2.2749rem;top:34.5rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RosWFkDxSC3l48IDR9QICAr1QBoMOyH8 { width:17.875rem;height:5.625rem;top:30.43603515625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnZgg0INaKeOxrBVW1mtqC8mGCd7eTZN { display:block; }
 }@media only screen and (max-width: 763px) { #GFuKqNwQbuEp9GkUuu783LlwNrAxOi3K { width:17.875rem;height:5.625rem;top:37.123046875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsMLwmmHXHtKilJC7ZN33TdTH6WycPfI { display:block; }
 }@media only screen and (max-width: 763px) { #Jg2uxdQHTwDnpMI0V8I9rJkFyCFi3p5u { width:17.875rem;height:5.625rem;top:43.697265625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfqaQw6z07fZESN13MDpyIES2HI9gOUA { display:block; }
 }@media only screen and (max-width: 763px) { #RJZFCl1VTyTRbMbpO3GX6JCaoyQXM91i { width:3.75rem;height:2.2749rem;top:40.25rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iLZHrBCbwbnrNsfAwEtrf4OSw9rPtOlM { width:3.6875rem;height:2.5996125rem;top:46.0625rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Im6esgrU0TeXJZvvOzu5bF0RQMuuX61M { width:17.3125rem;height:2.69965rem;top:11.18017578125rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFrPvpbhcJ3oSKcOerVqWTFJdd3CN3TE { width:20rem;height:5.356811862836rem;top:0.77392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWamRxyqOiiIfk3vyVTn7we3g3x5ZMa1 { width:8.5625rem;height:9.125rem;top:20.52392578125rem;left:10.8125rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gO4XiHx76pWkvw24vCTeMJsXCM4yBRTU { width:2.5625rem;height:1.04980625rem;top:27.125rem;left:16.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHHxTwxu36lEe9rfTy5RLW82id0eWVI9 { width:3.125rem;height:1.04980625rem;top:33.3125rem;left:16.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2fZvBeM75TfBqEhy0SPU1c35a3DNxp8 { width:2.875rem;height:1.04980625rem;top:39.1875rem;left:16.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErWZOTBiSKFESe8ZgFiqL3oTFyfDsOtu { width:2.8125rem;height:1.04980625rem;top:45rem;left:16.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SQTgMIy7nqe3DIKAXfiQJSP2ZmtdJhzI { width:0.75rem;height:0.75rem;top:27.3125rem;left:15.8125rem;font-size:0.5rem;display:block; }
#SQTgMIy7nqe3DIKAXfiQJSP2ZmtdJhzI > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #pvsJGzXpaL9wZQkkcdphSCceTd0RUFPv { width:0.75rem;height:0.75rem;top:33.4375rem;left:15.8125rem;font-size:0.5rem;display:block; }
#pvsJGzXpaL9wZQkkcdphSCceTd0RUFPv > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #vHOZqNGC00AadnUCRNTWEzxrU4lTbNrs { width:0.75rem;height:0.75rem;top:39.3125rem;left:15.75rem;font-size:0.5rem;display:block; }
#vHOZqNGC00AadnUCRNTWEzxrU4lTbNrs > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #kfiDATOI0kb4NBt1zqAKgRpM7KNq2ZqS { width:0.75rem;height:0.75rem;top:45.125rem;left:15.75rem;font-size:0.5rem;display:block; }
#kfiDATOI0kb4NBt1zqAKgRpM7KNq2ZqS > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #WVIpcLKFbZ81Mx8EFAb17SBTUAnmgQTK { width:20rem;height:5.625rem;top:32.57470703125rem;left:0rem;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KORJIEnluswh3o6ppN5HNvBJeM0vferf { display:block; }
 }@media only screen and (max-width: 763px) { #UmFsQbdNzgOU0lHNlGI9CcnS8R8BF9TJ { width:20rem;height:5.625rem;top:26.5625rem;left:-0.0625rem;font-size:0.875rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBLahxyIBCs1cwgMOaAal2GgCVRHyDJI { display:block; }
 }@media only screen and (max-width: 763px) { #VCiudvZsHEW4ZpZZbRv3RAohu5oKqNRm { width:20rem;height:5.625rem;top:38.5rem;left:0rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vMJPef20xVx2Q3Zm7MekboTPwxHnfLlI { display:block; }
 }@media only screen and (max-width: 763px) { #e5BgacaWvVGLAqn6iRWFIxc6QHuK0h8u { width:20rem;height:5.625rem;top:44.4375rem;left:-0.0625rem;z-index:15004;color:#f4f8fb;display:block; }
 }@media only screen and (max-width: 763px) { #sdgnemvNeRVfhT3toatKp26gNPyGEUiA { display:block; }
 }@media only screen and (max-width: 763px) { #gq3uFl3k70SC4pnQQTrAR1Q9a3N3snp7 { width:8.1875rem;height:1.19970625rem;top:45.625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;color:#025ca3;display:block; }
 }@media only screen and (max-width: 763px) { #mZErv8CCXadvrE4fBntkvtAOfJycBL2a { width:8.1875rem;height:1.19970625rem;top:39.375rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15013;color:#025ca3;display:block; }
 }@media only screen and (max-width: 763px) { #yHFEPqNQ3vn9HnOPSE6DA7D1srMRuHSW { width:8.1875rem;height:1.19970625rem;top:33.5rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;color:#025ca3;display:block; }
 }@media only screen and (max-width: 763px) { #Fd22BCxQrBa3qWWE0xKhBvQZVHQkxKPz { width:8.1875rem;height:1.19970625rem;top:27.3125rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15015;color:#025ca3;display:block; }
 }@media only screen and (max-width: 763px) { #kRdlVxAwSPwzFofB2HZ3ofdX3GqtF9TT { width:11.75rem;height:5.6875rem;top:20.7744140625rem;left:8.25rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uuuc0vWb7E2TuDmFhZegDsIJuzAdneFR { top:21.24267578125rem;left:0.59375rem;width:9.875rem;height:4.6875rem;z-index:14993;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AieolHkkqqnPwdqASkLFOtUtBurMwlKS { width:2.75rem;height:1.6875rem;top:21.875rem;left:9.8125rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI { background-color:#ffebf5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { background-color: transparent; background-image: none; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container > .video-iframe-container { display: none; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row > .video-iframe-container { display: none; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .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); }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { border-width: 0; border-radius: 0; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uv9e83ioN5UUHm2NChsBzT2HWBBggIvI > .row .container { width:20rem;height:189.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2s4wraKG5GQ86QGMn0wB4BM53O8ED3M { width:20rem;height:1.94986875rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PxzI0FBUvRr8EoAJf6ksWhtktRr4u0Cd { width:16.5rem;height:23.62306875rem;top:22.3125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBswcEeGZxm0EkPi0ylJVNIgFVqmwk3X { width:20rem;height:68.25rem;top:6.125rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #KPHwvv1ebhXMaTh8cLDOt8cO7l9wKFBM { width:16.8125rem;height:1.23751875rem;top:9.5rem;left:1.25rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TDq9RcghHFHTzoqOFvd3BtTJiCX4ZGF0 { width:9.4375rem;height:0;top:48.125rem;left:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9DlJPqKtClh6pBpLQUib7tz60btxrtT { width:20rem;height:29.375rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke50SXne9AnhaeLQW7efEUqIaAEKnErh { width:15.5rem;height:2.69965rem;top:79.6875rem;left:1.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CEa2OMETdRKU8GFvRJMfq2mGLTEtRRdr { width:13.5rem;height:0.89355625rem;top:19.1875rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfXq7dMZQo1L3q55CXpQv7mi75eLC98l { width:7.875rem;height:9.875rem;top:52.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnI820iP5RxBnBOTK46cxxJgVGyTQT26 { width:7.9375rem;height:9.9375rem;top:52.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJaf4VOqMvHqH5DUoSlPqsFWa6cVQZWG { width:7.875rem;height:9.875rem;top:63.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTisFCq5EqnbbMwdVTWZacD3Ku7vBCDI { width:7.875rem;height:9.875rem;top:63.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8msmElQQLhPEGQkRoxOAwqJ2DVvccwD { width:20rem;height:82.4375rem;top:106.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6npmqSzWNqydULc2QUPSaEVrQ0JX1u { width:15.375rem;height:28.16604375rem;top:155.1875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW6f1LpQTalcL9tTsMTH1SqBsR1oxVno { width:8.6875rem;height:1.5rem;top:109.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFpKs9es1hTWJemDO6iAWqcrh2EPvtn { width:4.875rem;height:8.6875rem;top:94.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZ9Q9SJhGtuSh23VKpfWvR3GGax9hfE { width:4.6875rem;height:8.4375rem;top:94.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgs66JKIo7zmGaGc6TXiUG8Q9r838cNu { width:4.8125rem;height:8.5625rem;top:94.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSSFMTF91BnbQq8toqRWUhv7Fe8HzKT { width:1.25rem;height:1.25rem;top:7.125rem;left:17.125rem;font-size:0.875rem;display:block; }
#DQSSFMTF91BnbQq8toqRWUhv7Fe8HzKT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #NJ67Q6e7LIL5R659D99sPMXfesCqDk8y { width:1.25rem;height:1.25rem;top:7.125rem;left:14.625rem;font-size:0.875rem;display:block; }
#NJ67Q6e7LIL5R659D99sPMXfesCqDk8y > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #XuePhH4FDaZTqFNi7AzSgneyCZn4JQpD { width:1.875rem;height:1.625rem;top:77.375rem;left:12.25rem;font-size:1.3125rem;display:block; }
#XuePhH4FDaZTqFNi7AzSgneyCZn4JQpD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #SToytitymGf5IaTsgZguIqfLs1ZXc1ap { width:1.875rem;height:1.625rem;top:77.375rem;left:14.375rem;font-size:1.3125rem;display:block; }
#SToytitymGf5IaTsgZguIqfLs1ZXc1ap > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #OXHo13a5LX7yDieoAm9pa5v9VIsJQXkZ { width:1.875rem;height:1.625rem;top:107.875rem;left:16.4375rem;font-size:1.3125rem;display:block; }
#OXHo13a5LX7yDieoAm9pa5v9VIsJQXkZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #aA1gLRLtTHbPT0qs9PkmmO2T4SG1ZHMZ { width:15.6875rem;height:28.166rem;top:122.6875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vROUtwg2uTE2mi52T3RmVhmiptDKHsDX { width:18.3125rem;height:27.0625rem;top:21.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nteXL1I3VgtP9FFQ7y4dBn1QqXyDElGa { width:1.25rem;height:1.25rem;top:18.875rem;left:1rem;font-size:0.875rem;display:block; }
#nteXL1I3VgtP9FFQ7y4dBn1QqXyDElGa > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dFqEuwwJ7krIDWwOTZTSnteLnsOtRTsv { width:1.125rem;height:1.125rem;top:85.6181640625rem;left:1.8125rem;font-size:0.75rem;display:none; }
#dFqEuwwJ7krIDWwOTZTSnteLnsOtRTsv > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #mr6oFUwpwrvKpmPIUi9CVM9xZ5azbDe3 { width:6.25rem;height:0.125rem;top:68.25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hw6V8IDuk8Umrf3DgbXLfTeKBZ07VBeV { width:6.25rem;height:0.125rem;top:153.61836555176rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJDnCn7n00Pqy9H8GBbHtUiZkiXguSXf { width:17.6875rem;height:17.3125rem;top:87rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgJOaH6dzG08mmigW9wg6W8OWlKZBa6S { width:1.875rem;height:1.625rem;top:77.375rem;left:16.5625rem;font-size:1.3125rem;display:block; }
#KgJOaH6dzG08mmigW9wg6W8OWlKZBa6S > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #FT3ZdlMNOK9xNHzD2rES9XABwOgNTLfQ { width:6.125rem;height:0;top:49.4375rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #khv8b0XrCT94Whp7WXKosTT1I7Wmk7oH { width:6.25rem;height:0.125rem;top:87.5625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G69D6rA8Jb8c6oTdTE3AFstJsWuwCTXH { width:1.125rem;height:1.125rem;top:50rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyZgsqhG691NRVEIrM0VoTpFI7stSOa { width:6.25rem;height:0.125rem;top:108.77461555176rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZ745aRmZnshWolSbZMnEvJif9XOIogV { width:15.3125rem;height:0.89355625rem;top:90.25rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9T84MiLMJ4dHkBimUgcOsOoRB3beS6 { width:2.4375rem;height:1.375rem;top:96.3125rem;left:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jo9N9oVGvlNOX7kqSnXkOVkiXK2iuHAH { width:17.8125rem;height:31.9375rem;top:122rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnGTKfvpKoHX6IZPr5umTtebk8sqgtP4 { width:6.25rem;height:0.125rem;top:133.36836555176rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfoQ8a13cWPPQ8ZZ3VCTtCmsp5UTFVD5 { width:13.125rem;height:2.6806625rem;top:117.875rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVmaDmoidk5KV8sKM9IeHTeoc6QgRlD1 { width:2.625rem;height:1.5625rem;top:118.4375rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoImtRA41Ghi5stbzJKKn2TrfQumQHME { width:17.4375rem;height:4.548825rem;top:112.4375rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sqeTyUk7JusKS4XnHQoQmMILDHow707g { width:16.3125rem;height:2.2744125rem;top:84.125rem;left:1.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HqhmqMO6vKoPRaK2nbMotvmnJxi2GwQC { width:8.1875rem;height:1.5625rem;top:7rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdbo67Uz6RSJoRrrf3GOrLwAKhGPX3kW { width:7.875rem;height:1.03125rem;top:7.25rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfeEwyu6oAlswQuvC2MbIQGtRECuan0g { width:18.1875rem;height:4.8984375rem;top:12.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7q3Ip3Rp6MVOxi1qwyDx3ynwUOIyWtb { width:20rem;height:0.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfT0QK2772OsgkURusffs6zJIb1F10So { width:20rem;height:0.125rem;top:111.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS4JHeuA2PE3RHL9mBKf3kamJ6WXo8VL { width:20rem;height:0.125rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdiklVkPVODuHBQ1DkJUF4VV1wgn7fJC { width:4.9375rem;height:1.125rem;top:77.625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkM97NKkZePZXkAMFPN2T5dQup6RBR9 { width:5.3125rem;height:1.5625rem;top:77.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdGoZRZ8pSmbf3rXL4RIIwJyrCXTfGN8 { width:8.1875rem;height:1.5625rem;top:107.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbSMME3CT5TI615MPlqzcmgZRrDBMil { width:7.875rem;height:1.125rem;top:107.5625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfsJKPuX2kTaBNuHb7CcEa2eFM8W9qqb { width:14.9375rem;height:1.94921875rem;top:49.5rem;left:3.375rem;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ipyL9DiD0toWQ7WVWopQeAo3X6J60LlL { width:14.9375rem;height:1.94921875rem;top:88rem;left:2.3125rem;font-size:0.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #XBCJ5Qlff3ATIJXkpIlfDyyklxLslFUp { width:5.9375rem;height:1.625rem;top:46.4375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Jp44IZElvE5JJWHaI0wCKtrNMcu3vD { display:block; }
 }@media only screen and (max-width: 763px) { #Rl8P8vaOeDwZztCuXofLSrBOh8h3xw5d { width:6rem;height:1.625rem;top:183.9150390625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4CmxzyWiftRIoEyWa7AGZ3PaD6E8kXR { display:block; }
 }@media only screen and (max-width: 763px) { #b2ceUtb9qV13W0PuX89UyeB09uixlrp6 { width:6rem;height:1.625rem;top:151.5400390625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWDB0Ak8ai31fMQb9p4zgcIfgvtelSCx { display:block; }
 }@media only screen and (max-width: 763px) { #yPrhhBBD7Gx1HxIDCtQqycGUFK7TrQ1E { width:5.9375rem;height:1.625rem;top:91.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdUcrsCTqLeJW4gq9fifdNzBdSd3mfn { display:block; }
 }@media only screen and (max-width: 763px) { #dTTqHBlfdeErLnxf2IGCdu3wIisJKqoV { width:17.75rem;height:31.75rem;top:154.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWo1aFx4JZO1ONMG8dymkAHyO321yGc { display:block; }#TMWo1aFx4JZO1ONMG8dymkAHyO321yGc > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weTP7AFMmXibXlFq2zT5O1EkuQaxyRqT { width:14.5625rem;height:3.8994125rem;top:1.875rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mlsoToo1fRf5dLSCFBGmSTid3GvZswM8 { width:20rem;height:58.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSJ0WOTsGd3690rHyuEimEpJHIFSF074 { width:15.625rem;height:41.636725rem;top:19.75rem;left:2.1875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qBzagqHnpWOs7hA9FWsQT2cmTQMypFTW { width:9.25rem;height:1.687825rem;top:9.8896484375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnr60etFMBaw4El4dHzbnz8puSoBDKan { width:16.4375rem;height:4.548825rem;top:12.662109375rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Kuu7TLmVpCE7FetiHVI1Nm3ap5VdiqK1 { width:20rem;height:0.125rem;top:11.98779296875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFb8peo6CMq8WLUalShVOzIZZVorsdtr { width:18.125rem;height:45.1875rem;top:18.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBANKIfxDTZBmtmBRnRuiAXCx6e41Hnl { width:1.875rem;height:1.625rem;top:7.9521484375rem;left:16.875rem;font-size:1.3125rem;display:block; }
#gBANKIfxDTZBmtmBRnRuiAXCx6e41Hnl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #mAarVLAEHu396ozwxSL9NTkT56EEscHU { width:1.875rem;height:1.625rem;top:7.9521484375rem;left:14.375rem;font-size:1.3125rem;display:block; }
#mAarVLAEHu396ozwxSL9NTkT56EEscHU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #VXs6d6dJtOmV6JNensrMWiRrVwwPmrUZ { width:7.875rem;height:1.125rem;top:8.25rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9sfX4sZdJK15llSpHorPP4SqFQTJSx { width:8.1875rem;height:1.5625rem;top:8rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgrsU2P6L23lmzDmZFlzi3ZldRpmwX3 { width:6rem;height:1.625rem;top:60.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEmN5aaE4v48vDV9DQu7vPRQwWb2uRZ { display:block; }
 }@media only screen and (max-width: 763px) { #kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 { display:block; }#kCaXdrP5Q4a1ztmdcORS7tzOLG6gH6D5 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTuV2mIUGppawCPwEIn0vZvN08lBrrAZ { width:18.1875rem;height:3.8997375rem;top:1.25rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4f6PLV5ePGKmLU63wpVx7d4d0DCgJr { width:19.875rem;height:2.5rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8MIvzaTtMtE6UJEmO2pOIl7J7onaNS { width:18.1875rem;height:1.21875rem;top:7rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqZOCOnUvkaMlGsstczVZhdb9Pa3icy { width:19.875rem;height:2.5rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqEmS5Uz8dq8JOKWmQ2R73zo1v0kaAKF { width:19.0625rem;height:1.21875rem;top:13.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekc03TkqFXzdB5Vtz7DXD6VbqrZci9RC { width:17.5625rem;height:2.4375rem;top:17.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFf3kze0AV96WfeWGSznOqLHLc01glHM { width:19.875rem;height:3.9375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzdWc7I1ugsQQlTgdOO6nwehUZsgwXi4 { width:19.125rem;height:1.21875rem;top:10.4375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdsWaNcNNsEOBLvn5Csq8EAPBu0zTTTa { width:19.875rem;height:2.5rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkDFyh81MuL0Z8Ku90Clc3BOmhT7t4bs { width:17.75rem;height:13.375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTq9GiGxuJRWLdBaF892DXtWy4akTTu { background-color:#ffebf5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { background-color: transparent; background-image: none; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container > .video-iframe-container { display: none; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row > .video-iframe-container { display: none; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .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); }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { border-width: 0; border-radius: 0; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLTq9GiGxuJRWLdBaF892DXtWy4akTTu > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtF182oysGhdoTN9ERJqIAwvrCg313DI { width:13.9375rem;height:3.5996125rem;top:1.75rem;left:3.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RMXTIiS0nHXknwchwId0qGmdtVHhiIya { width:16.3125rem;height:14.69525rem;top:22.6875rem;left:1.84375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AyVNbt5pR4pZ2raJFvz1JHMkDTISHWRx { width:20rem;height:47.3125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaMtyNdg01ui5SIO189f02yTwpKpn8cF { width:18.5625rem;height:3.8994125rem;top:6.75rem;left:0.71875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q2uWpoSW9sgiCRGmr9u0SoBTINrwavgW { width:5.6875rem;height:1.5rem;top:44.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP5TFzeThfeD8JTklM1MM1Lf6yQgPLws { width:20rem;height:17.9375rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1EFTGX6Mc2n8tyMJ8st1J4tyUJuTDRG { width:17.6875rem;height:6.12305rem;top:66rem;left:1.1875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PSBhXPrH7cwbexUXwsB3tR2oVfTsV8W7 { width:20rem;height:16.3125rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQx0PPTZIH4PCTo4VH2Is7zDXw6MBnNO { width:17.3125rem;height:4.8984375rem;top:84.6875rem;left:1.25rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nIE3EsDiQenWQ3gZvd5T4ODJbFU3L6TQ { width:16.3125rem;height:2.5rem;top:73.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHIMmIOzTJoF4PI2onH2PuVy7oG0TVZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #Jw81mZUwmMuoxobDU2vINJf9H5kDlUWc { width:16.3125rem;height:2.5625rem;top:91.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGbaVGyIxOvRdN4BVuMKBlghcIcgPBFQ { display:block; }
 }@media only screen and (max-width: 763px) { #eaarn2rXJh6NCpX3yp1OKtFdfGZIlrle { width:7.5rem;height:1.687825rem;top:13.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7xT9T9pwveLNrUgKb0eqAB8dLqCVtC { width:17.5rem;height:1.40625rem;top:59.625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLR5MuaEKqSL3pfJJIuh9cmkkHtIWdp { width:17.125rem;height:3.41161875rem;top:16.859375rem;left:1.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IlAvKX9vH0LgSp4Wh9SJZm6Jcs0ccUB3 { width:11.3125rem;height:1.5rem;top:63.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRN6aK90WWm1DA9QUp21DazAMB4tRDJ { width:7.625rem;height:1.5rem;top:81.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8V1ex4GtPSETUTmod4EvxN5TuK22zZM { width:7.875rem;height:1.125rem;top:13.5rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgiFwaaoqAJh0cEpOuCVWVVu1NFbtXtT { width:8.1875rem;height:1.5625rem;top:13.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVDO3Z2TwJ09DKoUc4oRNupUd9AC1eVR { width:20rem;height:0.125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBntHX0cu8V6QeBdqoh8QDMP0CKnnyQ { width:18.125rem;height:22.125rem;top:21.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJgpTSKT6Mgq6w65KqVEFZyLmvMQxr8 { width:20rem;height:0.125rem;top:65.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaCIASSCoutV7begTz32aKeXuBEsbM7P { width:20rem;height:0.125rem;top:83.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbtMwCnNliTdVIkcQ4VNN8bdBBpWZeUk { width:7.875rem;height:1.125rem;top:61.3125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRdoxUmcepemvFNF89vHLO9Mv2ZAKdOn { width:8.1875rem;height:1.5625rem;top:61.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTo2BhK6GEG6sIo6ppDdNI2aDfcfJ1S { width:9.0625rem;height:1.125rem;top:79.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPWcDVO7ZCbKslQ8cKP8VO5py993Ao9 { width:9.4375rem;height:1.5625rem;top:79.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsI0RU1I9V4qBl0fgq8x0oALU0e690iI { width:18.0625rem;height:10.25rem;top:40.9375rem;left:0.95397727272725rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #peD9oyuPNzz4zCMeT32usVlMLRHKTZTr { width:6.5625rem;height:8.0625rem;top:42.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eXNpAharrXrdX6RAHnVROolHSp3POn { width:5.1875rem;height:7.1484375rem;top:42.58203125rem;left:2.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHl3TqKmRKTHlT58a7qEWwXCCA57dbp6 { width:2.625rem;height:1.5625rem;top:40.875rem;left:0.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2ShLrVBt3OouIJ53wtLHt9EqDUIBJg2 { width:6rem;height:1.625rem;top:38.5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG8PfKLcqNmhBZgiF253tqUO3CDlXpby { display:block; }
 }@media only screen and (max-width: 763px) { #TICCosEw3nmSqkbg6LkbtQb3hlC7huhx { width:7.5625rem;height:1.13720625rem;top:57.1875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsBnNUsLG2BffRQlyo0ecUew950yxUR0 { width:17.8125rem;height:0;top:56.5625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ThFeNtKODRVImtyvSmCqMUNfMmLJfumh { width:12.3125rem;height:1.92480625rem;top:54.6875rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MArD80ILQsFQyVFPaOUB9bIwZiH53HZU { width:8.9375rem;height:1.13720625rem;top:53rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUPaGBOh4wLQoLlC7vfEiUGWHk68Ardi { width:1.125rem;height:1.125rem;top:57.1875rem;left:1.5625rem;font-size:1.3125rem;display:block; }
#sUPaGBOh4wLQoLlC7vfEiUGWHk68Ardi > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #uu79NKrR8kGTCgskyiR99LtgbqhRQ1KX { width:1.75rem;height:1.0625rem;top:54.8125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
#uu79NKrR8kGTCgskyiR99LtgbqhRQ1KX > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.0625rem; } }@media only screen and (max-width: 763px) { #dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH { display:block; }#dTn2wyCzwczCGXsNHFeTHNB3o2VgxBBH > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp73QT60r1egJbcQnxK7fK6dqmKFt4Zo { width:20rem;height:3.8997375rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJW6yN8IVTvu6RBnznuesa0Zx4nXmMi { width:12.75rem;height:2.3994125rem;top:21.16162109375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbk11pn8GII9HgwyvGEVphWRz6o68SU4 { width:15.375rem;height:2.3994125rem;top:42.4248046875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2C6JUnhlBb4uE0r2v5Cu301O25qVsyP { width:15.5625rem;height:2.3994125rem;top:36.97412109375rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7D7ohXwWblNXpiOEObU5MX6h6BDTxAC { width:12.1875rem;height:2.3994125rem;top:15.9853515625rem;left:3.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCLSDeMQ2cR6VtOL9qvFNb4DOWhuIP1b { width:16.25rem;height:4.5rem;top:35.92431640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TEbafwPhpxpmfoJ8T5kzkFQR54cd5e { width:11.625rem;height:3.59911875rem;top:31.06201171875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6OStSNZIgmRbyenRT1HNRfHa4n0B1aP { width:14.375rem;height:2.3994125rem;top:26.39794921875rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZhfml9Lw8yZcZsW588B3MtIhAaJPfWz { width:20rem;height:43.3125rem;top:7.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHVRGQErUIxuTHw1omDaKK7Hcy4RrFi { width:20rem;height:1.687825rem;top:48.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9obuMS2Ohtx7dbk6RQAdXTJDVzbe1ZW { width:16.25rem;height:4.5rem;top:25.34716796875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAyqKzSQe3blTCv7PeBqtTCLFQvOrDh5 { width:16.25rem;height:4.5rem;top:14.935546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex2JPh1Q8WRbEAT6LTfLmUzFpdbxS1xm { width:16.25rem;height:4.5rem;top:30.611328125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnJdvvOQoGvaPTt6rkC03ED6JU3Q6gWd { width:16.25rem;height:4.5rem;top:41.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2F9yvzXTyEkLTqZyMbd2VE9PAybdNIR { width:16.25rem;height:4.5rem;top:20.11083984375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9ZMRa4MXgMF9fOytRdUqAS8hnnG9Xy { width:16.6875rem;height:12.75rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkAMFTx57uPQt5X5D4VSTQdNrsF1xqc { width:15.75rem;height:10.8125rem;top:76.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXi0XssmOS2eXiwPg2to0kDCvb7wIB17 { width:16.6875rem;height:2.625rem;top:47.0234375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0sLFJCbzQ0gT7Es7z1kcPbiaGE5lPk { display:block; }
 }@media only screen and (max-width: 763px) { #LvWJPvndM6WJcTPfEsz3kRTE65ROT5vL { width:20rem;height:13.0625rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMHvQmp2ueKBAyNOFDEzNHSrPHp9pF6V { width:10.0625rem;height:1.625rem;top:62.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBwULUnxFAdkZUkTXK89CnoO7asAsqkz { display:block; }
 }@media only screen and (max-width: 763px) { #TfnSlAVqaweVFa8aBp3zRsCfscEsiXvR { width:17.375rem;height:4.38720625rem;top:8.67578125rem;left:1.3125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CFD0cWTZouQ3TZ3SAvZFlGaV1KyCnL4l { width:20rem;height:0.125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pNemr26WwfI70PHbuaX3ZvLVrFUo0J { width:11rem;height:2.4746125rem;top:53.75rem;left:1.375rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UQCJ71hMeERJX83ZvqeADxGKn08Jq0lt { width:11.25rem;height:4.875rem;top:56.625rem;left:1.3125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aDtW7NZiPxkSkrcro6QpBO96BVa5isqU { width:6.8125rem;height:4.467775rem;top:68.75rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT7M7zCETeTaIBvcgrUpoIuvbwvMDDUs { width:8.1875rem;height:6.4375rem;top:67.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ5HDANNrCD0FghepuUcPHoJWHcTnEkX { width:6.875rem;height:8.875rem;top:54.53125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cq54QCdW132vQqTiaSxHdT5ipTcsWe { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container { background-color: transparent; background-image: none; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container > .video-iframe-container { display: none; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row > .video-iframe-container { display: none; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .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); }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container { border-width: 0; border-radius: 0; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1cq54QCdW132vQqTiaSxHdT5ipTcsWe > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLGI8qpCoAHNmhbbtzJyhys9gmSpTU51 { width:17.3125rem;height:3.5996125rem;top:1.75rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fwnSX0b965XwMh2FBJW1zmwWHigJTDMG { width:17.625rem;height:6.09375rem;top:10.4375rem;left:1.1875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p8c8tLBwE74XQJQ7NeWlyOIZ4VP8mTni { width:17.5625rem;height:2.3994125rem;top:7.875rem;left:1.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #epevpMFs2lVPgZWcg3XWgwi6tkiAyEoJ { width:17.375rem;height:2.5996125rem;top:29.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4i7CLFQf0JVSrTZwhzxFWOghT6MdDK { width:18.125rem;height:6.09375rem;top:32.9375rem;left:0.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QyndQWfsfnRkrDgEtuPThQvZqnkiixQQ { width:17.6875rem;height:1.5rem;top:20.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3k5ZeIhiMDMGfdxRSzwGte5ysiIe8nU { width:17.1875rem;height:3.65625rem;top:22.5rem;left:1.3125rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WwslJAPJaDfpJ3a78mtBvSK4q2QndPJT { width:14rem;height:2.79980625rem;top:42.875rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gvRweHe8fCXAVxuBe5ToAxS9GpG3KSZu { width:17.9375rem;height:6.09375rem;top:46.0625rem;left:1.0625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NWwhmNKvCGu3orvNpiEii7USliRBqnCn { width:20rem;height:11.375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6H3EguLLc0RAKD9PdNyRJor0EpiINmX { width:20rem;height:12.125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPQDShFtNV0TAMoyTJupx3AtKC6kldw { width:20rem;height:11.875rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRUGUolrOOJzSI7SXgMWxga8PU7108sF { width:20rem;height:8.6875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIFV0NeTfT1T7qVRHH6ULMTKCOWZdSlu { width:13.25rem;height:13.625rem;top:55.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7dfcd24-edca-487f-9e3a-7ef124339c17/noonefightsbanner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa.adaptive-delivery-prevent-bg, #WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa.lazyload, #WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa.lazyloading { background-image: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container { background-color: transparent; background-image: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container > .video-iframe-container { display: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row > .video-iframe-container { display: none; }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .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); }#WcO66qscNVbJBHrL1Fad3KeH4Wo2VPfa > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7Te1TrUiNKw0v7czgrKtkWPGMmMGvhe { width:20rem;height:3.1621125rem;top:4.1875rem;left:0rem;font-size:1.4375rem;color:#001d33;display:block; }
 }@media only screen and (max-width: 763px) { #cAMdnJAcKrp1gN0m0fr8mQWiKr9qMTCD { width:19.375rem;height:2.1994375rem;top:7.94921875rem;left:0rem;font-size:1rem;color:#001d33;display:block; }
 }@media only screen and (max-width: 763px) { #UJTWIWJIFBPX4cze4zIOqnG4NDiymxty { width:11.625rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiThc05BkOwXKDT9clVhFw86NA0vPk9K { width:9.75rem;height:2.3125rem;top:11.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnx629g6KgWfMTtOch7T5lLzkH1Knxl3 { display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:13.8125rem;height:2.2744125rem;top:12.5625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:9.3125rem;left:7.1875rem;font-size:1.3125rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:1.875rem;height:1.875rem;top:9.3125rem;left:4.3125rem;font-size:1.3125rem;display:block; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:1.875rem;top:9.3125rem;left:10.3125rem;font-size:1.3125rem;display:block; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nH4pcxAhZGscAxKzXXnxRIQGkErIAguy { width:2.125rem;height:2.125rem;top:9.1875rem;left:13.5625rem;font-size:1.3125rem;display:block; }
#nH4pcxAhZGscAxKzXXnxRIQGkErIAguy > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #hQQqkbGVnQIvMVhRHFuLXyoEAW5HhEEV { width:6.75rem;height:1.13720625rem;top:7.5625rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5k6ly1IdPF7JTZa9MfM8GIVviVlySXe { top:5.125rem;left:0.9375rem;width:18.125rem;height:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTfvGAf8EpUT1mxqnxb2GxU7iby2Txxo { display:block; }
 }@media only screen and (max-width: 763px) { #lac5BHlXPd95rzvA5KbvJHbZslIXwMRp { width:13.125rem;height:1.9375rem;top:2.4375rem;left:3.4375rem;display:block; }
 }