.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:0,86,86;--color-primary-1:10,69,54;--color-primary-2:14,65,52;--color-primary-3:7,53,42;--color-primary-4:8,49,39;--color-secondary-0:147,150,234;--color-secondary-1:93,146,255;--color-secondary-2:58,62,177;--color-secondary-3:44,47,121;--color-secondary-4:21,23,84;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:107,107,107;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"Manrope";--paragraphs-font-family:"Manrope"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d4b89;background-image:url("https://images.assets-landingi.com/uc/7ce96ef3-c232-4a59-8483-c622c36e1dc9/PTP_tlo_desktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.adaptive-delivery-prevent-bg, #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.lazyload, #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.lazyloading { background-image: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { background-color: transparent; background-image: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container > .video-iframe-container { display: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container { display: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .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); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { border-width: 0; border-radius: 0; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#iM16JNyvTsPyyIdoRQrQ4bUgLErQuqcG { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:1.95023125rem;font-style:normal;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; }
#zFOBDikGKWPx7fZQKDchoDQO2o3uUo4T { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.5rem;left:45.40625rem;display:block; }
#RzTeP09dnD5urLhDdA6eAJbXndyBdpy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bb04qn9ro8TaBP49yMtlOtLhWLRtSb5t { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.5rem;left:69.625rem;display:block; }
#hOwMuKyzNpXezbKDo8kJ4tZoStXta8QB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5B49F60nraVrzvzpJmf63Teu6KuDo7J { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.5rem;left:65.6875rem;display:block; }
#LBRFWr7R79WNQt2ry2ECs9LfD2CVpxIa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUJNpQK847NueliRCubnDMHhNI3PDUfV { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.5rem;left:53.40625rem;display:block; }
#TTqVEoggrWWnlgt8x7Mtc6vnGkHQ16KR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v04MzZ38pUp6uzKGVWL03FlCb4IwdnUn { color:#d7d7d7;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:24.13125038147rem;left:6.75rem;height:0.89988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WS68spGNkJe6To2ce3wq87If7c1glUpn { background-color:#77a8f1;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: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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.375rem;left:0rem;display:block; }
#TnA1Oum4zVgRQG1xrc2oCgbQcyTzAH5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTfu7A6dXhENscn27pMxLLu3HStRPFTv { position:absolute;display:block;z-index:15037;background-color:#77a8f1;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.125rem;left:52.65625rem;display:block; }
#TdTwzeF6NhA5yLwsZAcNDUVKsUwCdvTZ { position:absolute;display:block;z-index:15038;background-color:#77a8f1;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.125rem;left:58.75rem;display:block; }
#v2ksgJHtMs50y1S7XZGOQiB17TwuSuPF { position:absolute;display:block;z-index:15039;background-color:#77a8f1;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.125rem;left:69.125rem;display:block; }
#c3NBZgX34iMTVErcgg7O922il0T52s55 { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:17rem;left:0rem;height:5.91145625rem;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; }
#irRsM9Xvtcf2Ak9CpeqMrS0nRCKkhZbH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0.3125rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GxPlE8ezNR99d0ai3UPMDqfu0PmoT15c { position:absolute;display:block;z-index:15049;background-color:#072156;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:10.4375rem;top:11.018750190735rem;left:0rem;display:block; }
#MNKVqfGd2BtlNnwDez9WbX2fCmydABGd { background-color:rgba(0,0,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 #77a8f1;border-left:0.125rem solid #77a8f1;border-right:0.125rem solid #77a8f1;border-bottom:0.125rem solid #77a8f1;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:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.375rem;left:17.5rem;display:block; }
#fzpQm45yt0zOAxk4eMNkTGmAriVtMqcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBUs8uhb0UHTPc0F1D4PfNuJTyOq50cE { position:absolute;display:block;z-index:15051;background-color:#143578;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:1.625rem;width:13.5625rem;top:11rem;left:9.75rem;display:block; }
#THikh2IKIPxZ5o8GKSNPTUuKVRoMbhzg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:11.1875rem;left:10.0625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3Fy5gVGvpMr8WCqo6iJsnVIcRlTS71s { color:#dcdcdc;display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.22500038147rem;left:6.6875rem;height:2.27575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WdOfZbfbuECHLyDlZOmL3T6AbipEwwNv { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:14.1875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#H04ikVqKMpVbEHbgLt50XKTatXEEtfwL { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.31875038147rem;left:2.8125rem;overflow:hidden;display:block; }
#vyV6qKKQCBuiWKsEmwqGF7hOGDP8BcB6 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.31875038147rem;left:0rem;overflow:hidden;display:block; }
#T1idQoyF8EUdDbxT4DlhyAqBNVRFzquF { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0.5rem;left:59.25rem;display:block; }
#W2cGA5JBum3XXAo8HSXazMU7frl87cbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0ukRKAx7GcrZgxeqPto9DyT0zRm1tWw { position:absolute;display:block;z-index:15039;background-color:#77a8f1;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.375rem;width:0.375rem;top:2.125rem;left:65.0625rem;display:block; }
#cGMgmxS2lhXhXFR6oZHvIWGT3MLmDSbv { color:#ededed;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:30.125rem;left:59.375rem;height:2.27575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hJ8r9UrrlwqshSndesiSLhRzKkz3IImZ { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:#77a8f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:68.75rem;display:block; }
#wry9LDJG66dB0wrEE5DkWKydtqtTqJg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:6.375rem;left:68.75rem;height:;text-align:center;text-align-last:center;display:block; }
#brtJTRZJOOULt9rr88BxWSB4OLvhyNzD { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:9.21249961853rem;left:68.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvXFteDqoBJWEWh9cTUTrydHax80ZtT3 { box-sizing:content-box;height:3.9375rem;width:16.25rem;position:absolute;display:block;z-index:15063;background-color:rgba(116,43,7,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.3125rem;left:58.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NC05x93pIfhPWQaGaxbMKZRK1iDhZiZ0 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#V1RNHtXzT01TaybFnJztvXHJn0NPVPuD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { background-color: transparent; background-image: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container > .video-iframe-container { display: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container { display: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .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); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { border-width: 0; border-radius: 0; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#SvxGTwfLfTnKxi5aEwv66a72HF8XVopp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.4375rem;left:4.375rem;height:1.9487875rem;display:block; }
#AqEO5ufuzoWotTt3BRirhVhRCKkkMsOT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.875rem;left:4.375rem;height:1.125rem;font-style:normal;display:block; }
#QuCv41mWCRKyUy2hU33fBXQ3vo2wX3ir { 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:3.125rem;width:3.125rem;top:2.1875rem;left:25rem;overflow:hidden;display:block; }
#O6ahuHcKvidp94T8RmVQGVyslKtdGWUl { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.875rem;left:29.375rem;height:1.125rem;font-style:normal;display:block; }
#eHSwFCmF9B3n8RVVMOG3wQusooX6iTZS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.4375rem;left:29.375rem;height:3.15105rem;display:block; }
#d4gIMsfe2gbvfR0oAoa63yU2HsOmU8kZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:1.875rem;left:54.375rem;height:1.125rem;font-style:normal;display:block; }
#T64sMfov4rr2X1Pc7dyOTIKykJD48amN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:3.4375rem;left:54.375rem;height:1.05035rem;display:block; }
#tihM912V45cd4rFfifViiP3FZtHmUPWv { 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:3.125rem;width:3.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#Cy6C4iob6fNvJJCd7G7ASQJ3V0EpwvIT { position:absolute;display:block;z-index:15019;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.125rem;width:3.125rem;top:2.1875rem;left:50rem;overflow:hidden;display:block; }
#UxomqzoHk21C6vIWrGTXntHBJ0MQ92ty { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.5rem;left:72.46875rem; }
#UxomqzoHk21C6vIWrGTXntHBJ0MQ92ty > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3074;background-image:url("https://images.assets-landingi.com/uc/47f73acc-70f1-4529-8a06-888e6aaf9dea/kongres_PTP_2026_PART2_bottom.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ.adaptive-delivery-prevent-bg, #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ.lazyload, #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ.lazyloading { background-image: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { background-color: transparent; background-image: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container > .video-iframe-container { display: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container { display: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .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); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { border-width: 0; border-radius: 0; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { color:rgba(var(--color-tertiary-0),1);display:block;width:73.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:23.90410625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3074;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; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { background-color: transparent; background-image: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container > .video-iframe-container { display: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container { display: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .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); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { border-width: 0; border-radius: 0; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { color:rgba(var(--color-tertiary-0),0.85);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);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.0625rem;width:7.5rem;top:0.55624961853027rem;left:22.28125rem;display:block; }
#cZi24R6iuZpCV7777KaTb4frL1AAHZrL { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);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.0625rem;width:7.5rem;top:0.56354141235351rem;left:45.15625rem;display:block; }
#oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.875rem;width:30rem;top:2.46875rem;left:22.5rem;display:block; }
#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3074;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; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { background-color: transparent; background-image: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container > .video-iframe-container { display: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container { display: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .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); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { border-width: 0; border-radius: 0; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#JiilHzMz2ohwSX76B80dCnDZLAIw6FvU { 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: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:#0f3074;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#Zvk8N0vk18NkRtSJwHhxXkWrMmU3D762 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { border-width: 0; border-radius: 0; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:none; }#gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { border-width: 0; border-radius: 0; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#l92QBD6RVzuSb4qxBsliMUZNvtWt2eiw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:-0.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1kbGgVzFQJRCQlD2MpPThMRk2PUkGIS { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn > .row .container { border-width: 0; border-radius: 0; }#MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:none; }#DTGOZQxcC0PFuKH0QQkcieqFGHQ27X5G { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.59375rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7TTW9fAgboZapJm1ZwyoL6uNvuOaP2a { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.78125rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#kwF06rzCfiPT2sfIHE7O9V6RkwQwWmr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.59375rem;left:26.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wE01WVldQxDClNiCux7HMkBmsnRDc58L { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:7.78125rem;left:26.25rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#EmJMK5rPRCMsqudMMM2agWw100Kiw7Wk { color:rgba(var(--color-tertiary-1),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:7.78125rem;left:52.5rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#xba85g1qDSq8LxdnifV6iLln70FHhFb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.59375rem;left:52.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EPdUoWKXabe4nWpEKNSJnH4ubUoongP3 { position:absolute;display:block;z-index:15034;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:4.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nglhIl43EwepWAMrXtXMG27f8Sb2a1Tz { position:absolute;display:block;z-index:15035;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:4.375rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#ne4eHmy2wxDcKWmanagap9LDmT4JuRyP { position:absolute;display:block;z-index:15036;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:4.375rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#hOSwTZHqh9HNI1o45LaloJxJ20MDKmGG { position:absolute;display:block;z-index:15037;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:4.375rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#pi2GE5PhCDeZXvRCAh15ePIf9BJv2TfN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EdqkUCLSTyZwGaU4qzz2QOlr2xPF8GMU { color:rgba(var(--color-tertiary-1),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22.8125rem;left:0rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#xyNFc6dMcUbLU6Mu8SSHqTSflgRQL839 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:22.875rem;left:26.25rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#lWlBm4PFTDTMhLIKQ4TPtuKGLrGarRrm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.6875rem;left:26.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFq0oL5aUVfCGmnzrStnPzDtp8SbuRl6 { position:absolute;display:block;z-index:15040;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:4.375rem;top:15.0625rem;left:26.25rem;overflow:hidden;display:block; }
#hRGolkJCDslKbvrJcgSUtKXUtBOGKMm6 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:22.625rem;left:52.5rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#K4JTqzZqs6Lxupcel6Z9chrTB0wRmzzb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.4375rem;left:52.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E5EVawG8aqPhVqbAAb4rRMVNWEatFA8Q { position:absolute;display:block;z-index:15043;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:4.375rem;top:14.8125rem;left:52.5rem;overflow:hidden;display:block; }
#IiJbUkZdXaoVr4Omo4txTNMJOpdXP2Ew { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:30.625rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { border-width: 0; border-radius: 0; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#ax2BMwcEdXAMLEicKyVNWCV9Pw9TG5XX { 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: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:#072156;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#TKTODDPLS0RGB6PRM4ckCNhrpp1wc5pC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { position:relative;display:block; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { background-color: transparent; background-image: none; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container > .video-iframe-container { display: none; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row > .video-iframe-container { display: none; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .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); }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { border-width: 0; border-radius: 0; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .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; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .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:9.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:block; }#WQldf2BsQsvWDmmuBtLCS3MPuS8PtN8B { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K9igDJFklVa8WytMWnfZKxbak1RFZmuk { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.39999961853rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { position:relative;display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { background-color: transparent; background-image: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { border-width: 0; border-radius: 0; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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:48rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { position:absolute;display:block;z-index:15064;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.310180664062rem;left:0rem;display:block; }
#DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:13.74739074707rem;left:1.8735537528992rem;height:5.09983125rem;font-style:normal;display:block; }
#fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { position:absolute;display:block;z-index:15094;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5rem;left:0rem;display:block; }
#btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:19.034576416016rem;left:1.8735537528992rem;height:1.31293125rem;display:block; }
#THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { position:absolute;display:block;z-index:15066;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:8.8732604980469rem;left:0rem;display:block; }
#I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:22.372970581055rem;left:1.8735537528992rem;height:3.3998875rem;font-style:normal;display:block; }
#CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { color:rgba(var(--color-tertiary-2),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:25.935623168945rem;left:1.8735537528992rem;height:9.19051875rem;display:block; }
#y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { position:absolute;display:block;z-index:15097;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:22.747680664062rem;left:0rem;display:block; }
#d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:37.060913085938rem;left:1.8735537528992rem;height:3.3998875rem;font-style:normal;display:block; }
#Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { position:absolute;display:block;z-index:15100;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.560043334961rem;left:0rem;display:block; }
#aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:42.12239074707rem;left:1.8735537528992rem;height:3.3998875rem;font-style:normal;display:block; }
#lx1axrqvV1P9EsHflKTLcd4nSuITotum { position:absolute;display:block;z-index:15103;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:42.622970581055rem;left:0rem;display:block; }
#KkakC9oTZrnp5J8t1gLEOZLiPdTIa9mB { color:#000000;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:8.2482604980469rem;left:1.8735537528992rem;height:3.8006375rem;font-style:normal;display:block; }
#Ns6T65idqZuas4EzwzvXgAZK5In06408 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15115;line-height:1.5;letter-spacing:0;top:3.5668392181396rem;left:1.8999576568604rem;height:2.6258625rem;display:block; }
#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy { position:relative;display:block; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy { background-color: transparent; background-image: none; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .row .container > .video-iframe-container { display: none; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .row > .video-iframe-container { display: none; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .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); }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy { border-width: 0; border-radius: 0; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .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; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .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:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ThMKZeXKVE5iOdJMNbKg6nxtfUyfqMgE { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:8.75rem;left:1.875rem;height:7.8775875rem;display:block; }
#eECD2b5kVO6DmXfVhSt2R3fvEcEk5tPl { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:5.1875rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#zOu7lTJTuRKmGVBqSKXKh38yIPBeqtfC { position:absolute;display:block;z-index:15109;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.6875rem;left:0rem;display:block; }
#AsotCoz7p07vcmTrcZInMn19O3zE4iFD { position:absolute;display:block;z-index:15068;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.625rem;left:0rem;display:block; }
#HuuFg9AeC2vq6x9JRnLizyr8Gs5bldGm { color:#000000;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:3.8006375rem;font-style:normal;display:block; }
#CS9pPxsTwTCNIzuPSJvikL0T16MoM1yu { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:18.167404174805rem;left:1.8735537528992rem;height:3.3998875rem;font-style:normal;display:block; }
#D7uLJoAd7ybwSIASqLOVxiTGuQgQBa4x { position:absolute;display:block;z-index:15105;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:18.667251586914rem;left:0rem;display:block; }
#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly { position:relative;display:block; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly { background-color: transparent; background-image: none; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .row .container > .video-iframe-container { display: none; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .row > .video-iframe-container { display: none; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .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); }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly { border-width: 0; border-radius: 0; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .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; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .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:43.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ROW4bAE0IWeC7Vz4b2CAhIfCMftVJoFK { position:absolute;display:block;z-index:15064;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6.0625rem;left:0rem;display:block; }
#rhCDfr3GgVF8GMkTkCirwO17Trw3Pdmr { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:5.5rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#uxXs4wcXfMVMZK01DJX5a1BgiLZxZRKW { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:9.0375061035156rem;left:1.875rem;height:1.31293125rem;display:block; }
#cOFsICBZAndSI0xv8ETiIi7QcgKQraFV { position:absolute;display:block;z-index:15066;background-color:#b9b9b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.625rem;left:0rem;display:block; }
#QnTBCpZWOXFwPxI7iIX7pmZbt03K3xIT { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:12.125rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#McCZo6cKxe06308L2VfuEuL0eqn6LNRL { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:15.6875rem;left:1.875rem;height:1.31293125rem;display:block; }
#xpD6Ardklw2Uy3A5Fd48HbT8ta427E3g { position:absolute;display:block;z-index:15097;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:12.5rem;left:0rem;display:block; }
#d9ABOxRAMVoXuGhfNGXE3kLTynLPHQCA { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:18.75rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#V6I6Olxz8oh8P4P9Stu5ZOLuvZn291Ra { position:absolute;display:block;z-index:15100;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:19.25rem;left:0rem;display:block; }
#C3JtsQTt47z1gwCxwh2o0A1O5KvzxLVI { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:29rem;left:1.875rem;height:1.31293125rem;display:block; }
#E5imSkkffWbANlm0ElXTsDEzovkEbCUU { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:25.4375rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#rZPXLVFo80otmy1VmlTguMaJPlM20PLn { position:absolute;display:block;z-index:15109;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:25.9375rem;left:0rem;display:block; }
#zoLLOqazhq3ZSiHEqmqkbf9t54rtFFLO { color:#000000;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:3.8006375rem;font-style:normal;display:block; }
#ZJ5BeX697ZireiTiZxV9g2Hx9xKClHod { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:22.337493896484rem;left:1.875rem;height:1.31293125rem;display:block; }
#heEuSuMRafVkmRb8CFZs12AcxDKQLtGs { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:32.125rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#dabkra3EsPALCLCSJ8mubuMQ31QgRZnI { position:absolute;display:block;z-index:15112;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:32.625rem;left:0rem;display:block; }
#Ppa66OGy2Jo90eCgyqgPJ9uoqaNW4tTl { position:absolute;display:block;z-index:15114;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.994576454162rem;left:0rem;display:block; }
#Xirz8QXVt02LRTgWHewLCFghdEx9gXpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:37.494359016419rem;left:1.875rem;height:3.3998875rem;font-style:normal;display:block; }
#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au { position:relative;display:block; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au { background-color: transparent; background-image: none; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .row .container > .video-iframe-container { display: none; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .row > .video-iframe-container { display: none; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .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); }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au { border-width: 0; border-radius: 0; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .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; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .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:47.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ywuqsnvSzzAsXgt8gACgrTCytbzVbk7A { position:absolute;display:block;z-index:15064;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6.0625rem;left:0rem;display:block; }
#c569hhqwOMqC6PRLTzy9CPBeW0bawtQx { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:5.5rem;left:1.875rem;height:5.09983125rem;font-style:normal;display:block; }
#Lk6UvNf7gSWonlkdSvGP6zaT9vTDPuuu { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:10.912181854248rem;left:1.936776638031rem;height:1.31293125rem;display:block; }
#hRFvPQT5NIeSiaoF5MSF6N5FDJKZelwq { position:absolute;display:block;z-index:15066;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.625rem;left:0rem;display:block; }
#VInWpq1k2mK0vw0p9mQqELLNrBM6uELx { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:14.124567031861rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#kvlNluDU8uhcJ5T921VlUlSlnHc3MyWS { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:17.687211990356rem;left:1.874276638031rem;height:1.31293125rem;display:block; }
#o7Jf203TTnhDTrV73FVOQy3uv84sQJIJ { position:absolute;display:block;z-index:15097;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:14.499277114868rem;left:0rem;display:block; }
#r5i5evmqTuuxaESTb9LiAuwSB36kVJVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:20.811777114868rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#KP9WazcxFncEQ7lEXls3bkro5du6diZR { position:absolute;display:block;z-index:15100;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.312356948852rem;left:0rem;display:block; }
#CyVhOg2e5xfqqCKLlZTT1clU2TleQUDW { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:31.062067031861rem;left:1.874276638031rem;height:2.6258625rem;display:block; }
#UBfxbR1CNV84fgQ9K5X2C6ZB9iNJZXx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:27.499422073364rem;left:1.874276638031rem;height:3.3998875rem;font-style:normal;display:block; }
#wcKPugeZ92Llfqdn05EbrLQ6OWl2HmS4 { position:absolute;display:block;z-index:15109;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:27.999277114868rem;left:0rem;display:block; }
#lqLS7POOrB3l9GKdpOLnfTMyi077TshD { color:#000000;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:3.8006375rem;font-style:normal;display:block; }
#Trsu2lZaT3l1awsP1Pc1kt2TFaCdzLB7 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.5;letter-spacing:0;top:24.399740219116rem;left:1.874276638031rem;height:1.31293125rem;display:block; }
#kg3CX4vx7OmNn6NMM6Q6FooeFtHDP30V { color:rgba(var(--color-tertiary-4),1);display:block;width:71.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:35.435621261597rem;left:1.9364876747131rem;height:3.3998875rem;font-style:normal;display:block; }
#XJCJ3FvtEA8xFPntt4JTEI1vzXRR9FKn { position:absolute;display:block;z-index:15112;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:35.935476303101rem;left:0rem;display:block; }
#i4CJU7fVcCOmndwE0qErcU8TiHs5VaLb { position:absolute;display:block;z-index:15114;background-color:#77a8f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:41.174917221069rem;left:0rem;display:block; }
#lpk7OTHklETb0UIet8elnS93ewvEHPnH { color:rgba(var(--color-tertiary-4),1);display:block;width:71.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:40.675058364868rem;left:1.9364876747131rem;height:3.3998875rem;font-style:normal;display:block; }
#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { 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; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { background-color: transparent; background-image: none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container > .video-iframe-container { display: none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container { display: none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .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); }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { border-width: 0; border-radius: 0; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { position:absolute;display:block;z-index:15129;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.25rem;width:22.5rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { background-color: transparent; background-image: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { border-width: 0; border-radius: 0; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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:14.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;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.125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.055775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { 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:1.5rem;width:14.5rem;top:0rem;left:30.25rem;display:block; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.460625rem;padding-right:0.408125rem;padding-bottom:0.460625rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.474375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.841875rem;font-weight:700;line-height:39.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.26625rem;height:0.978125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.690625rem;font-weight:400;line-height:15.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.66125rem;padding-top:0.575625rem;padding-right:0.583125rem;padding-bottom:0.575625rem;padding-left:0.583125rem;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:1rem;left:28.385414123535rem;z-index:15004; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl { width:auto; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
#U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { background-color:#77a8f1;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: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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.5rem;left:29.375rem;display:block; }
#aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { background-color: transparent; background-image: none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container > .video-iframe-container { display: none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row > .video-iframe-container { display: none; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .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); }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { border-width: 0; border-radius: 0; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:11.875rem;height:6.824625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { background-color: transparent; background-image: none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container > .video-iframe-container { display: none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { display: none; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .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); }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { border-width: 0; border-radius: 0; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { background-color:rgba(var(--color-secondary-0),0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0rem;left:39.375rem;display:block; }
#um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.625rem;height:2.9239rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:29.875rem;top:0rem;left:5.625rem;display:block; }
#tleLNEu8E9lIppcS8X0f9DI580rbqQHs { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-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:0.0625rem;width:33.8125rem;top:4.3499984741211rem;left:35.5625rem;display:block; }
#GC5bi4kM3kKX1UzbMq009liLLizEhR2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { background-color: transparent; background-image: none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container > .video-iframe-container { display: none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { display: none; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .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); }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { border-width: 0; border-radius: 0; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#IapNmIlFyUxkXwSCupIf45LMHswQvg1S { background-color:rgba(var(--color-secondary-0),0.25);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.625rem;height:2.9239rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:30rem;top:0rem;left:39.375rem;display:block; }
#AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-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:0.0625rem;width:33.8125rem;top:4.375rem;left:5.625rem;display:block; }
#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container { background-color: transparent; background-image: none; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container > .video-iframe-container { display: none; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row > .video-iframe-container { display: none; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .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); }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container { border-width: 0; border-radius: 0; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#xIbOHIsfebiLS4p5J2p8C4nBMA6M0UZa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #8eb7f4;border-left:0.1875rem solid #8eb7f4;border-right:0.1875rem solid #8eb7f4;border-bottom:0.1875rem solid #8eb7f4;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:0.625rem;left:5.625rem;display:block; }
#G6z3ApsHTOuXei5qFtaElmSxHFAnMefz { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:1.5625rem;left:39.375rem;display:block; }
#ikiuSL0WEaKddQ4ThqWDwFTzJs8EsSxs { background-color:#77a8f1;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: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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.6875rem;left:46.25rem;display:block; }
#xyZTGo2br9cHHgu9dkgLWnNL3NuHaO3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i03or9ETBtNeX36fNlcPStaKnxkgTIkz { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vucszGCHKecoGlZIZBAp5CcHGKlwU7fQ { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#de5JQpxU3I1GIaDsZ6Os5UmZLdL0XSa7 { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drHBc4ssU5QoB4Hx0gwhavmw2nQhNQU6 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.894805908203rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqdMH5WdKZqdNukr6J9zoE8CDbb5TX8R { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.875rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXGQJDVgOblUSSRnspoRAFta6zLZpH2L { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.5rem;left:19.0625rem;overflow:hidden;display:block; }
#lIDbAWne1mRHFMMA0MhtQpPMwukXfDsT { 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:3.125rem;width:3.125rem;top:2.5625rem;left:52.8125rem;overflow:hidden;display:block; }
#ZUAEvDshzVLiOTZUVQZsrdTvDvzcTVmf { background-color:#77a8f1;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: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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.6875rem;left:12.5rem;display:block; }
#pEKTWatslozZU6UX09I15zeqnXnmDPVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7eG3BI4i2IFS32256MTHqWDLgk2g6ll { color:#c3c3c3;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.168762207031rem;left:6.3125rem;height:0.893375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whPMBZ2v32RCDIoM2RQZBm8l1tpk8SIa { color:#080a45;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8108718395231rem;left:6.37451171875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { background-color: transparent; background-image: none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container > .video-iframe-container { display: none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { display: none; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .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); }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { border-width: 0; border-radius: 0; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.15rem;height:3.65rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17rem;left:20.625rem;display:block; }
#bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOiB6ukhJXICfMgBubDCcForMHW6XT4S { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { 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.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.55rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17rem;left:38.125rem;display:block; }
#Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4oOLErc148PkN4r8ZrF20n1LxoTqVys { color:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.575012207031rem;left:8.625rem;height:2.43634375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { 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:15005;opacity:1;top:7.6000061035156rem;left:5.9375rem; }
#S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { 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:15006;opacity:1;top:11.3125rem;left:5.9375rem; }
#HBHgNensd1GXt0zHN2NCknEcemhnkK3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container { background-color: transparent; background-image: none; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container > .video-iframe-container { display: none; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row > .video-iframe-container { display: none; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .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); }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container { border-width: 0; border-radius: 0; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#cDBQPQwG91v2yZckGCRnv8M4VWgbTDbv { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #77a8f1, #093d89);background-image: -moz-linear-gradient(135deg, #77a8f1, #093d89);background-image: -ms-linear-gradient(135deg, #77a8f1, #093d89);background-image: -o-linear-gradient(135deg, #77a8f1, #093d89);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a8f1', endColorstr='#093d89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a8f1', endColorstr='#093d89' );";background-image: linear-gradient(135deg, #77a8f1, #093d89);background-size:auto !important;border-top:0.1875rem solid #8eb7f4;border-left:0.1875rem solid #8eb7f4;border-right:0.1875rem solid #8eb7f4;border-bottom:0.1875rem solid #8eb7f4;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:30rem;top:0.625rem;left:5.625rem;display:block; }
#HI8SU5lhFydBfdP2OUwIcWNWo5NFKnxH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #77a8f1, #093d89);background-image: -moz-linear-gradient(135deg, #77a8f1, #093d89);background-image: -ms-linear-gradient(135deg, #77a8f1, #093d89);background-image: -o-linear-gradient(135deg, #77a8f1, #093d89);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a8f1', endColorstr='#093d89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a8f1', endColorstr='#093d89' );";background-image: linear-gradient(135deg, #77a8f1, #093d89);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:19.375rem;width:30rem;top:1.5625rem;left:39.375rem;display:block; }
#vaT5dd2bI9WWPNkR2tqT1WiExZzz9uhB { background-color:#77a8f1;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: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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.6875rem;left:46.25rem;display:block; }
#t6cwmIEgQXPNyfD9VkagKv5DvmHsulwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lsi2g705WAdxUlElfZVlaLZgvf12iiXS { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcwCqgdnl6DKmw7ANmxCimdT6dStX1uN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.21875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irA5MBnXHZygFlUtuvL6vLbSxi4tP8F5 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:40rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cofCBT1G51Bp5PHkzrz2QCqsKF5i0BAM { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.894805908203rem;left:6.21875rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3aCWPUnebiqKNenFExpAprXrDNDCa5S { color:#cacaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.875rem;left:40rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z01sqpN3dmZx0wi0F56zlkXeNyAgxtWu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.5rem;left:19.0625rem;overflow:hidden;display:block; }
#CcwZ9MTvK9L6USkxTtbOwJRd8mbQwZgn { 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:3.125rem;width:3.125rem;top:2.5625rem;left:52.8125rem;overflow:hidden;display:block; }
#br5FDw6U1EsKL65DG4QI1i9izDMxJdLb { background-color:#77a8f1;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.6875rem;left:12.5rem;display:block; }
#Wfs6RQTJakOEw55PiMHdaKcFeKTxKt6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c64hNDROrLuOoJ4Ppkclvdsz3R6JbtLT { color:#cccccc;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.3125rem;left:6.25rem;height:0.893375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzIuWo9z7TkKFwZNA0hTa93hbQxzJcMM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.8116865158081rem;left:6.37451171875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072156;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; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container { background-color: transparent; background-image: none; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container > .video-iframe-container { display: none; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row > .video-iframe-container { display: none; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .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); }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container { border-width: 0; border-radius: 0; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#UykMlWAKm5irItWEZ3gX5L0bRmuHR8T9 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:2.5rem;left:5.625rem;display:block; }
#DW4NbmQ8HH6Q1UpveLsFaTAiH7KzkxIU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:5.625rem;height:1.21875rem;font-style:normal;display:block; }
#K0QAE8iThX5fE1Ls7s6F1O54bnR1kneK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:44.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfpOh3d5E3rbuVN6pT0q85kyyuKcEWJS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:61.125rem;height:1.21875rem;font-style:normal;display:block; }
#w4bPTRWQNDUdhpHp0AZ4Wae0fIxQ1GEk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7250061035156rem;left:5.625rem;height:2.59838125rem;font-style:normal;display:block; }
#t17xwPxhOt1DbP2heLpad4TuIgUh6E5a { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:7.5rem;left:5.625rem;display:block; }
#TfOTIgp7aTLOLrJ7EgkNF1zu91fMZzS5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:12.5rem;left:5.625rem;display:block; }
#NSXJC2TTfKU4FdIEHNNg9IwXUik1Sbqm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:17.5rem;left:5.625rem;display:block; }
#U7fpqChKHVmVlw718Sutcym8m1DfqvcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:5.625rem;height:2.59838125rem;font-style:normal;display:block; }
#itwZD7Q0LVJVPuwJ6LHrk36sOVLMi1XN { 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:15008;opacity:1;top:3.9989585876465rem;left:50.8125rem; }
#igxqWm5IQgeuVd4HOo3quNhMwuxxz8Vw { 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:15009;opacity:1;top:3.9989585876465rem;left:64.40625rem; }
#A1m6uwMVC2Jc2aGBFt7D90uAicSH5nGI { 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:15011;opacity:1;top:8.9874992370606rem;left:64.40625rem; }
#QGoCITlWg0dZ6iWGlkoDTeAsHPECABwJ { 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:15010;opacity:1;top:8.9874992370606rem;left:50.8125rem; }
#J9O4S2S1PQV4FS4Ql03Z8WcC2kDIEETO { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:5.625rem;height:2.59838125rem;font-style:normal;display:block; }
#Uq6dGIheUsSZLxrnT6gHvFGHcIU4if5H { 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:15012;opacity:1;top:14.125rem;left:50.8125rem; }
#uNIqhRB1eJEX1G2rkNTx2FgZc0PIAtO2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:22.5rem;left:5.625rem;display:block; }
#rdw785ut9AGQeq46Nr3T98CG0s1TNZuX { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.625rem;height:1.2999125rem;font-style:normal;display:block; }
#AiAP8HTWPyJmJz6B3bS6ppUT7T9EUeMB { 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:15016;opacity:1;top:19.125rem;left:50.8125rem; }
#IcHsmy6zmJDa9kIdpuRr1G7d42zHbaan { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:27.5rem;left:5.625rem;display:block; }
#I3gSLeV0WBcspGuammRwxDAqb9mTcbJT { 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:15020;opacity:1;top:24.125rem;left:50.8125rem; }
#N5NUfN3TIwRv4u0MWhIiVQCq0BNmAPTi { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.75rem;left:5.625rem;height:2.43634375rem;font-style:normal;display:block; }
#KDERucg0I1nTQ8Vq5fqVCw5kfZM7htTe { 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:15021;opacity:1;top:34.125rem;left:64.4375rem; }
#EArfleygQ5ZRMsmT7NiT1xDyWoJUL63U { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:32.5rem;left:5.625rem;display:block; }
#v5qhGTiwt4BhXNRStZrioVSiy31GTqR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.625rem;height:2.59838125rem;font-style:normal;display:block; }
#pdILDzAv6o1ofFOgMQ8leqJwv9oJkIXG { 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:15024;opacity:1;top:29.125rem;left:50.8125rem; }
#IPKvzZUEdxwa4iTD8HOtWaSdvIpFi6am { 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:15025;opacity:1;top:29.125rem;left:64.4375rem; }
#hS4AIoaU6BZcr03bwaOt67hJ10LTHetU { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.49);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.0625rem;width:63.75rem;top:37.5rem;left:5.625rem;display:block; }
#Glr4lSrrxoDkVfDPUnZPI1qkQWTCdL3v { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:34.375rem;left:5.625rem;height:1.2999125rem;font-style:normal;display:block; }
#yHxITnJxIlZSXZ5z9C303XhnnvbKaPQ2 { 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:15028;opacity:1;top:34.125rem;left:50.8125rem; }
#w3SvqeSG5qtVls6qE50nM880RuUyTFwW { 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:15021;opacity:1;top:24.125rem;left:64.40625rem; }
#RGmuhku4o93iLXzfp2A93NQTohOigp92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de6daf04-0910-4ec4-96c8-c04bb3eb8f9c/URZ.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#RGmuhku4o93iLXzfp2A93NQTohOigp92.adaptive-delivery-prevent-bg, #RGmuhku4o93iLXzfp2A93NQTohOigp92.lazyload, #RGmuhku4o93iLXzfp2A93NQTohOigp92.lazyloading { background-image: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container { background-color: transparent; background-image: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,37,111,0.7); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container > .video-iframe-container { display: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,37,111,0.7); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row > .video-iframe-container { display: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .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); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container { border-width: 0; border-radius: 0; }#RGmuhku4o93iLXzfp2A93NQTohOigp92::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#pqI4cHXboEaA2SltBkAuxzaqnhuB8cT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d3kOsTaqMa3JGZTEV6w6VbwWtMevBfq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:21.4375rem;left:44.46875rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#cU8A1cPyprDoOUVEvcFpL2dTrRJTVGXT { 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-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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.125rem;left:50.875rem;display:block; }
#iBATKvlC5U7govarTSbGwuIKQBtTbTD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cL55UyDT7BQLC3DBJTqefJhLP5VSTlJ0 { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.96875rem;left:55.25rem; }
#bafZ06o6x3K0uz8QLZLVkcvcG4ayKfOe { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:56.25rem;top:0rem;left:9.375rem;overflow:hidden;display:block; }
#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { position:relative;display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { background-color: transparent; background-image: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container > .video-iframe-container { display: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row > .video-iframe-container { display: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { border-width: 0; border-radius: 0; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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:8.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:block; }#RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA { position:relative;display:block; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA { background-color: transparent; background-image: none; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row .container > .video-iframe-container { display: none; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row > .video-iframe-container { display: none; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .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); }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA { border-width: 0; border-radius: 0; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .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; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cUg4a7A9DqrXJdstiVGn5Sqh8f0URF0w { color:#77a8f1;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:18.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT { position:relative;display:none; }#AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT { border-width: 0; border-radius: 0; }#AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT > .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; }#AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT > .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:17.9375rem;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; }#Fabi3L7qJDTPcug6wA3cWGuQoxw9AJmv { box-sizing:content-box;height:3.0625rem;width:74.6875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.0625rem;left:0.0625rem;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;display:block; }
#cT2VWfeIIsG1Hp50PlItPVcRqWI5U7T2 { color:#686868;display:block;width:73.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:12rem;left:0.375rem;height:1.22540625rem;text-align:center;text-align-last:center;display:block; }
#oe7FaJUUyRPLV10HZikllWqVIP8aN2Cn { position:absolute;display:block;z-index:15047;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.75rem;width:8.75rem;top:2.5rem;left:33.125rem;overflow:hidden;display:block; }
#dwBpTNr7ll0etXwNMn7d9nufRK1GMmsM { box-sizing:content-box;height:1.3125rem;width:10rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.375rem;left:32.5rem;display:block; }
#UnyAomgU0XcRiyM2rvSqfsNk7hDk11z8 { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 { 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; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container { background-color: transparent; background-image: none; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container > .video-iframe-container { display: none; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row > .video-iframe-container { display: none; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .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); }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container { border-width: 0; border-radius: 0; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#MTd6cTJtmGIV7maNephgLXIxtacfMXwx { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#Q5VnRqSDuhGgyGr6yQ7Ex30DH3uOiaiT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:11.625rem;top:1.1362848281861rem;left:31.687501907349rem;overflow:hidden;display:block; }
#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf { 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; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container { background-color: transparent; background-image: none; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container > .video-iframe-container { display: none; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row > .video-iframe-container { display: none; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .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); }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container { border-width: 0; border-radius: 0; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#KlCc2baIOzluN0Rr4yymBRRXIRZ8NrIG { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#feTqVmXIRPichFVzU8QH3PIycdq9w8Wv { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.625rem;top:1.375rem;left:41.625001907349rem;overflow:hidden;display:block; }
#zm6s18xqxhoCIgWzXi9cnRQmdNFlEKIw { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.5rem;top:1.375rem;left:22.680555343628rem;overflow:hidden;display:block; }
#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd { 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; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container { background-color: transparent; background-image: none; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container > .video-iframe-container { display: none; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row > .video-iframe-container { display: none; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .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); }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container { border-width: 0; border-radius: 0; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#wd2Sx2TqRHykOB4F6Zv1qQQm1iN7xEvx { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#gpKhGhPsDgVwLXGU83ELOcpdISUxEhaq { position:absolute;display:block;z-index:15018;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:17.1875rem;top:19.9375rem;left:28.90625rem;overflow:hidden;display:block; }
#ZRhls9XVoCmdTsa4kMBwQUfmU9pvP7yD { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#PvphUSQoa1l2hdgppXtqlHH5mXOyVV2q { position:absolute;display:block;z-index:15018;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:11.6875rem;left:30.59375rem;overflow:hidden;display:block; }
#azX5u7ITzHETvfNsswpx8gEZ5NEEpWMl { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.875rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#SOHuN93ht7AJnONyxmXkMDW1Zhnv4mW4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.3125rem;top:3.1875rem;left:22.5rem;overflow:hidden;display:block; }
#ib4vXB5uTQ1lzdIgEaZTPOpryGCobKfX { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:9.75rem;top:2.75rem;left:42.8125rem;overflow:hidden;display:block; }
#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;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; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container { background-color: transparent; background-image: none; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container > .video-iframe-container { display: none; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row > .video-iframe-container { display: none; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .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); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container { border-width: 0; border-radius: 0; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#xWxzUu6Rfvqu8i6QLn6dPU2oDNEAUp62 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eKnyqdo2CT1nEnuhSMJRgyTQINpraRXc { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.75rem;left:0rem;height:1.4004625rem;text-align:left;text-align-last:left;display:block; }
#g87lrFEGIuTIJBQNQIWCaiqLStowywXt { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KlUeO2UMJD4t11sVmuiyTiWpHWngIX23 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:17rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ST0Jdp0BBwzyRkP8JfBez5QHlPbIvPct { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:19.1875rem;left:0rem;height:1.4004625rem;text-align:left;text-align-last:left;display:block; }
#yD5cqbUlv4OwWbmbR6K4upA9nWA4EkWO { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:24.6875rem;left:0rem;height:1.4004625rem;text-align:left;text-align-last:left;display:block; }
#Nc6K6zzPumEBvVqL2wH1a9IUVF1rMKoD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:22.5rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbfldFgmZdz1pL3icozSRX6TMV51nPTe { color:#000000;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.7614593505863rem;left:0rem;height:1.70573125rem;font-style:normal;display:block; }
#GsAFWZ309MnuEXnaBUayDqbSTVsHwZH5 { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:30.0625rem;left:0rem;height:1.4004625rem;text-align:left;text-align-last:left;display:block; }
#KBuPSyVg9p0BlspGOMwGJg2t64TG8ZTk { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:27.875rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { border-width: 0; border-radius: 0; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:#585858;display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:5.988525390625rem;left:0rem;height:1.4004625rem;text-align:left;text-align-last:left;display:block; }
#tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.8010406494141rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.2385406494137rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:#585858;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:11.426025390625rem;left:0rem;height:2.800925rem;text-align:left;text-align-last:left;display:block; }
#VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:15.988555908203rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { color:#585858;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:18.176025390625rem;left:0rem;height:2.800925rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:#585858;display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:24.926055908203rem;left:0rem;height:1.4004625rem;text-align:left;text-align-last:left;display:block; }
#JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:22.738555908203rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#000000;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70573125rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:#585858;display:block;width:73.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:30.426055908203rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:28.238555908203rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011743;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; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container { background-color: transparent; background-image: none; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container > .video-iframe-container { display: none; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row > .video-iframe-container { display: none; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .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); }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container { border-width: 0; border-radius: 0; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#sVpqb2yvxULAuraReIXCJyDtMMAXKnMW { color:rgba(255,255,255,0.8);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:9.7511875rem;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; }
#rg8mfVRkIele0HyiMZiHutLs9cTVGIRN { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.16);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:13.5625rem;left:0rem;display:block; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011743;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; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { background-color: transparent; background-image: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .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); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { border-width: 0; border-radius: 0; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011743;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; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { background-color: transparent; background-image: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { display: none; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .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); }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { border-width: 0; border-radius: 0; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.261455535889rem;left:30.0625rem;height:4.49870625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.16);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:17.3125rem;left:0rem;display:block; }
#Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { color:rgba(var(--color-tertiary-0),0.6);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.15625rem;height:5.19965625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { background-color:rgba(var(--color-secondary-1),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:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.46875rem;left:68.8125rem;display:block; }
#gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5ZO04GyQyK4Bv2Pi0xNMbyee18gHTRV { background-color:rgba(var(--color-secondary-1),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:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:18.46875rem;left:58.8125rem;display:block; }
#frffUab0dKXc4qUaXmTDmNxvxbvpI4CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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;bottom:0rem;left:0rem;right:0rem;display:block; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container { background-color: transparent; background-image: none; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container > .video-iframe-container { display: none; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row > .video-iframe-container { display: none; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .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); }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container { border-width: 0; border-radius: 0; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#yoU7fdI8QgheQKykmcxLTUQlO37OJOtT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.375rem;height:1.2999125rem;font-style:normal;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; }
#lKoWZqp5pS8ctn3xqyyTTMMTBpsdGsiG { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#d0RMgZht5svNuUUttfi9xg8RhDGWDbNt { 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.0625rem solid rgba(var(--color-tertiary-0),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:0.625rem;left:71.75rem;display:block; }
#klA0JzOAULaTpNirGbJ6UHAfT6Az7dkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zIKuyO42UQ4C6baLLVxDpuJW2G98Mfle { 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:15138;opacity:1;top:0.9375rem;left:72.0625rem; }
#nD7po8lr3lANttTZqBR4fgcOuHJwvEPM { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.25rem;height:1.2999125rem;font-style:normal;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; }
#P029VRJee1nLm12C59kfzvnPoW7s4Ot5 { 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:15142;opacity:1;top:0.9375rem;left:62.8125rem;display:none; }
#LEy0odURR8kqEkkZvSSWDbCwE9LmVL0S { background-color:#77a8f1;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: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.5rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.65000152587888rem;left:61.6875rem;display:block; }
#ETA5KsMyWp3mSHbHwspaFuMWbqXE2rvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sd3rTtNR0rT1U8Tm5oeliR5tyN5UhR4T { position:absolute;display:block;z-index:15145;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:0.96250152587888rem;left:0.9375rem;overflow:hidden;display:block; }
#swTTqXVFvFiUlpptyRwLAR47Dvepbgc6 { position:absolute;display:block;z-index:15146;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:0.96250152587888rem;left:22.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT { background-color:#2d4b89;background-image:url("https://images.assets-landingi.com/uc/7ce96ef3-c232-4a59-8483-c622c36e1dc9/PTP_tlo_desktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.adaptive-delivery-prevent-bg, #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.lazyload, #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.lazyloading { background-image: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { background-color: transparent; background-image: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container > .video-iframe-container { display: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container { display: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .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); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iM16JNyvTsPyyIdoRQrQ4bUgLErQuqcG { top:11.78750038147rem;left:0.625rem;width:26.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFOBDikGKWPx7fZQKDchoDQO2o3uUo4T { width:6.875rem;height:3.4375rem;top:0.625rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzTeP09dnD5urLhDdA6eAJbXndyBdpy6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Bb04qn9ro8TaBP49yMtlOtLhWLRtSb5t { width:4.375rem;height:3.4375rem;top:0.625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hOwMuKyzNpXezbKDo8kJ4tZoStXta8QB { display:block; }
 }@media only screen and (max-width: 1199px) { #Q5B49F60nraVrzvzpJmf63Teu6KuDo7J { width:2.9375rem;height:3.4375rem;top:0.625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LBRFWr7R79WNQt2ry2ECs9LfD2CVpxIa { display:block; }
 }@media only screen and (max-width: 1199px) { #zUJNpQK847NueliRCubnDMHhNI3PDUfV { width:5.25rem;height:3.4375rem;top:0.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTqVEoggrWWnlgt8x7Mtc6vnGkHQ16KR { display:block; }
 }@media only screen and (max-width: 1199px) { #v04MzZ38pUp6uzKGVWL03FlCb4IwdnUn { top:19.25rem;left:7.125rem;width:22.1875rem;height:0.9000625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WS68spGNkJe6To2ce3wq87If7c1glUpn { width:16.25rem;height:3.75rem;top:23.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnA1Oum4zVgRQG1xrc2oCgbQcyTzAH5k { display:block; }
 }@media only screen and (max-width: 1199px) { #DTfu7A6dXhENscn27pMxLLu3HStRPFTv { width:0.375rem;height:0.375rem;top:2.25rem;left:25.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdTwzeF6NhA5yLwsZAcNDUVKsUwCdvTZ { width:0.375rem;height:0.375rem;top:2.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2ksgJHtMs50y1S7XZGOQiB17TwuSuPF { width:0.375rem;height:0.375rem;top:2.1875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3NBZgX34iMTVErcgg7O922il0T52s55 { width:24.125rem;height:3.98726875rem;top:13.8125rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irRsM9Xvtcf2Ak9CpeqMrS0nRCKkhZbH { top:9.28750038147rem;left:1rem;width:13.1875rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxPlE8ezNR99d0ai3UPMDqfu0PmoT15c { width:14rem;height:1.625rem;top:9.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNKVqfGd2BtlNnwDez9WbX2fCmydABGd { width:16.25rem;height:3.75rem;top:23.6875rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzpQm45yt0zOAxk4eMNkTGmAriVtMqcW { display:block; }
 }@media only screen and (max-width: 1199px) { #PBUs8uhb0UHTPc0F1D4PfNuJTyOq50cE { width:14rem;height:1.625rem;top:9.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THikh2IKIPxZ5o8GKSNPTUuKVRoMbhzg { top:9.28750038147rem;left:10.6875rem;width:13.1875rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3Fy5gVGvpMr8WCqo6iJsnVIcRlTS71s { top:20.35000038147rem;left:7.125rem;width:22.1875rem;height:1.9502375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdOfZbfbuECHLyDlZOmL3T6AbipEwwNv { width:14.1875rem;height:3.9375rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H04ikVqKMpVbEHbgLt50XKTatXEEtfwL { width:3.125rem;height:3.125rem;top:19.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyV6qKKQCBuiWKsEmwqGF7hOGDP8BcB6 { width:3.125rem;height:3.125rem;top:19.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1idQoyF8EUdDbxT4DlhyAqBNVRFzquF { width:5.625rem;height:3.4375rem;top:0.625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W2cGA5JBum3XXAo8HSXazMU7frl87cbh { display:block; }
 }@media only screen and (max-width: 1199px) { #B0ukRKAx7GcrZgxeqPto9DyT0zRm1tWw { width:0.375rem;height:0.375rem;top:2.25rem;left:31.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGMgmxS2lhXhXFR6oZHvIWGT3MLmDSbv { top:24.16250038147rem;left:37.4375rem;width:9.1875rem;height:2.68011875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJ8r9UrrlwqshSndesiSLhRzKkz3IImZ { width:5.625rem;height:5.625rem;top:5.6000003814697rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wry9LDJG66dB0wrEE5DkWKydtqtTqJg7 { width:5.625rem;height:2.4375rem;top:6.375rem;left:41.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brtJTRZJOOULt9rr88BxWSB4OLvhyNzD { top:8.675000190735rem;left:41.5rem;width:5.625rem;height:1.94878125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvXFteDqoBJWEWh9cTUTrydHax80ZtT3 { width:11.1875rem;height:3.625rem;top:23.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NC05x93pIfhPWQaGaxbMKZRK1iDhZiZ0 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V1RNHtXzT01TaybFnJztvXHJn0NPVPuD { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qwPToup1PlBzRF8U03XtVt1T4FVqfZBV { background-color:#072156;background-image:none;display:block; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { background-color: transparent; background-image: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container > .video-iframe-container { display: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container { display: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .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); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SvxGTwfLfTnKxi5aEwv66a72HF8XVopp { width:10.125rem;height:3.5995375rem;top:3.3624992370606rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqEO5ufuzoWotTt3BRirhVhRCKkkMsOT { width:11.5rem;height:1.05035rem;top:1.875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuCv41mWCRKyUy2hU33fBXQ3vo2wX3ir { width:3.125rem;height:3.125rem;top:2rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6ahuHcKvidp94T8RmVQGVyslKtdGWUl { width:7.3125rem;height:1.05035rem;top:1.875rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHSwFCmF9B3n8RVVMOG3wQusooX6iTZS { width:11.125rem;height:2.69964375rem;top:3.3000001907349rem;left:19.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4gIMsfe2gbvfR0oAoa63yU2HsOmU8kZ { width:5.5625rem;height:1.05035rem;top:1.875rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T64sMfov4rr2X1Pc7dyOTIKykJD48amN { width:9.8125rem;height:1.79976875rem;top:3.2999992370606rem;left:35.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tihM912V45cd4rFfifViiP3FZtHmUPWv { top:2.0625rem;left:0.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cy6C4iob6fNvJJCd7G7ASQJ3V0EpwvIT { top:2.03125rem;left:31.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxomqzoHk21C6vIWrGTXntHBJ0MQ92ty { width:1.875rem;height:1.875rem;top:3.3249998092651rem;left:45.5625rem;font-size:1.3125rem;display:block; }
#UxomqzoHk21C6vIWrGTXntHBJ0MQ92ty > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:47.75rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { top:2.5rem;left:0rem;width:47.75rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:46.875rem;height:25.3125rem;top:6.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { width:18.125rem;height:1.2999125rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZi24R6iuZpCV7777KaTb4frL1AAHZrL { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { width:22.5rem;height:12.1875rem;top:2.40625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { display:block; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JiilHzMz2ohwSX76B80dCnDZLAIw6FvU { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zvk8N0vk18NkRtSJwHhxXkWrMmU3D762 { display:block; }
 }@media only screen and (max-width: 1199px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:47.75rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { top:2.5rem;left:7.8125rem;width:32.125rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:46.5rem;height:22.5rem;top:9.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF { display:none; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { width:47.75rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #l92QBD6RVzuSb4qxBsliMUZNvtWt2eiw { top:4.5625rem;left:0rem;width:47.75rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1kbGgVzFQJRCQlD2MpPThMRk2PUkGIS { top:2.5rem;left:7.8125rem;width:32.125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn { display:none; }#MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn > .row .container { width:47.75rem;height:45.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DTGOZQxcC0PFuKH0QQkcieqFGHQ27X5G { width:22.4375rem;height:1.29980625rem;top:4.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7TTW9fAgboZapJm1ZwyoL6uNvuOaP2a { width:22.0625rem;height:4.9rem;top:6rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwF06rzCfiPT2sfIHE7O9V6RkwQwWmr9 { width:23.875rem;height:1.29980625rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wE01WVldQxDClNiCux7HMkBmsnRDc58L { width:23.0625rem;height:3.675rem;top:6rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmJMK5rPRCMsqudMMM2agWw100Kiw7Wk { width:20.3125rem;height:3.675rem;top:18.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xba85g1qDSq8LxdnifV6iLln70FHhFb8 { width:23.125rem;height:1.29980625rem;top:16.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPdUoWKXabe4nWpEKNSJnH4ubUoongP3 { width:3.125rem;height:3.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nglhIl43EwepWAMrXtXMG27f8Sb2a1Tz { width:3.0625rem;height:3.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ne4eHmy2wxDcKWmanagap9LDmT4JuRyP { width:3.125rem;height:3.125rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hOSwTZHqh9HNI1o45LaloJxJ20MDKmGG { width:3.125rem;height:3.125rem;top:12.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pi2GE5PhCDeZXvRCAh15ePIf9BJv2TfN { width:23.875rem;height:1.29980625rem;top:16.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdqkUCLSTyZwGaU4qzz2QOlr2xPF8GMU { width:21.5625rem;height:4.9rem;top:18.737500190735rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyNFc6dMcUbLU6Mu8SSHqTSflgRQL839 { width:20.25rem;height:4.9rem;top:31.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWlBm4PFTDTMhLIKQ4TPtuKGLrGarRrm { width:23.125rem;height:1.29980625rem;top:29.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFq0oL5aUVfCGmnzrStnPzDtp8SbuRl6 { width:3.125rem;height:3.125rem;top:25.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRGolkJCDslKbvrJcgSUtKXUtBOGKMm6 { width:20.25rem;height:3.675rem;top:31.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4JTqzZqs6Lxupcel6Z9chrTB0wRmzzb { width:23.875rem;height:1.29980625rem;top:29.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5EVawG8aqPhVqbAAb4rRMVNWEatFA8Q { width:3.125rem;height:3.125rem;top:25.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiJbUkZdXaoVr4Omo4txTNMJOpdXP2Ew { width:46.5625rem;height:3.675rem;top:39.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ax2BMwcEdXAMLEicKyVNWCV9Pw9TG5XX { width:12.5rem;height:3.75rem;top:0rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKTODDPLS0RGB6PRM4ckCNhrpp1wc5pC { display:block; }
 }@media only screen and (max-width: 1199px) { #g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { display:block; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQldf2BsQsvWDmmuBtLCS3MPuS8PtN8B { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9igDJFklVa8WytMWnfZKxbak1RFZmuk { width:47.75rem;height:1.137875rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:0.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:0rem;left:2.5rem;width:38.3125rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { top:13.310475349426rem;left:2.4985533356667rem;width:42.75rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { top:13.68590927124rem;left:0.62355333566666rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { width:30rem;height:2.43634375rem;top:18.486256599426rem;left:2.4985533356667rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { top:8.5600404739381rem;left:0.62355333566666rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { top:22.559607505798rem;left:2.4992766976356rem;width:43.25rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:42rem;height:8.52718125rem;top:27.746963024139rem;left:2.6229746937752rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { top:22.935041561722rem;left:0.62355333566666rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { top:38.247397422791rem;left:2.4992766976356rem;width:38.3125rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { top:38.497686386108rem;left:0.74869793653488rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { top:43.247398376465rem;left:2.4992766976356rem;width:38.3125rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { top:43.622831344604rem;left:0.62355333566666rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkakC9oTZrnp5J8t1gLEOZLiPdTIa9mB { top:7.9979753494262rem;left:2.4985533356667rem;width:44.8125rem;height:3.5995375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ns6T65idqZuas4EzwzvXgAZK5In06408 { width:32.0625rem;height:2.4363375rem;top:3.4243354797363rem;left:2.5000000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy { display:block; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ThMKZeXKVE5iOdJMNbKg6nxtfUyfqMgE { width:32.0625rem;height:7.3090125rem;top:12.049697399139rem;left:2.5000002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eECD2b5kVO6DmXfVhSt2R3fvEcEk5tPl { top:7rem;left:2.5rem;width:44.5625rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOu7lTJTuRKmGVBqSKXKh38yIPBeqtfC { top:7.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AsotCoz7p07vcmTrcZInMn19O3zE4iFD { top:0.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HuuFg9AeC2vq6x9JRnLizyr8Gs5bldGm { top:0rem;left:2.5rem;width:44.8125rem;height:5.39930625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CS9pPxsTwTCNIzuPSJvikL0T16MoM1yu { top:20.809751987457rem;left:2.8103299736977rem;width:38.3125rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7uLJoAd7ybwSIASqLOVxiTGuQgQBa4x { top:21.183739185333rem;left:0.93677669763562rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly { display:block; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ROW4bAE0IWeC7Vz4b2CAhIfCMftVJoFK { top:5.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rhCDfr3GgVF8GMkTkCirwO17Trw3Pdmr { top:5.1875rem;left:2.5rem;width:42.75rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxXs4wcXfMVMZK01DJX5a1BgiLZxZRKW { width:30rem;height:1.21875rem;top:8.5499992370606rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOFsICBZAndSI0xv8ETiIi7QcgKQraFV { top:0.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnTBCpZWOXFwPxI7iIX7pmZbt03K3xIT { top:11.5625rem;left:2.5rem;width:43.25rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McCZo6cKxe06308L2VfuEuL0eqn6LNRL { width:25.75rem;height:1.21875rem;top:14.924999237061rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xpD6Ardklw2Uy3A5Fd48HbT8ta427E3g { top:11.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d9ABOxRAMVoXuGhfNGXE3kLTynLPHQCA { top:17.936922073364rem;left:2.4992766976356rem;width:41.4375rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6I6Olxz8oh8P4P9Stu5ZOLuvZn291Ra { top:18.3125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3JtsQTt47z1gwCxwh2o0A1O5KvzxLVI { width:25.75rem;height:1.21875rem;top:31.237413406372rem;left:2.4992766976356rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5imSkkffWbANlm0ElXTsDEzovkEbCUU { top:25.999422073364rem;left:2.4992766976356rem;width:43.6875rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZPXLVFo80otmy1VmlTguMaJPlM20PLn { top:26.311922073364rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zoLLOqazhq3ZSiHEqmqkbf9t54rtFFLO { top:0rem;left:2.5rem;width:44.8125rem;height:3.5995375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJ5BeX697ZireiTiZxV9g2Hx9xKClHod { width:25.75rem;height:1.21875rem;top:22.987413406372rem;left:2.4992766976356rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heEuSuMRafVkmRb8CFZs12AcxDKQLtGs { top:34.187356948853rem;left:2.4992766976356rem;width:43.6875rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dabkra3EsPALCLCSJ8mubuMQ31QgRZnI { top:34.499856948853rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ppa66OGy2Jo90eCgyqgPJ9uoqaNW4tTl { top:39.748699188233rem;left:0.62427669763565rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xirz8QXVt02LRTgWHewLCFghdEx9gXpQ { top:39.373989105224rem;left:2.5000000596046rem;width:43.6875rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au { display:block; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .row .container { width:47.75rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ywuqsnvSzzAsXgt8gACgrTCytbzVbk7A { top:5.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c569hhqwOMqC6PRLTzy9CPBeW0bawtQx { top:5.1875rem;left:2.5rem;width:42.75rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lk6UvNf7gSWonlkdSvGP6zaT9vTDPuuu { width:30rem;height:1.21875rem;top:10.236763000488rem;left:2.5000002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRFvPQT5NIeSiaoF5MSF6N5FDJKZelwq { top:0.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VInWpq1k2mK0vw0p9mQqELLNrBM6uELx { top:12.9375rem;left:2.5000002384186rem;width:43.25rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvlNluDU8uhcJ5T921VlUlSlnHc3MyWS { width:25.75rem;height:1.21875rem;top:16.299045562744rem;left:2.5000002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7Jf203TTnhDTrV73FVOQy3uv84sQJIJ { top:13.311851501465rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5i5evmqTuuxaESTb9LiAuwSB36kVJVQ { top:19.312282562256rem;left:2.5000002384186rem;width:38.3125rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KP9WazcxFncEQ7lEXls3bkro5du6diZR { top:19.686634063721rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyVhOg2e5xfqqCKLlZTT1clU2TleQUDW { width:25.75rem;height:2.4363375rem;top:30.924697875976rem;left:2.5000002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBfxbR1CNV84fgQ9K5X2C6ZB9iNJZXx5 { top:25.687065124512rem;left:2.5000002384186rem;width:43.6875rem;height:4.79818125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcKPugeZ92Llfqdn05EbrLQ6OWl2HmS4 { top:25.999565124512rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqLS7POOrB3l9GKdpOLnfTMyi077TshD { top:0rem;left:2.5rem;width:44.8125rem;height:3.5995375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Trsu2lZaT3l1awsP1Pc1kt2TFaCdzLB7 { width:25.75rem;height:1.21875rem;top:22.674911499024rem;left:2.5000002384186rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kg3CX4vx7OmNn6NMM6Q6FooeFtHDP30V { top:35.186851501465rem;left:2.4989149570465rem;width:43.6875rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJCJ3FvtEA8xFPntt4JTEI1vzXRR9FKn { top:35.499351501465rem;left:0.62391495704651rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4CJU7fVcCOmndwE0qErcU8TiHs5VaLb { top:40.810768127441rem;left:0.62391495704651rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpk7OTHklETb0UIet8elnS93ewvEHPnH { top:40.311637878418rem;left:2.5000002384186rem;width:43.6875rem;height:3.1987875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:block; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { width:20rem;height:9.125rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:47.75rem;height:1.055775rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .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; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 1199px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:12.5rem;height:3.75rem;top:9rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 1199px) { #e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { display:block; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { width:42.9375rem;height:5.525175rem;top:2.5rem;left:2.40625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:block; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:22.625rem;height:3.75rem;top:0.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 1199px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:22.625rem;height:1.625rem;top:1.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:22.625rem;height:1.2999125rem;top:1.8125rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:22.5rem;height:3.6875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:23.875rem;height:0.0625rem;top:4.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:block; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:22.625rem;height:3.75rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 1199px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:22.625rem;height:1.625rem;top:1.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:22.625rem;height:1.2999125rem;top:1.8125rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:22.5rem;height:3.6875rem;top:0.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:23.875rem;height:0.0625rem;top:4.3125009536743rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo { display:block; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xIbOHIsfebiLS4p5J2p8C4nBMA6M0UZa { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6z3ApsHTOuXei5qFtaElmSxHFAnMefz { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikiuSL0WEaKddQ4ThqWDwFTzJs8EsSxs { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyZTGo2br9cHHgu9dkgLWnNL3NuHaO3e { display:block; }
 }@media only screen and (max-width: 1199px) { #i03or9ETBtNeX36fNlcPStaKnxkgTIkz { width:22.5625rem;height:4.875rem;top:8rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vucszGCHKecoGlZIZBAp5CcHGKlwU7fQ { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #de5JQpxU3I1GIaDsZ6Os5UmZLdL0XSa7 { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drHBc4ssU5QoB4Hx0gwhavmw2nQhNQU6 { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XqdMH5WdKZqdNukr6J9zoE8CDbb5TX8R { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXGQJDVgOblUSSRnspoRAFta6zLZpH2L { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIDbAWne1mRHFMMA0MhtQpPMwukXfDsT { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUAEvDshzVLiOTZUVQZsrdTvDvzcTVmf { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pEKTWatslozZU6UX09I15zeqnXnmDPVI { display:block; }
 }@media only screen and (max-width: 1199px) { #n7eG3BI4i2IFS32256MTHqWDLgk2g6ll { width:22.25rem;height:0.97511875rem;top:18.875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whPMBZ2v32RCDIoM2RQZBm8l1tpk8SIa { width:22.5625rem;height:4.875rem;top:8.18603515625rem;left:0.74869793653488rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:block; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:16.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 1199px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:42.9375rem;height:1.95023125rem;top:2.5rem;left:2.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:43.0625rem;height:2.27575rem;top:7rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16.25rem;height:3.75rem;top:16.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 1199px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:43.4375rem;height:3.41363125rem;top:10.625rem;left:3.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { width:1.875rem;height:1.875rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { width:1.875rem;height:1.875rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBHgNensd1GXt0zHN2NCknEcemhnkK3B { display:block; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container { width:47.75rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cDBQPQwG91v2yZckGCRnv8M4VWgbTDbv { width:22.5rem;height:20rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HI8SU5lhFydBfdP2OUwIcWNWo5NFKnxH { width:22.5rem;height:18.125rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaT5dd2bI9WWPNkR2tqT1WiExZzz9uhB { width:16.25rem;height:3.75rem;top:14.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6cwmIEgQXPNyfD9VkagKv5DvmHsulwR { display:block; }
 }@media only screen and (max-width: 1199px) { #Lsi2g705WAdxUlElfZVlaLZgvf12iiXS { width:22.5625rem;height:4.875rem;top:7.625rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcwCqgdnl6DKmw7ANmxCimdT6dStX1uN { width:22.4375rem;height:1.38125rem;top:6.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irA5MBnXHZygFlUtuvL6vLbSxi4tP8F5 { width:22.3125rem;height:1.38125rem;top:6.25rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cofCBT1G51Bp5PHkzrz2QCqsKF5i0BAM { width:22.4375rem;height:0.97511875rem;top:12.625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3aCWPUnebiqKNenFExpAprXrDNDCa5S { width:22.25rem;height:0.97511875rem;top:12.625rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z01sqpN3dmZx0wi0F56zlkXeNyAgxtWu { width:3.125rem;height:3.125rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcwZ9MTvK9L6USkxTtbOwJRd8mbQwZgn { width:2.5rem;height:2.5rem;top:2.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br5FDw6U1EsKL65DG4QI1i9izDMxJdLb { width:16.25rem;height:3.75rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wfs6RQTJakOEw55PiMHdaKcFeKTxKt6D { display:block; }
 }@media only screen and (max-width: 1199px) { #c64hNDROrLuOoJ4Ppkclvdsz3R6JbtLT { width:22.25rem;height:0.97511875rem;top:19rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzIuWo9z7TkKFwZNA0hTa93hbQxzJcMM { width:12.937rem;height:4.875rem;top:7.62451171875rem;left:5.5615231394768rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwEroVSsytgDKEdwFDKySzTISvrGJ8qE { display:block; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UykMlWAKm5irItWEZ3gX5L0bRmuHR8T9 { width:46.5rem;height:0.0625rem;top:2.436767578125rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DW4NbmQ8HH6Q1UpveLsFaTAiH7KzkxIU { width:18.625rem;height:1.055775rem;top:0.5625rem;left:0.62427669763565rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0QAE8iThX5fE1Ls7s6F1O54bnR1kneK { width:12rem;height:1.055775rem;top:0.5625rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfpOh3d5E3rbuVN6pT0q85kyyuKcEWJS { width:7rem;height:1.055775rem;top:0.5625rem;left:39.937066376209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4bPTRWQNDUdhpHp0AZ4Wae0fIxQ1GEk { width:26.8125rem;height:2.27575rem;top:3.1864585876465rem;left:0.62395858764649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t17xwPxhOt1DbP2heLpad4TuIgUh6E5a { width:46.5rem;height:0.0625rem;top:15.624702453613rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfOTIgp7aTLOLrJ7EgkNF1zu91fMZzS5 { width:46.5rem;height:0.0625rem;top:10.937202453613rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSXJC2TTfKU4FdIEHNNg9IwXUik1Sbqm { width:46.5rem;height:0.0625rem;top:6.186767578125rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7fpqChKHVmVlw718Sutcym8m1DfqvcZ { width:27.375rem;height:2.27575rem;top:7.4997100830075rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itwZD7Q0LVJVPuwJ6LHrk36sOVLMi1XN { width:1.25rem;height:1.25rem;top:3.6303405761719rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igxqWm5IQgeuVd4HOo3quNhMwuxxz8Vw { width:1.25rem;height:1.25rem;top:3.6303405761719rem;left:42.655530273914rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A1m6uwMVC2Jc2aGBFt7D90uAicSH5nGI { width:1.25rem;height:1.25rem;top:8.0111389160156rem;left:42.655530273914rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGoCITlWg0dZ6iWGlkoDTeAsHPECABwJ { width:1.25rem;height:1.25rem;top:8.0111389160156rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9O4S2S1PQV4FS4Ql03Z8WcC2kDIEETO { width:27.375rem;height:2.27575rem;top:12.187202453613rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uq6dGIheUsSZLxrnT6gHvFGHcIU4if5H { width:1.25rem;height:1.25rem;top:12.698631286621rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNIqhRB1eJEX1G2rkNTx2FgZc0PIAtO2 { width:46.5rem;height:0.0625rem;top:20.312202453613rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdw785ut9AGQeq46Nr3T98CG0s1TNZuX { width:27.375rem;height:2.27575rem;top:16.874702453613rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiAP8HTWPyJmJz6B3bS6ppUT7T9EUeMB { width:1.25rem;height:1.25rem;top:17.386131286621rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcHsmy6zmJDa9kIdpuRr1G7d42zHbaan { width:46.5rem;height:0.0625rem;top:26.186775207519rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3gSLeV0WBcspGuammRwxDAqb9mTcbJT { width:1.25rem;height:1.25rem;top:22.823776245118rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5NUfN3TIwRv4u0MWhIiVQCq0BNmAPTi { width:28.5rem;height:3.41363125rem;top:21.624412536621rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDERucg0I1nTQ8Vq5fqVCw5kfZM7htTe { width:1.25rem;height:1.25rem;top:32.823959350586rem;left:42.655208587646rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EArfleygQ5ZRMsmT7NiT1xDyWoJUL63U { width:46.5rem;height:0.0625rem;top:30.999420166016rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5qhGTiwt4BhXNRStZrioVSiy31GTqR7 { width:29.3125rem;height:2.27575rem;top:27.436775207519rem;left:0.62427669763565rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pdILDzAv6o1ofFOgMQ8leqJwv9oJkIXG { width:1.25rem;height:1.25rem;top:27.937347412109rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPKvzZUEdxwa4iTD8HOtWaSdvIpFi6am { width:1.25rem;height:1.25rem;top:27.937347412109rem;left:42.687356293201rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS4AIoaU6BZcr03bwaOt67hJ10LTHetU { width:46.5rem;height:0.0625rem;top:35.812065124512rem;left:0.62427669763565rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Glr4lSrrxoDkVfDPUnZPI1qkQWTCdL3v { width:29.3125rem;height:1.137875rem;top:32.873958587646rem;left:0.62395858764649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yHxITnJxIlZSXZ5z9C303XhnnvbKaPQ2 { width:1.25rem;height:1.25rem;top:32.749275207519rem;left:31.874276459217rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3SvqeSG5qtVls6qE50nM880RuUyTFwW { width:1.25rem;height:1.25rem;top:22.823958396912rem;left:42.686458587646rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGmuhku4o93iLXzfp2A93NQTohOigp92 { display:block; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pqI4cHXboEaA2SltBkAuxzaqnhuB8cT6 { top:2.5rem;left:0rem;width:47.75rem;height:2.599825rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3kOsTaqMa3JGZTEV6w6VbwWtMevBfq3 { width:30rem;height:9.84375rem;top:23.6875rem;left:8.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cU8A1cPyprDoOUVEvcFpL2dTrRJTVGXT { width:17.5rem;height:3.4375rem;top:35.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBATKvlC5U7govarTSbGwuIKQBtTbTD1 { display:block; }
 }@media only screen and (max-width: 1199px) { #cL55UyDT7BQLC3DBJTqefJhLP5VSTlJ0 { width:7.5rem;height:7.5rem;top:15.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bafZ06o6x3K0uz8QLZLVkcvcG4ayKfOe { width:47.75rem;height:23.238333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA { display:block; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cUg4a7A9DqrXJdstiVGn5Sqh8f0URF0w { width:23.875rem;height:2.9239rem;top:0rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT { display:none; }#AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Fabi3L7qJDTPcug6wA3cWGuQoxw9AJmv { width:31.25rem;height:4.625rem;top:10.511458396912rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cT2VWfeIIsG1Hp50PlItPVcRqWI5U7T2 { width:29.75rem;height:2.45rem;top:11.723958015442rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oe7FaJUUyRPLV10HZikllWqVIP8aN2Cn { width:7.5rem;height:7.5rem;top:3.0739583969116rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwBpTNr7ll0etXwNMn7d9nufRK1GMmsM { width:10rem;height:1.8125rem;top:9.3239583969119rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnyAomgU0XcRiyM2rvSqfsNk7hDk11z8 { width:23.875rem;height:1.1375rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 { display:block; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MTd6cTJtmGIV7maNephgLXIxtacfMXwx { width:47.75rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5VnRqSDuhGgyGr6yQ7Ex30DH3uOiaiT { width:11.625rem;height:6.3125rem;top:1.40625rem;left:18.062499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf { display:block; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KlCc2baIOzluN0Rr4yymBRRXIRZ8NrIG { width:47.75rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #feTqVmXIRPichFVzU8QH3PIycdq9w8Wv { width:11.5625rem;height:5.3125rem;top:1.40625rem;left:27.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zm6s18xqxhoCIgWzXi9cnRQmdNFlEKIw { width:10.5625rem;height:5.3125rem;top:1.40625rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd { display:block; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wd2Sx2TqRHykOB4F6Zv1qQQm1iN7xEvx { width:47.75rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gpKhGhPsDgVwLXGU83ELOcpdISUxEhaq { width:14.875rem;height:1.75rem;top:18.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRhls9XVoCmdTsa4kMBwQUfmU9pvP7yD { width:47.75rem;height:1.137875rem;top:16.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvphUSQoa1l2hdgppXtqlHH5mXOyVV2q { width:11.75rem;height:1.625rem;top:11.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azX5u7ITzHETvfNsswpx8gEZ5NEEpWMl { width:47.75rem;height:1.137875rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOHuN93ht7AJnONyxmXkMDW1Zhnv4mW4 { width:15.6875rem;height:2.5rem;top:3.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ib4vXB5uTQ1lzdIgEaZTPOpryGCobKfX { width:9.4375rem;height:3.5rem;top:2.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze { background-color:#fdfdfd;background-image:none;display:block; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container { background-color: transparent; background-image: none; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container > .video-iframe-container { display: none; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row > .video-iframe-container { display: none; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .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); }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container { width:47.75rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xWxzUu6Rfvqu8i6QLn6dPU2oDNEAUp62 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKnyqdo2CT1nEnuhSMJRgyTQINpraRXc { width:30.25rem;height:1.4004625rem;top:12.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g87lrFEGIuTIJBQNQIWCaiqLStowywXt { width:46.5rem;height:1.70003125rem;top:9.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlUeO2UMJD4t11sVmuiyTiWpHWngIX23 { width:46.5rem;height:1.70003125rem;top:15.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ST0Jdp0BBwzyRkP8JfBez5QHlPbIvPct { width:46.5rem;height:1.4004625rem;top:17.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yD5cqbUlv4OwWbmbR6K4upA9nWA4EkWO { width:46.5rem;height:1.4004625rem;top:22.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nc6K6zzPumEBvVqL2wH1a9IUVF1rMKoD { width:46.5rem;height:1.70003125rem;top:20.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbfldFgmZdz1pL3icozSRX6TMV51nPTe { width:21.875rem;height:1.625rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsAFWZ309MnuEXnaBUayDqbSTVsHwZH5 { width:46.5rem;height:2.800925rem;top:28.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBuPSyVg9p0BlspGOMwGJg2t64TG8ZTk { width:46.5rem;height:1.70003125rem;top:26.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:30.25rem;height:1.4004625rem;top:5.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.70003125rem;top:3.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.70003125rem;top:8.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:2.800925rem;top:11.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:46.5rem;height:1.70003125rem;top:15.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:44.9375rem;height:2.800925rem;top:17.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.4004625rem;top:24.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.70003125rem;top:22.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:2.800925rem;top:30.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.70003125rem;top:28.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 { display:block; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sVpqb2yvxULAuraReIXCJyDtMMAXKnMW { width:47.75rem;height:10.560625rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rg8mfVRkIele0HyiMZiHutLs9cTVGIRN { width:47.75rem;height:0.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { top:9.4375rem;left:11.9375rem;width:23.875rem;height:4.49870625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { top:18.5rem;left:0.625rem;width:22.5rem;height:2.62586875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { top:2.5rem;left:14.03125rem;width:19.6875rem;height:5.19965625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 1199px) { #l5ZO04GyQyK4Bv2Pi0xNMbyee18gHTRV { width:10.1875rem;height:1.75rem;top:18.28125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frffUab0dKXc4qUaXmTDmNxvxbvpI4CN { display:block; }
 }@media only screen and (max-width: 1199px) { #E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr { display:block; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yoU7fdI8QgheQKykmcxLTUQlO37OJOtT { width:13.3125rem;height:1.137875rem;top:1.3125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #lKoWZqp5pS8ctn3xqyyTTMMTBpsdGsiG { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0RMgZht5svNuUUttfi9xg8RhDGWDbNt { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klA0JzOAULaTpNirGbJ6UHAfT6Az7dkB { display:block; }
 }@media only screen and (max-width: 1199px) { #zIKuyO42UQ4C6baLLVxDpuJW2G98Mfle { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nD7po8lr3lANttTZqBR4fgcOuHJwvEPM { width:10.8125rem;height:2.27575rem;top:0.8125rem;left:20rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #P029VRJee1nLm12C59kfzvnPoW7s4Ot5 { width:1.875rem;height:1.875rem;top:1rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEy0odURR8kqEkkZvSSWDbCwE9LmVL0S { width:9.5rem;height:2.5rem;top:0.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETA5KsMyWp3mSHbHwspaFuMWbqXE2rvH { display:block; }
 }@media only screen and (max-width: 1199px) { #Sd3rTtNR0rT1U8Tm5oeliR5tyN5UhR4T { width:1.875rem;height:1.875rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swTTqXVFvFiUlpptyRwLAR47Dvepbgc6 { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT { background-color:#2d4b89;background-image:url("https://images.assets-landingi.com/uc/3bf33c58-0477-439f-a3b6-35b4667344c4/kongres_PTP_2026MOBILE.png");background-position:top center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.adaptive-delivery-prevent-bg, #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.lazyload, #dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT.lazyloading { background-image: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { background-color: transparent; background-image: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container > .video-iframe-container { display: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container { display: none; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .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); }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { border-width: 0; border-radius: 0; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dr6H0E0a7zmZsIArvoESyh9iVFNsmSyT > .row .container { width:20rem;height:52.311195166016rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iM16JNyvTsPyyIdoRQrQ4bUgLErQuqcG { width:15rem;height:2.76215rem;top:22.36874961853rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFOBDikGKWPx7fZQKDchoDQO2o3uUo4T { width:9.5rem;height:3.4375rem;top:36.0576171875rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzTeP09dnD5urLhDdA6eAJbXndyBdpy6 { display:block; }
 }@media only screen and (max-width: 763px) { #Bb04qn9ro8TaBP49yMtlOtLhWLRtSb5t { width:5.875rem;height:3.4375rem;top:40.7451171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOwMuKyzNpXezbKDo8kJ4tZoStXta8QB { display:block; }
 }@media only screen and (max-width: 763px) { #Q5B49F60nraVrzvzpJmf63Teu6KuDo7J { width:3.375rem;height:3.4375rem;top:50.1201171875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBRFWr7R79WNQt2ry2ECs9LfD2CVpxIa { display:block; }
 }@media only screen and (max-width: 763px) { #zUJNpQK847NueliRCubnDMHhNI3PDUfV { width:5.875rem;height:3.4375rem;top:45.4326171875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTqVEoggrWWnlgt8x7Mtc6vnGkHQ16KR { display:block; }
 }@media only screen and (max-width: 763px) { #v04MzZ38pUp6uzKGVWL03FlCb4IwdnUn { width:20rem;height:0.96245625rem;top:30.896873474121rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WS68spGNkJe6To2ce3wq87If7c1glUpn { width:16.25rem;height:3.75rem;top:43.962501525879rem;left:1.875rem;font-size:1rem;background-color:#77a8f1;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) { #TnA1Oum4zVgRQG1xrc2oCgbQcyTzAH5k { display:block; }
 }@media only screen and (max-width: 763px) { #DTfu7A6dXhENscn27pMxLLu3HStRPFTv { width:0.375rem;height:0.375rem;top:42.797916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdTwzeF6NhA5yLwsZAcNDUVKsUwCdvTZ { width:0.375rem;height:0.375rem;top:46.047916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2ksgJHtMs50y1S7XZGOQiB17TwuSuPF { width:0.375rem;height:0.375rem;top:44.422916412354rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3NBZgX34iMTVErcgg7O922il0T52s55 { width:20rem;height:3.57349375rem;top:25.859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irRsM9Xvtcf2Ak9CpeqMrS0nRCKkhZbH { width:7.9375rem;height:1.055775rem;top:20.27499961853rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxPlE8ezNR99d0ai3UPMDqfu0PmoT15c { width:8.75rem;height:1.5625rem;top:20.02499961853rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKVqfGd2BtlNnwDez9WbX2fCmydABGd { width:16.25rem;height:3.75rem;top:48.5625rem;left:1.875rem;font-size:1rem;background-color:rgba(0,0,0,0);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) { #fzpQm45yt0zOAxk4eMNkTGmAriVtMqcW { display:block; }
 }@media only screen and (max-width: 763px) { #PBUs8uhb0UHTPc0F1D4PfNuJTyOq50cE { width:11.3125rem;height:1.5625rem;top:20.02499961853rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THikh2IKIPxZ5o8GKSNPTUuKVRoMbhzg { width:11rem;height:1.055775rem;top:20.3125rem;left:8.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3Fy5gVGvpMr8WCqo6iJsnVIcRlTS71s { width:20rem;height:2.09925rem;top:32.212501525879rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WdOfZbfbuECHLyDlZOmL3T6AbipEwwNv { width:11.25rem;height:3.125rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H04ikVqKMpVbEHbgLt50XKTatXEEtfwL { width:2.5rem;height:2.5rem;top:30.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyV6qKKQCBuiWKsEmwqGF7hOGDP8BcB6 { width:2.5rem;height:2.5rem;top:30.75rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1idQoyF8EUdDbxT4DlhyAqBNVRFzquF { width:5.625rem;height:3.4375rem;top:0.5rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2cGA5JBum3XXAo8HSXazMU7frl87cbh { display:block; }
 }@media only screen and (max-width: 763px) { #B0ukRKAx7GcrZgxeqPto9DyT0zRm1tWw { width:0.375rem;height:0.375rem;top:2.125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGMgmxS2lhXhXFR6oZHvIWGT3MLmDSbv { width:14.75rem;height:2.09925rem;top:39.625rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8r9UrrlwqshSndesiSLhRzKkz3IImZ { width:1.875rem;height:1.875rem;top:35.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wry9LDJG66dB0wrEE5DkWKydtqtTqJg7 { width:1.875rem;height:1.625rem;top:35.5625rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brtJTRZJOOULt9rr88BxWSB4OLvhyNzD { width:9rem;height:1.78675rem;top:35.5rem;left:6.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvXFteDqoBJWEWh9cTUTrydHax80ZtT3 { width:16.25rem;height:3.9375rem;top:29.3125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC05x93pIfhPWQaGaxbMKZRK1iDhZiZ0 { top:38.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15064;background-color:rgba(255,255,255,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V1RNHtXzT01TaybFnJztvXHJn0NPVPuD { top:42.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15065;background-color:rgba(255,255,255,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qwPToup1PlBzRF8U03XtVt1T4FVqfZBV { background-color:#072156;background-image:none;display:block; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { background-color: transparent; background-image: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container > .video-iframe-container { display: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row > .video-iframe-container { display: none; }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .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); }#qwPToup1PlBzRF8U03XtVt1T4FVqfZBV > .row .container { width:20rem;height:14.573207666016rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvxGTwfLfTnKxi5aEwv66a72HF8XVopp { width:16rem;height:2.923175rem;top:2.875rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AqEO5ufuzoWotTt3BRirhVhRCKkkMsOT { width:13.1875rem;height:0.9000625rem;top:1.625rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QuCv41mWCRKyUy2hU33fBXQ3vo2wX3ir { width:3.125rem;height:3.125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ahuHcKvidp94T8RmVQGVyslKtdGWUl { width:11.5rem;height:0.9000625rem;top:6.75rem;left:4rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHSwFCmF9B3n8RVVMOG3wQusooX6iTZS { width:13.8125rem;height:2.92318125rem;top:8.0125007629394rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4gIMsfe2gbvfR0oAoa63yU2HsOmU8kZ { width:9.8125rem;height:0.9000625rem;top:11.375rem;left:4.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T64sMfov4rr2X1Pc7dyOTIKykJD48amN { width:10.375rem;height:1.9487875rem;top:12.625rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tihM912V45cd4rFfifViiP3FZtHmUPWv { width:3.125rem;height:3.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy6C4iob6fNvJJCd7G7ASQJ3V0EpwvIT { width:3.125rem;height:3.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxomqzoHk21C6vIWrGTXntHBJ0MQ92ty { display:flex;width:1.875rem;height:1.875rem;top:12.662498474121rem;left:18.125rem;font-size:1.3125rem; }
#UxomqzoHk21C6vIWrGTXntHBJ0MQ92ty > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:20rem;height:48.73696875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { width:20rem;height:1.95023125rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:20rem;height:43.32684375rem;top:5.4104156494141rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { width:13.25rem;height:1.137875rem;top:0rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZi24R6iuZpCV7777KaTb4frL1AAHZrL { width:2.5rem;height:0.0625rem;top:0.47500610351562rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { height:10.5625rem;width:18.75rem;top:2rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { display:block; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiilHzMz2ohwSX76B80dCnDZLAIw6FvU { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1rem;background-color:#ffffff;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) { #Zvk8N0vk18NkRtSJwHhxXkWrMmU3D762 { display:block; }
 }@media only screen and (max-width: 763px) { #SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw { display:none; }#SxTCSXw9ofiZUNlNvJNl4EDgpodaegyw > .row .container { width:20rem;height:48.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gfLxUt8gpVq0McTQfbmZMiClxNDCFiTw { width:20rem;height:5.85rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #QdDX8TTQ1bI1qNU9Q8AiAX0FTTRUyD7T { width:20rem;height:39.375rem;top:9.2229156494137rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF { display:none; }#pKBLHpNcn3VhuwgVpPQvZxJEEqMlrEaF > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l92QBD6RVzuSb4qxBsliMUZNvtWt2eiw { width:20rem;height:5.85rem;top:3.4375rem;left:-0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #R1kbGgVzFQJRCQlD2MpPThMRk2PUkGIS { width:20rem;height:1.21875rem;top:1.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:publicsans;display:block; }
 }@media only screen and (max-width: 763px) { #MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn { display:none; }#MpHChXF2rszMTQGbzDhuaTmt1Dxc7aqn > .row .container { width:20rem;height:46.406188262939rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTGOZQxcC0PFuKH0QQkcieqFGHQ27X5G { width:5.625rem;height:2.11198125rem;top:0.23750305175781rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L7TTW9fAgboZapJm1ZwyoL6uNvuOaP2a { width:9.375rem;height:7.35rem;top:3.6875rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwF06rzCfiPT2sfIHE7O9V6RkwQwWmr9 { width:4.6875rem;height:2.11198125rem;top:0.23750305175781rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wE01WVldQxDClNiCux7HMkBmsnRDc58L { width:9.375rem;height:7.35rem;top:3.6750030517578rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmJMK5rPRCMsqudMMM2agWw100Kiw7Wk { width:9.125rem;height:6.3rem;top:17rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xba85g1qDSq8LxdnifV6iLln70FHhFb8 { width:5.4375rem;height:2.11198125rem;top:13.381256103516rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPdUoWKXabe4nWpEKNSJnH4ubUoongP3 { width:2.5rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nglhIl43EwepWAMrXtXMG27f8Sb2a1Tz { width:2.5rem;height:2.5625rem;top:0.012504577636719rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne4eHmy2wxDcKWmanagap9LDmT4JuRyP { width:2.5rem;height:2.5rem;top:13.393753051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOSwTZHqh9HNI1o45LaloJxJ20MDKmGG { width:2.5rem;height:2.5rem;top:13.393753051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi2GE5PhCDeZXvRCAh15ePIf9BJv2TfN { width:6.0625rem;height:2.11198125rem;top:13.381256103516rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EdqkUCLSTyZwGaU4qzz2QOlr2xPF8GMU { width:9.375rem;height:7.35rem;top:17rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xyNFc6dMcUbLU6Mu8SSHqTSflgRQL839 { width:9.125rem;height:7.35rem;top:29.956253051757rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWlBm4PFTDTMhLIKQ4TPtuKGLrGarRrm { width:5.8125rem;height:2.11198125rem;top:26.53125rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFq0oL5aUVfCGmnzrStnPzDtp8SbuRl6 { width:2.5rem;height:2.5rem;top:26.400001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRGolkJCDslKbvrJcgSUtKXUtBOGKMm6 { width:9.6875rem;height:5.25rem;top:29.893753051757rem;left:10rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4JTqzZqs6Lxupcel6Z9chrTB0wRmzzb { width:6.25rem;height:1.0559875rem;top:26.912506103516rem;left:13.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E5EVawG8aqPhVqbAAb4rRMVNWEatFA8Q { width:2.5rem;height:2.5rem;top:26.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiJbUkZdXaoVr4Omo4txTNMJOpdXP2Ew { width:20rem;height:6.3rem;top:40.106253051757rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ax2BMwcEdXAMLEicKyVNWCV9Pw9TG5XX { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1rem;background-color:#ffffff;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) { #TKTODDPLS0RGB6PRM4ckCNhrpp1wc5pC { display:block; }
 }@media only screen and (max-width: 763px) { #g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt { display:block; }#g1QbZbALbRVsuhT6HmWvMmrmTPcfddkt > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQldf2BsQsvWDmmuBtLCS3MPuS8PtN8B { width:20rem;height:1.95023125rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #K9igDJFklVa8WytMWnfZKxbak1RFZmuk { width:15rem;height:2.1111125rem;top:4.2624998092651rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.625rem;height:0.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:4.21875rem;top:0rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { width:17.9375rem;height:7.03125rem;top:14.926651000976rem;left:1.5610533952713rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fN2r7r1kQ9tZgEuNXPUkO81XJCw3HRmH { width:0.625rem;height:0.625rem;top:15.239151000976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZkmmVmSufOWSwoTgua5ZKhFl2ATW7u { width:17.5rem;height:3.37456875rem;top:22.270401000976rem;left:1.4988425970077rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THAsZaARbgRSN3LgwtZwKcK9AfRooeO1 { width:0.625rem;height:0.625rem;top:9.2322044372556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { width:17.5rem;height:7.03125rem;top:26.957176208496rem;left:1.5610533952713rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:17.6875rem;height:13.498275rem;top:34.331306457519rem;left:1.5928820371627rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { width:0.625rem;height:0.625rem;top:29.270545959472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { width:18.125rem;height:2.8125rem;top:49.748413085938rem;left:1.5603300333023rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { width:0.625rem;height:0.625rem;top:50.123847961426rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { width:18.125rem;height:2.8125rem;top:54.372978210449rem;left:1.5603300333023rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { width:0.625rem;height:0.625rem;top:54.685478210449rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkakC9oTZrnp5J8t1gLEOZLiPdTIa9mB { width:17.4375rem;height:4.4987rem;top:8.7388610839844rem;left:1.5610533952713rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ns6T65idqZuas4EzwzvXgAZK5In06408 { width:18.375rem;height:2.2497125rem;top:4.4987030029297rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy { display:block; }#AzJXcEqVauMtgqxMBd4TcQvwz1oi9hRy > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMKZeXKVE5iOdJMNbKg6nxtfUyfqMgE { width:16rem;height:7.87399375rem;top:16.311851501465rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECD2b5kVO6DmXfVhSt2R3fvEcEk5tPl { width:18.125rem;height:8.4375rem;top:7.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zOu7lTJTuRKmGVBqSKXKh38yIPBeqtfC { width:0.625rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsotCoz7p07vcmTrcZInMn19O3zE4iFD { width:0.625rem;height:0.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuFg9AeC2vq6x9JRnLizyr8Gs5bldGm { width:18.4375rem;height:5.99826875rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CS9pPxsTwTCNIzuPSJvikL0T16MoM1yu { width:18.1875rem;height:2.8125rem;top:25.747253417969rem;left:1.6869214773178rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D7uLJoAd7ybwSIASqLOVxiTGuQgQBa4x { width:0.625rem;height:0.625rem;top:26.121963500976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly { display:block; }#w3aNbZqQ1D2LcZ55Kx4bqV2PLUAyENly > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROW4bAE0IWeC7Vz4b2CAhIfCMftVJoFK { width:0.625rem;height:0.625rem;top:6.5093765258787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhCDfr3GgVF8GMkTkCirwO17Trw3Pdmr { width:17.9375rem;height:5.625rem;top:6.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uxXs4wcXfMVMZK01DJX5a1BgiLZxZRKW { width:17.5rem;height:1.125rem;top:12.083549499512rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOFsICBZAndSI0xv8ETiIi7QcgKQraFV { width:0.625rem;height:0.625rem;top:0.55625152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTBCpZWOXFwPxI7iIX7pmZbt03K3xIT { width:18.375rem;height:5.625rem;top:15.208335876465rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #McCZo6cKxe06308L2VfuEuL0eqn6LNRL { width:18.0625rem;height:1.125rem;top:21.145835876465rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpD6Ardklw2Uy3A5Fd48HbT8ta427E3g { width:0.625rem;height:0.625rem;top:15.583770751953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ABOxRAMVoXuGhfNGXE3kLTynLPHQCA { width:18.125rem;height:7.03125rem;top:23.936637878418rem;left:1.5614150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V6I6Olxz8oh8P4P9Stu5ZOLuvZn291Ra { width:0.625rem;height:0.625rem;top:24.312065124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3JtsQTt47z1gwCxwh2o0A1O5KvzxLVI { width:18.125rem;height:1.125rem;top:39.749351501465rem;left:1.5614150166511rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5imSkkffWbANlm0ElXTsDEzovkEbCUU { width:18.125rem;height:5.625rem;top:33.874786376953rem;left:1.5614150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rZPXLVFo80otmy1VmlTguMaJPlM20PLn { width:0.625rem;height:0.625rem;top:34.249137878418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoLLOqazhq3ZSiHEqmqkbf9t54rtFFLO { width:18.5rem;height:4.4987rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BeX697ZireiTiZxV9g2Hx9xKClHod { width:18.4375rem;height:1.125rem;top:31.248916625976rem;left:1.5614150166511rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heEuSuMRafVkmRb8CFZs12AcxDKQLtGs { width:18.4375rem;height:2.8125rem;top:42.686637878418rem;left:1.5614150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dabkra3EsPALCLCSJ8mubuMQ31QgRZnI { width:0.625rem;height:0.625rem;top:43.060981750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppa66OGy2Jo90eCgyqgPJ9uoqaNW4tTl { width:0.625rem;height:0.625rem;top:47.748481750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xirz8QXVt02LRTgWHewLCFghdEx9gXpQ { width:18.25rem;height:2.8125rem;top:47.373046875rem;left:1.6861980557442rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au { display:block; }#RCUgeUErDLHNA5LdrD9n9qJpM7sZV5Au > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywuqsnvSzzAsXgt8gACgrTCytbzVbk7A { width:0.625rem;height:0.625rem;top:6.5718765258787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c569hhqwOMqC6PRLTzy9CPBeW0bawtQx { width:16.5rem;height:8.4375rem;top:6.0622787475586rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Lk6UvNf7gSWonlkdSvGP6zaT9vTDPuuu { width:17.5rem;height:1.125rem;top:14.646049499512rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRFvPQT5NIeSiaoF5MSF6N5FDJKZelwq { width:0.625rem;height:0.625rem;top:0.55625152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VInWpq1k2mK0vw0p9mQqELLNrBM6uELx { width:18.3125rem;height:5.625rem;top:17.20832824707rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kvlNluDU8uhcJ5T921VlUlSlnHc3MyWS { width:18.0625rem;height:1.125rem;top:23.208763122559rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Jf203TTnhDTrV73FVOQy3uv84sQJIJ { width:0.625rem;height:0.625rem;top:17.583763122559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5i5evmqTuuxaESTb9LiAuwSB36kVJVQ { width:18.125rem;height:5.625rem;top:26.124351501465rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KP9WazcxFncEQ7lEXls3bkro5du6diZR { width:0.625rem;height:0.625rem;top:26.499778747559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyVhOg2e5xfqqCKLlZTT1clU2TleQUDW { width:18.125rem;height:2.25rem;top:40.999565124512rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfxbR1CNV84fgQ9K5X2C6ZB9iNJZXx5 { width:18.125rem;height:5.625rem;top:35.125rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wcKPugeZ92Llfqdn05EbrLQ6OWl2HmS4 { width:0.625rem;height:0.625rem;top:35.499351501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLS7POOrB3l9GKdpOLnfTMyi077TshD { width:18.3125rem;height:4.4987rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Trsu2lZaT3l1awsP1Pc1kt2TFaCdzLB7 { width:18.4375rem;height:1.125rem;top:32.061851501465rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg3CX4vx7OmNn6NMM6Q6FooeFtHDP30V { width:18.4375rem;height:2.8125rem;top:44.874351501465rem;left:1.5614150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XJCJ3FvtEA8xFPntt4JTEI1vzXRR9FKn { width:0.625rem;height:0.625rem;top:45.123916625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4CJU7fVcCOmndwE0qErcU8TiHs5VaLb { width:0.625rem;height:0.625rem;top:49.811408996582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpk7OTHklETb0UIet8elnS93ewvEHPnH { width:18.4375rem;height:2.8125rem;top:49.497825622559rem;left:1.5603299736977rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:block; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { width:17.5rem;height:8rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:20rem;height:1.0559875rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.295rem;min-width:2.295rem;height:2.3075rem;font-size:1.716875rem;line-height:36.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.06rem;height:0.911875rem;font-size:0.644375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:16.25rem;height:4.34625rem;top:1.9375rem;left:1.6468753814698rem;padding-top:0.494375rem;padding-right:0.509375rem;padding-bottom:0.494375rem;padding-left:0.509375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 763px) { #U3FLqGkvJHCPDIsK8wo0LhVMNLirWRZV { width:16.25rem;height:3.75rem;top:8.125rem;left:1.875rem;font-size:1rem;background-color:#77a8f1;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) { #aDEUwVn0FZlTPpsQRfddJJDuihtrcTA7 { display:block; }
 }@media only screen and (max-width: 763px) { #e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h { display:block; }#e8oNwSQnWe7GHC0QIJ3y42xnK6lxg81h > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPeD2rfknMS8ypJZBfNxQIuZRoqPASNf { width:20rem;height:6.334625rem;top:1.875rem;left:0rem;font-size:1.625rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH { display:block; }#odcgfwZq9zQmqyIJFRa6ggAR6ppS8rQH > .row .container { width:20rem;height:3.811478203125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rogHiGREz5gcZWgihOvPF7RnaaNUfc6U { width:9.375rem;height:3.75rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WMlobvifewILsrl9ieJNkVBpwx7TB { display:block; }
 }@media only screen and (max-width: 763px) { #biD0vTKbnZG8retJ4ciqA6SRxQOMyqtv { width:7.625rem;height:1.1375rem;top:1.25rem;left:0.75rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K5vScHtEvxNFFRohaHb0svRwqqWhQkX1 { width:9.375rem;height:2.275rem;top:0.75rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLVUQDRMs2Bs1uSiOU7xmVmgPEdkKDgC { width:9.25rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleLNEu8E9lIppcS8X0f9DI580rbqQHs { width:10.6875rem;height:0.0625rem;top:3.75rem;left:9.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GC5bi4kM3kKX1UzbMq009liLLizEhR2o { display:block; }#GC5bi4kM3kKX1UzbMq009liLLizEhR2o > .row .container { width:20rem;height:3.8114934619141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IapNmIlFyUxkXwSCupIf45LMHswQvg1S { width:9.375rem;height:3.75rem;top:0rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gdaCqduCGn20x7cmJkGWolDHrU7vayin { display:block; }
 }@media only screen and (max-width: 763px) { #nR6dCmKhTAnRqAJP6FkCFnMpAPrQD2Cq { width:7.625rem;height:1.1375rem;top:1.25rem;left:0.75rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w2QDIqW6m1saA1zaMZrcN53lIDhePmwk { width:9.375rem;height:2.275rem;top:0.75rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zlg3Pw1wrx8zTDtUAIRETpUNTgqZaOc3 { width:9.25rem;height:3.75rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW3DT9TrZs7Xm3CE4T4tKAGolJSlBeD { width:10.625rem;height:0.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo { display:block; }#f7gPJh5RwtamFaA8BmPIPu1UH6O6pxxo > .row .container { width:20rem;height:37.498532836914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIbOHIsfebiLS4p5J2p8C4nBMA6M0UZa { width:19.625rem;height:18.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6z3ApsHTOuXei5qFtaElmSxHFAnMefz { width:20rem;height:17.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikiuSL0WEaKddQ4ThqWDwFTzJs8EsSxs { width:16.25rem;height:3.75rem;top:32.221878051757rem;left:1.875rem;font-size:1rem;background-color:#77a8f1;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) { #xyZTGo2br9cHHgu9dkgLWnNL3NuHaO3e { display:block; }
 }@media only screen and (max-width: 763px) { #i03or9ETBtNeX36fNlcPStaKnxkgTIkz { width:20rem;height:3.9rem;top:26.272918701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vucszGCHKecoGlZIZBAp5CcHGKlwU7fQ { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5JQpxU3I1GIaDsZ6Os5UmZLdL0XSa7 { width:20rem;height:1.2999125rem;top:24.880210876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHBc4ssU5QoB4Hx0gwhavmw2nQhNQU6 { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqdMH5WdKZqdNukr6J9zoE8CDbb5TX8R { width:20rem;height:0.97511875rem;top:30.310417175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXGQJDVgOblUSSRnspoRAFta6zLZpH2L { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIDbAWne1mRHFMMA0MhtQpPMwukXfDsT { width:2.5rem;height:2.5rem;top:21.567710876465rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUAEvDshzVLiOTZUVQZsrdTvDvzcTVmf { width:16.25rem;height:3.75rem;top:12.5625rem;left:1.875rem;font-size:1rem;background-color:#77a8f1;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) { #pEKTWatslozZU6UX09I15zeqnXnmDPVI { display:block; }
 }@media only screen and (max-width: 763px) { #n7eG3BI4i2IFS32256MTHqWDLgk2g6ll { width:20rem;height:0.97511875rem;top:17rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whPMBZ2v32RCDIoM2RQZBm8l1tpk8SIa { width:11.4371875rem;height:3.9rem;top:6.79931640625rem;left:4.2805989980697rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms { display:block; }#AUVdsQQhyHznwEtatUTRSvEUSZuWS0Ms > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8SI1DT6iE5ZS9ezyEg723E44FIamSbb { width:16.25rem;height:3.75rem;top:17.449996948243rem;left:1.875rem;font-size:1rem;background-color:#ffffff;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) { #bfU2geUQUmd4yD7XDm5OoqCJkLC9LiMP { display:block; }
 }@media only screen and (max-width: 763px) { #pOiB6ukhJXICfMgBubDCcForMHW6XT4S { width:14.75rem;height:2.9239rem;top:1.3468780517578rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTyoiC8WPL0P5K9zGRdIedV8cKsOMdb { width:17.625rem;height:2.92535rem;top:5.859375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpEtfUACoBQZqt3hcdHyn4cH5T4xCKZ { width:16rem;height:3.5rem;top:22.125rem;left:2rem;font-size:1rem;background-color:rgba(0,0,0,0);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) { #Qo5iHb6aw09TEkP16kQWA1d1DMGXsXAQ { display:block; }
 }@media only screen and (max-width: 763px) { #I4oOLErc148PkN4r8ZrF20n1LxoTqVys { width:17.5rem;height:5.85069375rem;top:10.446876525879rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGxT38xOXLsQXECTFDBiuJmtKtW7H1lp { display:flex;width:1.75rem;height:1.75rem;top:5.546875rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #S50VaK63X4U5psaqT7pcRiqI4goZrrP4 { display:flex;width:1.75rem;height:1.75rem;top:10.071876525879rem;left:0.1875rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #HBHgNensd1GXt0zHN2NCknEcemhnkK3B { display:block; }#HBHgNensd1GXt0zHN2NCknEcemhnkK3B > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDBQPQwG91v2yZckGCRnv8M4VWgbTDbv { width:19.625rem;height:18.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8SU5lhFydBfdP2OUwIcWNWo5NFKnxH { width:20rem;height:17.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaT5dd2bI9WWPNkR2tqT1WiExZzz9uhB { width:16.25rem;height:3.75rem;top:32.096875190735rem;left:1.875rem;font-size:1rem;background-color:#77a8f1;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) { #t6cwmIEgQXPNyfD9VkagKv5DvmHsulwR { display:block; }
 }@media only screen and (max-width: 763px) { #Lsi2g705WAdxUlElfZVlaLZgvf12iiXS { width:20rem;height:3.9rem;top:26.147916793823rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcwCqgdnl6DKmw7ANmxCimdT6dStX1uN { width:20rem;height:1.2999125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irA5MBnXHZygFlUtuvL6vLbSxi4tP8F5 { width:20rem;height:1.2999125rem;top:24.755207061767rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cofCBT1G51Bp5PHkzrz2QCqsKF5i0BAM { width:20rem;height:0.97511875rem;top:10.735416412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3aCWPUnebiqKNenFExpAprXrDNDCa5S { width:20rem;height:0.97511875rem;top:30.185416221619rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z01sqpN3dmZx0wi0F56zlkXeNyAgxtWu { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcwZ9MTvK9L6USkxTtbOwJRd8mbQwZgn { width:2.5rem;height:2.5rem;top:21.442707061767rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #br5FDw6U1EsKL65DG4QI1i9izDMxJdLb { width:16.25rem;height:3.75rem;top:12.5625rem;left:1.875rem;font-size:1rem;background-color:#77a8f1;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) { #Wfs6RQTJakOEw55PiMHdaKcFeKTxKt6D { display:block; }
 }@media only screen and (max-width: 763px) { #c64hNDROrLuOoJ4Ppkclvdsz3R6JbtLT { width:20rem;height:0.97511875rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIuWo9z7TkKFwZNA0hTa93hbQxzJcMM { width:12.5rem;height:3.9rem;top:6.79931640625rem;left:3.7499998807907rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwEroVSsytgDKEdwFDKySzTISvrGJ8qE { display:block; }#iwEroVSsytgDKEdwFDKySzTISvrGJ8qE > .row .container { width:20rem;height:46.133530205078rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UykMlWAKm5irItWEZ3gX5L0bRmuHR8T9 { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW4NbmQ8HH6Q1UpveLsFaTAiH7KzkxIU { width:7.6875rem;height:1.78675rem;top:0.3359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0QAE8iThX5fE1Ls7s6F1O54bnR1kneK { width:5.1875rem;height:1.78675rem;top:0.25390625rem;left:11.03125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfpOh3d5E3rbuVN6pT0q85kyyuKcEWJS { width:3.375rem;height:1.78675rem;top:0.25390625rem;left:16.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4bPTRWQNDUdhpHp0AZ4Wae0fIxQ1GEk { width:10.75rem;height:3.9004625rem;top:4.1833343505859rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t17xwPxhOt1DbP2heLpad4TuIgUh6E5a { width:20rem;height:0.0625rem;top:22.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOTIgp7aTLOLrJ7EgkNF1zu91fMZzS5 { width:20rem;height:0.0625rem;top:15.620834350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXJC2TTfKU4FdIEHNNg9IwXUik1Sbqm { width:20rem;height:0.0625rem;top:9.2458343505863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7fpqChKHVmVlw718Sutcym8m1DfqvcZ { width:11.5rem;height:3.9004625rem;top:10.558334350586rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itwZD7Q0LVJVPuwJ6LHrk36sOVLMi1XN { display:flex;width:1.25rem;height:1.25rem;top:5.4395904541016rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #igxqWm5IQgeuVd4HOo3quNhMwuxxz8Vw { display:flex;width:1.25rem;height:1.25rem;top:5.5rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #A1m6uwMVC2Jc2aGBFt7D90uAicSH5nGI { display:flex;width:1.25rem;height:1.25rem;top:11.8125rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QGoCITlWg0dZ6iWGlkoDTeAsHPECABwJ { display:flex;width:1.25rem;height:1.25rem;top:11.8125rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #J9O4S2S1PQV4FS4Ql03Z8WcC2kDIEETO { width:11.6875rem;height:3.9004625rem;top:16.90625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6dGIheUsSZLxrnT6gHvFGHcIU4if5H { display:flex;width:1.25rem;height:1.25rem;top:18.25rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uNIqhRB1eJEX1G2rkNTx2FgZc0PIAtO2 { width:20rem;height:0.0625rem;top:27.454162597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdw785ut9AGQeq46Nr3T98CG0s1TNZuX { width:11.875rem;height:2.92535rem;top:23.34375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAP8HTWPyJmJz6B3bS6ppUT7T9EUeMB { display:flex;width:1.25rem;height:1.25rem;top:24.125rem;left:12.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IcHsmy6zmJDa9kIdpuRr1G7d42zHbaan { width:20rem;height:0.0625rem;top:34.926040649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3gSLeV0WBcspGuammRwxDAqb9mTcbJT { display:flex;width:1.25rem;height:1.25rem;top:30.9375rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N5NUfN3TIwRv4u0MWhIiVQCq0BNmAPTi { width:12.125rem;height:4.87558125rem;top:28.765625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDERucg0I1nTQ8Vq5fqVCw5kfZM7htTe { display:flex;width:1.25rem;height:1.25rem;top:43.0625rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EArfleygQ5ZRMsmT7NiT1xDyWoJUL63U { width:20rem;height:0.0625rem;top:41.405212402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5qhGTiwt4BhXNRStZrioVSiy31GTqR7 { width:10.3125rem;height:3.9004625rem;top:36.238540649414rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdILDzAv6o1ofFOgMQ8leqJwv9oJkIXG { display:flex;width:1.25rem;height:1.25rem;top:37.625rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IPKvzZUEdxwa4iTD8HOtWaSdvIpFi6am { display:flex;width:1.25rem;height:1.25rem;top:37.655212402344rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hS4AIoaU6BZcr03bwaOt67hJ10LTHetU { width:20rem;height:0.0625rem;top:46.071868896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glr4lSrrxoDkVfDPUnZPI1qkQWTCdL3v { width:12.5625rem;height:1.95023125rem;top:42.717712402344rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxITnJxIlZSXZ5z9C303XhnnvbKaPQ2 { display:flex;width:1.25rem;height:1.25rem;top:43.079162597656rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #w3SvqeSG5qtVls6qE50nM880RuUyTFwW { display:flex;width:1.25rem;height:1.25rem;top:30.9375rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RGmuhku4o93iLXzfp2A93NQTohOigp92 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de6daf04-0910-4ec4-96c8-c04bb3eb8f9c/URZ.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RGmuhku4o93iLXzfp2A93NQTohOigp92.adaptive-delivery-prevent-bg, #RGmuhku4o93iLXzfp2A93NQTohOigp92.lazyload, #RGmuhku4o93iLXzfp2A93NQTohOigp92.lazyloading { background-image: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container { background-color: transparent; background-image: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,33,86,0.8); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container > .video-iframe-container { display: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,33,86,0.8); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row > .video-iframe-container { display: none; }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .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); }#RGmuhku4o93iLXzfp2A93NQTohOigp92 > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqI4cHXboEaA2SltBkAuxzaqnhuB8cT6 { width:20rem;height:1.95023125rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #d3kOsTaqMa3JGZTEV6w6VbwWtMevBfq3 { width:20rem;height:10.5034625rem;top:20.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cU8A1cPyprDoOUVEvcFpL2dTrRJTVGXT { width:16.25rem;height:3.75rem;top:33rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBATKvlC5U7govarTSbGwuIKQBtTbTD1 { display:block; }
 }@media only screen and (max-width: 763px) { #cL55UyDT7BQLC3DBJTqefJhLP5VSTlJ0 { display:flex;width:5rem;height:5rem;top:14.5rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #bafZ06o6x3K0uz8QLZLVkcvcG4ayKfOe { width:20rem;height:9.7615262321145rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { width:20rem;height:1.95023125rem;top:2rem;left:0.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA { display:block; }#Wg0D05bfZoE0sBEn3DlBe8WMENoMATEA > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUg4a7A9DqrXJdstiVGn5Sqh8f0URF0w { width:18.125rem;height:2.43634375rem;top:0rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT { display:none; }#AlTfdNg81GCwzqnJNuQPmeelWHiRzKKT > .row .container { width:20rem;height:12.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fabi3L7qJDTPcug6wA3cWGuQoxw9AJmv { width:19.875rem;height:4.125rem;top:8.0562591552738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2VWfeIIsG1Hp50PlItPVcRqWI5U7T2 { width:18.75rem;height:2.0996125rem;top:9.0812530517575rem;left:0.625rem;font-size:0.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #oe7FaJUUyRPLV10HZikllWqVIP8aN2Cn { width:6.25rem;height:6.25rem;top:2.5375061035156rem;left:6.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #dwBpTNr7ll0etXwNMn7d9nufRK1GMmsM { width:7.3125rem;height:1.8125rem;top:7.8062591552738rem;left:6.3125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #UnyAomgU0XcRiyM2rvSqfsNk7hDk11z8 { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 { display:block; }#MXk2csuagHBh6fOHJxLOd8ycQzAlAcV7 > .row .container { width:20rem;height:6.8228686523438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTd6cTJtmGIV7maNephgLXIxtacfMXwx { width:20rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5VnRqSDuhGgyGr6yQ7Ex30DH3uOiaiT { width:11.625rem;height:6.3125rem;top:0.51128435134887rem;left:4.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf { display:block; }#MEWw1phnuGsQlnOkWDLlLViPuT6yWyGf > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlCc2baIOzluN0Rr4yymBRRXIRZ8NrIG { width:20rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTqVmXIRPichFVzU8QH3PIycdq9w8Wv { width:10.0625rem;height:4.5625rem;top:2.478298664093rem;left:9.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm6s18xqxhoCIgWzXi9cnRQmdNFlEKIw { width:8.75rem;height:4.375rem;top:2.572048664093rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd { display:block; }#mA6XLAp5FRdclTKO8KVh6kWHPeUm0aHd > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wd2Sx2TqRHykOB4F6Zv1qQQm1iN7xEvx { width:20rem;height:1.137875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpKhGhPsDgVwLXGU83ELOcpdISUxEhaq { width:15.6875rem;height:2rem;top:20.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRhls9XVoCmdTsa4kMBwQUfmU9pvP7yD { width:20rem;height:1.137875rem;top:18.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvphUSQoa1l2hdgppXtqlHH5mXOyVV2q { width:11.9375rem;height:1.625rem;top:14.199996948243rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azX5u7ITzHETvfNsswpx8gEZ5NEEpWMl { width:20rem;height:1.137875rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOHuN93ht7AJnONyxmXkMDW1Zhnv4mW4 { width:14.9375rem;height:2.375rem;top:2.1875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib4vXB5uTQ1lzdIgEaZTPOpryGCobKfX { width:8rem;height:3rem;top:6.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze { display:block; }#RlEWTVd0zOVi3Sl0sQ5TUaTFOCbFlVze > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWxzUu6Rfvqu8i6QLn6dPU2oDNEAUp62 { width:18.875rem;height:3.9004625rem;top:1.875rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #eKnyqdo2CT1nEnuhSMJRgyTQINpraRXc { width:20rem;height:2.275rem;top:12.01042175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g87lrFEGIuTIJBQNQIWCaiqLStowywXt { width:18.75rem;height:1.40625rem;top:10.104156494141rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KlUeO2UMJD4t11sVmuiyTiWpHWngIX23 { width:18.75rem;height:2.8125rem;top:16.01042175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ST0Jdp0BBwzyRkP8JfBez5QHlPbIvPct { width:18.1875rem;height:2.275rem;top:19.38542175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yD5cqbUlv4OwWbmbR6K4upA9nWA4EkWO { width:18.25rem;height:2.275rem;top:25.572914123535rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nc6K6zzPumEBvVqL2wH1a9IUVF1rMKoD { width:18.75rem;height:1.40625rem;top:23.63542175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IbfldFgmZdz1pL3icozSRX6TMV51nPTe { width:18.1875rem;height:1.46195rem;top:7.1354064941406rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsAFWZ309MnuEXnaBUayDqbSTVsHwZH5 { width:18.75rem;height:3.41145625rem;top:33.01042175293rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBuPSyVg9p0BlspGOMwGJg2t64TG8ZTk { width:19.875rem;height:2.8125rem;top:29.69792175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.275rem;top:4.875rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.40625rem;top:2.96875rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:18.75rem;height:1.40625rem;top:9rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:18.75rem;height:5.6857625rem;top:10.9375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:18.75rem;height:2.8125rem;top:18.5625rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:18.75rem;height:5.6857625rem;top:21.875rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:17rem;height:2.275rem;top:31.4375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:18.75rem;height:1.40625rem;top:29.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:18.1875rem;height:1.46195rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:18.75rem;height:3.41145625rem;top:38.9375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:19.875rem;height:2.8125rem;top:35.5625rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 { display:block; }#NcvTpu2pHAwblqfi8NcBd0HFQqpuEid0 > .row .container { width:20rem;height:28.749238144531rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVpqb2yvxULAuraReIXCJyDtMMAXKnMW { width:19.625rem;height:25.995375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8mfVRkIele0HyiMZiHutLs9cTVGIRN { width:20rem;height:0.125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiVFrL248pJsm7zgOIWMXzQm48HR0Aon { display:block; }#tiVFrL248pJsm7zgOIWMXzQm48HR0Aon > .row .container { width:20rem;height:22.363284667969rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDxA71g8PA9ObV5JrNVTwLqxe6PXQ1Ff { width:14.875rem;height:4.21875rem;top:7.3017578125rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5RvJEqCTgu6QcuKG7R25QJ9810Bc4sS { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th64m1tQwFIyOuLLD2tRtVcmPpFD1Arm { width:18.75rem;height:2.43634375rem;top:19.92707824707rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipDVrTocZx9CH1rAcsJlNag1sfTzTzDE { width:18.75rem;height:3.9004625rem;top:1.875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #QqNTuugUzRaK0QiXrB0XX6AidJksHI4y { width:6.1875rem;height:1.75rem;top:16.98957824707rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ37LTkXJKom2rEbpQQgaB0z1XV6mf0f { display:block; }
 }@media only screen and (max-width: 763px) { #l5ZO04GyQyK4Bv2Pi0xNMbyee18gHTRV { width:9.75rem;height:1.75rem;top:14.80207824707rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frffUab0dKXc4qUaXmTDmNxvxbvpI4CN { display:block; }
 }@media only screen and (max-width: 763px) { #E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#E3lP9DOAiCFrJbDBcLqW2Gt8dS2a23fr > .row .container { width:20rem;height:3.749275rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoU7fdI8QgheQKykmcxLTUQlO37OJOtT { width:7.9375rem;height:1.95023125rem;top:0.875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lKoWZqp5pS8ctn3xqyyTTMMTBpsdGsiG { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RMgZht5svNuUUttfi9xg8RhDGWDbNt { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #klA0JzOAULaTpNirGbJ6UHAfT6Az7dkB { display:block; }
 }@media only screen and (max-width: 763px) { #zIKuyO42UQ4C6baLLVxDpuJW2G98Mfle { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:17.9375rem;font-size:0.875rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #nD7po8lr3lANttTZqBR4fgcOuHJwvEPM { width:17.125rem;height:0;top:2.1500015258789rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #P029VRJee1nLm12C59kfzvnPoW7s4Ot5 { display:flex;width:1.875rem;height:1.875rem;top:5.0125007629394rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEy0odURR8kqEkkZvSSWDbCwE9LmVL0S { width:5.625rem;height:1.875rem;top:0.9375rem;left:11.8125rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #ETA5KsMyWp3mSHbHwspaFuMWbqXE2rvH { display:block; }
 }@media only screen and (max-width: 763px) { #Sd3rTtNR0rT1U8Tm5oeliR5tyN5UhR4T { width:1.5rem;height:1.5rem;top:1.0374984741211rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swTTqXVFvFiUlpptyRwLAR47Dvepbgc6 { width:1.875rem;height:1.875rem;top:5rem;left:9.0625rem;display:none; }
 }