.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,217,228;--color-primary-1:242,128,165;--color-primary-2:229,0,75;--color-primary-3:115,0,38;--color-primary-4:34,0,11;--color-secondary-0:222,226,235;--color-secondary-1:145,158,189;--color-secondary-2:35,60,122;--color-secondary-3:18,30,61;--color-secondary-4:5,9,18;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { background-color: transparent; background-image: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container > .video-iframe-container { display: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container { display: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .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); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { border-width: 0; border-radius: 0; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#sxAzT4gd7oDrFzL3WOfF8d0qtHGyPn24 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh { 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; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container { background-color: transparent; background-image: none; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container > .video-iframe-container { display: none; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row > .video-iframe-container { display: none; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .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); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container { border-width: 0; border-radius: 0; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#DcKlErCw9muaeiJ95VQVQBg7B2dT5Esr { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4248046875rem;left:16.09375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoN2fxDTyE5go3RuP1sa4kWQiPVGNJdQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:23.750001907349rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuIrIEyThCuaERb6FIAPRTE7fd3NHM6o { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.4873046875rem;left:19.21875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFFhtSJSdb6saP1tTbnMIkwr60Z43A5T { z-index:15009;top:27.9375rem;left:20.21875rem;background-color:#233c7a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:"lato black";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fBJe5sP6emrw8DZigsTr1J6NlhwhHsMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#233c7a;background-image:none;color:#ffffff;padding-top:1.048125rem;padding-right:0.926875rem;padding-bottom:1.048125rem;padding-left:0.926875rem;display:block;align-items:center;width:5.561875rem;min-width:5.561875rem;height:5.63375rem;position:relative;font-family:arial;font-size:4.1925rem;font-weight:700;line-height:90.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.655rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.415625rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:1.5725rem;font-weight:700;line-height:35.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:9.4475rem;padding-top:0.13125rem;padding-right:0.1325rem;padding-bottom:0.13125rem;padding-left:0.1325rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.625rem;left:21.4599609375rem;z-index:15012; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #XCQmdMJnKgzaql0AiR4Pv6Sas3UID6HH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #yhokrUSAK0JiItGTAqzDKkFicKXOii37 { width:auto; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #fypoWlk12WCQqMUGMTcpwRR8ZdKgUHhh {  }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #D97s1apG4FkZuGeXVLmgLVTN25lhqP4H { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #Sbh8TqTnrOmIP1wZek8VUuVJMsxy3OXt {  }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #p1UvzFcS7p1csfWxPGDgsVPM6lJZ9HbU {  }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #EEpopbbfNrnntJMb0cE3NCGb8ys3ACTV { display:flex;position:relative;top:0rem;left:0rem; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #TTQ0BE26kGE08JUtpzTHeowFxAEl86Hp {  }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #xetTi1fa6uVsMRfkb0JbSfnwfrZdd0h5 {  }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #DbKkzHelOq7Rq05Fi0ckXhEwVu0TlkOO { display:flex;position:relative;top:0rem;left:0rem; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #mbFsAZp1h5WtBfrSeUpi0X7UrQXiAW1d {  }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #cu37wJLt9Utf32MFdgDzLitC7TXJMF7d {  }
#TzTOm1AAWzEdCki79MElkiviGSOU5bPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { background-color: transparent; background-image: none; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container > .video-iframe-container { display: none; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row > .video-iframe-container { display: none; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .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); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { border-width: 0; border-radius: 0; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#elGg0XGWErgwiZo2g4z81H6ATVgRRwMt { color:#16345f;display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.875rem;left:8.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G3W5TJZQEngMUTm5JiT1drx3dIr2SLeF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:7.625rem;left:0rem;display:block; }
#uuGtWMSKQIipR4SkS9TSUORFtDFXKpPG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;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; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container { background-color: transparent; background-image: none; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container > .video-iframe-container { display: none; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row > .video-iframe-container { display: none; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .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); }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container { border-width: 0; border-radius: 0; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#yHiAZ38pzazdukZAHMnslbZnbuO0Fwn9 { color:#16345f;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5146484375rem;left:32.3125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#v59kztkoftDzpTkmFwKsL14tH0zU7xUn { color:#f00632;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:32.312501907349rem;height:20.4375rem;text-align:left;text-align-last:left;display:block; }#v59kztkoftDzpTkmFwKsL14tH0zU7xUn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v59kztkoftDzpTkmFwKsL14tH0zU7xUn li:before{  }
#bZc4ZVN1h4LIG9xJuMrJq6BcCR6DphmW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:21.625rem;width:21.625rem;top:3.53125rem;left:4.1875rem;overflow:hidden;display:block; }
#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container { background-color: transparent; background-image: none; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container > .video-iframe-container { display: none; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row > .video-iframe-container { display: none; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .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); }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container { border-width: 0; border-radius: 0; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#l1CS5JwV865oknuBzcosxNxzdohhwfXP { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:14.375rem;top:3.0421876907349rem;left:37.812501907349rem;overflow:hidden;display:block; }
#rpmIfVH9i5buDzkAR9VqHTQUmA6Qw9sb { color:rgba(var(--color-primary-2),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0419921875rem;left:2.125rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#GPVzZzeTSTemoHdh38BQIqLZi30XLt1Z { color:#16345f;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9rem;left:1.8125rem;height:12.25rem;text-align:left;text-align-last:left;display:block; }
#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi { position:relative;display:block; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi { background-color: transparent; background-image: none; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container > .video-iframe-container { display: none; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row > .video-iframe-container { display: none; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .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); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi { border-width: 0; border-radius: 0; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#u6T7oEuXOEwB7cmcXVha90HDTMw7bWxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:2.09375rem;left:7rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#uAyiwEl5N28IfLOEO1DPkqkCtCP8CaEg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:5.9375rem;left:0rem;display:block; }
#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 { position:relative;display:block; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 { background-color: transparent; background-image: none; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row .container > .video-iframe-container { display: none; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row > .video-iframe-container { display: none; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .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); }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 { border-width: 0; border-radius: 0; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .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; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Iyg0mKcUILF4NIlOfLFrHTC7wfLVS9Xf { z-index:15008;top:29.919921875rem;left:20.21875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:"lato black";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i7wCGfuzF27uJKMag4SAaImIvncd59e3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXR0OtSJnTqHlH8TIzVrasKHCgLl7TyU { color:#16345f;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.427734375rem;left:16.1875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uUGgzTb6JpUOxDGwJwi0dkAgvu3Hv0aB { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1968746185303rem;left:22.156251907349rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsVsq5k1vw80Cx0C81SRiz943uTwKgTd { color:#16345f;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.74826335907rem;left:20.09375rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#233c7a;background-image:none;color:#ffffff;padding-top:1.048125rem;padding-right:0.926875rem;padding-bottom:1.048125rem;padding-left:0.926875rem;display:block;align-items:center;width:5.561875rem;min-width:5.561875rem;height:5.63375rem;position:relative;font-family:arial;font-size:4.1925rem;font-weight:700;line-height:90.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-text.counter-label { background-color:;background-image:none;color:#233c7a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.655rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.415625rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:1.5725rem;font-weight:700;line-height:35.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:9.4475rem;padding-top:0.13125rem;padding-right:0.1325rem;padding-bottom:0.13125rem;padding-left:0.1325rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.087890625rem;left:21.4599609375rem;z-index:15013; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #dCgsZ0IF1ceRsuXrLwvLdnTOxtUOvFZm { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #spxyGtJ9HvNmfHMMSeOIQ0WSKKmdlcq2 { width:auto; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #i85lFOAEPOMw9bUas2NXFSWxKfXJfmVc {  }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #l8kn298Xbsh3hxE2iz03WKE99AAUzHPQ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #kkMsMzqRIyEa901FwIUyxoorNiIT9Zcr {  }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #AtUof78QZAhOAD8xi1f4h60Gt4WgFmis {  }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #LQlr3SavQc0Prtl7HQ3qklp5xTGsPT8Q { display:flex;position:relative;top:0rem;left:0rem; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #ibu71MEetspx7bdR0q4zzSGLsr8fSTO0 {  }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #HXuSl6lDf5WO1vy5pp3netHqt1L0TLTh {  }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #psraiGtHXT7HLp7MBZI7WIahbhQdCBMw { display:flex;position:relative;top:0rem;left:0rem; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #blOvLOXWetWuP26Tz8eO3oVIetZUr0hU {  }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #Nsc76BE8vJ55Z6iKphJ6p7iWex6TTPEa {  }
#ouetL8fZAGSkuhLs59wHKX2wtplXGkB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.794921875rem;left:16.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XtiWyRo75fUwxRxVTHztVTkVv3rFZonK { color:#e5004b;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.421875rem;left:16.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O13WLEURnikuphhwHZUsmJBJ6VeTN86R { position:relative;display:block; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R { background-color: transparent; background-image: none; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container > .video-iframe-container { display: none; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row > .video-iframe-container { display: none; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .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); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R { border-width: 0; border-radius: 0; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qbKS51EbNUBB6S5Dzl4iNQ9DJd9ktuHJ { color:#f00632;display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4437503814698rem;left:6rem;height:5.3613375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC { position:relative;display:block; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC { background-color: transparent; background-image: none; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row .container > .video-iframe-container { display: none; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row > .video-iframe-container { display: none; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .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); }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC { border-width: 0; border-radius: 0; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .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; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZXpvZhfvFBGfvGzCRtkLQKODsuhtwghi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.375rem;left:0.625rem;overflow:hidden;display:block; }
#EVUNgK1Bxui1h3CCdNbB85U87nlVEI08 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.375rem;left:20.625rem;overflow:hidden;display:block; }
#GDB7S9dGFVTCAUUZik9EFOH2ZGW44fuM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.375rem;left:40.625rem;overflow:hidden;display:block; }
#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo { position:relative;display:block; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo { background-color: transparent; background-image: none; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container > .video-iframe-container { display: none; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row > .video-iframe-container { display: none; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .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); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo { border-width: 0; border-radius: 0; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wGmlgHNGRERqqPGaeFzGsMT2LR0o7FU1 { color:#16345f;display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.875rem;left:8.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sx2pCR6xT08qNZOpQWyg7iDxPVvUHl28 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLO5iavy2hZn1O4itCkrUKn8nToam1uT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:5.3125rem;left:0rem;display:block; }
#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs { position:relative;display:block; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs { background-color: transparent; background-image: none; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row .container > .video-iframe-container { display: none; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row > .video-iframe-container { display: none; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .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); }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs { border-width: 0; border-radius: 0; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .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; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iS7hqe7P7Gm8U8uF2pySwGLu73yw9Bll { color:#16345f;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.5625rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BN6oZcGTupDN2GfXcBkqvxDaZNxMIcNi { color:#16345f;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#fAWMeERVETsCKVO8taD0euouy8H4XfnR { color:#16345f;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25625038147rem;left:1.5625rem;height:10.23339375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXNbbfeG4swOs7ZtgHmQhksuPm9TS8Sw { 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:21.375rem;width:25.8125rem;top:4.6875rem;left:32.093751907349rem;overflow:hidden;display:block; }
#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container { background-color: transparent; background-image: none; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container > .video-iframe-container { display: none; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row > .video-iframe-container { display: none; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .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); }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container { border-width: 0; border-radius: 0; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#ZMylupGlls3q2FceFGdesbtQAtk00JKn { color:#16345f;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4rem;left:4.125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDq3MA5errURH219ZfGIvMKOtR65awrV { position:relative;display:block; }#wDq3MA5errURH219ZfGIvMKOtR65awrV { background-color: transparent; background-image: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .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); }#wDq3MA5errURH219ZfGIvMKOtR65awrV { border-width: 0; border-radius: 0; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ye2RZUgyQ4rTdZknlDrl0Jm9mq0XZCVX { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.375rem;left:5.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxXGv6KTEcLz3Tln8vzmyaQMryBRfW5f { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:4.8125rem;left:0rem;display:block; }
#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { position:relative;display:block; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { background-color: transparent; background-image: none; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container > .video-iframe-container { display: none; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row > .video-iframe-container { display: none; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .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); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { border-width: 0; border-radius: 0; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .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; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uVGhKWr0TaSTPuvFuwl7B4UBMPFbzcZN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:13.375rem;width:58.375rem;top:3.84375rem;left:0.8125rem;display:block; }
#ARossfzmfKGWclmQveROUTU6yNnC3lfG { position:absolute;display:block;z-index:15007;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.4375rem;width:2.4375rem;top:5.8125rem;left:2.8000011444092rem;overflow:hidden;display:block; }
#SxnWwnFOtlsn9UrdVBGV0eXbuJPyeMOr { color:#16345f;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.1875rem;height:4.225rem;font-style:normal;display:block; }
#B03taNaPWnqLwdLbb0dSTtRdaKZ1b9kN { color:#16345f;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.550001144409rem;left:27.562501907349rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#uSKtwAiMiXJ1vbF7CfTS5Mp8BvBVz25c { color:#f00632;display:block;width:20.625rem;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:14.175001144409rem;left:37.050001144409rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { position:relative;display:block; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { background-color: transparent; background-image: none; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container > .video-iframe-container { display: none; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row > .video-iframe-container { display: none; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .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); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { border-width: 0; border-radius: 0; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .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; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CW5zbTPZkAhWlIWvVMD9iQBlLDflv3iP { color:#16345f;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0382814407349rem;left:30.000001907349rem;height:33.6240125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCmdTxVhfDF5Bx5tT9aIRRGouu8JRrJ5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:23.75rem;top:2.0382814407349rem;left:3.125rem;overflow:hidden;display:block; }
#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;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; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { background-color: transparent; background-image: none; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container > .video-iframe-container { display: none; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row > .video-iframe-container { display: none; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .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); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { border-width: 0; border-radius: 0; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#W54cFQQrT68q4puNzXLwTVKTOsvXRUX7 { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.55859375rem;left:14.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hrait6UotF8F9TbWhRZw6hzW29ReImKI { color:#16345f;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.7703132629394rem;left:5.125rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQDSACBKokWvyyr6pOEqJbOTKrHIEEsu { z-index:15009;top:23.125rem;left:18.625001907349rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:"lato black";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pkscd3AVIrgx7HQvt18LoE4M9K6BElsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD { position:relative;display:block; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD { background-color: transparent; background-image: none; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container > .video-iframe-container { display: none; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row > .video-iframe-container { display: none; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .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); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD { border-width: 0; border-radius: 0; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hNMxiWER8UZMzyFgrEXdpvCAUqX9ol4W { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.6345548629761rem;left:5.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT { position:relative;display:block; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT { background-color: transparent; background-image: none; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row .container > .video-iframe-container { display: none; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row > .video-iframe-container { display: none; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .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); }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT { border-width: 0; border-radius: 0; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .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; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#okP1LlQzz4wSeAe5I3MDKCJFAGTFFJgv { color:#16345f;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.6179695129394rem;left:2.59375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZVUubSeSNksxbqXkz5evZxLR8qw9POq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:25.5625rem;top:3.1875rem;left:32.218751907349rem;overflow:hidden;display:block; }
#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD { position:relative;display:block; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD { background-color: transparent; background-image: none; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container > .video-iframe-container { display: none; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row > .video-iframe-container { display: none; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .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); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD { border-width: 0; border-radius: 0; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#InNwKyDpxX6C0VozwHI3FQPn2Nqq7cPQ { color:#585858;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7250003814698rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EueqsMR1PDPLLtinZsZFrzDHBSi2CHvI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:5.1875rem;left:0rem;display:block; }
#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr { position:relative;display:block; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr { background-color: transparent; background-image: none; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row .container > .video-iframe-container { display: none; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row > .video-iframe-container { display: none; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .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); }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr { border-width: 0; border-radius: 0; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .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; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2125005722046rem;left:1.6875rem;height:12.3203125rem;display:block; }#UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov li:before{  }
#PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd { color:#16345f;display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2125005722046rem;left:31.937501907349rem;height:12.3203125rem;display:block; }#PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd li:before{  }
#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN { position:relative;display:block; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN { background-color: transparent; background-image: none; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row .container > .video-iframe-container { display: none; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row > .video-iframe-container { display: none; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .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); }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN { border-width: 0; border-radius: 0; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .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; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BVm5kJO6hafVML3ToutApNM3uk82AGPw { color:#16345f;display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:3.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 { position:relative;display:block; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 { background-color: transparent; background-image: none; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row .container > .video-iframe-container { display: none; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row > .video-iframe-container { display: none; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .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); }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 { border-width: 0; border-radius: 0; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .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; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTG2H9ai9H9UaThhRq3BqQUAnHu2cLcx { z-index:15009;top:14.248046875rem;left:14.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:"lato black";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#brKXxDvTZ8UWvczLMWzMxC9x0E1hxXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kq6MdLPdoemG48bgbrTwUJH3TdRAHf43 { color:#16345f;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.125rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uln5FHFTuuRVOvkWe9czCENUeaQyal8E { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:22.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vx21bwDg0v3Vf9xb0szvyLN1nf5C70vb { color:#16345f;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:16.1875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hedmDw9MbhKqaQT3t2zTGBKKNyHkznx7 { color:#e5004b;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.3125rem;left:16.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#233c7a;background-image:none;color:#ffffff;padding-top:1.048125rem;padding-right:0.926875rem;padding-bottom:1.048125rem;padding-left:0.926875rem;display:block;align-items:center;width:5.561875rem;min-width:5.561875rem;height:5.63375rem;position:relative;font-family:arial;font-size:4.1925rem;font-weight:700;line-height:90.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.655rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.415625rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:1.5725rem;font-weight:700;line-height:35.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:9.4475rem;padding-top:0.13125rem;padding-right:0.1325rem;padding-bottom:0.13125rem;padding-left:0.1325rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.3125rem;left:21.4599609375rem;z-index:15020; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #IsDDcsTgoHLTn5hT8QQWnfbT2nXbW8Pr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #kiMT006LARCaxADbVKywsJpzwOiZOZxP { width:auto; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #xsWBaJSGeBptQ0gdLcTUKCdahTWT6Cxw {  }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #RIecwIbK442iHpRM98DypHyZmGfsdLh6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #mEyzkNls0gO5TlWqfk3NKKwbzlbOhlDM {  }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #Kxf2n3b45vqf5M6TLuGvAyaTUTApSxRU {  }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #BlgPkOllEPIyN1lMy7ayVLUcnPhNIGLX { display:flex;position:relative;top:0rem;left:0rem; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #NelNTPBBFC04n6C9QwTibg0gsaK8wa0u {  }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #D4oxIdzbq2EzgOROHblMFAH4lk2ytEED {  }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #DqVy8SEzdz21SQhVeAcJTthbpoIgaFQT { display:flex;position:relative;top:0rem;left:0rem; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #qh7eWHTwaUwEhX7Gu3mEF2hPcleUT2wR {  }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #saJqN3PW4gfMrFCdViCTQhssv5KFbTmk {  }
#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr { position:relative;display:block; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr { background-color: transparent; background-image: none; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container > .video-iframe-container { display: none; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row > .video-iframe-container { display: none; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .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); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr { border-width: 0; border-radius: 0; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wPaggciMyoe3Utb0mhrR0bc9PTSWGiL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2250003814698rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oL8lIsa3bOStrV0uQhPPmfJbaSQdL06G { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:4.25rem;left:0rem;display:block; }
#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q { position:relative;display:block; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q { background-color: transparent; background-image: none; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row .container > .video-iframe-container { display: none; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row > .video-iframe-container { display: none; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .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); }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q { border-width: 0; border-radius: 0; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .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; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GbuvVpZ2J3vQB075nHasyUvBkOglXi19 { color:#16345f;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:3.5125002861023rem;left:1.9375rem;height:28.3359375rem;font-style:normal;display:block; }
#XTkmEFBq4AHkqLD0FT2pfBoUp4BWKUGv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:27.625rem;top:5.75rem;left:32.375001907349rem;overflow:hidden;display:block; }
#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy { position:relative;display:block; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy { background-color: transparent; background-image: none; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container > .video-iframe-container { display: none; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row > .video-iframe-container { display: none; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .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); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy { border-width: 0; border-radius: 0; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SQFQDAireKNdlRy739bnQpir8yHTlcKe { color:#585858;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5062503814698rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EexZLzFhmFpPC2yPEHL8hBg3ro3f3H4r { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:60rem;top:4.8125rem;left:0rem;display:block; }
#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container { background-color: transparent; background-image: none; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container > .video-iframe-container { display: none; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row > .video-iframe-container { display: none; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .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); }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container { border-width: 0; border-radius: 0; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#LsSn94npNA4d49JTQClfBx3eTG0xELVn { z-index:15006;top:37.78125rem;left:15.625001907349rem;background-color:#fe8a00;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ExmyuVvC9MMwdAdL1rkDmKu7yJ0K8Wt3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gc2eGh7pZbOpv6SxWqcSfAdqceJB9qO4 { 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:30rem;width:53.375rem;top:3.4984378814698rem;left:3.3125rem;overflow:hidden;display:block; }
#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { position:relative;display:block; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { background-color: transparent; background-image: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container > .video-iframe-container { display: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container { display: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .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); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { border-width: 0; border-radius: 0; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CuaS8mn0F4vQT0Kn3dU4L87gT7fnunUh { color:#f00632;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:1.1937503814698rem;left:4.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { position:relative;display:block; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { background-color: transparent; background-image: none; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container > .video-iframe-container { display: none; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row > .video-iframe-container { display: none; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .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); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { border-width: 0; border-radius: 0; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .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; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OkSkQEUyB3PcAv0aT7hWhq1v7guW3bX2 { color:rgba(var(--color-primary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.875rem;height:1.625rem;display:block; }
#OHpElK478bBygJ8PM2o4ScRmaAWirm8l { color:#16345f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:4.875rem;height:4.38574375rem;display:block; }
#HUnPxaNpHPFdAN1sVTMTRTNOS4WI9zne { color:rgba(var(--color-primary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:4.875rem;height:1.625rem;display:block; }
#CEihyQUltknLw7vHVLvh43MxtTzCKRnf { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.9375rem;height:1.4625rem;display:block; }
#knz6ihrv4CyZ5OIhLTRMqC1lKmgNt3nv { color:rgba(var(--color-primary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.875rem;height:1.625rem;display:block; }
#FA9mHnlGGWMmz9qiKL2dR4BycOu9kDB0 { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.75rem;left:4.9375rem;height:1.4625rem;display:block; }
#p1P0STSE3rWIH9LmA1c9iR2QuWZRkMbB { color:rgba(var(--color-primary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.875rem;height:1.625rem;display:block; }
#DTWOKr6e5qu1KI4aqDKGoGgDvrUac1A0 { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.1875rem;left:4.9375rem;height:4.38574375rem;display:block; }
#ehlB4PkGEeohEb5uWp1vKZLvTAKBWe7Z { color:rgba(var(--color-primary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:4.875rem;height:1.625rem;display:block; }
#VbKK0BRdEgh6rIwd7dUqfG0oTArBMthz { color:#16345f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.875rem;height:2.923825rem;display:block; }
#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;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; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { background-color: transparent; background-image: none; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container > .video-iframe-container { display: none; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row > .video-iframe-container { display: none; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .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); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { border-width: 0; border-radius: 0; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#Qo6bEQOffp78wLynNdzobpT0imrntkIf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:9.2328147888181rem;left:18.406251907349rem;display:block; }
#XidUTkvIAt5h1pifqXqTHNLCtpmxSPSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJ4klrETUOBTQQ5slLSmzzwQRPcviepn { color:#1c4570;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.9357643127441rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSnqALGLDEKACXunN12u1LwGm3yMG5ou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { background-color: transparent; background-image: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .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); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { border-width: 0; border-radius: 0; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#TRWcDgVdmeamC9Z66U6V9NWUDt5Obfe8 { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2054691314698rem;left:8.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw { display:block; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxAzT4gd7oDrFzL3WOfF8d0qtHGyPn24 { top:0rem;left:0rem;width:8.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh { display:block; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcKlErCw9muaeiJ95VQVQBg7B2dT5Esr { width:26.125rem;height:5.8125rem;top:4.375rem;left:9.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoN2fxDTyE5go3RuP1sa4kWQiPVGNJdQ { top:1.4375rem;left:17.625001907349rem;width:12.5rem;height:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuIrIEyThCuaERb6FIAPRTE7fd3NHM6o { width:21.5625rem;height:3.875rem;top:11.4375rem;left:13.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFFhtSJSdb6saP1tTbnMIkwr60Z43A5T { top:0.9375rem;left:36.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBJe5sP6emrw8DZigsTr1J6NlhwhHsMc { display:block; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy { width:9rem;height:5.0625rem;display:flex;top:22.625rem;left:17.53125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #XCQmdMJnKgzaql0AiR4Pv6Sas3UID6HH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #yhokrUSAK0JiItGTAqzDKkFicKXOii37 {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #fypoWlk12WCQqMUGMTcpwRR8ZdKgUHhh {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #D97s1apG4FkZuGeXVLmgLVTN25lhqP4H { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #Sbh8TqTnrOmIP1wZek8VUuVJMsxy3OXt {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #p1UvzFcS7p1csfWxPGDgsVPM6lJZ9HbU {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #EEpopbbfNrnntJMb0cE3NCGb8ys3ACTV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #TTQ0BE26kGE08JUtpzTHeowFxAEl86Hp {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #xetTi1fa6uVsMRfkb0JbSfnwfrZdd0h5 {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #DbKkzHelOq7Rq05Fi0ckXhEwVu0TlkOO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #mbFsAZp1h5WtBfrSeUpi0X7UrQXiAW1d {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #cu37wJLt9Utf32MFdgDzLitC7TXJMF7d {  }
 }@media only screen and (max-width: 763px) { #TzTOm1AAWzEdCki79MElkiviGSOU5bPy { display:block; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elGg0XGWErgwiZo2g4z81H6ATVgRRwMt { top:1.875rem;left:2.5625rem;width:42.625rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3W5TJZQEngMUTm5JiT1drx3dIr2SLeF { top:7.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGtWMSKQIipR4SkS9TSUORFtDFXKpPG { top:1.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk { display:block; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHiAZ38pzazdukZAHMnslbZnbuO0Fwn9 { top:2.5rem;left:22.375rem;width:25.375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59kztkoftDzpTkmFwKsL14tH0zU7xUn { top:7.8125rem;left:22.25rem;width:25.5rem;height:20.4375rem;font-size:1.25rem;display:block; }#v59kztkoftDzpTkmFwKsL14tH0zU7xUn li:before{  }
 }@media only screen and (max-width: 763px) { #bZc4ZVN1h4LIG9xJuMrJq6BcCR6DphmW { top:3.5rem;left:1.125rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET { display:block; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1CS5JwV865oknuBzcosxNxzdohhwfXP { top:3rem;left:28.625001907349rem;width:14.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpmIfVH9i5buDzkAR9VqHTQUmA6Qw9sb { top:3rem;left:0rem;width:25.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPVzZzeTSTemoHdh38BQIqLZi30XLt1Z { top:9rem;left:0rem;width:26.375rem;height:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodTqVfWlE7esR4qDJQwdODJKkcX0nqi { display:block; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6T7oEuXOEwB7cmcXVha90HDTMw7bWxZ { top:2.0625rem;left:0.875rem;width:46rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAyiwEl5N28IfLOEO1DPkqkCtCP8CaEg { top:5.9375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 { display:block; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyg0mKcUILF4NIlOfLFrHTC7wfLVS9Xf { top:0.9375rem;left:36.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7wCGfuzF27uJKMag4SAaImIvncd59e3 { display:block; }
 }@media only screen and (max-width: 763px) { #vXR0OtSJnTqHlH8TIzVrasKHCgLl7TyU { width:27.625rem;height:5.8125rem;top:9.375rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGgzTb6JpUOxDGwJwi0dkAgvu3Hv0aB { top:4.1875rem;left:16.031251907349rem;width:15.6875rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsVsq5k1vw80Cx0C81SRiz943uTwKgTd { top:6.6875rem;left:13.968751907349rem;width:19.8125rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 { width:9rem;height:5.0625rem;display:flex;top:22.625rem;left:17.53125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #dCgsZ0IF1ceRsuXrLwvLdnTOxtUOvFZm { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #spxyGtJ9HvNmfHMMSeOIQ0WSKKmdlcq2 {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #i85lFOAEPOMw9bUas2NXFSWxKfXJfmVc {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #l8kn298Xbsh3hxE2iz03WKE99AAUzHPQ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #kkMsMzqRIyEa901FwIUyxoorNiIT9Zcr {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #AtUof78QZAhOAD8xi1f4h60Gt4WgFmis {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #LQlr3SavQc0Prtl7HQ3qklp5xTGsPT8Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #ibu71MEetspx7bdR0q4zzSGLsr8fSTO0 {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #HXuSl6lDf5WO1vy5pp3netHqt1L0TLTh {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #psraiGtHXT7HLp7MBZI7WIahbhQdCBMw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #blOvLOXWetWuP26Tz8eO3oVIetZUr0hU {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #Nsc76BE8vJ55Z6iKphJ6p7iWex6TTPEa {  }
 }@media only screen and (max-width: 763px) { #ouetL8fZAGSkuhLs59wHKX2wtplXGkB3 { width:26.125rem;height:1.9375rem;top:35.75rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtiWyRo75fUwxRxVTHztVTkVv3rFZonK { width:26.125rem;height:1.9375rem;top:16.375rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13WLEURnikuphhwHZUsmJBJ6VeTN86R { display:block; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbKS51EbNUBB6S5Dzl4iNQ9DJd9ktuHJ { width:47.75rem;height:5.3125rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC { display:block; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXpvZhfvFBGfvGzCRtkLQKODsuhtwghi { top:4.375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVUNgK1Bxui1h3CCdNbB85U87nlVEI08 { top:4.375rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDB7S9dGFVTCAUUZik9EFOH2ZGW44fuM { top:4.375rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo { display:block; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGmlgHNGRERqqPGaeFzGsMT2LR0o7FU1 { top:1.875rem;left:2.5625rem;width:42.625rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2pCR6xT08qNZOpQWyg7iDxPVvUHl28 { top:1.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLO5iavy2hZn1O4itCkrUKn8nToam1uT { top:5.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZepPgWwB31nyoQpPm8a1zluyhs4QbLs { display:block; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iS7hqe7P7Gm8U8uF2pySwGLu73yw9Bll { top:22.1875rem;left:0rem;width:27.5rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN6oZcGTupDN2GfXcBkqvxDaZNxMIcNi { top:4.6875rem;left:0rem;width:27.3125rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAWMeERVETsCKVO8taD0euouy8H4XfnR { width:27.625rem;height:10.1875rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNbbfeG4swOs7ZtgHmQhksuPm9TS8Sw { top:4.6875rem;left:21.9375rem;width:25.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubKnNsAETmh3R2PnAappU9v4nL9I8Ol { display:block; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMylupGlls3q2FceFGdesbtQAtk00JKn { top:4rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDq3MA5errURH219ZfGIvMKOtR65awrV { display:block; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye2RZUgyQ4rTdZknlDrl0Jm9mq0XZCVX { width:47.75rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxXGv6KTEcLz3Tln8vzmyaQMryBRfW5f { top:4.8125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { display:block; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVGhKWr0TaSTPuvFuwl7B4UBMPFbzcZN { width:47.75rem;height:13.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARossfzmfKGWclmQveROUTU6yNnC3lfG { width:2.4375rem;height:2.4375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnWwnFOtlsn9UrdVBGV0eXbuJPyeMOr { width:47.75rem;height:4.1875rem;top:6.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B03taNaPWnqLwdLbb0dSTtRdaKZ1b9kN { top:12.5rem;left:17.6875rem;width:30.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSKtwAiMiXJ1vbF7CfTS5Mp8BvBVz25c { top:14.125rem;left:27.125rem;width:20.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { display:block; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW5zbTPZkAhWlIWvVMD9iQBlLDflv3iP { width:29.25rem;height:33.5625rem;top:2rem;left:18.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmdTxVhfDF5Bx5tT9aIRRGouu8JRrJ5 { top:2rem;left:0.0625rem;width:23.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z { display:block; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W54cFQQrT68q4puNzXLwTVKTOsvXRUX7 { width:31.4375rem;height:1.9375rem;top:4.5rem;left:8.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrait6UotF8F9TbWhRZw6hzW29ReImKI { width:47.75rem;height:11.375rem;top:8.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQDSACBKokWvyyr6pOEqJbOTKrHIEEsu { top:0.9375rem;left:36.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkscd3AVIrgx7HQvt18LoE4M9K6BElsu { display:block; }
 }@media only screen and (max-width: 763px) { #KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD { display:block; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNMxiWER8UZMzyFgrEXdpvCAUqX9ol4W { width:47.75rem;height:2.4375rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT { display:block; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okP1LlQzz4wSeAe5I3MDKCJFAGTFFJgv { width:24.8125rem;height:6.5rem;top:9.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVUubSeSNksxbqXkz5evZxLR8qw9POq { top:3.1875rem;left:22.1875rem;width:25.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD { display:block; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InNwKyDpxX6C0VozwHI3FQPn2Nqq7cPQ { width:47.75rem;height:2.0625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EueqsMR1PDPLLtinZsZFrzDHBSi2CHvI { top:5.1875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr { display:block; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov { top:3.1875rem;left:0rem;width:25.5rem;height:12.3125rem;font-size:1.25rem;display:block; }#UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov li:before{  }
 }@media only screen and (max-width: 763px) { #PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd { top:3.1875rem;left:19.6875rem;width:28.0625rem;height:12.3125rem;font-size:1.25rem;display:block; }#PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd li:before{  }
 }@media only screen and (max-width: 763px) { #KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN { display:block; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVm5kJO6hafVML3ToutApNM3uk82AGPw { width:47.75rem;height:1.625rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 { display:block; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTG2H9ai9H9UaThhRq3BqQUAnHu2cLcx { top:0.9375rem;left:36.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brKXxDvTZ8UWvczLMWzMxC9x0E1hxXMx { display:block; }
 }@media only screen and (max-width: 763px) { #Kq6MdLPdoemG48bgbrTwUJH3TdRAHf43 { top:4.5625rem;left:14rem;width:19.8125rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uln5FHFTuuRVOvkWe9czCENUeaQyal8E { top:2rem;left:16.0625rem;width:15.6875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx21bwDg0v3Vf9xb0szvyLN1nf5C70vb { width:27.625rem;height:5.8125rem;top:7.25rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedmDw9MbhKqaQT3t2zTGBKKNyHkznx7 { width:26.125rem;height:1.9375rem;top:20.3125rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS { width:9rem;height:5.0625rem;display:flex;top:22.625rem;left:17.53125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #IsDDcsTgoHLTn5hT8QQWnfbT2nXbW8Pr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #kiMT006LARCaxADbVKywsJpzwOiZOZxP {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #xsWBaJSGeBptQ0gdLcTUKCdahTWT6Cxw {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #RIecwIbK442iHpRM98DypHyZmGfsdLh6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #mEyzkNls0gO5TlWqfk3NKKwbzlbOhlDM {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #Kxf2n3b45vqf5M6TLuGvAyaTUTApSxRU {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #BlgPkOllEPIyN1lMy7ayVLUcnPhNIGLX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #NelNTPBBFC04n6C9QwTibg0gsaK8wa0u {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #D4oxIdzbq2EzgOROHblMFAH4lk2ytEED {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #DqVy8SEzdz21SQhVeAcJTthbpoIgaFQT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #qh7eWHTwaUwEhX7Gu3mEF2hPcleUT2wR {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #saJqN3PW4gfMrFCdViCTQhssv5KFbTmk {  }
 }@media only screen and (max-width: 763px) { #fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr { display:block; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPaggciMyoe3Utb0mhrR0bc9PTSWGiL5 { width:47.75rem;height:2.0625rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8lIsa3bOStrV0uQhPPmfJbaSQdL06G { top:4.25rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q { display:block; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbuvVpZ2J3vQB075nHasyUvBkOglXi19 { top:3.5rem;left:0rem;width:26.125rem;height:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkmEFBq4AHkqLD0FT2pfBoUp4BWKUGv { top:5.75rem;left:20.125rem;width:27.625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy { display:block; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQFQDAireKNdlRy739bnQpir8yHTlcKe { width:47.75rem;height:2.0625rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EexZLzFhmFpPC2yPEHL8hBg3ro3f3H4r { top:4.8125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v { display:block; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsSn94npNA4d49JTQClfBx3eTG0xELVn { top:37.75rem;left:9.5000019073488rem;width:28.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmyuVvC9MMwdAdL1rkDmKu7yJ0K8Wt3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gc2eGh7pZbOpv6SxWqcSfAdqceJB9qO4 { top:3.4375rem;left:0rem;width:47.75rem;height:26.838407494145rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { display:block; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuaS8mn0F4vQT0Kn3dU4L87gT7fnunUh { width:47.75rem;height:2.875rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { display:block; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkSkQEUyB3PcAv0aT7hWhq1v7guW3bX2 { top:10.75rem;left:0rem;width:43.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHpElK478bBygJ8PM2o4ScRmaAWirm8l { top:12.375rem;left:0rem;width:43.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnPxaNpHPFdAN1sVTMTRTNOS4WI9zne { top:18rem;left:0rem;width:43.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEihyQUltknLw7vHVLvh43MxtTzCKRnf { top:19.625rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knz6ihrv4CyZ5OIhLTRMqC1lKmgNt3nv { top:23.125rem;left:0rem;width:43.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9mHnlGGWMmz9qiKL2dR4BycOu9kDB0 { top:24.75rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1P0STSE3rWIH9LmA1c9iR2QuWZRkMbB { top:28.5625rem;left:0rem;width:43.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWOKr6e5qu1KI4aqDKGoGgDvrUac1A0 { top:30.1875rem;left:0rem;width:43.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehlB4PkGEeohEb5uWp1vKZLvTAKBWe7Z { top:4.5rem;left:0rem;width:43.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKK0BRdEgh6rIwd7dUqfG0oTArBMthz { top:6.125rem;left:0rem;width:43.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { display:block; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo6bEQOffp78wLynNdzobpT0imrntkIf { width:23.1875rem;height:3.4375rem;top:9.1875rem;left:12.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XidUTkvIAt5h1pifqXqTHNLCtpmxSPSK { display:block; }
 }@media only screen and (max-width: 763px) { #IJ4klrETUOBTQQ5slLSmzzwQRPcviepn { width:47.75rem;height:3.75rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSnqALGLDEKACXunN12u1LwGm3yMG5ou { display:block; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRWcDgVdmeamC9Z66U6V9NWUDt5Obfe8 { top:1.1875rem;left:2rem;width:43.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw { background-color:#ffffff;background-image:none;display:none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { width:20rem;height:3.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sxAzT4gd7oDrFzL3WOfF8d0qtHGyPn24 { width:4.375rem;height:2.4375rem;top:0rem;left:7.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh { background-color:#e5004b;background-image:none;display:block; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container { background-color: transparent; background-image: none; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container > .video-iframe-container { display: none; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row > .video-iframe-container { display: none; }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .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); }#zQ4qkthNAROU5IkM6dVkOpBG5ai68OVh > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcKlErCw9muaeiJ95VQVQBg7B2dT5Esr { width:18.1875rem;height:7rem;top:5.5625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IoN2fxDTyE5go3RuP1sa4kWQiPVGNJdQ { width:12.5rem;height:2.5996125rem;top:2.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuIrIEyThCuaERb6FIAPRTE7fd3NHM6o { width:20rem;height:4.19921875rem;top:13.798828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GFFhtSJSdb6saP1tTbnMIkwr60Z43A5T { top:25.935546875rem;left:0.21875rem;width:19.5625rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBJe5sP6emrw8DZigsTr1J6NlhwhHsMc { display:block; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#s6iVvz6CgRGgreBJvTMXTibyw53UPEXy { width:9rem;height:5.0625rem;display:flex;top:19.5625rem;left:5.3662109375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #XCQmdMJnKgzaql0AiR4Pv6Sas3UID6HH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #yhokrUSAK0JiItGTAqzDKkFicKXOii37 {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #fypoWlk12WCQqMUGMTcpwRR8ZdKgUHhh {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #D97s1apG4FkZuGeXVLmgLVTN25lhqP4H { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #Sbh8TqTnrOmIP1wZek8VUuVJMsxy3OXt {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #p1UvzFcS7p1csfWxPGDgsVPM6lJZ9HbU {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #EEpopbbfNrnntJMb0cE3NCGb8ys3ACTV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #TTQ0BE26kGE08JUtpzTHeowFxAEl86Hp {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #xetTi1fa6uVsMRfkb0JbSfnwfrZdd0h5 {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #DbKkzHelOq7Rq05Fi0ckXhEwVu0TlkOO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #mbFsAZp1h5WtBfrSeUpi0X7UrQXiAW1d {  }
 }@media only screen and (max-width: 763px) { #s6iVvz6CgRGgreBJvTMXTibyw53UPEXy #cu37wJLt9Utf32MFdgDzLitC7TXJMF7d {  }
 }@media only screen and (max-width: 763px) { #TzTOm1AAWzEdCki79MElkiviGSOU5bPy { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { background-color: transparent; background-image: none; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container > .video-iframe-container { display: none; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row > .video-iframe-container { display: none; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .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); }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { border-width: 0; border-radius: 0; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzTOm1AAWzEdCki79MElkiviGSOU5bPy > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elGg0XGWErgwiZo2g4z81H6ATVgRRwMt { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3W5TJZQEngMUTm5JiT1drx3dIr2SLeF { width:20rem;height:0.3125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGtWMSKQIipR4SkS9TSUORFtDFXKpPG { width:20rem;height:4.875rem;top:0.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk { display:block; }#ekIhSCdFXb4ksJrrnzpIyOTurhUKqRhk > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHiAZ38pzazdukZAHMnslbZnbuO0Fwn9 { width:15.625rem;height:7.1484375rem;top:0.8115234375rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v59kztkoftDzpTkmFwKsL14tH0zU7xUn { width:18.0625rem;height:25.3125rem;top:8.9267578125rem;left:0.96875rem;font-size:1.25rem;display:block; }#v59kztkoftDzpTkmFwKsL14tH0zU7xUn li:before{  }
 }@media only screen and (max-width: 763px) { #bZc4ZVN1h4LIG9xJuMrJq6BcCR6DphmW { width:18.125rem;height:18.125rem;top:36.7470703125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET { display:block; }#bc7IKK9HNVIzouaD7N4Q5Pk0eBkQmQET > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1CS5JwV865oknuBzcosxNxzdohhwfXP { width:14.3125rem;height:19.1875rem;top:8.7353515625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpmIfVH9i5buDzkAR9VqHTQUmA6Qw9sb { width:20rem;height:6.3369375rem;top:1.0966796875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPVzZzeTSTemoHdh38BQIqLZi30XLt1Z { width:18.75rem;height:15.75rem;top:29.748046875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GodTqVfWlE7esR4qDJQwdODJKkcX0nqi { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container { background-color: transparent; background-image: none; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container > .video-iframe-container { display: none; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row > .video-iframe-container { display: none; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .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); }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container { border-width: 0; border-radius: 0; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GodTqVfWlE7esR4qDJQwdODJKkcX0nqi > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6T7oEuXOEwB7cmcXVha90HDTMw7bWxZ { width:17.5625rem;height:3.298825rem;top:1.34375rem;left:1.2179687619209rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAyiwEl5N28IfLOEO1DPkqkCtCP8CaEg { width:20rem;height:0.3125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 { display:block; }#pH5Z9NCHgZD3WchnIbgIB4wohtnRFwa5 > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyg0mKcUILF4NIlOfLFrHTC7wfLVS9Xf { top:16.78515625rem;left:3.84375rem;width:12.3125rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7wCGfuzF27uJKMag4SAaImIvncd59e3 { display:block; }
 }@media only screen and (max-width: 763px) { #vXR0OtSJnTqHlH8TIzVrasKHCgLl7TyU { width:17.75rem;height:7rem;top:8.5234375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uUGgzTb6JpUOxDGwJwi0dkAgvu3Hv0aB { width:12.5rem;height:2.4375rem;top:3.34765625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsVsq5k1vw80Cx0C81SRiz943uTwKgTd { width:19.8125rem;height:2.1125rem;top:5.7230806350708rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-text.counter-number { padding-top:0.84125rem;padding-right:0.743125rem;padding-bottom:0.84125rem;padding-left:0.743125rem;width:4.45875rem;min-width:4.45875rem;height:4.52125rem;font-size:3.365rem;line-height:72.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.525625rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.945rem;height:1.7875rem;font-size:1.261875rem;line-height:28.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#233c7a; }
#P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 { width:13.875rem;height:8.516875rem;display:flex;top:24.859375rem;left:2.8359375rem;z-index:15012;padding-top:0.220625rem;padding-right:0.225rem;padding-bottom:0.220625rem;padding-left:0.225rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #dCgsZ0IF1ceRsuXrLwvLdnTOxtUOvFZm { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #spxyGtJ9HvNmfHMMSeOIQ0WSKKmdlcq2 {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #i85lFOAEPOMw9bUas2NXFSWxKfXJfmVc {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #l8kn298Xbsh3hxE2iz03WKE99AAUzHPQ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #kkMsMzqRIyEa901FwIUyxoorNiIT9Zcr {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #AtUof78QZAhOAD8xi1f4h60Gt4WgFmis {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #LQlr3SavQc0Prtl7HQ3qklp5xTGsPT8Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #ibu71MEetspx7bdR0q4zzSGLsr8fSTO0 {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #HXuSl6lDf5WO1vy5pp3netHqt1L0TLTh {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #psraiGtHXT7HLp7MBZI7WIahbhQdCBMw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #blOvLOXWetWuP26Tz8eO3oVIetZUr0hU {  }
 }@media only screen and (max-width: 763px) { #P9ExGHFOTFd1J4kO4AFhPwnVMUC91bL1 #Nsc76BE8vJ55Z6iKphJ6p7iWex6TTPEa {  }
 }@media only screen and (max-width: 763px) { #ouetL8fZAGSkuhLs59wHKX2wtplXGkB3 { width:20rem;height:1.75rem;top:35.49609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XtiWyRo75fUwxRxVTHztVTkVv3rFZonK { width:20rem;height:1.57421875rem;top:22.16015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O13WLEURnikuphhwHZUsmJBJ6VeTN86R { background-color:#e9eaee;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; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container { background-color: transparent; background-image: none; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container > .video-iframe-container { display: none; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row > .video-iframe-container { display: none; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .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); }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container { border-width: 0; border-radius: 0; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O13WLEURnikuphhwHZUsmJBJ6VeTN86R > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbKS51EbNUBB6S5Dzl4iNQ9DJd9ktuHJ { width:20rem;height:18.5625rem;top:0.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC { display:block; }#Ds2rpFlMydv2CTxArKUHwtnN2sGU0mGC > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXpvZhfvFBGfvGzCRtkLQKODsuhtwghi { width:15.5625rem;height:15.5625rem;top:3.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVUNgK1Bxui1h3CCdNbB85U87nlVEI08 { width:15.5625rem;height:15.5625rem;top:20.6875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDB7S9dGFVTCAUUZik9EFOH2ZGW44fuM { width:15.5625rem;height:15.5625rem;top:37.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container { background-color: transparent; background-image: none; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container > .video-iframe-container { display: none; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row > .video-iframe-container { display: none; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .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); }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container { border-width: 0; border-radius: 0; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0Bw7tCyf3lnAu8evQUbStiJn0eJaAqo > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGmlgHNGRERqqPGaeFzGsMT2LR0o7FU1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2pCR6xT08qNZOpQWyg7iDxPVvUHl28 { width:20rem;height:3.8984375rem;top:1.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLO5iavy2hZn1O4itCkrUKn8nToam1uT { width:20rem;height:0.3125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZepPgWwB31nyoQpPm8a1zluyhs4QbLs { display:block; }#eZepPgWwB31nyoQpPm8a1zluyhs4QbLs > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iS7hqe7P7Gm8U8uF2pySwGLu73yw9Bll { width:15.4375rem;height:4.875rem;top:41.4365234375rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BN6oZcGTupDN2GfXcBkqvxDaZNxMIcNi { width:18.75rem;height:4.875rem;top:1.3115234375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAWMeERVETsCKVO8taD0euouy8H4XfnR { width:19.125rem;height:16.25rem;top:7.0615234375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNbbfeG4swOs7ZtgHmQhksuPm9TS8Sw { width:17.6875rem;height:14.6875rem;top:24.8095703125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xubKnNsAETmh3R2PnAappU9v4nL9I8Ol { display:block; }#xubKnNsAETmh3R2PnAappU9v4nL9I8Ol > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMylupGlls3q2FceFGdesbtQAtk00JKn { width:18.75rem;height:17.875rem;top:2.125rem;left:0.62421876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDq3MA5errURH219ZfGIvMKOtR65awrV { background-color:#16345f;background-image:none;display:block; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { background-color: transparent; background-image: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .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); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye2RZUgyQ4rTdZknlDrl0Jm9mq0XZCVX { width:20rem;height:1.875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxXGv6KTEcLz3Tln8vzmyaQMryBRfW5f { width:20rem;height:0.3125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { display:block; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVGhKWr0TaSTPuvFuwl7B4UBMPFbzcZN { width:20rem;height:10.8125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARossfzmfKGWclmQveROUTU6yNnC3lfG { width:1.5625rem;height:1.5625rem;top:3.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SxnWwnFOtlsn9UrdVBGV0eXbuJPyeMOr { width:18rem;height:7.5rem;top:4.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #B03taNaPWnqLwdLbb0dSTtRdaKZ1b9kN { width:17.875rem;height:1.29980625rem;top:14.3125rem;left:1.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uSKtwAiMiXJ1vbF7CfTS5Mp8BvBVz25c { width:17.6875rem;height:1.13671875rem;top:15.6123046875rem;left:1.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { display:block; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container { width:20rem;height:96.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW5zbTPZkAhWlIWvVMD9iQBlLDflv3iP { width:17.5rem;height:65rem;top:29.4990234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmdTxVhfDF5Bx5tT9aIRRGouu8JRrJ5 { width:20rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z { display:block; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W54cFQQrT68q4puNzXLwTVKTOsvXRUX7 { width:16.6875rem;height:4.875rem;top:1.5048828125rem;left:1.65625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hrait6UotF8F9TbWhRZw6hzW29ReImKI { width:18.75rem;height:24.375rem;top:7.5673828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQDSACBKokWvyyr6pOEqJbOTKrHIEEsu { top:33.779296875rem;left:1.625rem;width:16.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkscd3AVIrgx7HQvt18LoE4M9K6BElsu { display:block; }
 }@media only screen and (max-width: 763px) { #KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD { background-color:#16345f;background-image:none;display:block; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container { background-color: transparent; background-image: none; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container > .video-iframe-container { display: none; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row > .video-iframe-container { display: none; }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .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); }#KaomyhQbs8sCwxmTkwR4NtaTwCzBTNSD > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNMxiWER8UZMzyFgrEXdpvCAUqX9ol4W { width:20rem;height:1.875rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT { display:block; }#qTBkrdOf2DRfuXhLJ1mfhEncNB3KlBuT > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okP1LlQzz4wSeAe5I3MDKCJFAGTFFJgv { width:20rem;height:8.125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVUubSeSNksxbqXkz5evZxLR8qw9POq { width:20rem;height:13.375rem;top:12.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD { background-color:#16345f;background-image:none;display:block; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container { background-color: transparent; background-image: none; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container > .video-iframe-container { display: none; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row > .video-iframe-container { display: none; }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .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); }#zTzvHIEBWmz55hIk1vcKm9oTnuA1sboD > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InNwKyDpxX6C0VozwHI3FQPn2Nqq7cPQ { width:20rem;height:3.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EueqsMR1PDPLLtinZsZFrzDHBSi2CHvI { width:20rem;height:0.3125rem;top:5.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr { display:block; }#mmipSfPaKJ0uVl9aahG1QTntVEXvUzvr > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov { width:18.6875rem;height:21.75rem;top:0.7939453125rem;left:0.65625rem;font-size:1.25rem;display:block; }#UWJPT8oNvpFirhQrpPAk9wS7E9mTFFov li:before{  }
 }@media only screen and (max-width: 763px) { #PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd { width:18.0625rem;height:23.375rem;top:24.25rem;left:0.96875rem;font-size:1.25rem;display:block; }#PDibs4qRhu9x35H5EwD1m0OuyvGT7Csd li:before{  }
 }@media only screen and (max-width: 763px) { #KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN { display:block; }#KHQsR7PpQ3BIkNTF9cDI9tnyrR24e2eN > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVm5kJO6hafVML3ToutApNM3uk82AGPw { width:14.75rem;height:4.875rem;top:1.3875007629394rem;left:2.6250000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 { display:block; }#EK9JbnQLdc1qJ2RSUizLPuZW9yEZScG5 > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTG2H9ai9H9UaThhRq3BqQUAnHu2cLcx { top:27.1875rem;left:1.375rem;width:17.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brKXxDvTZ8UWvczLMWzMxC9x0E1hxXMx { display:block; }
 }@media only screen and (max-width: 763px) { #Kq6MdLPdoemG48bgbrTwUJH3TdRAHf43 { width:19.8125rem;height:2.11230625rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uln5FHFTuuRVOvkWe9czCENUeaQyal8E { width:15.6875rem;height:2.11230625rem;top:1.25rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx21bwDg0v3Vf9xb0szvyLN1nf5C70vb { width:20rem;height:5.25rem;top:6.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hedmDw9MbhKqaQT3t2zTGBKKNyHkznx7 { width:20rem;height:1.57421875rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-text.counter-number { padding-top:0.870625rem;padding-right:0.77375rem;padding-bottom:0.870625rem;padding-left:0.77375rem;width:4.641875rem;min-width:4.641875rem;height:4.67875rem;font-size:3.4825rem;line-height:74.86px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.544375rem;margin-right:0;margin-bottom:0;margin-left:0;width:6.18875rem;height:1.849375rem;font-size:1.305625rem;line-height:29.59px;top:0rem;left:0rem;color:#233c7a;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS { width:15.9375rem;height:8.8125rem;display:flex;top:16.8125rem;left:1.8125rem;z-index:15012;padding-top:0.228125rem;padding-right:0.234375rem;padding-bottom:0.228125rem;padding-left:0.234375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #IsDDcsTgoHLTn5hT8QQWnfbT2nXbW8Pr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #kiMT006LARCaxADbVKywsJpzwOiZOZxP {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #xsWBaJSGeBptQ0gdLcTUKCdahTWT6Cxw {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #RIecwIbK442iHpRM98DypHyZmGfsdLh6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #mEyzkNls0gO5TlWqfk3NKKwbzlbOhlDM {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #Kxf2n3b45vqf5M6TLuGvAyaTUTApSxRU {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #BlgPkOllEPIyN1lMy7ayVLUcnPhNIGLX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #NelNTPBBFC04n6C9QwTibg0gsaK8wa0u {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #D4oxIdzbq2EzgOROHblMFAH4lk2ytEED {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #DqVy8SEzdz21SQhVeAcJTthbpoIgaFQT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #qh7eWHTwaUwEhX7Gu3mEF2hPcleUT2wR {  }
 }@media only screen and (max-width: 763px) { #niJ6qbkd2KWuTtMpKRNm3MSdeDEC6fmS #saJqN3PW4gfMrFCdViCTQhssv5KFbTmk {  }
 }@media only screen and (max-width: 763px) { #fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr { background-color:#16345f;background-image:none;display:block; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container { background-color: transparent; background-image: none; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container > .video-iframe-container { display: none; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row > .video-iframe-container { display: none; }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .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); }#fWVg4RZMA6a1SmA0MXJcnA0WDGszdxhr > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPaggciMyoe3Utb0mhrR0bc9PTSWGiL5 { width:20rem;height:1.7871125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8lIsa3bOStrV0uQhPPmfJbaSQdL06G { width:20rem;height:0.3125rem;top:3.8859386444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q { display:block; }#XROGHPFAr6XvrLMJHZ1maHuKk2GxID5Q > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbuvVpZ2J3vQB075nHasyUvBkOglXi19 { width:18.0625rem;height:43.75rem;top:1.033203125rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkmEFBq4AHkqLD0FT2pfBoUp4BWKUGv { width:20rem;height:17.1875rem;top:46.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy { background-color:#16345f;background-image:none;display:block; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container { background-color: transparent; background-image: none; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container > .video-iframe-container { display: none; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row > .video-iframe-container { display: none; }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .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); }#tqp9NDv7e9lPGZhnyHOLwd5aVKg9Gkpy > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQFQDAireKNdlRy739bnQpir8yHTlcKe { width:17.5625rem;height:3.57421875rem;top:1.025390625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EexZLzFhmFpPC2yPEHL8hBg3ro3f3H4r { width:20rem;height:0.3125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v { display:block; }#DXHuI57eIJXuQmH4XXutlMEJBrmLIl2v > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsSn94npNA4d49JTQClfBx3eTG0xELVn { top:14.390625rem;left:0rem;width:20rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmyuVvC9MMwdAdL1rkDmKu7yJ0K8Wt3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gc2eGh7pZbOpv6SxWqcSfAdqceJB9qO4 { width:20rem;height:11.25rem;top:1.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { background-color: transparent; background-image: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container > .video-iframe-container { display: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container { display: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .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); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { border-width: 0; border-radius: 0; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuaS8mn0F4vQT0Kn3dU4L87gT7fnunUh { width:18.75rem;height:2.25rem;top:0.99296951293944rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { display:block; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkSkQEUyB3PcAv0aT7hWhq1v7guW3bX2 { width:18.0625rem;height:1.625rem;top:11.849609375rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHpElK478bBygJ8PM2o4ScRmaAWirm8l { width:18.0625rem;height:10.233375rem;top:14.3125rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnPxaNpHPFdAN1sVTMTRTNOS4WI9zne { width:18.0625rem;height:3.25rem;top:26rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEihyQUltknLw7vHVLvh43MxtTzCKRnf { width:18.0625rem;height:2.923825rem;top:30rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knz6ihrv4CyZ5OIhLTRMqC1lKmgNt3nv { width:18.0625rem;height:3.25rem;top:34.25rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9mHnlGGWMmz9qiKL2dR4BycOu9kDB0 { width:18.0625rem;height:4.38574375rem;top:38.375rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1P0STSE3rWIH9LmA1c9iR2QuWZRkMbB { width:18.0625rem;height:3.25rem;top:44.0625rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWOKr6e5qu1KI4aqDKGoGgDvrUac1A0 { width:18.0625rem;height:8.7715rem;top:48.5rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehlB4PkGEeohEb5uWp1vKZLvTAKBWe7Z { width:18.0625rem;height:3.25rem;top:1.5734376907349rem;left:0.96796876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKK0BRdEgh6rIwd7dUqfG0oTArBMthz { width:18.0625rem;height:5.84765625rem;top:5.123046875rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { display:block; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo6bEQOffp78wLynNdzobpT0imrntkIf { width:19rem;height:3.4375rem;top:10.313367843628rem;left:0.49913197755814rem;background-color:#e5004b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XidUTkvIAt5h1pifqXqTHNLCtpmxSPSK { display:block; }
 }@media only screen and (max-width: 763px) { #IJ4klrETUOBTQQ5slLSmzzwQRPcviepn { width:17.5rem;height:8.25rem;top:1.064453125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSnqALGLDEKACXunN12u1LwGm3yMG5ou { background-color:#e9eaee;background-image:none;display:block; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { background-color: transparent; background-image: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .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); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRWcDgVdmeamC9Z66U6V9NWUDt5Obfe8 { width:20rem;height:1.29980625rem;top:0.599609375rem;left:0rem;font-size:1rem;display:block; }
 }