.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:254,242,232;--color-primary-1:255,157,145;--color-primary-2:255,91,72;--color-primary-3:253,68,48;--color-primary-4:242,69,0;--color-secondary-0:217,250,248;--color-secondary-1:128,239,233;--color-secondary-2:0,223,211;--color-secondary-3:0,112,106;--color-secondary-4:0,33,32;--color-tertiary-0:255,255,255;--color-tertiary-1:163,170,191;--color-tertiary-2:102,113,148;--color-tertiary-3:61,68,89;--color-tertiary-4:0,18,77;--headlines-font-family:"mulish";--paragraphs-font-family:"mulish"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/300a9961-104f-4ce4-b7b4-46b39077e325/bg5.png");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(19,2,44,0.09);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container { background-color: transparent; background-image: none; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container > .video-iframe-container { display: none; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row > .video-iframe-container { display: none; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .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); }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container { border-width: 0; border-radius: 0; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#X3m4do2fe7zKEmxC3VuKbJ0oTeTuMsoN { 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:2.75rem;width:6.625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#S8JAz0R5giuC63qrWhTkLOw7xD5hm74q { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:39.75rem;display:block; }
#NPv4fNT8CMzoUmIUktye2H3CWhIcqKZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6GXdEgqtRMDwSUTCuHCxwM0LFrw7x9B { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:46.375rem;display:block; }
#EbggRK2l5TTXaD6fZAKXzEqsqDTNqOir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmEmZG3Sf7Hd9IRJLGEJTD9bCXTDTR6g { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:52.5rem;display:block; }
#cZ0cJsGMymTAxlmbzop8Mi5DqZzokTaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDL6zc7HOCDRzqlFFBZv9ERi0aZSTp2K { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:23.625rem;display:block; }
#HPqKyrJNkkNBaSyAzO2oSGFCZAhWrHoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHIRTOOgcRTkPpK2q9A6o62O86Q0c4Am { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:32.1875rem;display:block; }
#lISMwba2UkOagyTCKoaQvZgPJgZMSivT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WM2CbqfTA54xN2TdT8n1yxqKaLqcHTyh { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:65.375rem;display:block; }
#PxMtKBUL57s56SGS9o4QOit827idV2Vn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbkeXF1u5Nqvzm7lZWwiTxmT7hmT3FJT { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4375rem;left:58.6875rem;display:block; }
#JbgKqCfkba4Zn4MCa1PwNekgyU7yXTqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9cgE5DEzbXGzGP1CET8WHGI3oghFVmW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13022c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container { background-color: transparent; background-image: none; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container > .video-iframe-container { display: none; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row > .video-iframe-container { display: none; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .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); }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container { border-width: 0; border-radius: 0; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw { position:relative;display:none; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw { border-width: 0; border-radius: 0; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .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; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vApguaa6JZn5NOmPhL0ELvJDttHnHAqu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:64.4375rem; }
#vApguaa6JZn5NOmPhL0ELvJDttHnHAqu > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#iWmZbWbpivtoAnqWya3Nwde9fTac7B6m { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.625rem;left:67.4375rem; }
#iWmZbWbpivtoAnqWya3Nwde9fTac7B6m > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#B2TySP1yQk9RZNEGBL858N0PhdnFA33L { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.375rem;left:69.9375rem; }
#B2TySP1yQk9RZNEGBL858N0PhdnFA33L > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#uBPx41aCTflsfSHQo29TBnbBeeZHSrF8 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.5625rem;left:72.8125rem; }
#uBPx41aCTflsfSHQo29TBnbBeeZHSrF8 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#GJIeNDbanXxBrk4VDfg02tB6URo8a3LD { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.4375rem;left:13.3125rem;display:block; }
#Fu3xs3M9qzhAzlNKngbw3ODhSxrBKv0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1T3pRD34NBk1JNC3GLATn4ypAlgHlBe { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.4375rem;left:35.5625rem;display:block; }
#QODr3SU2UmcMkGH5HbPPCeNgOUu2MlK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4xSM4TvqmCSMvPFaN0oCxWdPL9BhBWZ { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.4375rem;left:41.6875rem;display:block; }
#UAVafXtCJKxx4DzCrvrVi7X7G206JLnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5LsN7pP0qoynSQuQUT4ukaUPH58x20X { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.4375rem;left:52.1875rem;display:block; }
#ZKJEGh3xEt1fQhnJqBfkRBEwmhzVTrok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ok8ZNwfOovgAFk1qB3RATcSkLzkad1pB { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.4375rem;left:28.75rem;display:block; }
#dvXeJwvdbIq7nGXsxCzdBOQJJchBmSps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaJos2qARHtSg4KJtsXqXpNopBUiyt3H { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.4375rem;left:58.375rem;display:block; }
#laE6E7eL7ifQgwoJvNBHbFLSPVqhDFNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#13022c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#UF71MvRyTzFvWVzceH57zaUIbn9826Om { background-color:#002180;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.8115234375rem;left:29.1875rem;display:block; }
#JBSOKhpM5VySVVXpWEvUqpzmDPPzwias { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAyr2K5w5URBhiLsk8vUB3hP4E01B2pz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.34375rem;height:3.34375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.827392578125rem;left:42.296630859375rem;display:block; }
#KCgHWZ4b2eSqrwNTuMLWz05coevTma66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9NTlHBxBvahsZa23Zn4HqdXnC5hcATv { color:#002180;display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.624998092651rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Saa3IGKKxWySwn8GPFT3hUl17Ktp9Jqe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:2.4375rem;left:51.062501907349rem;display:block; }
#t00gdQi4fXLt1btyhJJ6wQ755h2QZDpT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.3125rem;left:63.375rem;height:1.4625rem;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; }
#ZJsIKyrsKxvO5AGSCeJreVT5DEGJxTFb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;position:absolute;font-family:"mulish semibold";font-size:3.75rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:13.467041015625rem;left:30.078125rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d4bWVmNqQ5Varob6FJapfgPosWfre2Mo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:65.25rem;height:1.7875rem;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; }
#RW9PV4T243XJrNkeOlPCwNS0nJlq69Mv { position:absolute;display:block;z-index:15002;background-color:#002180;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10rem;top:2.4375rem;left:65rem;display:block; }
#MhOaRH5QfqT2TXpFDm81zTIgA6M60tDG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.062rem;width:0.1867675rem;top:10.559814453125rem;left:29.31298828125rem;display:block; }
#KfkTcTR3UHpadEFg0O3PLieWdVmkoxhA { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:6.875rem;top:9.3125rem;left:68rem;display:block; }
#PT4sVEe044zUyxOJE9LP2MdKA7HfCpZT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.07421875rem;left:30.374218940735rem;height:1.7875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NHdSWDU3pJQVkQNH90GZ8QraqEghS1QG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.875rem;top:10.811719894409rem;left:30.374218940735rem;display:block; }
#F0dcffIJ7mfJkRpXaTlKUTqUcfRRSoV7 { color:#002180;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:51.625001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zt0nTeTQoSRQARuHx8zg12l4VopNdONP { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.75rem;top:4.625rem;left:51.000001907349rem;display:block; }
#yHzvLGl6bcyai552O93fzCgAnABSCe3k { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:65.4375rem;height:1.7875rem;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; }
#cfgPiA31yVLPhd4XMPZNJTNzUVFLGxoN { position:absolute;display:block;z-index:15006;background-color:#002180;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.3125rem;top:4.625rem;left:65rem;display:block; }
#I8baUTbhxvrV81f1Ut0TT7Jp81WCioT9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:13.0625rem;top:29.654052734375rem;left:61.803315378289rem;overflow:hidden;display:block; }
#OTADha2WR7lKhD8VPhLHoCDVz7hRcCtR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.6875rem;top:0rem;left:32.1875rem;overflow:hidden;display:block; }
#wrLq2aXTvDyWureiwamio1Gk75SpAocM { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18681c2b-f3f5-4e55-91a8-0aaf9522b971/3.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:26.25rem;top:3.5791015625rem;left:-2.32421875rem;display:block; }#wrLq2aXTvDyWureiwamio1Gk75SpAocM.adaptive-delivery-prevent-bg, #wrLq2aXTvDyWureiwamio1Gk75SpAocM.lazyload, #wrLq2aXTvDyWureiwamio1Gk75SpAocM.lazyloading { background-image: none; }
#wrLq2aXTvDyWureiwamio1Gk75SpAocM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wrLq2aXTvDyWureiwamio1Gk75SpAocM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feuWXM5uR9nJrKvcfUtntTTWL6clWvaA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.375rem;top:33.31640625rem;left:0rem;overflow:hidden;display:block; }
#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fdfd;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; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container { background-color: transparent; background-image: none; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container > .video-iframe-container { display: none; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row > .video-iframe-container { display: none; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .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); }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container { border-width: 0; border-radius: 0; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#IgZgVBGGeQV4fsBhXGemKKw58tUbfIrW { color:#002180;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:4.375rem;left:13.90625rem;height:;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; }
#fix9XX5kZBOWVBkHaPvKwws0wtNg4HWl { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:7.1875rem;top:6.1312484741211rem;left:19.09375rem;display:block; }
#qal6pccNhg8bzTiPTazTBTRn6fDbd5RS { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:8.3351554870606rem;left:15.530468940735rem;height:10.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fdfd;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; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container { background-color: transparent; background-image: none; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container > .video-iframe-container { display: none; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row > .video-iframe-container { display: none; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .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); }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container { border-width: 0; border-radius: 0; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#ODaDQnxesEUTpoTteoPn57AJRwer1nfp { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:5.7421875rem;left:2.125rem;height:7.225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fNJrWOXmHZ57DRwOMZQagPAWrSKJkpso { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.1062507629394rem;left:40.875rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRiO4mGyi2H7tFrsqnaxTyNTxwGZyw9F { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:0.0625rem;top:3.75rem;left:37.46875rem;display:block; }
#tPLOuGJMn09a620UE5UyBcDdrtTT1EJB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.53);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:72.875rem;top:2.640625rem;left:1.0625rem;display:block; }
#LpqZAJ1lacRsUiU11udZSC5qElgxPD90 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.3125rem;top:0rem;left:2.6875rem;overflow:hidden;display:block; }
#S00qRgLGHDtWtNmk9q08k6q8z3abVco1 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.0625rem;width:2.0625rem;top:0.453125rem;left:4.8125rem;display:block; }
#qu3mDfP8xHXP5FTfnWxJgoBwP5sdVzLm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.9375rem;top:13.421875rem;left:69.875rem;overflow:hidden;display:block; }
#y5exr6c57vlDt599zwIXNB0g17Q88CdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fdfd;background-image:url("https://images.assets-landingi.com/uc/a372018b-14f8-44e1-b54d-a2ef4f60e7ec/bg6new2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK.adaptive-delivery-prevent-bg, #y5exr6c57vlDt599zwIXNB0g17Q88CdK.lazyload, #y5exr6c57vlDt599zwIXNB0g17Q88CdK.lazyloading { background-image: none; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container { background-color: transparent; background-image: none; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container > .video-iframe-container { display: none; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row > .video-iframe-container { display: none; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .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); }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container { border-width: 0; border-radius: 0; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#JVtLaWAqo4THWkg3KLdk9XTCH4W6lWP7 { color:#002180;display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:6.6875rem;left:13.9375rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxadr1vaHeVcE0mu00C2McqhCRTOoyBE { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:12.306246757508rem;left:18.862500190735rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOsV23l7QyBQnrBwnQ4hNRUo9CUQV2oE { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.16) ;height:32.8125rem;width:56.25rem;top:2.875rem;left:9.375rem;display:block; }
#U2HnMFPmaTu5fk34UfB99QuoeM7suaPS { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:44.375rem;top:15.5rem;left:15.3125rem;display:block; }
#QTJgc48TbNEsF40L9PAr6CwWOIodB3ln { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:17.15625rem;left:18.862500190735rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VE0Lplxevm6hS1EELw0HAKxlEBTzDqXX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:44.375rem;top:22.875rem;left:15.375rem;display:block; }
#zUg5mhNuL5SLkFiFyWrkQQXrXb9EerTv { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:23.993751168251rem;left:18.862500190735rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IiImnC9g2B0rmexqZUrxWvNfDMHtR4Qp { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.5625rem;left:39.625rem;display:block; }
#Zpal52x4QNt1bd4O0iEvTNAfoMlubwFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXRTcUKi7tZTmgWPeJvNHlROCZ0cZhIe { background-color:rgba(var(--color-primary-3),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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.3748375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.56201171875rem;left:25.874022483826rem;display:block; }
#x8QSBhiHSf3FCULOGoydko30yl0TKkwF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgIn1lc37nFtLPam2PpxFD4PLi8NHo2G { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:44.375rem;top:11.1875rem;left:15.3125rem;display:block; }
#Ut44Q1vBJiwVUVkVkGwIS5idCr7GyXDp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.25rem;top:19.5625rem;left:93.458003952569rem;overflow:hidden;display:block; }
#MkZF3cTwTxHWOObpKaWA5mIAofpSNDcZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.8125rem;left:15.3125rem; }
#J59tcW2RuXftZhKRTxJMoLJMIP7wyrID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.5625rem;left:15.3125rem; }
#ByNcPkKSva7VSMVnWa1XGoEfNAWRbI5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.375rem;left:15.3125rem; }
#OUaAx0SDmV2rwG1d4GXfICE21s0mDd9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.3125rem;left:15.3125rem; }
#MvB5qSqyFKwWt6DhT0iTvw2SgdaLdEnR { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:28.625003457069rem;left:18.862500190735rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 { 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; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container { background-color: transparent; background-image: none; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container > .video-iframe-container { display: none; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row > .video-iframe-container { display: none; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .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); }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container { border-width: 0; border-radius: 0; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#ZuMfihfdgLXZ4Tx420Ep5dV0Q5xTtX8E { color:#002180;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.39306640625rem;left:23.25rem;height:;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; }
#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q { 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; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container { background-color: transparent; background-image: none; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container > .video-iframe-container { display: none; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row > .video-iframe-container { display: none; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .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); }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container { border-width: 0; border-radius: 0; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#FMpVLyv15pbHeBTzaTBKpSJNlXqD9TgK { color:#002180;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:13.4375rem;left:25.0625rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wzCOS5eeviNA5u4QvlotNUqcl60ImASQ { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:15.25rem;left:23.718750953674rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUXgyihwDwXtQJwA95z2BfIfxAzboPsF { position:absolute;display:block;z-index:15026;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.75rem;width:9.75rem;top:1.6875rem;left:25.6875rem;overflow:hidden;display:block; }
#B3NTvKXnWNHD2gJfmKbBnevO1qVpiQt7 { position:absolute;display:block;z-index:15029;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.75rem;width:9.75rem;top:1.6875rem;left:11rem;overflow:hidden;display:block; }
#XnItiL2FkiXNPupGT1azLNmyyc3LXehn { color:#002180;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:13.4375rem;left:10.25rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zonlt4BDrN3QEgImxUGVXdRwCLtZmwBN { color:rgba(var(--color-tertiary-4),0.6);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.25rem;left:9.25rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPPRQ9btvf3VIrQUyUzIEJoJn4qZGRdz { position:absolute;display:block;z-index:15029;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:10rem;width:10rem;top:1.6875rem;left:39.75rem;overflow:hidden;display:block; }
#M0UK7P33r09yao37W0lUcVhbarKcdNKF { color:#002180;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:13.25rem;left:39.5rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNqvotCH5IKd9TMJThhvK2Wl9K25S6zR { color:rgba(var(--color-tertiary-4),0.6);display:block;width:14.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.1875rem;left:37.625rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlE7cuMsDSSk3Dq09JoDDqyMzfgEm3KL { color:#002180;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:13.5625rem;left:53.0625rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmlCkaqMRk6MhDz7m6Pp7tdElcExUnl4 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:15.375rem;left:51.75rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJbTw4IkcDfJC7oTLT72SutD2edgOTWB { position:absolute;display:block;z-index:15032;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.75rem;width:9.75rem;top:1.8125rem;left:53.6875rem;overflow:hidden;display:block; }
#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK { 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; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container { background-color: transparent; background-image: none; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container > .video-iframe-container { display: none; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row > .video-iframe-container { display: none; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .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); }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container { border-width: 0; border-radius: 0; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#IdDCeCxFe4EPTsLJ4x5WTnKGodeg4EtF { color:#002180;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:23.25rem;height:3.0875rem;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; }
#gM7GkB2UaLWGGJQtHvtqoIsTrTEyQQFw { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:7.6875rem;left:17.0625rem;height:3.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 { 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; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container { background-color: transparent; background-image: none; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container > .video-iframe-container { display: none; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row > .video-iframe-container { display: none; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .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); }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container { border-width: 0; border-radius: 0; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#GQFmH7RM2RtRFFT515oxFsJ5KxL9VqpU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.9375rem;left:12.875rem;display:block; }
#vTtwMwrvAbZeFP6kqnWyzX85RVtlbz1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mia61qzcnWzSWMSFPQg7DTeXDeUn1BbK { color:#002180;display:block;width:8.0625rem;position:absolute;font-family:"mulish medium";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:28.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgHQ1tc2GwWoTqfwVA95CqcdNx3GzXFD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:4.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.9375rem;left:38.4375rem;display:block; }
#WFmvhUQRKQrhTBUDE4kUHOeQQ2V2dn4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFPkaGrZOHtqDz4FAeA99DXyTV6gnPEt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.125rem;top:0.375rem;left:28.5rem;display:block; }
#dxn3ao27s1P9IvQdpIcvsgC24MvBIQZO { color:#002180;display:block;width:4.5rem;position:absolute;font-family:"mulish medium";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:57.4375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtI1cKzt1UHeOmfy5eotLWdRrxS6ON3O { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.875rem;top:0.4375rem;left:57.25rem;display:block; }
#bL5XzXUeHnaiQgrQS9va1Ca5XhhyGSyz { background-color:#002180;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.93701171875rem;left:0rem;display:none; }
#d2MTsZLbsIEi0R8ITNChSHF1pn8DAc1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuoInXsniFRl3QdbHsNtxyp29CheTyaA { background-color:#002180;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:4.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.9375rem;left:25.5625rem;display:none; }
#bOb6UoJMoLBfo8w0rPnXnMXxTBn7Mt8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs { 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; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container { background-color: transparent; background-image: none; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container > .video-iframe-container { display: none; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row > .video-iframe-container { display: none; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .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); }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container { border-width: 0; border-radius: 0; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#SJihQqsNuPLHd0gsiSaJwEOLuGv7bTx9 { color:#002180;display:block;width:59.75rem;position:absolute;font-family:"mulish medium";font-size:1.5rem;font-weight:700;z-index:14999;line-height:1.7;letter-spacing:0;top:2.6875rem;left:0rem;height:2.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B9Z7ecoqtkmkr1GmxeN8W5PF3D9TF2Z9 { color:#002180;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14997;line-height:1.7;letter-spacing:0;top:2.6875rem;left:60.5625rem;height:2.55rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RDT38D0leXI6rsi7xZaSTUDbSmhkN6zX { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.6875rem;top:5.0625rem;left:62.3125rem;display:block; }
#ridFp1Nh8x143A1UiAxNITSrAU67mznd { 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; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container { background-color: transparent; background-image: none; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container > .video-iframe-container { display: none; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row > .video-iframe-container { display: none; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .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); }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container { border-width: 0; border-radius: 0; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#I8ya0kgq1x4qb1HzOIQv57sxhWIECdVx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:1.23095703125rem;left:16.875rem;height:1.91284375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WEmxR6re5oql7q1ee3oV1uZIFkPDidTS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:1.2312440872193rem;left:1.26171875rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nwo7uOswwn2oElqJmA7qcvJP0fUTu8rt { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0rem solid #02a89b;border-left:0rem solid #02a89b;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid #02a89b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.3125rem;top:0rem;left:0rem;display:block; }
#XS2orpGptEyCOZrg3wpk15mB4x25tzfB { position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#rH8hsCCUtuliS7UIsEqHBOM4D0wHaUlb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.9375rem;left:13.3125rem; }
#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB { 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; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container { background-color: transparent; background-image: none; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container > .video-iframe-container { display: none; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row > .video-iframe-container { display: none; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .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); }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container { border-width: 0; border-radius: 0; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#yops6xqSUIk2A1gMkB5vlngmFTWh9v3O { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0rem solid #fdb888;border-left:0rem solid #fdb888;border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid #fdb888;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:4.4375rem;top:0rem;left:5.875rem;display:block; }
#dLFOOKb0aftGzweCtAFqAJGCyLv2FVGz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:1.4492130279541rem;left:1.375rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5ShKWoWrEhXJ3rhhlslzy7UL675hmiC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#eGiayyRb09uoMUzni841LGuPs9d3eRCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:1.25rem;left:12.717968940735rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd { 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; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container { background-color: transparent; background-image: none; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container > .video-iframe-container { display: none; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row > .video-iframe-container { display: none; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .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); }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container { border-width: 0; border-radius: 0; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#exm9BJggZZiHfEIrsJlOebBox0yfSHDA { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0rem solid #fdb888;border-left:0rem solid #fdb888;border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid #fdb888;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:10.3125rem;top:0rem;left:0rem;display:block; }
#E9a4sobQkB0dCTOSOCpZuxuWyNJKuslq { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:1.25rem;left:13.625rem;height:32.5125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgP14QBhQ9KoF9Af6o1TfydcdvSNsUvr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnHukWGVmoKpvIviShGHDaaQIWOsT946 { 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; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container { background-color: transparent; background-image: none; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container > .video-iframe-container { display: none; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row > .video-iframe-container { display: none; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .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); }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container { border-width: 0; border-radius: 0; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#uon8sn5MZhhZfMWdkUs4Kq6NQI4ncGA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:1.23095703125rem;left:16.875rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTTqBKUDyJ6H5zIUPgaZ6s1sLlinUHH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:1.2304840087891rem;left:1.26171875rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#esQGgmcCk9pBfWp1gD5meD846CEKIxNo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0rem solid #02a79d;border-left:0rem solid #02a79d;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid #02a79d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.3125rem;top:0rem;left:0rem;display:block; }
#dn09dZNeRWTJUdqJlmHyVZi3dB7e0kd8 { 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.25rem;width:2.25rem;top:0.96875rem;left:13.625rem;overflow:hidden;display:block; }
#u6yUh1GT93wN7T1FanPLdKH9sHRqh1WK { position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 { 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; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container { background-color: transparent; background-image: none; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container > .video-iframe-container { display: none; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row > .video-iframe-container { display: none; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .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); }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container { border-width: 0; border-radius: 0; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#szxWK7gHaMKrmbKcOSrfrz9rz97WTD0C { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0rem solid #fdb888;border-left:0rem solid #fdb888;border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid #fdb888;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:10.375rem;top:0rem;left:0rem;display:block; }
#PVBqEzogshPTO8okJ7hGczk7nrQJfDXO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sWCwT5KFOIVB4EsbQV2kLqbiWxeQe5MC { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.2492065429688rem;left:13.625rem;height:32.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM { 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; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container { background-color: transparent; background-image: none; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container > .video-iframe-container { display: none; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row > .video-iframe-container { display: none; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .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); }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container { border-width: 0; border-radius: 0; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#AcPxOZ9GMDie4ircNa6np6hpn0bpaCJ9 { color:#002180;display:block;width:47.25rem;position:absolute;font-family:"mulish medium";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:2.6875rem;left:0rem;height:2.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VOcIBpU46tzV71sJy0TDapkQGF0RgwCu { color:#002180;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:2.6937503814698rem;left:60.375rem;height:2.55rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NbGgPZAHr9FQWg9f78wf8Tq81bRd4aD4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:13.5rem;top:5.0500001907349rem;left:61.5rem;display:block; }
#vTuBgG4EpykMID1drUXfITxqszkNCb48 { 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; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container { background-color: transparent; background-image: none; }#vTuBgG4EpykMID1drUXfITxqszkNCb48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container > .video-iframe-container { display: none; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row > .video-iframe-container { display: none; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .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); }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container { border-width: 0; border-radius: 0; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#zhZls9PnCaGzb4GR2dSfV7rvGDsxpSt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.25rem;left:0rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y { 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; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container { background-color: transparent; background-image: none; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container > .video-iframe-container { display: none; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row > .video-iframe-container { display: none; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .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); }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container { border-width: 0; border-radius: 0; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#HhzztFLG3zGbdtrTdz01UJhF1Jzq3vZ2 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0rem solid #02a89b;border-left:0rem solid #02a89b;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid #02a89b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:10.375rem;top:0rem;left:0rem;display:block; }
#CbXH5Jo6hMCLBXrOye2FxiqXWXATOImd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmJaSuMgRPltoGzvHBtoToE3TmFogVAT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:"mulish medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.25rem;left:13.249218940735rem;height:1.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C5RPpVAKcn6w60OfRI85FVhEre22kbJF { 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; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container { background-color: transparent; background-image: none; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container > .video-iframe-container { display: none; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row > .video-iframe-container { display: none; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .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); }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container { border-width: 0; border-radius: 0; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#xt2OTBBqIvaebrf8Z55IGCMTuFT6gSwt { background-color:rgba(var(--color-primary-3),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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.3125rem;left:31.09375rem;display:block; }
#VthwbHl4nW7ixPrv9Oref5k3tPSmovVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0fdfd;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; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container { background-color: transparent; background-image: none; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container > .video-iframe-container { display: none; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row > .video-iframe-container { display: none; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .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); }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container { border-width: 0; border-radius: 0; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#RMR0Kd7T11tUG4PTkkiEp4mDE2TQnDsq { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:18.1875rem;top:10.5625rem;left:28.4375rem;display:block; }
#g138AKDVG0CN9sOuBmhT3I2PW3HKGw0c { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:1.57421875rem;left:14.467968940735rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2NyL3rbyyzw0anNyJCF9dZzikIoeL1U { color:#002180;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:10.9375rem;left:28.75rem;height:2.85rem;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; }
#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container { background-color: transparent; background-image: none; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container > .video-iframe-container { display: none; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row > .video-iframe-container { display: none; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .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); }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container { border-width: 0; border-radius: 0; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#FnKM1lKw0EtDV1tmFKnhwH99RQceehCU { color:#002180;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:23.25rem;height:;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; }
#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container { background-color: transparent; background-image: none; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container > .video-iframe-container { display: none; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row > .video-iframe-container { display: none; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .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); }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container { border-width: 0; border-radius: 0; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#qu0Nnyak24Wvp5gBRPIS9reaUuqGKCLS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:56.0625rem;top:0rem;left:9.5rem;display:block; }
#esXs6BOSyk5FpXZhBg2AI7iIUAyFki96 { color:#002180;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:10.625rem;left:19.375rem;height:1.91284375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#De04XcDAd6BreZobBhMVHTe8u0eZkqLx { color:rgba(0,33,128,0.8);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.625rem;left:19.375rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUxgWyqJquBMc7c6Ttx88TAly2JoKBav { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:3.9375rem;left:13.75rem;height:3.4rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#kmcznTdpvnrxsaC4bACITcJOGd6dhW7k { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:4.5rem;width:4.5rem;top:10rem;left:13.75rem;overflow:hidden;display:block; }
#Tv0aLzMlTnRBWqbquAK0cBGt2K8Zfaq3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.625rem;left:58.125rem; }
#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container { background-color: transparent; background-image: none; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container > .video-iframe-container { display: none; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row > .video-iframe-container { display: none; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .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); }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container { border-width: 0; border-radius: 0; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#NWe39q95okthJmHqPNO0fIhIek6kDPrv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:56.0625rem;top:0rem;left:9.5rem;display:block; }
#y2J7DrOxekKZgSITADh9FXUlHDh1i712 { color:#002180;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:10.625rem;left:19.375rem;height:1.91284375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NGM8Ci3f7iKFKs17DT2rzhLeONGDc596 { color:rgba(0,33,128,0.8);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.625rem;left:19.375rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSzilHLZHso2BfTi9mTp1G8KlGQFEX7B { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:2.6875rem;left:13.75rem;height:5.1rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rx45oxR95GSZGeFwIu9II29NSyqPKREs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.625rem;left:58.125rem; }
#EUKhcD621IThB20HS9aSwlIWFu7zPzXf { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:4.5rem;width:4.5rem;top:10rem;left:13.75rem;overflow:hidden;display:block; }
#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container { background-color: transparent; background-image: none; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container > .video-iframe-container { display: none; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row > .video-iframe-container { display: none; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .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); }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container { border-width: 0; border-radius: 0; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#o9tkL90dD0acS0KuGrJBX8QCLXh2ZCaw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.6875rem;left:36.25rem;display:block; }
#k4oRuPAINvpe7pyUWvqD7cuR8sA3XSfv { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.6875rem;left:38.125rem;display:block; }
#cFMWtXP0ThSuz6zxt5dM2pR8V7xZX9Ml { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0rem;left:31.6875rem; }
#ThLC2t4Vssv92GupbDK9FiVC7Kn6VsRk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0rem;left:41.5rem; }
#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA { 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; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container { background-color: transparent; background-image: none; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container > .video-iframe-container { display: none; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row > .video-iframe-container { display: none; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .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); }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container { border-width: 0; border-radius: 0; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#LHrHUFi9qbwUMpPClld6DA5tGlrDg1zM { color:#002180;display:block;width:41.9375rem;position:absolute;font-family:"mulish medium";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:3.25rem;left:16.53125rem;height:1.5rem;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; }
#BM2AmHv11AAzndouZbh1AOH6Gf6XOVba { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:19.25rem;top:8.7171897888181rem;left:27.875000953674rem;overflow:hidden;display:block; }
#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk { 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; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container { background-color: transparent; background-image: none; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container > .video-iframe-container { display: none; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row > .video-iframe-container { display: none; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .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); }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container { border-width: 0; border-radius: 0; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#uKC795bFLQORDcX7eg6BDBSO7RK0vpoE { color:#002180;display:block;width:25rem;position:absolute;font-family:"mulish medium";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:1.4242372512818rem;left:25.000000953674rem;height:1.5rem;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; }
#kGpBZElIaZApy2d89vu9y8kIqqhnndy4 { 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:8.3125rem;width:8.3125rem;top:3.3125190734863rem;left:33.343750953674rem;overflow:hidden;display:block; }
#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki { 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; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container { background-color: transparent; background-image: none; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container > .video-iframe-container { display: none; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row > .video-iframe-container { display: none; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .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); }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container { border-width: 0; border-radius: 0; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#CK3VWebWlfLgt4mRaaUOl4OqSMtDXTv4 { color:#002180;display:block;width:25rem;position:absolute;font-family:"mulish medium";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:1.8000001907349rem;left:25.000000953674rem;height:1.5rem;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; }
#tRnEaRH8ZeGq87ZqeJoD4PLiB4AJ9vLO { 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:5.5625rem;width:5.5625rem;top:5.3125rem;left:34.718750953674rem;overflow:hidden;display:block; }
#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI { 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; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container { background-color: transparent; background-image: none; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container > .video-iframe-container { display: none; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row > .video-iframe-container { display: none; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .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); }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container { border-width: 0; border-radius: 0; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#p37Ps2AdWPUoz74X7pDkh0f3VH2FdT8T { color:#002180;display:block;width:25rem;position:absolute;font-family:"mulish medium";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:1.4515781402588rem;left:25.000000953674rem;height:1.5rem;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; }
#bGsVNqGmBS7oDEuEN3dLeFSvFZvkNu6V { 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:4rem;width:9.4375rem;top:6.3750152587887rem;left:31.531250953674rem;overflow:hidden;display:block; }
#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW { 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; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container { background-color: transparent; background-image: none; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container > .video-iframe-container { display: none; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row > .video-iframe-container { display: none; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .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); }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container { border-width: 0; border-radius: 0; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#S7O1aIZWziTaoTTTiT99WO8yet3VBy7d { color:#002180;display:block;width:25rem;position:absolute;font-family:"mulish medium";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.1875152587891rem;left:25.000000953674rem;height:1.5rem;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; }
#LlFllXqHSdT9Hx0az8l3woT5gt0sQcsi { 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:7.25rem;width:11.5625rem;top:4.1562652587891rem;left:31.718750953674rem;overflow:hidden;display:block; }
#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG { 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; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container { background-color: transparent; background-image: none; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container > .video-iframe-container { display: none; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row > .video-iframe-container { display: none; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .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); }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container { border-width: 0; border-radius: 0; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#v1kdX7FmblTci2AF5TfaLLEylBzNb0GH { color:#002180;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7998046875rem;left:23.25rem;height:3.0875rem;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; }
#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu { 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; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container { background-color: transparent; background-image: none; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container > .video-iframe-container { display: none; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row > .video-iframe-container { display: none; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .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); }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container { border-width: 0; border-radius: 0; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#y5HzItIMNPCJIbMeM8RRTxZBwaClreUR { 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:16.3125rem;width:24.5rem;top:0rem;left:0.125rem;overflow:hidden;display:block; }
#ZTvzOhZKpdaa3sfNfQnQ4UwyLvSpfFnB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.5rem;top:0rem;left:25.25rem;overflow:hidden;display:block; }
#KZNR4bexygcKDq9hTfPGfCJEgeFLNpKF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.5rem;top:0rem;left:50.375rem;overflow:hidden;display:block; }
#pcuQVUO9KR0Xo2qQAXdCGeaRKQO8xFus { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.5rem;top:16.8125rem;left:25.25rem;overflow:hidden;display:block; }
#R5poQfU4L9sVxhVitzvV3ONFEvHdh8Kc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.5rem;top:16.8125rem;left:50.375rem;overflow:hidden;display:block; }
#ZDdiEIFysvcp53LP6chxbCIp4iOAaVGO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.5rem;top:16.8125rem;left:0.125rem;overflow:hidden;display:block; }
#ctnAF3JPVcikkdD2zTqFq7mUGoe1QyAJ { 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:16.3125rem;width:24.5rem;top:33.625rem;left:25.25rem;overflow:hidden;display:block; }
#bd3kthlPx9nIRZ0PH1IOB0IXgASo7slE { 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:16.3125rem;width:24.5rem;top:33.625rem;left:0.125rem;overflow:hidden;display:block; }
#WSuB1ZITO2qhOKouf0hpkld1KMdMcUR4 { 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:16.3125rem;width:24.5rem;top:33.625rem;left:50.375rem;overflow:hidden;display:block; }
#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13022c;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; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container { background-color: transparent; background-image: none; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container > .video-iframe-container { display: none; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row > .video-iframe-container { display: none; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .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); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container { border-width: 0; border-radius: 0; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#AF44RLIzyAmnxEbwy94eGyI108qJTMKm { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:"mulish semibold";font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.85009765625rem;left:32.5625rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V49QJCQFgAI0tZpbvh7AUURuDtQ2QuBb { color:rgba(var(--color-tertiary-0),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:14995;line-height:1.7;letter-spacing:0;top:9.8125rem;left:32.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KETtnuJVoDnSRXzWR8va86uFZpav4t0Q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#002180;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.5625rem;left:32.5rem;display:block; }
#BvQLNGGNubCG4nkwHbXe87rZd1SEidMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXVtqNWH67i3aGexmZT39lOBzteCSnyZ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.5625rem;left:46.1875rem;display:block; }
#HfFznnQD0ctRWpz04MPScEHQoPEfKb2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzIO8I1WOE5PgZkUCkBcsNHTJTMzUAwm { position:absolute;display:block;z-index:15011;height:15.125rem;width:42.375rem;top:14.19921875rem;left:32.625rem;display:block; }
#bShQqlCtoQSRsmTKed2U01BuZ9SEJII3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:31.25rem;left:32.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scbpMZ3F6RzE57M8UCAGRITdwWcD7kaC { position:absolute;display:block;z-index:15011;height:12.5625rem;width:42.375rem;top:25.4375rem;left:32.625rem;display:none; }
#dMSicIBFgJ65UcghcLWCs7Ky5OaHek4d { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:"mulish semibold";font-size:2.375rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:7.9375rem;left:4.375rem;height:7.8375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JXbkuZwCQWFEeo2ka6oK2NERZt3LwbVu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.5625rem;top:5.5625rem;left:4.375rem;display:block; }
#uf3HoDQnahAglp2gE0zaxk1qMlBeb8pe { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6624879837036rem;left:4.375rem;height:1.4625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .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; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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.6875rem;left:4.0625rem;z-index:15003; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #VTTeCzsEKWnBJAu4X4LMTbPCGscy3XOX { display:flex;position:relative;top:0rem;left:0rem; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #NI9lkiMTSRkG5C8PT0RnntbJAd8pbuza { width:auto; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #UdSXCzmv7oO0y3yXEkZeBbkGsHkQKtSB {  }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #ZEX1Euw7VKCthNuKVCzKao8dTu5ppEwb { display:flex;position:relative;top:0rem;left:0rem; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #riMysLJG0TrKsPpwqO1hf7AfKii5O5w4 {  }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #Ad4vOOlC8fQgQJpab8r410PbCTpxrDUl {  }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #QzfeA3r37v1CIEAAsPJAHQQTkrwT7Lx5 { display:flex;position:relative;top:0rem;left:0rem; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #WSWAGSWBv5ZPEP7nWITUIg1Bx57yi4WZ {  }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #ygT7df0L15oHmXlVoZrIlWT808ev1cH7 {  }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #IRAWTAp16qCbXNdH0SLAFolU7C7uw8XM { display:flex;position:relative;top:0rem;left:0rem; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #dOfc12OFXoXekIsl2ZpDV8D5H5UP8hgy {  }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #x6OsIhTlIvu6mDzkkAeVFKZ7U68DVhKq {  }
#IXbqdmTTHgurohx38lVKnm9DfgsCZTQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.375rem;left:4.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#z5TdhgSi7ryisCgAsR95DWXBBRSuIWTx { position:absolute;display:block;z-index:14996;background-color:#002180;background-image:none;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:46.25rem;width:28.0625rem;top:0rem;left:0rem;display:block; }
#SRiUa5XiDRg0lgulodJ8RHkUz8KQ6Pca { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.6875rem;top:0rem;left:19.125rem;overflow:hidden;display:block; }
#dO0F55w8ZCrniyClpbIsGWTqgITWgRB6 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4rem;top:20.5625rem;left:4.375rem;display:block; }
#wlOU7BPQmTh5b5LDTiwUKyx8imNwFk9s { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4rem;top:20.5625rem;left:9.1875rem;display:block; }
#h79f4Emu0W0rEOiERHkHMPzTkTuCIMqJ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4rem;top:20.53125rem;left:14rem;display:block; }
#KDI8Qgl26vaMDrtkP5vsiv2DV5cXL8vp { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.18);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4rem;top:20.53125rem;left:18.8125rem;display:block; }
#TBbkRtFxnPkSpPBJCl3H7XTSDO8A3Afg { 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:3.75rem;width:4.3125rem;top:31.3125rem;left:69.4375rem;overflow:hidden;display:block; }
#gL4OqJxlhQLcg3NTaOrZUGqJZsadPZLx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.0625rem;width:2.0625rem;top:31.75rem;left:71.5625rem;display:block; }
#xcMUFMdTvxr4AAWebT2O0ovAF4KN9TrB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:14.3125rem;top:39.125rem;left:3.25rem;overflow:hidden;display:block; }
#AogmuC2lNBCe3bBXRISe9XzCXnQ34FOt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.75rem;top:31.25rem;left:16.5rem;overflow:hidden;display:block; }
#pB9N8avxW8rZf6ITMV2212ADXHMscTyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container { background-color: transparent; background-image: none; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container > .video-iframe-container { display: none; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row > .video-iframe-container { display: none; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .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); }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container { border-width: 0; border-radius: 0; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#C5nXpD2sNTiiSUzlkmKvtMmCUQSlLk2J { color:#1e2154;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.8125rem;left:17.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sH2aAoxsn2CbkTLWZy78BH4qJhTbemrF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.625rem;top:5.3125rem;left:0.90625rem;overflow:hidden;display:block; }
#soHhzQMUkXG75bAf9x7GkBbXZWmw7vg2 { color:#1e2154;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:4.375rem;left:17.375rem;height:1.91284375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iMz4QN3qDKPNXm4wxwqrv30qFHpXmL15 { color:#1e2154;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.8125rem;left:33.9375rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fklUrLaKsJcgcMrEHL57XHFluBhv1ZK0 { color:#1e2154;display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:4.375rem;left:33.9375rem;height:1.91284375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QP8WHSGB0HgCJbBxbMSIfJlHe0dmmdJK { color:#1e2154;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.625rem;left:51.125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d8tqkC2unZcB91SHeT363eqlLGLBmDvO { color:#1e2154;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:4.375rem;left:51.125rem;height:1.91284375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dwa0yoCS7ydK4Av8xi3epzVeCF4ieK2G { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.625rem;left:68.0625rem; }
#Dwa0yoCS7ydK4Av8xi3epzVeCF4ieK2G > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#a5Rtt93MIEQvTQBI07ZHUP9r7iQe6FyX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.4375rem;left:70.75rem; }
#a5Rtt93MIEQvTQBI07ZHUP9r7iQe6FyX > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#ShGFozmIg1uZwJoRqdPIpwoKgnn3514w { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.625rem;left:73.5rem; }
#ShGFozmIg1uZwJoRqdPIpwoKgnn3514w > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#i217lI12pFhzCqPPgmaumNbhCaKXSoqQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.5625rem;left:65.1875rem; }
#i217lI12pFhzCqPPgmaumNbhCaKXSoqQ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M { display:block; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3m4do2fe7zKEmxC3VuKbJ0oTeTuMsoN { width:6.625rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8JAz0R5giuC63qrWhTkLOw7xD5hm74q { width:4.75rem;height:2.125rem;top:1.4375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPv4fNT8CMzoUmIUktye2H3CWhIcqKZf { display:block; }
 }@media only screen and (max-width: 763px) { #V6GXdEgqtRMDwSUTCuHCxwM0LFrw7x9B { width:3.8125rem;height:2.125rem;top:1.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbggRK2l5TTXaD6fZAKXzEqsqDTNqOir { display:block; }
 }@media only screen and (max-width: 763px) { #zmEmZG3Sf7Hd9IRJLGEJTD9bCXTDTR6g { width:4.875rem;height:2.125rem;top:1.4375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0cJsGMymTAxlmbzop8Mi5DqZzokTaT { display:block; }
 }@media only screen and (max-width: 763px) { #VDL6zc7HOCDRzqlFFBZv9ERi0aZSTp2K { width:6.3125rem;height:2.125rem;top:1.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPqKyrJNkkNBaSyAzO2oSGFCZAhWrHoI { display:block; }
 }@media only screen and (max-width: 763px) { #HHIRTOOgcRTkPpK2q9A6o62O86Q0c4Am { width:5.4375rem;height:2.125rem;top:1.4375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lISMwba2UkOagyTCKoaQvZgPJgZMSivT { display:block; }
 }@media only screen and (max-width: 763px) { #WM2CbqfTA54xN2TdT8n1yxqKaLqcHTyh { width:9.625rem;height:2.75rem;top:1.125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxMtKBUL57s56SGS9o4QOit827idV2Vn { display:block; }
 }@media only screen and (max-width: 763px) { #rbkeXF1u5Nqvzm7lZWwiTxmT7hmT3FJT { width:4.875rem;height:2.125rem;top:1.4375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbgKqCfkba4Zn4MCa1PwNekgyU7yXTqX { display:block; }
 }@media only screen and (max-width: 763px) { #o9cgE5DEzbXGzGP1CET8WHGI3oghFVmW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB { display:block; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw { display:none; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vApguaa6JZn5NOmPhL0ELvJDttHnHAqu { width:1.75rem;height:1.75rem;top:1.5rem;left:46rem;display:block; }
#vApguaa6JZn5NOmPhL0ELvJDttHnHAqu > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iWmZbWbpivtoAnqWya3Nwde9fTac7B6m { width:1.625rem;height:1.625rem;top:1.625rem;left:46.125rem;display:block; }
#iWmZbWbpivtoAnqWya3Nwde9fTac7B6m > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #B2TySP1yQk9RZNEGBL858N0PhdnFA33L { width:1.75rem;height:1.75rem;top:1.375rem;left:30.375rem;display:block; }
#B2TySP1yQk9RZNEGBL858N0PhdnFA33L > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #uBPx41aCTflsfSHQo29TBnbBeeZHSrF8 { width:1.75rem;height:1.75rem;top:1.5625rem;left:45.625rem;display:block; }
#uBPx41aCTflsfSHQo29TBnbBeeZHSrF8 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #GJIeNDbanXxBrk4VDfg02tB6URo8a3LD { width:6.3125rem;height:2.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3xs3M9qzhAzlNKngbw3ODhSxrBKv0V { display:block; }
 }@media only screen and (max-width: 763px) { #b1T3pRD34NBk1JNC3GLATn4ypAlgHlBe { width:4.75rem;height:2.125rem;top:1.4375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QODr3SU2UmcMkGH5HbPPCeNgOUu2MlK2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z4xSM4TvqmCSMvPFaN0oCxWdPL9BhBWZ { width:9rem;height:2.125rem;top:1.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVafXtCJKxx4DzCrvrVi7X7G206JLnH { display:block; }
 }@media only screen and (max-width: 763px) { #H5LsN7pP0qoynSQuQUT4ukaUPH58x20X { width:4.875rem;height:2.125rem;top:1.4375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKJEGh3xEt1fQhnJqBfkRBEwmhzVTrok { display:block; }
 }@media only screen and (max-width: 763px) { #ok8ZNwfOovgAFk1qB3RATcSkLzkad1pB { width:5.4375rem;height:2.125rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvXeJwvdbIq7nGXsxCzdBOQJJchBmSps { display:block; }
 }@media only screen and (max-width: 763px) { #DaJos2qARHtSg4KJtsXqXpNopBUiyt3H { width:4.875rem;height:2.125rem;top:1.4375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laE6E7eL7ifQgwoJvNBHbFLSPVqhDFNT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF71MvRyTzFvWVzceH57zaUIbn9826Om { width:12.125rem;height:3.375rem;top:26.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSOKhpM5VySVVXpWEvUqpzmDPPzwias { display:block; }
 }@media only screen and (max-width: 763px) { #nAyr2K5w5URBhiLsk8vUB3hP4E01B2pz { width:9.3125rem;height:3.3125rem;top:26.8125rem;left:28.671630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgHWZ4b2eSqrwNTuMLWz05coevTma66 { display:block; }
 }@media only screen and (max-width: 763px) { #y9NTlHBxBvahsZa23Zn4HqdXnC5hcATv { width:12.75rem;height:;top:2.5rem;left:35rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saa3IGKKxWySwn8GPFT3hUl17Ktp9Jqe { width:13.8125rem;height:1.875rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t00gdQi4fXLt1btyhJJ6wQ755h2QZDpT { width:11.625rem;height:1.4375rem;top:8.3125rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsIKyrsKxvO5AGSCeJreVT5DEGJxTFb { width:33.3125rem;height:;top:13.4375rem;left:14.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4bWVmNqQ5Varob6FJapfgPosWfre2Mo { width:9.4375rem;height:1.75rem;top:2.5rem;left:38.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW9PV4T243XJrNkeOlPCwNS0nJlq69Mv { width:10rem;height:1.875rem;top:2.4375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhOaRH5QfqT2TXpFDm81zTIgA6M60tDG { width:0.125rem;height:11rem;top:10.5rem;left:15.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkTcTR3UHpadEFg0O3PLieWdVmkoxhA { width:6.875rem;height:0.5625rem;top:9.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT4sVEe044zUyxOJE9LP2MdKA7HfCpZT { width:7.625rem;height:1.75rem;top:11.0625rem;left:16.749218940735rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdSWDU3pJQVkQNH90GZ8QraqEghS1QG { width:7.875rem;height:2.3125rem;top:10.75rem;left:16.749218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0dcffIJ7mfJkRpXaTlKUTqUcfRRSoV7 { width:13rem;height:;top:4.6875rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0nTeTQoSRQARuHx8zg12l4VopNdONP { width:13.75rem;height:1.875rem;top:4.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzvLGl6bcyai552O93fzCgAnABSCe3k { width:5.25rem;height:1.75rem;top:4.6875rem;left:42.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgPiA31yVLPhd4XMPZNJTNzUVFLGxoN { width:6.3125rem;height:1.875rem;top:4.625rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8baUTbhxvrV81f1Ut0TT7Jp81WCioT9 { width:13.0625rem;height:6.375rem;top:29.625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTADha2WR7lKhD8VPhLHoCDVz7hRcCtR { width:5.6875rem;height:2.8125rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLq2aXTvDyWureiwamio1Gk75SpAocM { width:26.25rem;height:32.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuWXM5uR9nJrKvcfUtntTTWL6clWvaA { width:5.375rem;height:2.5625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg { display:block; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgZgVBGGeQV4fsBhXGemKKw58tUbfIrW { width:47.1875rem;height:;top:4.375rem;left:0.28125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fix9XX5kZBOWVBkHaPvKwws0wtNg4HWl { width:7.1875rem;height:0.875rem;top:6.125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qal6pccNhg8bzTiPTazTBTRn6fDbd5RS { width:43.875rem;height:10.1875rem;top:8.3125rem;left:1.9054689407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 { display:block; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODaDQnxesEUTpoTteoPn57AJRwer1nfp { width:34rem;height:7.1875rem;top:5.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNJrWOXmHZ57DRwOMZQagPAWrSKJkpso { width:30rem;height:8.5rem;top:5.0625rem;left:17.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRiO4mGyi2H7tFrsqnaxTyNTxwGZyw9F { width:0.0625rem;height:10.3125rem;top:3.75rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPLOuGJMn09a620UE5UyBcDdrtTT1EJB { width:47.75rem;height:12.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpqZAJ1lacRsUiU11udZSC5qElgxPD90 { width:4.3125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S00qRgLGHDtWtNmk9q08k6q8z3abVco1 { width:2.0625rem;height:2.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu3mDfP8xHXP5FTfnWxJgoBwP5sdVzLm { width:2.9375rem;height:2.875rem;top:13.375rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5exr6c57vlDt599zwIXNB0g17Q88CdK { display:block; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVtLaWAqo4THWkg3KLdk9XTCH4W6lWP7 { width:47.1875rem;height:2.3125rem;top:6.6875rem;left:0.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxadr1vaHeVcE0mu00C2McqhCRTOoyBE { width:37.0625rem;height:2.125rem;top:12.25rem;left:5.2375001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOsV23l7QyBQnrBwnQ4hNRUo9CUQV2oE { width:47.75rem;height:32.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2HnMFPmaTu5fk34UfB99QuoeM7suaPS { width:44.375rem;height:6.8125rem;top:15.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTJgc48TbNEsF40L9PAr6CwWOIodB3ln { width:42.3125rem;height:4.25rem;top:17.125rem;left:5.2375001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0Lplxevm6hS1EELw0HAKxlEBTzDqXX { width:44.375rem;height:4.3125rem;top:22.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUg5mhNuL5SLkFiFyWrkQQXrXb9EerTv { width:38.625rem;height:2.125rem;top:23.9375rem;left:5.2375001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiImnC9g2B0rmexqZUrxWvNfDMHtR4Qp { width:9.25rem;height:3.375rem;top:38.5625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpal52x4QNt1bd4O0iEvTNAfoMlubwFc { display:block; }
 }@media only screen and (max-width: 763px) { #ZXRTcUKi7tZTmgWPeJvNHlROCZ0cZhIe { width:12.8125rem;height:3.3125rem;top:38.5rem;left:12.249022483826rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8QSBhiHSf3FCULOGoydko30yl0TKkwF { display:block; }
 }@media only screen and (max-width: 763px) { #XgIn1lc37nFtLPam2PpxFD4PLi8NHo2G { width:44.375rem;height:4.3125rem;top:11.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut44Q1vBJiwVUVkVkGwIS5idCr7GyXDp { width:6.25rem;height:6.125rem;top:19.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZF3cTwTxHWOObpKaWA5mIAofpSNDcZ { width:2.75rem;height:2.75rem;top:11.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J59tcW2RuXftZhKRTxJMoLJMIP7wyrID { width:2.75rem;height:2.75rem;top:17.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByNcPkKSva7VSMVnWa1XGoEfNAWRbI5C { width:2.75rem;height:2.75rem;top:23.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUaAx0SDmV2rwG1d4GXfICE21s0mDd9M { width:2.75rem;height:2.75rem;top:28.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvB5qSqyFKwWt6DhT0iTvw2SgdaLdEnR { width:38.625rem;height:2.125rem;top:28.625rem;left:5.2375001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 { display:block; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuMfihfdgLXZ4Tx420Ep5dV0Q5xTtX8E { width:28.5rem;height:;top:3.375rem;left:9.6250009536744rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GclVudrKETP7Ph3BBWmCwAkQua8TfT0q { display:block; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMpVLyv15pbHeBTzaTBKpSJNlXqD9TgK { width:10.9375rem;height:1.5625rem;top:13.375rem;left:11.437500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzCOS5eeviNA5u4QvlotNUqcl60ImASQ { width:12.625rem;height:2.4375rem;top:15.1875rem;left:10.093750953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXgyihwDwXtQJwA95z2BfIfxAzboPsF { width:9.75rem;height:9.75rem;top:1.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3NTvKXnWNHD2gJfmKbBnevO1qVpiQt7 { width:9.75rem;height:9.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnItiL2FkiXNPupGT1azLNmyyc3LXehn { width:12.1875rem;height:1.5625rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zonlt4BDrN3QEgImxUGVXdRwCLtZmwBN { width:14.125rem;height:2.4375rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPPRQ9btvf3VIrQUyUzIEJoJn4qZGRdz { width:10rem;height:10rem;top:1.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0UK7P33r09yao37W0lUcVhbarKcdNKF { width:10.9375rem;height:1.5625rem;top:13.25rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNqvotCH5IKd9TMJThhvK2Wl9K25S6zR { width:14.0625rem;height:2.4375rem;top:15.1875rem;left:24rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlE7cuMsDSSk3Dq09JoDDqyMzfgEm3KL { width:10.9375rem;height:1.5625rem;top:13.5625rem;left:36.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmlCkaqMRk6MhDz7m6Pp7tdElcExUnl4 { width:12.625rem;height:3.625rem;top:15.375rem;left:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbTw4IkcDfJC7oTLT72SutD2edgOTWB { width:9.75rem;height:9.75rem;top:1.8125rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK { display:block; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdDCeCxFe4EPTsLJ4x5WTnKGodeg4EtF { width:28.5rem;height:;top:3.3125rem;left:9.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM7GkB2UaLWGGJQtHvtqoIsTrTEyQQFw { width:40.9375rem;height:3.375rem;top:7.6875rem;left:3.4374990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 { display:block; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQFmH7RM2RtRFFT515oxFsJ5KxL9VqpU { width:23.75rem;height:4.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtwMwrvAbZeFP6kqnWyzX85RVtlbz1R { display:block; }
 }@media only screen and (max-width: 763px) { #mia61qzcnWzSWMSFPQg7DTeXDeUn1BbK { width:8.0625rem;height:1.125rem;top:0.5625rem;left:14.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHQ1tc2GwWoTqfwVA95CqcdNx3GzXFD { width:23.6875rem;height:4.25rem;top:1.9375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFmvhUQRKQrhTBUDE4kUHOeQQ2V2dn4A { display:block; }
 }@media only screen and (max-width: 763px) { #fFPkaGrZOHtqDz4FAeA99DXyTV6gnPEt { width:8.125rem;height:1.625rem;top:0.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxn3ao27s1P9IvQdpIcvsgC24MvBIQZO { width:4.5rem;height:1.125rem;top:0.625rem;left:43.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtI1cKzt1UHeOmfy5eotLWdRrxS6ON3O { width:4.875rem;height:1.625rem;top:0.4375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5XzXUeHnaiQgrQS9va1Ca5XhhyGSyz { width:23.75rem;height:4.75rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2MTsZLbsIEi0R8ITNChSHF1pn8DAc1X { display:block; }
 }@media only screen and (max-width: 763px) { #xuoInXsniFRl3QdbHsNtxyp29CheTyaA { width:23.6875rem;height:4.75rem;top:1.9375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOb6UoJMoLBfo8w0rPnXnMXxTBn7Mt8S { display:block; }
 }@media only screen and (max-width: 763px) { #rbqLmqSgmknOG4bDKd4XEgru5TgJThDs { display:block; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJihQqsNuPLHd0gsiSaJwEOLuGv7bTx9 { width:47.75rem;height:2.5rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Z7ecoqtkmkr1GmxeN8W5PF3D9TF2Z9 { width:14.4375rem;height:2.5rem;top:2.6875rem;left:33.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDT38D0leXI6rsi7xZaSTUDbSmhkN6zX { width:12.6875rem;height:0.3125rem;top:5.0625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridFp1Nh8x143A1UiAxNITSrAU67mznd { display:block; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8ya0kgq1x4qb1HzOIQv57sxhWIECdVx { width:31.75rem;height:1.875rem;top:1.1875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEmxR6re5oql7q1ee3oV1uZIFkPDidTS { width:7.9375rem;height:1.875rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwo7uOswwn2oElqJmA7qcvJP0fUTu8rt { width:10.3125rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS2orpGptEyCOZrg3wpk15mB4x25tzfB { width:47.75rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8hsCCUtuliS7UIsEqHBOM4D0wHaUlb { width:2.25rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB { display:block; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yops6xqSUIk2A1gMkB5vlngmFTWh9v3O { width:4.4375rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFOOKb0aftGzweCtAFqAJGCyLv2FVGz { width:7.9375rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ShKWoWrEhXJ3rhhlslzy7UL675hmiC { width:47.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGiayyRb09uoMUzni841LGuPs9d3eRCJ { width:47.75rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd { display:block; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exm9BJggZZiHfEIrsJlOebBox0yfSHDA { width:10.3125rem;height:35.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9a4sobQkB0dCTOSOCpZuxuWyNJKuslq { width:47.75rem;height:32.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgP14QBhQ9KoF9Af6o1TfydcdvSNsUvr { width:7.9375rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHukWGVmoKpvIviShGHDaaQIWOsT946 { display:block; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uon8sn5MZhhZfMWdkUs4Kq6NQI4ncGA9 { width:31.75rem;height:1.875rem;top:1.1875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTqBKUDyJ6H5zIUPgaZ6s1sLlinUHH6 { width:7.9375rem;height:1.875rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esQGgmcCk9pBfWp1gD5meD846CEKIxNo { width:10.3125rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn09dZNeRWTJUdqJlmHyVZi3dB7e0kd8 { width:2.25rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yUh1GT93wN7T1FanPLdKH9sHRqh1WK { width:47.75rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 { display:block; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szxWK7gHaMKrmbKcOSrfrz9rz97WTD0C { width:10.375rem;height:35.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVBqEzogshPTO8okJ7hGczk7nrQJfDXO { width:7.9375rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCwT5KFOIVB4EsbQV2kLqbiWxeQe5MC { width:47.75rem;height:32.5rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM { display:block; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcPxOZ9GMDie4ircNa6np6hpn0bpaCJ9 { width:47.25rem;height:2.5rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcIBpU46tzV71sJy0TDapkQGF0RgwCu { width:14.625rem;height:2.5rem;top:2.6875rem;left:33.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbGgPZAHr9FQWg9f78wf8Tq81bRd4aD4 { width:13.5rem;height:0.3125rem;top:5rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTuBgG4EpykMID1drUXfITxqszkNCb48 { display:block; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhZls9PnCaGzb4GR2dSfV7rvGDsxpSt3 { width:47.75rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y { display:none; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HhzztFLG3zGbdtrTdz01UJhF1Jzq3vZ2 { width:10.375rem;height:9.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbXH5Jo6hMCLBXrOye2FxiqXWXATOImd { width:7.9375rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJaSuMgRPltoGzvHBtoToE3TmFogVAT { width:47.75rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RPpVAKcn6w60OfRI85FVhEre22kbJF { display:block; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xt2OTBBqIvaebrf8Z55IGCMTuFT6gSwt { width:12.8125rem;height:3.375rem;top:3.3125rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VthwbHl4nW7ixPrv9Oref5k3tPSmovVJ { display:block; }
 }@media only screen and (max-width: 763px) { #SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N { display:block; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMR0Kd7T11tUG4PTkkiEp4mDE2TQnDsq { width:18.1875rem;height:3.5625rem;top:10.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g138AKDVG0CN9sOuBmhT3I2PW3HKGw0c { width:46.0625rem;height:6.75rem;top:1.5625rem;left:0.84296894073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2NyL3rbyyzw0anNyJCF9dZzikIoeL1U { width:17.5rem;height:2.8125rem;top:10.9375rem;left:15.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAmKBWcekgXLHJTm3q11wolv9fB2Lde { display:block; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnKM1lKw0EtDV1tmFKnhwH99RQceehCU { width:28.5rem;height:;top:5.5rem;left:9.6250009536744rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 { display:block; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu0Nnyak24Wvp5gBRPIS9reaUuqGKCLS { width:47.75rem;height:16.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esXs6BOSyk5FpXZhBg2AI7iIUAyFki96 { width:10.9375rem;height:1.875rem;top:10.625rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De04XcDAd6BreZobBhMVHTe8u0eZkqLx { width:32.1875rem;height:2.4375rem;top:12.625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUxgWyqJquBMc7c6Ttx88TAly2JoKBav { width:47.5rem;height:3.375rem;top:3.9375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmcznTdpvnrxsaC4bACITcJOGd6dhW7k { width:4.5rem;height:4.5rem;top:10rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0aLzMlTnRBWqbquAK0cBGt2K8Zfaq3 { width:3.125rem;height:3.125rem;top:10.625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL { display:block; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWe39q95okthJmHqPNO0fIhIek6kDPrv { width:47.75rem;height:16.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2J7DrOxekKZgSITADh9FXUlHDh1i712 { width:10.9375rem;height:1.875rem;top:10.625rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGM8Ci3f7iKFKs17DT2rzhLeONGDc596 { width:25.125rem;height:1.1875rem;top:12.625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzilHLZHso2BfTi9mTp1G8KlGQFEX7B { width:47.5rem;height:5.0625rem;top:2.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx45oxR95GSZGeFwIu9II29NSyqPKREs { width:3.125rem;height:3.125rem;top:10.625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUKhcD621IThB20HS9aSwlIWFu7zPzXf { width:4.5rem;height:4.5rem;top:10rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv { display:block; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9tkL90dD0acS0KuGrJBX8QCLXh2ZCaw { width:0.625rem;height:0.625rem;top:0.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4oRuPAINvpe7pyUWvqD7cuR8sA3XSfv { width:0.625rem;height:0.625rem;top:0.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFMWtXP0ThSuz6zxt5dM2pR8V7xZX9Ml { width:1.875rem;height:1.875rem;top:0rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLC2t4Vssv92GupbDK9FiVC7Kn6VsRk { width:1.875rem;height:1.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA { display:block; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHrHUFi9qbwUMpPClld6DA5tGlrDg1zM { width:41.9375rem;height:1.5rem;top:3.25rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM2AmHv11AAzndouZbh1AOH6Gf6XOVba { width:19.25rem;height:7rem;top:8.6875rem;left:14.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk { display:block; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKC795bFLQORDcX7eg6BDBSO7RK0vpoE { width:25rem;height:1.5rem;top:1.375rem;left:11.375000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGpBZElIaZApy2d89vu9y8kIqqhnndy4 { width:8.3125rem;height:8.3125rem;top:3.3125rem;left:19.718750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki { display:block; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CK3VWebWlfLgt4mRaaUOl4OqSMtDXTv4 { width:25rem;height:1.5rem;top:1.75rem;left:11.375000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRnEaRH8ZeGq87ZqeJoD4PLiB4AJ9vLO { width:5.5625rem;height:5.5625rem;top:5.3125rem;left:21.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI { display:block; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p37Ps2AdWPUoz74X7pDkh0f3VH2FdT8T { width:25rem;height:1.5rem;top:1.4375rem;left:11.375000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGsVNqGmBS7oDEuEN3dLeFSvFZvkNu6V { width:9.4375rem;height:4rem;top:6.375rem;left:17.906250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW { display:block; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7O1aIZWziTaoTTTiT99WO8yet3VBy7d { width:25rem;height:1.5rem;top:1.1875rem;left:11.375000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFllXqHSdT9Hx0az8l3woT5gt0sQcsi { width:11.5625rem;height:7.25rem;top:4.125rem;left:18.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG { display:block; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1kdX7FmblTci2AF5TfaLLEylBzNb0GH { width:28.5rem;height:3.0625rem;top:4.75rem;left:9.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu { display:block; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5HzItIMNPCJIbMeM8RRTxZBwaClreUR { width:24.5rem;height:16.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvzOhZKpdaa3sfNfQnQ4UwyLvSpfFnB { width:24.5rem;height:16.3125rem;top:0rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZNR4bexygcKDq9hTfPGfCJEgeFLNpKF { width:24.5rem;height:16.3125rem;top:0rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcuQVUO9KR0Xo2qQAXdCGeaRKQO8xFus { width:24.5rem;height:16.3125rem;top:16.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5poQfU4L9sVxhVitzvV3ONFEvHdh8Kc { width:24.5rem;height:16.3125rem;top:16.8125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDdiEIFysvcp53LP6chxbCIp4iOAaVGO { width:24.5rem;height:16.3125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctnAF3JPVcikkdD2zTqFq7mUGoe1QyAJ { width:24.5rem;height:16.3125rem;top:33.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd3kthlPx9nIRZ0PH1IOB0IXgASo7slE { width:24.5rem;height:16.3125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSuB1ZITO2qhOKouf0hpkld1KMdMcUR4 { width:24.5rem;height:16.3125rem;top:33.625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz { display:block; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AF44RLIzyAmnxEbwy94eGyI108qJTMKm { width:41.875rem;height:;top:4.8125rem;left:5.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49QJCQFgAI0tZpbvh7AUURuDtQ2QuBb { width:42.125rem;height:;top:9.8125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETtnuJVoDnSRXzWR8va86uFZpav4t0Q { width:12.8125rem;height:3.375rem;top:37.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQLNGGNubCG4nkwHbXe87rZd1SEidMH { display:block; }
 }@media only screen and (max-width: 763px) { #nXVtqNWH67i3aGexmZT39lOBzteCSnyZ { width:9.25rem;height:3.375rem;top:37.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfFznnQD0ctRWpz04MPScEHQoPEfKb2v { display:block; }
 }@media only screen and (max-width: 763px) { #SzIO8I1WOE5PgZkUCkBcsNHTJTMzUAwm { width:42.375rem;height:15.125rem;top:14.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bShQqlCtoQSRsmTKed2U01BuZ9SEJII3 { width:32rem;height:;top:31.25rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scbpMZ3F6RzE57M8UCAGRITdwWcD7kaC { width:42.375rem;height:12.5625rem;top:25.4375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMSicIBFgJ65UcghcLWCs7Ky5OaHek4d { width:21.6875rem;height:7.8125rem;top:7.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXbkuZwCQWFEeo2ka6oK2NERZt3LwbVu { width:6.5625rem;height:1.8125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf3HoDQnahAglp2gE0zaxk1qMlBeb8pe { width:6.75rem;height:1.4375rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .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; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .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; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn { display:flex;width:18rem;height:5.0625rem;top:0rem;left:24.15625rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #VTTeCzsEKWnBJAu4X4LMTbPCGscy3XOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #NI9lkiMTSRkG5C8PT0RnntbJAd8pbuza {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #UdSXCzmv7oO0y3yXEkZeBbkGsHkQKtSB {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #ZEX1Euw7VKCthNuKVCzKao8dTu5ppEwb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #riMysLJG0TrKsPpwqO1hf7AfKii5O5w4 {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #Ad4vOOlC8fQgQJpab8r410PbCTpxrDUl {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #QzfeA3r37v1CIEAAsPJAHQQTkrwT7Lx5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #WSWAGSWBv5ZPEP7nWITUIg1Bx57yi4WZ {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #ygT7df0L15oHmXlVoZrIlWT808ev1cH7 {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #IRAWTAp16qCbXNdH0SLAFolU7C7uw8XM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #dOfc12OFXoXekIsl2ZpDV8D5H5UP8hgy {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #x6OsIhTlIvu6mDzkkAeVFKZ7U68DVhKq {  }
 }@media only screen and (max-width: 763px) { #IXbqdmTTHgurohx38lVKnm9DfgsCZTQ5 { width:18.5625rem;height:1.25rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TdhgSi7ryisCgAsR95DWXBBRSuIWTx { width:28.0625rem;height:46.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRiUa5XiDRg0lgulodJ8RHkUz8KQ6Pca { width:5.6875rem;height:2.8125rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0F55w8ZCrniyClpbIsGWTqgITWgRB6 { width:4rem;height:5.125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlOU7BPQmTh5b5LDTiwUKyx8imNwFk9s { width:4rem;height:5.125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h79f4Emu0W0rEOiERHkHMPzTkTuCIMqJ { width:4rem;height:5.125rem;top:20.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDI8Qgl26vaMDrtkP5vsiv2DV5cXL8vp { width:4rem;height:5.125rem;top:20.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbkRtFxnPkSpPBJCl3H7XTSDO8A3Afg { width:4.3125rem;height:3.75rem;top:31.3125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL4OqJxlhQLcg3NTaOrZUGqJZsadPZLx { width:2.0625rem;height:2.0625rem;top:31.75rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcMUFMdTvxr4AAWebT2O0ovAF4KN9TrB { width:14.3125rem;height:7.125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AogmuC2lNBCe3bBXRISe9XzCXnQ34FOt { width:8.75rem;height:8.625rem;top:31.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9N8avxW8rZf6ITMV2212ADXHMscTyl { display:block; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5nXpD2sNTiiSUzlkmKvtMmCUQSlLk2J { width:15rem;height:;top:7.8125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH2aAoxsn2CbkTLWZy78BH4qJhTbemrF { width:6.625rem;height:2.75rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soHhzQMUkXG75bAf9x7GkBbXZWmw7vg2 { width:13.4375rem;height:1.875rem;top:4.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMz4QN3qDKPNXm4wxwqrv30qFHpXmL15 { width:15rem;height:;top:7.8125rem;left:20.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fklUrLaKsJcgcMrEHL57XHFluBhv1ZK0 { width:13.4375rem;height:1.875rem;top:4.375rem;left:20.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP8WHSGB0HgCJbBxbMSIfJlHe0dmmdJK { width:12.25rem;height:1.5625rem;top:7.625rem;left:35.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8tqkC2unZcB91SHeT363eqlLGLBmDvO { width:12.5625rem;height:1.875rem;top:4.375rem;left:35.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwa0yoCS7ydK4Av8xi3epzVeCF4ieK2G { width:1.375rem;height:1.375rem;top:4.625rem;left:46.25rem;display:block; }
#Dwa0yoCS7ydK4Av8xi3epzVeCF4ieK2G > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #a5Rtt93MIEQvTQBI07ZHUP9r7iQe6FyX { width:1.5rem;height:1.5rem;top:4.4375rem;left:46.25rem;display:block; }
#a5Rtt93MIEQvTQBI07ZHUP9r7iQe6FyX > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ShGFozmIg1uZwJoRqdPIpwoKgnn3514w { width:1.5rem;height:1.5rem;top:4.625rem;left:46.25rem;display:block; }
#ShGFozmIg1uZwJoRqdPIpwoKgnn3514w > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #i217lI12pFhzCqPPgmaumNbhCaKXSoqQ { width:1.375rem;height:1.375rem;top:4.5625rem;left:46.25rem;display:block; }
#i217lI12pFhzCqPPgmaumNbhCaKXSoqQ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M { position:relative;z-index:auto;display:block; }#iW7Nlf4vRahAQRDgKKD4p6FrrFGE4g4M > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3m4do2fe7zKEmxC3VuKbJ0oTeTuMsoN { width:6.625rem;height:2.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8JAz0R5giuC63qrWhTkLOw7xD5hm74q { width:4.375rem;height:2.125rem;top:3.8125rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPv4fNT8CMzoUmIUktye2H3CWhIcqKZf { display:block; }
 }@media only screen and (max-width: 763px) { #V6GXdEgqtRMDwSUTCuHCxwM0LFrw7x9B { width:9rem;height:2.125rem;top:6.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbggRK2l5TTXaD6fZAKXzEqsqDTNqOir { display:block; }
 }@media only screen and (max-width: 763px) { #zmEmZG3Sf7Hd9IRJLGEJTD9bCXTDTR6g { width:7rem;height:2.125rem;top:9.8125rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ0cJsGMymTAxlmbzop8Mi5DqZzokTaT { display:block; }
 }@media only screen and (max-width: 763px) { #VDL6zc7HOCDRzqlFFBZv9ERi0aZSTp2K { width:6.3125rem;height:2.125rem;top:0.9375rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPqKyrJNkkNBaSyAzO2oSGFCZAhWrHoI { display:block; }
 }@media only screen and (max-width: 763px) { #HHIRTOOgcRTkPpK2q9A6o62O86Q0c4Am { width:5.4375rem;height:2.125rem;top:25.75rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lISMwba2UkOagyTCKoaQvZgPJgZMSivT { display:block; }
 }@media only screen and (max-width: 763px) { #WM2CbqfTA54xN2TdT8n1yxqKaLqcHTyh { width:8.6875rem;height:2.75rem;top:32.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxMtKBUL57s56SGS9o4QOit827idV2Vn { display:block; }
 }@media only screen and (max-width: 763px) { #rbkeXF1u5Nqvzm7lZWwiTxmT7hmT3FJT { width:4.875rem;height:2.125rem;top:29.125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbgKqCfkba4Zn4MCa1PwNekgyU7yXTqX { display:block; }
 }@media only screen and (max-width: 763px) { #o9cgE5DEzbXGzGP1CET8WHGI3oghFVmW { display:flex;top:0.625rem;left:17.0625rem;width:2.8125rem;height:2.8125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB { position:relative;z-index:auto;display:none; }#klvsrJ8Izqe4FR2pSvcdEB1mTKaeEGuB > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row .container { background-color: transparent; background-image: none; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row .container > .video-iframe-container { display: none; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row > .video-iframe-container { display: none; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .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); }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row .container { border-width: 0; border-radius: 0; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krQmR0RbCh6r3eu3L5JVhMeolWGnDpvw > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vApguaa6JZn5NOmPhL0ELvJDttHnHAqu { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:5.0625rem; }
#vApguaa6JZn5NOmPhL0ELvJDttHnHAqu > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iWmZbWbpivtoAnqWya3Nwde9fTac7B6m { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:7.75rem; }
#iWmZbWbpivtoAnqWya3Nwde9fTac7B6m > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #B2TySP1yQk9RZNEGBL858N0PhdnFA33L { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:10.4375rem; }
#B2TySP1yQk9RZNEGBL858N0PhdnFA33L > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #uBPx41aCTflsfSHQo29TBnbBeeZHSrF8 { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:13.1875rem; }
#uBPx41aCTflsfSHQo29TBnbBeeZHSrF8 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #GJIeNDbanXxBrk4VDfg02tB6URo8a3LD { width:6.3125rem;height:2.125rem;top:1.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3xs3M9qzhAzlNKngbw3ODhSxrBKv0V { display:block; }
 }@media only screen and (max-width: 763px) { #b1T3pRD34NBk1JNC3GLATn4ypAlgHlBe { width:4.75rem;height:2.125rem;top:8.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QODr3SU2UmcMkGH5HbPPCeNgOUu2MlK2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z4xSM4TvqmCSMvPFaN0oCxWdPL9BhBWZ { width:9rem;height:2.125rem;top:11.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVafXtCJKxx4DzCrvrVi7X7G206JLnH { display:block; }
 }@media only screen and (max-width: 763px) { #H5LsN7pP0qoynSQuQUT4ukaUPH58x20X { width:4.875rem;height:2.125rem;top:15.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKJEGh3xEt1fQhnJqBfkRBEwmhzVTrok { display:block; }
 }@media only screen and (max-width: 763px) { #ok8ZNwfOovgAFk1qB3RATcSkLzkad1pB { width:5.3125rem;height:2.125rem;top:5rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvXeJwvdbIq7nGXsxCzdBOQJJchBmSps { display:block; }
 }@media only screen and (max-width: 763px) { #DaJos2qARHtSg4KJtsXqXpNopBUiyt3H { width:4.875rem;height:2.125rem;top:18.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #laE6E7eL7ifQgwoJvNBHbFLSPVqhDFNT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#13022c;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF71MvRyTzFvWVzceH57zaUIbn9826Om { width:12.8125rem;height:3.375rem;top:24.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSOKhpM5VySVVXpWEvUqpzmDPPzwias { display:block; }
 }@media only screen and (max-width: 763px) { #nAyr2K5w5URBhiLsk8vUB3hP4E01B2pz { width:12.8125rem;height:3.375rem;top:28.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgHWZ4b2eSqrwNTuMLWz05coevTma66 { display:block; }
 }@media only screen and (max-width: 763px) { #y9NTlHBxBvahsZa23Zn4HqdXnC5hcATv { width:10.6875rem;height:1.4625rem;top:14.687498092651rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Saa3IGKKxWySwn8GPFT3hUl17Ktp9Jqe { width:12rem;height:1.8125rem;top:14.499219417572rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t00gdQi4fXLt1btyhJJ6wQ755h2QZDpT { width:10.1875rem;height:1.3rem;top:20.0625rem;left:9.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsIKyrsKxvO5AGSCeJreVT5DEGJxTFb { width:18.4375rem;height:4.675rem;top:5.5625rem;left:0.8125rem;font-size:2.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d4bWVmNqQ5Varob6FJapfgPosWfre2Mo { width:7.125rem;height:1.4625rem;top:14.6875rem;left:12.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RW9PV4T243XJrNkeOlPCwNS0nJlq69Mv { width:8.125rem;height:1.875rem;top:14.4375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhOaRH5QfqT2TXpFDm81zTIgA6M60tDG { width:0.25rem;height:8.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkTcTR3UHpadEFg0O3PLieWdVmkoxhA { width:5.9375rem;height:0.375rem;top:20.9375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT4sVEe044zUyxOJE9LP2MdKA7HfCpZT { width:6.75rem;height:4.125rem;top:3.125rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NHdSWDU3pJQVkQNH90GZ8QraqEghS1QG { width:7.625rem;height:2.3125rem;top:3rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0dcffIJ7mfJkRpXaTlKUTqUcfRRSoV7 { width:10.8125rem;height:1.4625rem;top:16.500000476837rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0nTeTQoSRQARuHx8zg12l4VopNdONP { width:11.875rem;height:1.875rem;top:16.312500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzvLGl6bcyai552O93fzCgAnABSCe3k { width:4.3125rem;height:1.4625rem;top:16.500000476837rem;left:13.781250357628rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfgPiA31yVLPhd4XMPZNJTNzUVFLGxoN { width:8.125rem;height:1.875rem;top:16.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8baUTbhxvrV81f1Ut0TT7Jp81WCioT9 { width:18.375rem;height:9.0625rem;top:78.4895625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTADha2WR7lKhD8VPhLHoCDVz7hRcCtR { width:5.6875rem;height:2.8125rem;top:0rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLq2aXTvDyWureiwamio1Gk75SpAocM { width:10.0625rem;height:3.375rem;top:40.062500953674rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuWXM5uR9nJrKvcfUtntTTWL6clWvaA { width:7.6245rem;height:3.5620125rem;top:35.4345703125rem;left:6.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg { display:block; }#RJWE8XgamKERxCGEoIDUpKCPeOgtkKTg > .row .container { width:20rem;height:33.923455810547rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgZgVBGGeQV4fsBhXGemKKw58tUbfIrW { width:16.1875rem;height:4.8rem;top:3.125rem;left:1.9375rem;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fix9XX5kZBOWVBkHaPvKwws0wtNg4HWl { width:12.3125rem;height:0.875rem;top:7.0625rem;left:3.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qal6pccNhg8bzTiPTazTBTRn6fDbd5RS { width:20rem;height:22.1rem;top:11.823959350586rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 { display:block; }#cWxNug2yylWEP6ApNUJTw0cEq4NM6Wf0 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODaDQnxesEUTpoTteoPn57AJRwer1nfp { width:18.25rem;height:11.9rem;top:5.3239593505859rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNJrWOXmHZ57DRwOMZQagPAWrSKJkpso { width:16.875rem;height:12.8rem;top:23.202083587646rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRiO4mGyi2H7tFrsqnaxTyNTxwGZyw9F { width:10.3125rem;height:0.0625rem;top:21.294792175293rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPLOuGJMn09a620UE5UyBcDdrtTT1EJB { width:19.375rem;height:38.5625rem;top:2.28125rem;left:0.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LpqZAJ1lacRsUiU11udZSC5qElgxPD90 { width:4.3125rem;height:3.75rem;top:0.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S00qRgLGHDtWtNmk9q08k6q8z3abVco1 { width:2.0625rem;height:2.0625rem;top:1.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu3mDfP8xHXP5FTfnWxJgoBwP5sdVzLm { width:2.9375rem;height:2.875rem;top:39.205207824707rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5exr6c57vlDt599zwIXNB0g17Q88CdK { display:block; }#y5exr6c57vlDt599zwIXNB0g17Q88CdK > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVtLaWAqo4THWkg3KLdk9XTCH4W6lWP7 { width:17rem;height:1.875rem;top:2.9375rem;left:1.5rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zxadr1vaHeVcE0mu00C2McqhCRTOoyBE { width:14.6875rem;height:3.4rem;top:7.5625rem;left:4.125rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cOsV23l7QyBQnrBwnQ4hNRUo9CUQV2oE { width:19.375rem;height:44.75rem;top:0rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #U2HnMFPmaTu5fk34UfB99QuoeM7suaPS { width:10.3125rem;height:4.8125rem;top:20.8125rem;left:4.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QTJgc48TbNEsF40L9PAr6CwWOIodB3ln { width:12.8125rem;height:8.5rem;top:16.8125rem;left:4.125rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VE0Lplxevm6hS1EELw0HAKxlEBTzDqXX { width:10.3125rem;height:4.3125rem;top:30.1875rem;left:4.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zUg5mhNuL5SLkFiFyWrkQQXrXb9EerTv { width:11.5625rem;height:5.1rem;top:27.4375rem;left:4.125rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IiImnC9g2B0rmexqZUrxWvNfDMHtR4Qp { width:12.8125rem;height:3.375rem;top:51.25rem;left:3.625rem;border-top:0.125rem solid #002180;border-left:0.125rem solid #002180;border-right:0.125rem solid #002180;border-bottom:0.125rem solid #002180;display:block; }
 }@media only screen and (max-width: 763px) { #Zpal52x4QNt1bd4O0iEvTNAfoMlubwFc { display:block; }
 }@media only screen and (max-width: 763px) { #ZXRTcUKi7tZTmgWPeJvNHlROCZ0cZhIe { width:12.8125rem;height:3.375rem;top:47.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8QSBhiHSf3FCULOGoydko30yl0TKkwF { display:block; }
 }@media only screen and (max-width: 763px) { #XgIn1lc37nFtLPam2PpxFD4PLi8NHo2G { width:10.3125rem;height:4.3125rem;top:10.5625rem;left:4.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ut44Q1vBJiwVUVkVkGwIS5idCr7GyXDp { width:7.75rem;height:7.625rem;top:1.5125007629394rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkZF3cTwTxHWOObpKaWA5mIAofpSNDcZ { display:flex;width:1.875rem;height:1.875rem;top:7.4375rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #J59tcW2RuXftZhKRTxJMoLJMIP7wyrID { display:flex;width:1.875rem;height:1.875rem;top:16.75rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ByNcPkKSva7VSMVnWa1XGoEfNAWRbI5C { display:flex;width:1.875rem;height:1.875rem;top:27.1875rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OUaAx0SDmV2rwG1d4GXfICE21s0mDd9M { display:flex;width:1.875rem;height:1.875rem;top:36.3125rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MvB5qSqyFKwWt6DhT0iTvw2SgdaLdEnR { width:14.75rem;height:3.4rem;top:36.375rem;left:4.125rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 { display:block; }#HGPMoa1Xr28pUOH0NJ4xpcqTJaVJlb75 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuMfihfdgLXZ4Tx420Ep5dV0Q5xTtX8E { width:11.75rem;height:5.2rem;top:1.6250057220459rem;left:4.1250000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GclVudrKETP7Ph3BBWmCwAkQua8TfT0q { display:block; }#GclVudrKETP7Ph3BBWmCwAkQua8TfT0q > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMpVLyv15pbHeBTzaTBKpSJNlXqD9TgK { width:12.375rem;height:1.575rem;top:8.3740234375rem;left:7.312255859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzCOS5eeviNA5u4QvlotNUqcl60ImASQ { width:12.312rem;height:2.45rem;top:9.9375rem;left:7.37548828125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXgyihwDwXtQJwA95z2BfIfxAzboPsF { width:5.375rem;height:5.375rem;top:8.18701171875rem;left:0rem;border-top:0.25rem solid #00dfd3;border-left:0.25rem solid #00dfd3;border-right:0.25rem solid #00dfd3;border-bottom:0.25rem solid #00dfd3;display:block; }
 }@media only screen and (max-width: 763px) { #B3NTvKXnWNHD2gJfmKbBnevO1qVpiQt7 { width:5.375rem;height:5.375rem;top:0.25rem;left:0rem;border-top:0.25rem solid #00dfd3;border-left:0.25rem solid #00dfd3;border-right:0.25rem solid #00dfd3;border-bottom:0.25rem solid #00dfd3;display:block; }
 }@media only screen and (max-width: 763px) { #XnItiL2FkiXNPupGT1azLNmyyc3LXehn { width:10.9375rem;height:1.575rem;top:0rem;left:7.374755859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zonlt4BDrN3QEgImxUGVXdRwCLtZmwBN { width:12.5rem;height:3.675rem;top:2.061767578125rem;left:7.249755859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPPRQ9btvf3VIrQUyUzIEJoJn4qZGRdz { width:5.375rem;height:5.375rem;top:15.6875rem;left:0rem;border-top:0.25rem solid #00dfd3;border-left:0.25rem solid #00dfd3;border-right:0.25rem solid #00dfd3;border-bottom:0.25rem solid #00dfd3;display:block; }
 }@media only screen and (max-width: 763px) { #M0UK7P33r09yao37W0lUcVhbarKcdNKF { width:10.9375rem;height:1.575rem;top:16.25rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dNqvotCH5IKd9TMJThhvK2Wl9K25S6zR { width:12.5rem;height:3.675rem;top:18.0625rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlE7cuMsDSSk3Dq09JoDDqyMzfgEm3KL { width:10.9375rem;height:1.575rem;top:23.425000786781rem;left:7.3117185235025rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmlCkaqMRk6MhDz7m6Pp7tdElcExUnl4 { width:12.625rem;height:3.675rem;top:25.499999642372rem;left:7.1867190003394rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJbTw4IkcDfJC7oTLT72SutD2edgOTWB { width:5.1875rem;height:5.1875rem;top:22.437499642372rem;left:0rem;border-top:0.25rem solid #00dfd3;border-left:0.25rem solid #00dfd3;border-right:0.25rem solid #00dfd3;border-bottom:0.25rem solid #00dfd3;display:block; }
 }@media only screen and (max-width: 763px) { #XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK { display:block; }#XOTc0OzVO5apVCxCrlG3mJCZ71aUnfaK > .row .container { width:20rem;height:13.8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdDCeCxFe4EPTsLJ4x5WTnKGodeg4EtF { width:16.1875rem;height:2.6rem;top:3.125rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM7GkB2UaLWGGJQtHvtqoIsTrTEyQQFw { width:11.5625rem;height:6.8rem;top:7rem;left:4.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 { display:block; }#eC6hZHlNwFLeSGZGTcNx2eR6M7myTTx0 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQFmH7RM2RtRFFT515oxFsJ5KxL9VqpU { width:19.25rem;height:3.875rem;top:5.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTtwMwrvAbZeFP6kqnWyzX85RVtlbz1R { display:block; }
 }@media only screen and (max-width: 763px) { #mia61qzcnWzSWMSFPQg7DTeXDeUn1BbK { width:6.3125rem;height:1.05625rem;top:1.4375rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHQ1tc2GwWoTqfwVA95CqcdNx3GzXFD { width:19rem;height:3.875rem;top:10.6748046875rem;left:1rem;font-size:1.25rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #WFmvhUQRKQrhTBUDE4kUHOeQQ2V2dn4A { display:block; }
 }@media only screen and (max-width: 763px) { #fFPkaGrZOHtqDz4FAeA99DXyTV6gnPEt { width:7.1875rem;height:1.625rem;top:1.125rem;left:2.625rem;background-color:#fef2e8;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) { #dxn3ao27s1P9IvQdpIcvsgC24MvBIQZO { width:3.9375rem;height:1.13769375rem;top:1.375rem;left:15.5625rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rtI1cKzt1UHeOmfy5eotLWdRrxS6ON3O { width:4.5rem;height:1.625rem;top:1.125rem;left:15.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #bL5XzXUeHnaiQgrQS9va1Ca5XhhyGSyz { width:9.6875rem;height:3.875rem;top:2.6875rem;left:0.125rem;z-index:15001;font-size:0.9375rem;font-weight:400;font-style:normal;background-color:#02a89b;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) { #d2MTsZLbsIEi0R8ITNChSHF1pn8DAc1X { display:block; }
 }@media only screen and (max-width: 763px) { #xuoInXsniFRl3QdbHsNtxyp29CheTyaA { width:9.6875rem;height:3.875rem;top:2.75rem;left:10.1875rem;font-size:0.9375rem;z-index:14999;font-weight:400;font-style:normal;background-color:#02a89b;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) { #bOb6UoJMoLBfo8w0rPnXnMXxTBn7Mt8S { display:block; }
 }@media only screen and (max-width: 763px) { #rbqLmqSgmknOG4bDKd4XEgru5TgJThDs { display:block; }#rbqLmqSgmknOG4bDKd4XEgru5TgJThDs > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJihQqsNuPLHd0gsiSaJwEOLuGv7bTx9 { width:18.4375rem;height:7.8rem;top:1.5rem;left:0.78125rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9Z7ecoqtkmkr1GmxeN8W5PF3D9TF2Z9 { width:20rem;height:2.3375rem;top:10.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDT38D0leXI6rsi7xZaSTUDbSmhkN6zX { width:11.5rem;height:0.3125rem;top:12.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridFp1Nh8x143A1UiAxNITSrAU67mznd { display:block; }#ridFp1Nh8x143A1UiAxNITSrAU67mznd > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8ya0kgq1x4qb1HzOIQv57sxhWIECdVx { width:14.5rem;height:1.91284375rem;top:5.125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEmxR6re5oql7q1ee3oV1uZIFkPDidTS { width:7.9375rem;height:1.91284375rem;top:1.23095703125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwo7uOswwn2oElqJmA7qcvJP0fUTu8rt { width:11.5rem;height:9rem;top:0rem;left:0rem;border-top:0rem solid #02a89b;border-left:0.1875rem solid #00dfd3;border-right:0rem solid #02a89b;border-bottom:0rem solid #02a89b;display:block; }
 }@media only screen and (max-width: 763px) { #XS2orpGptEyCOZrg3wpk15mB4x25tzfB { width:20rem;height:9rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8hsCCUtuliS7UIsEqHBOM4D0wHaUlb { display:flex;width:2.25rem;height:2.25rem;top:4.8312492370606rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB { display:block; }#EW87Bn6TwXT8ukHizDa34LmlqWZgJqRB > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yops6xqSUIk2A1gMkB5vlngmFTWh9v3O { width:17.25rem;height:11.875rem;top:0rem;left:0rem;border-top:0rem solid #02a89b;border-left:0.1875rem solid #fd4430;border-right:0rem solid #02a89b;border-bottom:0rem solid #02a89b;display:block; }
 }@media only screen and (max-width: 763px) { #dLFOOKb0aftGzweCtAFqAJGCyLv2FVGz { width:7.9375rem;height:1.91284375rem;top:1.23095703125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ShKWoWrEhXJ3rhhlslzy7UL675hmiC { width:20rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGiayyRb09uoMUzni841LGuPs9d3eRCJ { width:17.8125rem;height:1.7rem;top:5.3500061035156rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd { display:block; }#aLEGHpKyxRvm4iFs6PVtdbUmNv83TzMd > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exm9BJggZZiHfEIrsJlOebBox0yfSHDA { width:18.9375rem;height:58.5rem;top:0rem;left:0rem;border-top:0rem solid #ffa76b;border-left:0.1875rem solid #fd4430;border-right:0rem solid #ffa76b;border-bottom:0rem solid #ffa76b;display:block; }
 }@media only screen and (max-width: 763px) { #E9a4sobQkB0dCTOSOCpZuxuWyNJKuslq { width:18.4375rem;height:52.7rem;top:5.4375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgP14QBhQ9KoF9Af6o1TfydcdvSNsUvr { width:7.9375rem;height:1.91284375rem;top:1.25rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHukWGVmoKpvIviShGHDaaQIWOsT946 { display:block; }#dnHukWGVmoKpvIviShGHDaaQIWOsT946 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uon8sn5MZhhZfMWdkUs4Kq6NQI4ncGA9 { width:14.5rem;height:1.91284375rem;top:5.125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTqBKUDyJ6H5zIUPgaZ6s1sLlinUHH6 { width:7.9375rem;height:1.91284375rem;top:1.2312622070312rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esQGgmcCk9pBfWp1gD5meD846CEKIxNo { width:15.8125rem;height:9rem;top:0rem;left:0rem;border-top:0rem solid #02a89b;border-left:0.1875rem solid #00dfd3;border-right:0rem solid #02a89b;border-bottom:0rem solid #02a89b;display:block; }
 }@media only screen and (max-width: 763px) { #dn09dZNeRWTJUdqJlmHyVZi3dB7e0kd8 { width:1.5rem;height:1.5rem;top:5.150390625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6yUh1GT93wN7T1FanPLdKH9sHRqh1WK { width:20rem;height:9rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 { display:block; }#qeqT0g1sv1FIHWV4EfEd0tdyXMmLF6H5 > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szxWK7gHaMKrmbKcOSrfrz9rz97WTD0C { width:19.8125rem;height:65.4375rem;top:0rem;left:0rem;border-top:0rem solid #ffa76b;border-left:0.1875rem solid #fd4430;border-right:0rem solid #ffa76b;border-bottom:0rem solid #ffa76b;display:block; }
 }@media only screen and (max-width: 763px) { #PVBqEzogshPTO8okJ7hGczk7nrQJfDXO { width:7.9375rem;height:1.91284375rem;top:1.4500122070312rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCwT5KFOIVB4EsbQV2kLqbiWxeQe5MC { width:17.875rem;height:52.7rem;top:5.8739624023438rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM { display:block; }#g7OQq67Lld1RM9gg2cHyCE0VuVLTeKDM > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcPxOZ9GMDie4ircNa6np6hpn0bpaCJ9 { width:17.75rem;height:3.9rem;top:2.5rem;left:1.125rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOcIBpU46tzV71sJy0TDapkQGF0RgwCu { width:20rem;height:2.3375rem;top:5.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NbGgPZAHr9FQWg9f78wf8Tq81bRd4aD4 { width:12.375rem;height:0.3125rem;top:7.89999961853rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTuBgG4EpykMID1drUXfITxqszkNCb48 { display:block; }#vTuBgG4EpykMID1drUXfITxqszkNCb48 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhZls9PnCaGzb4GR2dSfV7rvGDsxpSt3 { width:20rem;height:3.825rem;top:1.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y { display:block; }#CTqkZmXPdbx9HXtWP7NEvv7cleOhH09y > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhzztFLG3zGbdtrTdz01UJhF1Jzq3vZ2 { width:19.75rem;height:9.25rem;top:0rem;left:0rem;border-top:0rem solid #ffa76b;border-left:0.1875rem solid #fd4430;border-right:0rem solid #ffa76b;border-bottom:0rem solid #ffa76b;display:block; }
 }@media only screen and (max-width: 763px) { #CbXH5Jo6hMCLBXrOye2FxiqXWXATOImd { width:7.9375rem;height:1.91284375rem;top:1.4500122070312rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJaSuMgRPltoGzvHBtoToE3TmFogVAT { width:18.3125rem;height:1.7rem;top:5.875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5RPpVAKcn6w60OfRI85FVhEre22kbJF { display:block; }#C5RPpVAKcn6w60OfRI85FVhEre22kbJF > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xt2OTBBqIvaebrf8Z55IGCMTuFT6gSwt { width:12.8125rem;height:3.375rem;top:2.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VthwbHl4nW7ixPrv9Oref5k3tPSmovVJ { display:block; }
 }@media only screen and (max-width: 763px) { #SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N { display:block; }#SKxwNO1Ix7DTDTdTwBbii25zdrZNM96N > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMR0Kd7T11tUG4PTkkiEp4mDE2TQnDsq { width:14.875rem;height:4.375rem;top:21.8125rem;left:2.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #g138AKDVG0CN9sOuBmhT3I2PW3HKGw0c { width:20rem;height:17rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2NyL3rbyyzw0anNyJCF9dZzikIoeL1U { width:16.1875rem;height:2.4rem;top:22.625rem;left:1.9375rem;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UrAmKBWcekgXLHJTm3q11wolv9fB2Lde { display:block; }#UrAmKBWcekgXLHJTm3q11wolv9fB2Lde > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnKM1lKw0EtDV1tmFKnhwH99RQceehCU { width:19.8125rem;height:5.2rem;top:3.125rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 { display:block; }#VxIll6d1m4J0LuTz65BktJhgmE3HMRr2 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu0Nnyak24Wvp5gBRPIS9reaUuqGKCLS { width:20rem;height:29.625rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #esXs6BOSyk5FpXZhBg2AI7iIUAyFki96 { width:10.9375rem;height:1.91284375rem;top:18.6875rem;left:7.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #De04XcDAd6BreZobBhMVHTe8u0eZkqLx { width:11.875rem;height:4.2rem;top:20.6875rem;left:7.75rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(0,33,128,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #oUxgWyqJquBMc7c6Ttx88TAly2JoKBav { width:16.75rem;height:10.2rem;top:5.9041595458984rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kmcznTdpvnrxsaC4bACITcJOGd6dhW7k { width:4.5rem;height:4.5rem;top:18.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0aLzMlTnRBWqbquAK0cBGt2K8Zfaq3 { display:flex;width:3.125rem;height:3.125rem;top:1.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL { display:block; }#FrllqOp3Rkeg2GN0X8m2ZJvOoFTKUFZL > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWe39q95okthJmHqPNO0fIhIek6kDPrv { width:20rem;height:29.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2J7DrOxekKZgSITADh9FXUlHDh1i712 { width:10.9375rem;height:1.91284375rem;top:22.4375rem;left:7.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NGM8Ci3f7iKFKs17DT2rzhLeONGDc596 { width:10.9375rem;height:2.8rem;top:24.4375rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzilHLZHso2BfTi9mTp1G8KlGQFEX7B { width:17.3125rem;height:13.6rem;top:6.3125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rx45oxR95GSZGeFwIu9II29NSyqPKREs { display:flex;width:3.125rem;height:3.125rem;top:1.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EUKhcD621IThB20HS9aSwlIWFu7zPzXf { width:4.5rem;height:4.5rem;top:22.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv { display:block; }#OeETqDEKKlCXMFU0DF7XbDSxdTnPfarv > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9tkL90dD0acS0KuGrJBX8QCLXh2ZCaw { width:0.625rem;height:0.625rem;top:2rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4oRuPAINvpe7pyUWvqD7cuR8sA3XSfv { width:0.625rem;height:0.625rem;top:2rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFMWtXP0ThSuz6zxt5dM2pR8V7xZX9Ml { display:flex;width:1.875rem;height:1.875rem;top:1.375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #ThLC2t4Vssv92GupbDK9FiVC7Kn6VsRk { display:flex;width:1.875rem;height:1.875rem;top:1.375rem;left:12.375rem; }
 }@media only screen and (max-width: 763px) { #RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA { display:block; }#RcLn4zJFnbM0U7GPJgtIT5hVSKWaRPZA > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHrHUFi9qbwUMpPClld6DA5tGlrDg1zM { width:20rem;height:1.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM2AmHv11AAzndouZbh1AOH6Gf6XOVba { width:10.5rem;height:3.75rem;top:5.8749642372131rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk { display:block; }#XXgwMe1ogcR7nbCi13RkeTsIHOlJFcHk > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKC795bFLQORDcX7eg6BDBSO7RK0vpoE { width:20rem;height:1.5rem;top:1.112060546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGpBZElIaZApy2d89vu9y8kIqqhnndy4 { width:6.875rem;height:6.9375rem;top:3.4984374046326rem;left:6.5625000596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki { display:block; }#y4FExiy0ct1uh2ToI6QnlDKqV0yMEdki > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CK3VWebWlfLgt4mRaaUOl4OqSMtDXTv4 { width:20rem;height:1.5rem;top:1.112060546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRnEaRH8ZeGq87ZqeJoD4PLiB4AJ9vLO { width:5rem;height:4.9375rem;top:4.4359378814697rem;left:7.5000005364419rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI { display:block; }#Z8Bu4rrswPFRLiZ5lL1dXBuiJ5qfJIlI > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p37Ps2AdWPUoz74X7pDkh0f3VH2FdT8T { width:20rem;height:1.5rem;top:1.112060546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGsVNqGmBS7oDEuEN3dLeFSvFZvkNu6V { width:9.625rem;height:4.1875rem;top:5.4367561340332rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW { display:block; }#SC3xBe5kBNTEuBxIclaqzkdM3lJW1AKW > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7O1aIZWziTaoTTTiT99WO8yet3VBy7d { width:20rem;height:1.5rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlFllXqHSdT9Hx0az8l3woT5gt0sQcsi { width:11.375rem;height:7.25rem;top:3.8750004768372rem;left:4.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG { display:block; }#I825NMuUCHaQPS3Lf6MkglGlLMaSmGEG > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1kdX7FmblTci2AF5TfaLLEylBzNb0GH { width:16.1875rem;height:5.2rem;top:2.4624996185302rem;left:1.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu { display:block; }#Tr8XVDfDEb6pz67TPFBE3SiiV80fiFQu > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5HzItIMNPCJIbMeM8RRTxZBwaClreUR { width:9.6875rem;height:6.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvzOhZKpdaa3sfNfQnQ4UwyLvSpfFnB { width:9.6875rem;height:6.4375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZNR4bexygcKDq9hTfPGfCJEgeFLNpKF { width:9.6875rem;height:6.4375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcuQVUO9KR0Xo2qQAXdCGeaRKQO8xFus { width:9.6875rem;height:6.4375rem;top:8.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5poQfU4L9sVxhVitzvV3ONFEvHdh8Kc { width:9.6875rem;height:6.4375rem;top:15.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDdiEIFysvcp53LP6chxbCIp4iOAaVGO { width:9.6875rem;height:6.4375rem;top:1.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctnAF3JPVcikkdD2zTqFq7mUGoe1QyAJ { width:9.6875rem;height:6.4375rem;top:22.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd3kthlPx9nIRZ0PH1IOB0IXgASo7slE { width:9.6875rem;height:6.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSuB1ZITO2qhOKouf0hpkld1KMdMcUR4 { width:20rem;height:13.25rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz { background-color:#13022c;background-image:none;display:block; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container { background-color: transparent; background-image: none; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container > .video-iframe-container { display: none; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row > .video-iframe-container { display: none; }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .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); }#WVlGrEVST9FBTzVwE5FRtKvW9kTTA4mz > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AF44RLIzyAmnxEbwy94eGyI108qJTMKm { width:18.5625rem;height:4.225rem;top:27.4375rem;left:0.71875rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V49QJCQFgAI0tZpbvh7AUURuDtQ2QuBb { width:15.5625rem;height:3.4rem;top:33.6875rem;left:2.21875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KETtnuJVoDnSRXzWR8va86uFZpav4t0Q { width:12.8125rem;height:3.375rem;top:80.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQLNGGNubCG4nkwHbXe87rZd1SEidMH { display:block; }
 }@media only screen and (max-width: 763px) { #nXVtqNWH67i3aGexmZT39lOBzteCSnyZ { width:12.8125rem;height:3.375rem;top:84.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfFznnQD0ctRWpz04MPScEHQoPEfKb2v { display:block; }
 }@media only screen and (max-width: 763px) { #SzIO8I1WOE5PgZkUCkBcsNHTJTMzUAwm { width:20rem;height:12.5625rem;top:46.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bShQqlCtoQSRsmTKed2U01BuZ9SEJII3 { width:20rem;height:3.4rem;top:64.831249237062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #scbpMZ3F6RzE57M8UCAGRITdwWcD7kaC { width:20rem;height:20rem;top:42.5625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dMSicIBFgJ65UcghcLWCs7Ky5OaHek4d { width:14.875rem;height:6.6rem;top:6rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JXbkuZwCQWFEeo2ka6oK2NERZt3LwbVu { width:6.5625rem;height:1.875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf3HoDQnahAglp2gE0zaxk1qMlBeb8pe { width:5.8125rem;height:3.375rem;top:1.375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .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;color:#ffffff; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn .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;color:#ffffff; }
#c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn { display:flex;width:18rem;height:5.0625rem;top:71.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #VTTeCzsEKWnBJAu4X4LMTbPCGscy3XOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #NI9lkiMTSRkG5C8PT0RnntbJAd8pbuza {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #UdSXCzmv7oO0y3yXEkZeBbkGsHkQKtSB {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #ZEX1Euw7VKCthNuKVCzKao8dTu5ppEwb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #riMysLJG0TrKsPpwqO1hf7AfKii5O5w4 {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #Ad4vOOlC8fQgQJpab8r410PbCTpxrDUl {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #QzfeA3r37v1CIEAAsPJAHQQTkrwT7Lx5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #WSWAGSWBv5ZPEP7nWITUIg1Bx57yi4WZ {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #ygT7df0L15oHmXlVoZrIlWT808ev1cH7 {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #IRAWTAp16qCbXNdH0SLAFolU7C7uw8XM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #dOfc12OFXoXekIsl2ZpDV8D5H5UP8hgy {  }
 }@media only screen and (max-width: 763px) { #c4OWFWLesnWtJffwANfo2XqJ3bdK7Hgn #x6OsIhTlIvu6mDzkkAeVFKZ7U68DVhKq {  }
 }@media only screen and (max-width: 763px) { #IXbqdmTTHgurohx38lVKnm9DfgsCZTQ5 { width:18.5625rem;height:1.3rem;top:70.3251953125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z5TdhgSi7ryisCgAsR95DWXBBRSuIWTx { width:18.375rem;height:24.5625rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRiUa5XiDRg0lgulodJ8RHkUz8KQ6Pca { width:5.6875rem;height:2.8125rem;top:0rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0F55w8ZCrniyClpbIsGWTqgITWgRB6 { width:4rem;height:5.125rem;top:72.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlOU7BPQmTh5b5LDTiwUKyx8imNwFk9s { width:4rem;height:5.125rem;top:72.5625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h79f4Emu0W0rEOiERHkHMPzTkTuCIMqJ { width:4rem;height:5.125rem;top:72.5625rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDI8Qgl26vaMDrtkP5vsiv2DV5cXL8vp { width:4rem;height:5.125rem;top:72.53125rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbkRtFxnPkSpPBJCl3H7XTSDO8A3Afg { width:4.3125rem;height:3.75rem;top:89.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL4OqJxlhQLcg3NTaOrZUGqJZsadPZLx { width:2.0625rem;height:2.0625rem;top:89.75rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcMUFMdTvxr4AAWebT2O0ovAF4KN9TrB { width:9.375rem;height:4.625rem;top:20rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AogmuC2lNBCe3bBXRISe9XzCXnQ34FOt { width:6.9375rem;height:6.8125rem;top:16rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9N8avxW8rZf6ITMV2212ADXHMscTyl { display:block; }#pB9N8avxW8rZf6ITMV2212ADXHMscTyl > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5nXpD2sNTiiSUzlkmKvtMmCUQSlLk2J { width:14.9375rem;height:6.375rem;top:12.0625rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sH2aAoxsn2CbkTLWZy78BH4qJhTbemrF { width:6.625rem;height:2.75rem;top:4rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soHhzQMUkXG75bAf9x7GkBbXZWmw7vg2 { width:13.4375rem;height:1.91284375rem;top:8.8125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMz4QN3qDKPNXm4wxwqrv30qFHpXmL15 { width:15rem;height:6.375rem;top:24.125rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fklUrLaKsJcgcMrEHL57XHFluBhv1ZK0 { width:13.4375rem;height:1.91284375rem;top:21.125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP8WHSGB0HgCJbBxbMSIfJlHe0dmmdJK { width:12.25rem;height:1.59375rem;top:36.875rem;left:3.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8tqkC2unZcB91SHeT363eqlLGLBmDvO { width:12.5625rem;height:1.91284375rem;top:33.75rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dwa0yoCS7ydK4Av8xi3epzVeCF4ieK2G { display:flex;width:1.375rem;height:1.375rem;top:40.625rem;left:7.9375rem; }
#Dwa0yoCS7ydK4Av8xi3epzVeCF4ieK2G > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #a5Rtt93MIEQvTQBI07ZHUP9r7iQe6FyX { display:flex;width:1.5rem;height:1.5rem;top:40.5rem;left:10.1875rem; }
#a5Rtt93MIEQvTQBI07ZHUP9r7iQe6FyX > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ShGFozmIg1uZwJoRqdPIpwoKgnn3514w { display:flex;width:1.5rem;height:1.5rem;top:40.5625rem;left:12.6875rem; }
#ShGFozmIg1uZwJoRqdPIpwoKgnn3514w > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #i217lI12pFhzCqPPgmaumNbhCaKXSoqQ { display:flex;width:1.375rem;height:1.375rem;top:40.625rem;left:5.875rem; }
#i217lI12pFhzCqPPgmaumNbhCaKXSoqQ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }