.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:31,101,109;--color-primary-1:18,99,107;--color-primary-2:21,89,97;--color-primary-3:7,55,61;--color-primary-4:3,38,42;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:82,91,243;--color-secondary-4:6,8,47;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:88,88,88;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"Instrument Sans Cond";--paragraphs-font-family:"Instrument Sans Cond"; }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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/a6a2a2e8-bfc0-419b-9281-60fc5d4fa12a/kongres_HPV2026_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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { color:rgba(var(--color-secondary-3),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:11.567708015442rem;left:0rem;height:9rem;font-style:normal;display:block; }
#tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.200000762939rem;left:6.5rem;height:3.65625rem;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; }
#vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { position:absolute;display:block;z-index:15031;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.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:5.5625rem;top:5.25rem;left:0rem;display:block; }
#RmeXMNe46P40VZBFy916UoZnlJPP7PGp { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:12.25rem;top:5.25rem;left:3.1875rem;display:block; }
#LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.1875rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KUBG6NMTeg20GGEEkTaCGtbGlH976QyU { 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:3.4375rem;width:14rem;top:2.5rem;left:61rem;overflow:hidden;display:block; }
#SUHpdKyLmofF65BJox00EwZqr8l3rICy { 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:3.125rem;width:5.625rem;top:22.525000572204rem;left:0rem;overflow:hidden;display:block; }
#WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:18.75rem;display:none; }
#O8LrzfRLXGPqpAQH4ahsEB2m7XI4E4gH { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:8.9375rem;left:0rem;height:2.1rem;font-style:normal;display:block; }
#xu9T0bLhNJGlzodWU96rLUCJJFZEqrLw { position:absolute;display:block;z-index:14999;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:36.25rem;width:23rem;top:0rem;left:27.125rem;overflow:hidden;display:block; }
#O5svGHw3QH4Acwoo7RzUQGxDLNJlO9l1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:30rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#tiED7QG5O9TMEgdMfl901CBVGXUkw97W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/a6a2a2e8-bfc0-419b-9281-60fc5d4fa12a/kongres_HPV2026_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:none; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W.adaptive-delivery-prevent-bg, #tiED7QG5O9TMEgdMfl901CBVGXUkw97W.lazyload, #tiED7QG5O9TMEgdMfl901CBVGXUkw97W.lazyloading { background-image: none; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row .container { border-width: 0; border-radius: 0; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#WGQ5RPc63pZQTrltnBWx5Cbig1PwhXZT { color:rgba(var(--color-secondary-3),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OQIJbnyNqBavDaiRgRthOldKwRMdTiTT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:11.567708015442rem;left:0rem;height:9rem;font-style:normal;display:block; }
#eEdIwa4rgTbnu5PwT4KvcgGpGNffB1M1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.200000762939rem;left:6.5rem;height:3.65625rem;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; }
#Q05XzyqZ2OQWhd94Thuil5q4oTT10SvI { position:absolute;display:block;z-index:15031;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.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:5.5625rem;top:5.25rem;left:0rem;display:block; }
#pA8WFmwPPB2Hoo5tZ7aPyEzyPT1ff55g { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:12.25rem;top:5.25rem;left:3.1875rem;display:block; }
#kUTTEZr9ihV2NHF8XSN2ia9BIn9Mi1IW { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.1875rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqemhGfaeRqZWcxRkrNFeNaUo3zo0Hpv { 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:3.4375rem;width:14rem;top:2.5rem;left:61rem;overflow:hidden;display:block; }
#K4zUOUTERHcdueQJid5UHyZPyqFssdwO { background-color:#3ecece;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.375rem;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:28.612487792969rem;left:0rem;display:block; }
#oZDndqgJZ9FL2tEmnIR8lShuKKh4bMCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmDmHuoGl9cI8RwzmmWcy22MT5fKWKwJ { 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 #54d8d8;border-left:0.125rem solid #54d8d8;border-right:0.125rem solid #54d8d8;border-bottom:0.125rem solid #54d8d8;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.375rem;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:15038;text-align:center;text-align-last:center;top:28.612487792969rem;left:17.5rem;display:block; }
#mw2OTVxo07xEgga4KJyU7UHi2VJOrWQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTArIVGx5XpHs6RRNbloZZDiAlEVraEq { 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:3.125rem;width:5.625rem;top:22.525000572204rem;left:0rem;overflow:hidden;display:block; }
#tDNLXtEmPnAnzCMOWK8gBblNA56mAbTk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:18.75rem;display:none; }
#QtrP3Wn7bzFNCWZLmLClgqA5zwsMg6L4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:8.9375rem;left:0rem;height:2.1rem;font-style:normal;display:block; }
#DPu4TE8WWL6hhly4RVIAuMzp3V2L6waS { position:absolute;display:block;z-index:14999;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:36.25rem;width:23rem;top:0rem;left:27.125rem;overflow:hidden;display:block; }
#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1e737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1e737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1e737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1e737c, #1cb7c2);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; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container { background-color: transparent; background-image: none; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container > .video-iframe-container { display: none; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row > .video-iframe-container { display: none; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .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); }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container { border-width: 0; border-radius: 0; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#c1mEHXuIKQPxSfkAt2OmGCuH6RrM29wH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:30rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vt2yGDBJIaOy33kt0x5cCr9BElPshVMH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.8625030517578rem;left:30rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ceH4LsTQEPqZT5WAgPVutzrcuaggzcPN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.8624877929688rem;left:4.96875rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n33AwutNperday5EepI2H8P35xRHcUAh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.96875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2wPaGvKcOUdgh51wSxQC90iQVtTCw5p { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.8624877929688rem;left:55rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DhJf0rA6d7xaUrst9p7CxvPMU68F9Upb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:55rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMddUDITsTp2hILIPT9x2xSotz5zXZXI { 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.75rem;width:3.75rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#eT19gMphz5VdExXN7WCauJ19iCVicqnI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.625rem;left:25rem;overflow:hidden;display:block; }
#DTHHzW2QFTxb9mz1gxSctyXTA4Onpbmg { 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.75rem;width:3.75rem;top:2.625rem;left:50rem;overflow:hidden;display:block; }
#kNHgBPkv4Wtfr2PiIkNcVF7QLTk6VRTt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:62.375rem;top:0rem;left:6.3125rem;overflow:hidden;display:block; }
#SVgxqPXPL4SwJi84RrRe5Ao87vO13gd0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.6375007629394rem;left:73.75rem; }
#SVgxqPXPL4SwJi84RrRe5Ao87vO13gd0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));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 > .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:49.125rem;width:75rem;position:relative;display:block; }#RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:20.65625rem;height:2.925rem;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:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:27.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKLhSSGWqzmC0ZWZhd0WUsqQEGcUgMtW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:38.4375rem;left:57.03125rem;overflow:hidden;display:block; }
#K4coniAAXpCy5btri4XkIk8i1LbkTQ1v { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:38.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#u16lLvfmnxQ3TGPQD2v6c3Omn59E77Je { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.80624961853rem;left:65.8125rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#h8QXatzl4Ly62Ec1mwCzW0rzXROcIgQs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40.80624961853rem;left:46.28125rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f656d, #07373d);background-image: -moz-linear-gradient(90deg, #1f656d, #07373d);background-image: -ms-linear-gradient(90deg, #1f656d, #07373d);background-image: -o-linear-gradient(90deg, #1f656d, #07373d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );";background-image: linear-gradient(90deg, #1f656d, #07373d);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:none; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { border-width: 0; border-radius: 0; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#s0ch1cCfVBzN5gZORl5TSM0PG67L5Nfv { background-color:#3ecece;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.375rem;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; }
#TC7pSE6E2CpVBJpwsX1VbWMK2TlL9DXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));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:none; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { border-width: 0; border-radius: 0; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:none; }#cLv05pUX77WetbcHaMTbwwbSdc8ubTSI { 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.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AGceypNNg6VQXKKDWmIgsdT42H9M2o99 { 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.5625rem;left:24.125rem;display:block; }
#hZ0htMxHOTDboxRQe1zzDagDz7LA6nBJ { 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.5625rem;left:43.75rem;display:block; }
#IMkKruTrHL3QMbMqx947rskCPWo4P2uD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.1749992370606rem;left:21.0625rem;display:block; }
#FMTgbCuD5ZfFOKFTPClLX5diScep9of5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c97a2', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c97a2', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));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:none; }#FMTgbCuD5ZfFOKFTPClLX5diScep9of5 > .row .container { border-width: 0; border-radius: 0; }#FMTgbCuD5ZfFOKFTPClLX5diScep9of5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMTgbCuD5ZfFOKFTPClLX5diScep9of5 > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:none; }#V2ITUd861sGfKTMksoy7QFP7kFAaO4pW { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.875rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gxDE5NQRqzUOmnmLiasTkZw24UynCWcu { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.362500190735rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#SDxAkoxRG0u2yJJBfftKw3oA08QfxDRH { 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:6.0562496185303rem;left:0rem; }
#DnPfzZeRJTN1MOx5i0cVVldLBfNIvT8u { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#GEJNFVikqDMyhx0hTmGN7upmctJivi21 { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:11.3125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLOSOCmCdpKaGo1lWZnJSg1Sdhmm1Qe6 { 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:15013;opacity:1;top:11.5rem;left:0rem; }
#PadGPrQNzZ4yAC95gzkmQTQOfe715k4T { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.6875rem;left:3.125rem;height:;font-style:normal;display:block; }
#vEuXlMOcdxR5kpgbXfCe9dM1VMJgLfbW { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:23.125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c73gNLFJo8ArXywxwHQTXZUNkOXi7ZOR { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#zqO4boISzTNFmDv6mDf7CFrsCvSWfiQL { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANXLq0KUd4LlcQhiyXoZlifIlP8mzsdG { 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:17.5625rem;left:0rem; }
#bKOwk8EoaSizXhmLx8IWNgXAmvED10Xu { 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:15019;opacity:1;top:23.3125rem;left:0rem; }
#gO0CP4aqMZTQ74g1lksLNROMCvhM6dFD { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:37.0625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#DZbO0XoluHukq5vhsKsHU8cvGDMKtKig { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:34.625rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsi20PCGecfJZfqHi7aHEUnZeL4lkGll { 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:15031;opacity:1;top:34.8125rem;left:0rem; }
#yRRAgXqGBmyZIk4SvddTDAoeJ7bh99u5 { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:31.375rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#poMkS9b3rBdRkBmP4hgkNpNCnc4Mt1zt { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:28.9375rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THo7J28adtKydJ7BBe2RwvtnuEUPw6LO { 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:0rem; }
#Fkl99VHDKlXbtTFIgS5ZPI1rRIAcAino { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:46.3125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THZaSeHPTo1XAon9SbCS5vKcsAqp2dRy { 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:15040;opacity:1;top:46.5rem;left:0rem; }
#ZyzkrbTEvQH3o7xHedK6hFC5w3sdNe81 { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:42.75rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#fUT5LhGGVTRAZsyX0bm1xLplS1X1uZS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:40.25rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToTFmhhwG6z1SVpsekOrCTpkTJHfXIs7 { 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:15037;opacity:1;top:40.4375rem;left:0rem; }
#UgKmakiPwBZJWIUTqDZv0loQLTXdFpni { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:54.625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#Ne1hHM1akfvX8P4Ftp9QvbISyDbufu6n { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:52.0625rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPE6iNd1MRtOcVrKd27QtVuEts3dNn5L { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:48.75rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#FCDXSAH8L005Npn16lsvfNXfoHspnClB { 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:15043;opacity:1;top:52.25rem;left:0rem; }
#SEoL8Xhkqe4vmVtcPgn3CXDcmSB6iR5S { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#Dkzog4HXZmBnW35UFzy8A3dRNuJUBRDh { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:0rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqArV9MXVOcUFmgRHcddIewD7psgye8g { 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:15046;opacity:1;top:0.1875rem;left:0rem; }
#P2xXzOE6UHRhColSTsVpwIqBAXVRt00w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c97a2', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c97a2', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));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:none; }#P2xXzOE6UHRhColSTsVpwIqBAXVRt00w > .row .container { border-width: 0; border-radius: 0; }#P2xXzOE6UHRhColSTsVpwIqBAXVRt00w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2xXzOE6UHRhColSTsVpwIqBAXVRt00w > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:75rem;position:relative;display:none; }#FcT1l8ZUpq4Lq0krVg1XS0gpqWgtATWn { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kQ6Q5KK4VM69Bkb78lwdaVmgaspodOh6 { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4250030517578rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#BO0E4kXmwooFeI8raIfNGAGOmwHWKHK7 { 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:0.18124961853027rem;left:0rem; }
#MO96JsbqpvF3ir0dvvTq72Jg0hXzsCxb { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.125rem;height:;font-style:normal;display:block; }
#HdB9D37ifs6M3dbiw5EMU5Vx7Fox1V7m { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.0625rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J33nfH8qiTKBzR8hfpqbhe4EOv90OOxe { 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:15013;opacity:1;top:6.25rem;left:0rem; }
#D2vsPiEAbtW5uLJ5TUoqk78ymGnGsKhC { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#aaTwfINMXI9JAIT3AmTPImqN2SL2RGMq { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:17.875rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ri6Bb1tagwoVCCInHEuOET5LrRg8GMrn { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#ZRhOlcv2kTDkDuymMKG4eNJHs0L6p6Kl { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9uxWcOEa4t9vXktX3zsVeryMK7ToV8W { 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:12.3125rem;left:0rem; }
#Igzy4CpgJwiVEvpqisKatGpB6plAylox { 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:15019;opacity:1;top:18.0625rem;left:0rem; }
#JDpLRWF7LOwoQUQDU5uVeRWA3aVwWGmJ { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:40.5625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#RBvdpstJk0u6JxGeGWIBR2WUbouZH2cb { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:38.125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLuLfBls9CSLh1LhHbgnVRH0oDruAG3T { 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:15031;opacity:1;top:38.3125rem;left:0rem; }
#zU79r2cTqVICZuQwJt8qzPFDgQmnv2CH { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:34.4375rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#p7SMRTQTWLLh7K0oS7K6l64UfLrJ0Vsb { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:29.9375rem;left:3.125rem;height:4.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOEK9SBRfo9Rnp6FzSwXR9RkvC9Ac3R3 { 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:30.125rem;left:0rem; }
#oDT36tyBMw0XsW6Zr2rCXWBowazkld6L { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.300003051757rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#SySqOIxkrTpMZI80rKFs6OEsLEP4m88a { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:23.875rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEm71WyxW9DwCViIkn4VQf66Tfhyi4Oe { 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:15022;opacity:1;top:24.05624961853rem;left:0rem; }
#NyXM9y8RR5NcTqOQzPbIwzbuk3HMOvmm { 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:15034;opacity:1;top:44.1875rem;left:0rem; }
#rXJgEN2n6xHPhMH272T56DvbyZSxP75I { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:56.125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sFzSDq61sTqR2hiHd23HontDhHp3lIVR { 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:15040;opacity:1;top:56.3125rem;left:0rem; }
#gN54MfKuT1KtDegS16TTTZSNi6MZPvCF { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:52.5rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#UkFJ1Ts1NHUAJ5zGcZAmzB3mCp2evJFC { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:50.0625rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Azz0vEv2lWTZpsAo9T8EoJ1X4Zy52uOI { 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:15037;opacity:1;top:50.25rem;left:0rem; }
#AfbdsHLmJ3kHNpeNAebRZrgieL1S4Wa2 { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:46.4375rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#CnOineb18lmWekelDW1xVVfqSqfFG52V { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:44rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWUgK4OP2guTPxNNn728ada1fEO9igOn { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:64.4375rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#DXb0cyOQGOKtSsAKQz2gmXlobRTWT2xb { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:62rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u8v7JKmTml9i6D5NPNbMNcKX5O8kCLaU { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:58.5rem;left:3.125rem;height:;font-style:normal;display:block; }
#ppthVLyDgXXfsuHbUsGm6lCxhbTMKN4W { 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:15043;opacity:1;top:62.1875rem;left:0rem; }
#fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c97a2', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c97a2', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #2c97a2, rgba(var(--color-primary-1),1));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:none; }#fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk > .row .container { border-width: 0; border-radius: 0; }#fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:none; }#JlieWZ12Ks3nH7MbX4zmuRFOKCAfWuQm { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mq95B6q8SvexqU9ARStOnLqtPzKd6lgS { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4250030517578rem;left:3.125rem;height:;font-style:normal;display:block; }
#MeodXpibqwIxyQVa5mimmZwzBKUkM0FT { 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:0.18124961853027rem;left:0rem; }
#TevE6sqpDgmD0ZZrt0Gcz2GeFBHTPrqs { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.125rem;height:;font-style:normal;display:block; }
#HR0g6m1i1rTo03hE4TUWFakrPNGW9ofc { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.0625rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFOt5sqNcVhA1F2vZr1lkOZSda2hoZ1C { 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:15013;opacity:1;top:6.25rem;left:0rem; }
#Z7uxqL7Dp9XyOnh4xUZBV4kToKQD4rr6 { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.125rem;height:2.925rem;font-style:normal;display:block; }
#ZwASZVeBMrgOO7oi5Uh1XcoeK2gmKlsa { color:rgba(var(--color-tertiary-0),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:17.875rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzKVazaHZX2U9uvFq3mopiV7syhU7ros { color:#c3c3c3;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.125rem;height:;font-style:normal;display:block; }
#IJuFpRIxGshCZDSSH7RvTSs9LhptmPJT { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.125rem;left:3.125rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s980A2PNpxVRXpQr7ZPLLhxesmkX7dTB { 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:12.3125rem;left:0rem; }
#Kww8DdQFCHQBaCLS5em4vDdhcdJGAHEm { 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:15019;opacity:1;top:18.0625rem;left:0rem; }
#q2oGBGxFnzDs3krfNBtyqN8WmkIBzlZa { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:22.5rem;top:13.131256103516rem;left:52.5rem;overflow:hidden;display:block; }
#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { background-color: transparent; background-image: none; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container > .video-iframe-container { display: none; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row > .video-iframe-container { display: none; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .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); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { border-width: 0; border-radius: 0; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { color:#111111;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { position:relative;display:block; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { background-color: transparent; background-image: none; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container > .video-iframe-container { display: none; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row > .video-iframe-container { display: none; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .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); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { border-width: 0; border-radius: 0; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .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; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .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.75rem;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; }#qBweaXTyTtJkIqSs75VoxaJfwc2dsVdU { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQSVPSfe6qfOQcG3wP4yP2tFVzrp8UD1 { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwQBLDcSgV8eXxTFlANSVJ0VRxRghbnL { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374938964844rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcsSczh0AF6L9GmB0ewB2rqiDnbTtxoS { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8375244140625rem;left:25.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQVOKZXtuQEW5TnUryia3S9DwhQ42dl6 { 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 #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#zgIIwEbygVi1k7mwTOFbWxmuMVLCJnQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHtWApy9PVn2VT3Th0cpRIxA17IQ1SZv { 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 #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#lSlhqyVWfZS314NZvdRwNBVqTw21yIZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDI6aIZ3QXWyKoAeXMW2LzAzQwGITrmT { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:51.3125rem;top:6.77499961853rem;left:23.6875rem;display:block; }
#NVtfVVvRil4uPRxaAowrFvAFBE0wsaC1 { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6xVdC8Zn2GORT4u4bwsA1uWzERRe80W { 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 #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#tWEkKNscNq3KoaI5gDkbqy3r7y3ke4Vz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { position:relative;display:block; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { background-color: transparent; background-image: none; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container > .video-iframe-container { display: none; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row > .video-iframe-container { display: none; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .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); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { border-width: 0; border-radius: 0; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .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; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .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.75rem;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; }#HVCnT6JxPX62v2GWfqHZe4SAVGv66JJq { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6a7BnpcgocaWepqAFs0OXDtDNzhUuOm { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#if5M1hWq7PkGo5mT5Nk61v43zTt1uqDM { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374938964844rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xudUGtzmuZtqGZqbKBmsT4xJsg4iWisc { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8375244140625rem;left:25.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRdkTIRwv49XNTO9QnK3DdZCWsMSB37V { 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 #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#CHmv50K8V8f18rbioWMdOCDT3dADpG5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIuwlWXcI9t3gOTny2OxSfNXy637Ww03 { 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 #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#GdTE28UHrCqpCDKl9nb21mxWbVmArXuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbqoBsmofv0q6REHXTg5ZiTalSiyZdE8 { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:25.625rem;top:6.77499961853rem;left:49.375rem;display:block; }
#KqNgWcpVcN1bsnui0y89CuSeVT1cqdBR { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTiMLm2rJPQXCXprKX6rmiTOS2n7OUXk { 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 #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#MQzq2qZzFOP6asddMyLF2dpFidiKu4cL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1BVUVzIMdMNS5a6VIRnNOG6VPBlXaz9 { position:absolute;display:block;z-index:15017;background-color:#cccccc;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:25.625rem;top:6.75rem;left:0rem;display:block; }
#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { position:relative;display:block; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { background-color: transparent; background-image: none; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container > .video-iframe-container { display: none; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row > .video-iframe-container { display: none; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .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); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { border-width: 0; border-radius: 0; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .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; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .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.75rem;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; }#hnoZCl1dbKW8Q9z3596tAHEM2VkOU6xq { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a98u1Ef702A7P6ZD00zoeeRMoggEElG5 { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eh0ZBZit34HbVdGXIOXMORc1w9LpbiES { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374938964844rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c74AdrCswZcD3czGwqtpk4xBFiifAGgX { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8375244140625rem;left:25.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7fby19WcHKQ9warCCSCfTlXnLvw2g83 { 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 #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#QdC2GqOFV7htZAQPpa73UAG9m7bhnTAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2bDp7orfUhlXnBWrl3Awwttw3317oni { 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 #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#APPrUO7TTnTHEPeSZkTgaLtQkLcdsIfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kx7VlHXhbpivBAsvagFCcP23E2qssRTV { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:51.3125rem;top:6.7750015258787rem;left:0rem;display:block; }
#LbuBfCxQSJpP5ATpHt2bI7yedVQJOpcz { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CP2zkSkTviIGf0JhDHIWpocTefdevKMP { 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 #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:23.75rem;height:4.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#C4MhPOu2xDNh3shsn60AeqoIMI9oQLZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:112.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; }#TaqLgUTkHI5gWm7EGATwGhpCWyfuAbbN { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { position:absolute;display:block;z-index:15064;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:18.125rem;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.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:17.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#PsDNbE7QQTE90nxSeFQZMAEokMQS3ugd { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.6875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#Dp7EqQFo5TBDvcBydMwZJ61g1e5e1UhM { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:11.875rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#w0yQED5RlkdDrASrZAmLHiBTxRqkt9cb { position:absolute;display:block;z-index:15070;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:25.75rem;left:0rem;display:block; }
#obhR5NoRyd0spcZQfET4OCexTBiJcbDI { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:25.375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#QtUnMITZaW1dSJWoxptKaAax0f4gcAht { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:32.80859375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#edlbifW6hhK7FkCNG3dz2MuoSC6Xnxdm { position:absolute;display:block;z-index:15073;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:33.25rem;left:0rem;display:block; }
#HDH8NGz8Te0pgGgaFyGtwgrQPyTtHEtS { position:absolute;display:block;z-index:15075;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:47.9375rem;left:0rem;display:block; }
#c4NveS3eycJuPog76Vsae8hKg8ktGtkC { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:47.5625rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#vEaON3A2vo605hRdLgDPJotTbv9cRxt8 { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.5966796875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#UKcJMamnAQhfV9eJIQozHgQER6JBUwf4 { position:absolute;display:block;z-index:15077;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:57.4375rem;left:0rem;display:block; }
#guMFCvSMFSs4MzDrM35x9vkMghJxN5P6 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:57.0625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#dk48CfI4Tv9EWpo0Lx3T4ezVS1HGztRX { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:12.3056640625rem;left:0rem;display:block; }
#qSii5a8BPOo5KvZOEnm0uT1bxPa6CnSG { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:14rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#i3wMnbWDcWXi2PxHyDg20KlsZoMboSly { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:69.1875rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#S60Z2Pd3WsPJ1SbI2Dy63c9KnpabOF08 { position:absolute;display:block;z-index:15070;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:69.625rem;left:0rem;display:block; }
#mEqg1Iel6r2QnB9NbVL5NEkvn0E7qJPF { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:71.3125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#d3wBzvSL3hfdTbhEriSkmMiLw7KWy5pd { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:79.0625rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#WfvWncySOwnKSCDAhz3OiCsH25LNKw3V { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:75.125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#eqwOIrZwEXCiUFwxTnAJpKBsItUfewV2 { position:absolute;display:block;z-index:15078;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:75.5rem;left:0rem;display:block; }
#oVUTbpMQD95CW02s7xke0KT1R90TKfFw { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:86.6875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#wBbuiy2An2Mx0zFhO74rmsBpyJ8JHnQy { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:82.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#t3FlxlNTlalidPbeKew2Ki7AtbDJzO6P { position:absolute;display:block;z-index:15081;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:83.125rem;left:0rem;display:block; }
#okrLWzI3zbVTiwovKfwTlT1aFwwWGnlC { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:90.4375rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#HIoim6TXKDMCzn53kJ4cg2WdvZAPpaLI { position:absolute;display:block;z-index:15084;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:90.8125rem;left:0rem;display:block; }
#na9EHfGilsBQlcmPBBs3SrqJyyNCWT7b { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:96.1875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#MuGixo7hpQ4Ia59i0PtLebyX3y30mhRG { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:99.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#LJpCDgC9XGDn7DRELS6cT2UTAKXDnuTn { position:absolute;display:block;z-index:15087;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:100.3125rem;left:0rem;display:block; }
#AFGe5Dzn8F697Zgi06QkoLwLFNc5vpvC { position:absolute;display:block;z-index:15101;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:106.3125rem;left:0rem;display:block; }
#LUhbp3igplg92CHwc8BctEkTQPmq15pW { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.5;letter-spacing:0;top:105.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#uWHKXIeilBKlUQbzDTywMWP8TduT3mPp { position:absolute;display:block;z-index:15080;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:63.5rem;left:0rem;display:block; }
#iyW34O5QqT3NqBOrWkN9hSkJ1nsel44a { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:63.125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#IEOGbWQ612528iQKp5A5avwvbDVkNtCX { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:53.375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#kaAycy5aAKD5aHxcKPFGIFoSFnyhTcTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:4.375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#a1C6yQ9offhootsoHDLVbmsydePBRrob { position:absolute;display:block;z-index:15083;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:4.75rem;left:0rem;display:block; }
#CqiTmkhPRZ13WkUGEW9SBdxrigek73Kt { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:8.375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Q22N3F5ghHIwduxtRwI8F2C5UfB1b2CK { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:43.9873046875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#IkhZ9wJIbTIGQt8L6hbSTXFbiTB67UmN { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:40.12109375rem;left:2.125rem;height:3.75rem;font-style:normal;display:block; }
#JDZzOC9QrvUPsd3nx4OJ5nXOvzT7cPTd { position:absolute;display:block;z-index:15074;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:40.4375rem;left:0rem;display:block; }
#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { position:relative;display:block; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { background-color: transparent; background-image: none; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container > .video-iframe-container { display: none; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row > .video-iframe-container { display: none; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .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); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { border-width: 0; border-radius: 0; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .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; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .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:48.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; }#LJQkvkrk0J0TuobTZTLLLaD2NW4eLTNS { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#XCVwxB5vTIbzgngTvayNcB8tKm3fNT12 { position:absolute;display:block;z-index:15070;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:6.125rem;left:0rem;display:block; }
#caVuTEHqqo0R3JqQVW9GykJNdZA8Ml84 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:5.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#OgTFsvmwtM94wADiEX86ux8eq999Zzw5 { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.6875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#nP8FWIZWQMakG1ysfJTBf8c7T5ywSTa7 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:13.375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#A68zuee6yhWTc6IGg6B6EtfZN4oW8ei9 { position:absolute;display:block;z-index:15073;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:13.75rem;left:0rem;display:block; }
#As3GhOZWMREDChfmb85pMBrk1hb0L3uz { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.287506103516rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#l9ZJwwATXc7My3l5V9qZcOcdk3oKRJRW { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:21.375rem;left:0rem;display:block; }
#oweNVcTy97yad6q5DOAdREVkyoPEIoz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:21rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#xPi8bvyfsgoaLOK9ugxrs6DCNKQa0mxQ { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:24.9375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#vQUHC580WJfbGWvUTLG3hSWd2sGDL4uf { position:absolute;display:block;z-index:15077;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:29.0625rem;left:0rem;display:block; }
#av3yumMzGlN2M1HT4zOa7r23km30fNN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:28.6875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#ddp2fD1MwFX9XVfKL9yySKE6RTR3BRnR { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#A9S7vk5lqkT1FbVJuDTrHPw1RUaVi08D { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#PTMUSDSmFXQWXQhtfwfLHNtSMqqBbFum { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:32.637512207031rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#zRLZCRWOT5F7mGJ9R4JS97lTq8ZhtFNf { position:absolute;display:block;z-index:15084;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:36.8125rem;left:0rem;display:block; }
#FnTSEOt6g3LKrG5GTcJTyanVh6LkNVLa { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:36.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#o0ntVKtgpcsGaT714PwZZfzFmuX6uM3u { position:absolute;display:block;z-index:15086;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:42.5625rem;left:0rem;display:block; }
#kALEt03LiJC4DadaUzc1zVbdQ5qH5D2H { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:42.1875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { position:relative;display:block; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { background-color: transparent; background-image: none; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container > .video-iframe-container { display: none; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row > .video-iframe-container { display: none; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .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); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { border-width: 0; border-radius: 0; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .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; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .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:66.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; }#uTc2wxN5zVfNbFtO6M6HeDCNoZJI5UoS { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#bHN3KU2pED84CpJDfKgxWPGwFsrloFRU { position:absolute;display:block;z-index:15070;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:6.1875rem;left:0rem;display:block; }
#TXUZRe3nCf0DBoLPi95UxTbZXct8ru6d { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:5.8125rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#rq1oh2u0m7ncD7vVwxUum90GHttUTgsP { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Mw6lSQ2AGR06bLgxfvkkIGkSa2RBzGCG { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:15.3125rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#hrscwfGvD2hxZ1S9iPHu8pbdsU6wydTd { position:absolute;display:block;z-index:15073;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:15.6875rem;left:0rem;display:block; }
#z6vxa1fGW9UTqc6iDilxrpvOapwW1mOG { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:21.100006103516rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#XssNyWeoSUdTf5OKT3raDGmdCM68ehUO { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:25.125rem;left:0rem;display:block; }
#k8WALKd88QwBxzaHxw6JlXfodN8baz5a { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:24.75rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#v0vTNZBzrmUeGOhgUTxfhzbCIWRRvUoo { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:30.5625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#aUI9ctFV57ifFGb62x6hlS0TlQTKVkZS { position:absolute;display:block;z-index:15077;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:55.0625rem;left:0rem;display:block; }
#yiTnBfVq0owOvd01RhpX3WQi6I2NGFOT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:54.6875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Am5SlPmDuLl3awHlm3kGV8WqT8nowaa4 { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#r0gqCkf0vnWCJLCuurg0VNC0TNW7A9Li { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#e4UADTHuCfhTuxshtmyMeXkFXnqNdNrF { position:absolute;display:block;z-index:15082;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:61rem;left:0rem;display:block; }
#ghUOTsMeCbxB5wiscXqdnMq6ITZ0icX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:60.625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#NPda4qdkaoEaRpl3UfRJcBTeuQvitXLO { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:34.0625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#xqC4fGpZmmdmQ0enUmuUctEbG8T7GMCK { position:absolute;display:block;z-index:15088;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:34.4375rem;left:0rem;display:block; }
#keqc0JpqGKqwtt8IQ58BtJtCD0Tv85hh { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:38rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#LrHkif7EQEZFpOqHSVtkQgkMQKrhAKBc { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:41.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#VFEHANR8sH9L1EmgFMil653gze2dSKgm { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:41.875rem;left:0rem;display:block; }
#iFnixcTOswrFW4HQdPRGC8GnwtVz7ZoV { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:47.25rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#AEgEWJM9KRNPmN2E53PFSyiGH1w3Qe4V { position:absolute;display:block;z-index:15091;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:47.625rem;left:0rem;display:block; }
#CaBOT5y8rT3vvTu01edbeBKFk9IHk5pJ { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:51.1875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#zaO0CP3HrurrftiMa09D5esOmD3i9p2T { position:relative;display:block; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T { background-color: transparent; background-image: none; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .row .container > .video-iframe-container { display: none; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .row > .video-iframe-container { display: none; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .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); }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T { border-width: 0; border-radius: 0; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .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; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .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:53.0625rem;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; }#NqFcb53SrgKQE3TfpvqDM3ddJ2ynQa6k { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#y27qIh1oRr2zyokGnkdkBBLJNtVbJD5M { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:5.625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Auo7f8TrIzmHzO01EtJ1F9wkI5nLJznG { position:absolute;display:block;z-index:15073;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:6rem;left:0rem;display:block; }
#xrpzHAOPPWf9nV4Hh9gnlU0kpmgb0cgI { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:9.537109375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#Wpg7a3U5LEZG7ETGeiMi7AUSnAXhswuB { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:13.5625rem;left:0rem;display:block; }
#R5v2fAhKI3HlZBkW95E3N6R7UPoTLd95 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:13.1875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#lE4ukL1IbP0J0lPDBu5kJ4xcS1co1xZe { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#oXQqx411g47aQir9w3p6GVFAo0B2EVgq { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#kZLoBesTzCrada4QG8dbDvHO5tvPsLiK { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#hWyLyBysfTJkSJGTIcR6pdA8Gtkrwley { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:42.125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#D9rPJ7lCBbuDscMJdPyIyilBzKVdBdMs { position:absolute;display:block;z-index:15093;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:42.6875rem;left:0rem;display:block; }
#t88vf7ndHlxRrphm51tO3wn4IMfstUG6 { position:absolute;display:block;z-index:15078;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:48.5rem;left:0rem;display:block; }
#Ra6A3mMG2VmtsrZWRZEAtM0al4ClmPnu { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#45c3cc;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.75rem;height:2.625rem;text-decoration:none;z-index:15130;text-align:left;text-align-last:left;top:47.6875rem;left:2.1875rem;display:block; }
#mWtJR7Nnp8pO7BX3togQd9JPPtneIzgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4aPW6HCut8PdcwwsqK0nXlrXElZ5nDH { position:absolute;display:block;z-index:15082;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:21.1875rem;left:0rem;display:block; }
#yBnv8VgbC0OdMDmrzkL5lZC4QvNVc3N1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:20.8125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#IxG0JSPH9QNkq0ZCNnCIJevzmPar7vld { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:24.75rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#NoEgXCvNRqpf7NLWJlX9e5WwgH4Pg8vo { position:absolute;display:block;z-index:15085;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:28.875rem;left:0rem;display:block; }
#H5ekyMdzmT4iVLA6DakXZ442zz3yNGlT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:28.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#XUnKZpXU3RB6KJRFSQo17t9gbFMb9gDe { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:32.4375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#lDfQeglM1POUcbopoCIrXzkmOHfhpgcF { position:absolute;display:block;z-index:15088;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:36.5rem;left:0rem;display:block; }
#Q7Zt1pTeoSsNRwAqBS9M0kA6bsLPPEX1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:36.125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#ylP46yhf2xQhWuOSOXyN6C4DObgFwtvp { position:absolute;display:block;z-index:15131;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:10.3125rem;width:22.5rem;top:40.0625rem;left:52.5rem;overflow:hidden;display:block; }
#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { position:relative;display:block; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { background-color: transparent; background-image: none; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container > .video-iframe-container { display: none; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row > .video-iframe-container { display: none; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .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); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { border-width: 0; border-radius: 0; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .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; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .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:108.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c3NOKOhnPs6N9t9FGJLnt3DnSSFcg7QB { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItSGQ2miyvz0VIHC5gNWu1waNHa8yMMk { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:4.625rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#UvhxHUawkwJU5lPWAc9hLkAdiLCxpdXb { position:absolute;display:block;z-index:15070;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:10.8125rem;left:0rem;display:block; }
#BMRlrPmAvlrdfenR3U6tb37QZXe34kvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:10.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#aKTH6aTqfGgHcqGAm4dV30XRU5rxiUeg { color:rgba(var(--color-tertiary-1),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Uv4c0EuQEyZZO8N4o9tDf8q2JISivBTa { color:rgba(var(--color-tertiary-4),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:18.125rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#p6Txv39cxukh1rqlpIO2TtLv0dGyMO30 { position:absolute;display:block;z-index:15073;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:18.5rem;left:0rem;display:block; }
#gNSiiDEFV5qDOvohEcTTM91azw8blqqa { position:absolute;display:block;z-index:15075;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:35.34375rem;left:0rem;display:block; }
#G1XIRdemMMimzwwqlAc0osnoT7u6riR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:34.9375rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#ffhcLeyIN7yTkDx9eSo2EgyOQzKp77uf { color:rgba(var(--color-tertiary-1),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:23.912475585938rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#eCW2F38kwhEvm6UNQrMoufeTfTqRd2cc { position:absolute;display:block;z-index:15077;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:45.0625rem;left:0rem;display:block; }
#n5kcbZHyv5PS91chU9D8y91nBPsTNay2 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:44.625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#v9DVAyIqegTPRmqzc4n64T6tZCwi7Ib1 { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:5.0625rem;left:0rem;display:block; }
#b7MUxfVHOAiTvs4BU3vzBGEcdk2HsQcB { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#zgUIZix5M8wS0Bv6A8xh21swDNqQv8TU { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:56.8125rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#g6T1KnaIRU4BxvhFdVMTOU2LBB57Tx5Z { position:absolute;display:block;z-index:15070;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:57.25rem;left:0rem;display:block; }
#pkrEIzlgVkWnso6ecx0GrHbwL7VTgRl8 { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:58.9375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#v0tyxa3J4IOfa0OTe8oewTJIPT5BP73o { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:62.6875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#CXbLm1leQVh9uty5FQ9wEpMKtoZkBhWI { position:absolute;display:block;z-index:15078;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:63.0625rem;left:0rem;display:block; }
#TuEOkr5T2ist5CPqTIU6l2ia9kKN2yvu { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:40.8125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#iT4QE8gNyDaqLkflMErHZqsyZV94s7tA { position:absolute;display:block;z-index:15075;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:70.8125rem;left:0rem;display:block; }
#K3cOESLLRxAGPdfBQzFT0CK9SpK55Iyz { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:70.375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#gFr8Slyigg111uOQ1vJKlZS0eR6T4UD5 { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:74.375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#UbFV8rVN6S4Ju6edtsurdVhmkAqCFn3l { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:78.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Eu9fTWgCFbOKd42uTc16z2Dz0o6OZFGv { position:absolute;display:block;z-index:15083;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:78.8125rem;left:0rem;display:block; }
#XTZEMsEV05IxEibrdFbhxcxEpMeaxqUn { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:94.25rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#h0RbzlDLfhyJlfJvrqnOTNZBNUQpEyFo { position:absolute;display:block;z-index:15080;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:94.6875rem;left:0rem;display:block; }
#LP19x0z60GoaLbMIOkgvyLtyTiusS2sq { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:66.625rem;left:2.25rem;height:1.29980625rem;font-style:normal;display:block; }
#C9qRnZo2ZcE6T5HQ8DcGSvPXRIxvBxQQ { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:82.5rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#DsM9Lxo9QMkThetl80nTZmDNO3Brx34s { position:absolute;display:block;z-index:15100;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:100.75rem;left:0rem;display:block; }
#IV3x8kHRT5NsLEMrQRdX8Nh74awPZKDG { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.5;letter-spacing:0;top:100.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#sscfefFr6NSlPcJRnmLZ5CbPMDG1TT3I { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:50.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Oc957xdziRE8QkeJRh59e4UQb7Nhequl { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:51.154296875rem;left:0rem;display:block; }
#vWgwksa8VnOlrziOGeAaorLauJQsLSlA { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:86.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#wcpQtdCMT3A3WFgFLuxC4SZWeu4PoNrT { position:absolute;display:block;z-index:15086;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:86.6875rem;left:0rem;display:block; }
#zo3RMveJUoJJXIbI28yZodG8DsWGBUcX { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:90.375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#WgZr1qJ0DvD3nfBrLcE63Qe5lIDeWr2u { color:rgba(var(--color-tertiary-4),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:27.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#QA6TfR2Uwqs9KwOUNPCiMAZrBe0cmc3I { position:absolute;display:block;z-index:15076;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:27.875rem;left:0rem;display:block; }
#nr2i2VTRl808E0tsM4OpWG4o3idAwQQE { color:rgba(var(--color-tertiary-1),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:31.349609375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { position:relative;display:block; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { background-color: transparent; background-image: none; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container > .video-iframe-container { display: none; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row > .video-iframe-container { display: none; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .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); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { border-width: 0; border-radius: 0; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .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; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .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:101.1875rem;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; }#Lfx9xwTNodEIUq6kciH2fvaB8WlEWrZD { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#rGUt8PHe4FpoDfDQDAIr1IKRlyNS75CR { position:absolute;display:block;z-index:15070;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:6.125rem;left:0rem;display:block; }
#MVADBRAZ8i4FSAP2wOGIEn9ycDITf2vk { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:5.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#kCg9w8Qr5IAeG2ypAiPuyz0mEZgVZbWX { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#TT0PvycvK4cBG36BV9A824QgDNth85f4 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:13.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#AqDk8LktW2nny1BaInx2Qn0dhrV2sroo { position:absolute;display:block;z-index:15073;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:13.8125rem;left:0rem;display:block; }
#Ii9WTJOdV1S07S3ntKmsCgmqBkSUN7NQ { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.537498474121rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#N9a0KWLfe9pAwVbeTCeA2vPMQRF7TT3J { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:21.6875rem;left:0rem;display:block; }
#Lt4w9xUisawOtdrrivl3c6He3tvf7EaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:70.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:21.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#g9X0Qfh9xAMBPsS25dlymPuMUyhFLTbu { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:25.1875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#y6FmnLiQdaqbvuZlBkyxdmDb5TBs0P5u { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#FZIaiTvfZONPr5vRqqgnAkVX7PQWdsLr { color:rgba(var(--color-tertiary-1),1);display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#qp8LeUAU8cJ5vTidTXJhkQh7JuKdUVTA { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:40.3125rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#kWMPgvg7GvcnTopcyEyty2XO7AsmosSs { position:absolute;display:block;z-index:15070;background-color:#e6e6e6;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.9375rem;width:0.9375rem;top:40.75rem;left:0rem;display:block; }
#dUgVZG0y9CQNIfMiDykNr5xxlqKhuJZE { color:rgba(var(--color-tertiary-1),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:42.4375rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#NZRU36OexAPpobLpzRdmqdUqTVceouUL { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:50.125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#ZBkgIan3VkveSUniwqRmOwasPGOMl1zX { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:46.1875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#T678pIfLaotTOFZsVLQL2JMDMX68odns { position:absolute;display:block;z-index:15078;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:46.5625rem;left:0rem;display:block; }
#s02Oi4EBNDfk84HVzC7y4uq4c3IZ1Sx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:84.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#AcqxyBs8xEFesP4RkuuNlhmeXURBXzmR { position:absolute;display:block;z-index:15090;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:84.6875rem;left:0rem;display:block; }
#yoMqw2KvXAvawbt4x8WqoQlvRNLTO6Tk { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:90.25rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#S7eU5XXOsHFWfFaTd1ivFlPmVMHSZIl4 { position:absolute;display:block;z-index:15093;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:90.8125rem;left:0rem;display:block; }
#N10OcEFdzWRiHxt0zrhXLTl8eKADVwmR { position:absolute;display:block;z-index:15079;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:29.0625rem;left:0rem;display:block; }
#mD2kcVvq2Gi39EnmEpUUbV29Np3ZHJhN { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:28.6875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#hN31tKZcmtMFHqkihxFRLFZ6WA2o2QIO { position:absolute;display:block;z-index:15078;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:97rem;left:0rem;display:block; }
#sVC77uwaIHV4BEInnMITDRlKvhsQS8Rt { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#45c3cc;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:18.3125rem;height:2.625rem;text-decoration:none;z-index:15130;text-align:left;text-align-last:left;top:96.25rem;left:2.1875rem;display:block; }
#gDd7Www7XsuQwC9FRbDGdOCkiS5k7W74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2hN0gvUQamkBlrHsxctJzKI8BvqJTTP { position:absolute;display:block;z-index:15088;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:35.125rem;left:0rem;display:block; }
#H6biPK6JmXZNQHuaDSn8sqc0VElahClU { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:34.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#WVzfZaRtFRp2mQUmrObxnbnnix2BJ2VW { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:53.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#C8mVF9aTTbqFqWTMDTIG7R1LftiVdTAP { position:absolute;display:block;z-index:15081;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:54.3125rem;left:0rem;display:block; }
#WshUVoTsHtyVGJSoz8xkLFWhnZ7FlezV { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:57.875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#Uyv1k2wJshFP20TQXLodWIGKnIXRBC3F { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:61.625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#dGbATkXI2KoM9LmQMOZUiQI6FzIExLnH { position:absolute;display:block;z-index:15084;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:62rem;left:0rem;display:block; }
#aZF8gklTWoDIk041419XHxTr5TAIq2wT { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:65.5625rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#y4SLIlD3OHqhkwUz3A4miJWaqNqW2ANU { position:absolute;display:block;z-index:15087;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:69.75rem;left:0rem;display:block; }
#pcEAh92SEEKxSMboJ7xiTXcv34EBQU0V { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:69.375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#W9oDoIAtcEwIyRv1eytrhzx0HIqBQLf9 { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:73.3125rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#ItqwhIah265dI8DashVn2iDINQzKfi7b { position:absolute;display:block;z-index:15131;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:10.3125rem;width:22.5rem;top:88.0625rem;left:52.5rem;overflow:hidden;display:block; }
#XLtRVNN7G1sAKKeDBwWBGTqrtn5tsoeT { position:absolute;display:block;z-index:15090;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:77.1875rem;left:0rem;display:block; }
#IMN8mgBg6HvrVaWXf7Nww8trxpRO9P06 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:76.8125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#TLpZtpMZ4XCX1hVtBQhqePT7TCkFckNt { color:rgba(var(--color-tertiary-1),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:80.75rem;left:2.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { position:relative;display:block; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { background-color: transparent; background-image: none; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container > .video-iframe-container { display: none; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row > .video-iframe-container { display: none; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .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); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { border-width: 0; border-radius: 0; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .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; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.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:block; }#JP65wDhCyvK2OvdWCgyQ0Whq2wosPNsL { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehv6t6t5nOS9w73IsHHbUR7XX3ZLWKo6 { color:#111111;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:4.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#R7SMz67AQ14IUlZkzklfTUQHJUbOz5TA { position:absolute;display:block;z-index:15067;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:4.875rem;left:0rem;display:block; }
#in5Cblv6UrTQigZ1QpRoNkzlhoyvIm56 { 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.0625rem solid #3ecece;border-left:0.0625rem solid #3ecece;border-right:0.0625rem solid #3ecece;border-bottom:0.0625rem solid #3ecece;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:#3ecece;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.3125rem;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:28.5625rem;left:2.1875rem;display:block; }
#fPApuOIVKoX4kp9XI9fofPqi85C5ipip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9MSFCFZLzUGFxPT1Au7lqJtVDcICSco { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:9.1875rem;left:38.8125rem;height:4.2rem;font-style:normal;display:block; }
#FBHKZC7IMu64wAi3Zos37SaEmDJnpnsv { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:13.75rem;left:38.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#t2WfJLV2xd14MiVkEeTx1a9LQydoIZuc { color:#e90010;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:4.4375rem;left:38.8125rem;height:3.75rem;font-style:normal;display:block; }
#xOFilwNpSnVdKhPIpfAdbzDpqFWpDkrN { position:absolute;display:block;z-index:15077;background-color:#45c3cc;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.9375rem;width:0.9375rem;top:4.875rem;left:36.625rem;display:block; }
#S72ydTca2dGxr3uIlQv7T70Dg7LwIzEx { 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.0625rem solid #3ecece;border-left:0.0625rem solid #3ecece;border-right:0.0625rem solid #3ecece;border-bottom:0.0625rem solid #3ecece;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:#3ecece;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.3125rem;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:27.3232421875rem;left:38.8125rem;display:block; }
#OnP5D4qA0n8wPNrGiiShuADwP6aa75zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aI9DGUeAwdmfHd3WkynPGFOAlXbpRQVq { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#G561B5GqkTiCKJhaQliJ1bC1ZQ7ETLEq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:9.1875rem;left:2.1875rem;height:8.4rem;font-style:normal;display:block; }
#IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:20.5625rem;left:2.1875rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:17.63671875rem;left:38.8125rem;height:7.96875rem;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; }
#IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 { position:relative;display:none; }#IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 { border-width: 0; border-radius: 0; }#IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 > .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; }#IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 > .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.1875rem;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; }#bgevSNV1Ww0lZRFUdNQQLvT4Nnih2grJ { 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; }
#XsqsBR9ge8pl3DbF677asGPIDVR7DWnV { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swqtszfGOanRQAMTeG0lbOQEJ41cQHAi { 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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm { 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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #zA6m6eL9AvUFtayorNgEECTZsqSu3TIL { display:flex;position:relative;top:0rem;left:0rem; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #NpOHTdIOSvQvIV4iGydcBwwssQJUEggM { width:auto; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #JHHhr1A3OJuvHtJPUf1S5QBtPtoh1THc {  }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #VvyvZQgLQxKETIo3zFmvoUhTs0WtpOdR { display:flex;position:relative;top:0rem;left:0rem; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #Iv8kvkQ8F4cuFE32mQcnMW7PpSWh6W9Z {  }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #uznfHezdDATe624059UfQ7QCvLPWtsus {  }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #svDPimnHCD8pKMJsbvOhukUOzguEiT8S { display:flex;position:relative;top:0rem;left:0rem; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #H30zPGGLwDHQFDGUKRlMb6uOWHaE7eFV {  }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #QsLw4XgRqfLl1wpW9G40siLlUWXcMF8P {  }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #TFOfdFsmfU9lVEPLxb3QNi7fa0zBrNsU { display:flex;position:relative;top:0rem;left:0rem; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #X1LSR8yTatv44hzyge7ykcI1XOH0C4Vr {  }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #mZdmTnOrqraTMHN6b7ko5bufGKgsI99X {  }
#R8xvxPld8UpSp899MSIxz2NFdKourNvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { background-color: transparent; background-image: none; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container > .video-iframe-container { display: none; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row > .video-iframe-container { display: none; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .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); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { border-width: 0; border-radius: 0; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#CfXikClqIAFaAOCGe6dE6F5PhfutibrH { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKvxLSfZsTpVlIMte78QpVFJmBX8gwr2 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:27.0625rem;left:30rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPLIwk5ehDmnk2CR86AzEh0TiX58lQ2l { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:27.0625rem;left:15rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wWvkzG5x8d370EKGF7hqr66ZbxVPaZp9 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:19.375rem;overflow:hidden;display:block; }
#v4tahJr7SP1X2DmNwfEp2lBLQoXMdlpv { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:34.375rem;overflow:hidden;display:block; }
#z3zMNPmq30PrPRfamm5Nom5vGV42Weq6 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:27.0625rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llgesE4SAKkGgNRdxp82TKrnxl2mKNuN { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:15.25rem;left:45rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftB3yTfugdyTCTu69po9Nq1xLhVBmUoS { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:15.25rem;left:15rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTzZKIabHVfq3O0LnfJWUglsL4D6bKGQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:15.25rem;left:30rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FsnIiTUBayXVIxHwLt10VvyJ0P3Q6pHN { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:20.1875rem;left:4.375rem;overflow:hidden;display:block; }
#l2adhOPs8VZ8ABw6kA7lv3puQBn2xXA2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:19.375rem;overflow:hidden;display:block; }
#D6PPEa0HEeR7VTTeqBCSIH3TesubSTAk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:34.375rem;overflow:hidden;display:block; }
#kHmPdZKBigFx5sZOgTFMmGSl2xVFPgQm { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:49.375rem;overflow:hidden;display:block; }
#SAp2Sfvh8UiJT5HITPTTgPeJeGTzxQBP { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:15.25rem;left:60rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJnG81LZonBWNfl9Ep3dlrsDLnMgPhT0 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:15.25rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiuDsmy4F2cDy5nRW9NmLMen4XHG3AFT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:4.375rem;overflow:hidden;display:block; }
#vm2tUPuqDZG0Xo1LTRipuQxZNJJRm0cc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:64.375rem;overflow:hidden;display:block; }
#F0Jn7AQiDUHeFrcgPAVHyTgQkRu6sTRe { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:27.0625rem;left:45rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzrkD9drWmPA0gV7aI2qrCsVCsSx40iE { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:49.375rem;overflow:hidden;display:block; }
#sRLeRX6I2ANV9AOFGdCCAR7oh9xWfhxv { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:27.0625rem;left:60rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ko6Bc2THwVZU8yBO2r5xDZz0LygOPs0V { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:64.375rem;overflow:hidden;display:block; }
#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { background-color: transparent; background-image: none; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container > .video-iframe-container { display: none; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row > .video-iframe-container { display: none; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .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); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { border-width: 0; border-radius: 0; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#M68thrRapzzC8Alp64KfQoh04lkrrGTC { 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 #3ecece;border-left:0.0625rem solid #3ecece;border-right:0.0625rem solid #3ecece;border-bottom:0.0625rem solid #3ecece;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:#3ecece;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.3125rem;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; }
#LRUQDwuc2QHG7kUT0eZzqysJVdFSh5HC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6FBB4fSVXklukMO8VivsTprHf7w1czH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { border-width: 0; border-radius: 0; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#EL370Mf8pHbVedaliVolCy02gcP17X9o { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:15rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { position:absolute;display:block;z-index:14999;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:13.625rem;width:31.0625rem;top:0rem;left:21.96875rem;overflow:hidden;display:block; }
#hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v > .row .container { border-width: 0; border-radius: 0; }#hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#Xov2f9wu0CArHrayvuthydFTWlw98Vmi { 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:20rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:27.5rem;display:block; }
#f8zRPMpyMclU6NvdmwWHM3EuysNZiipf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUnOaagfhzz7cHOQVhyFRTPh4p5QJ3Op { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dazezvSH9mtdTEbyrNxieGG9h6EDTAqe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfFEsSx51VvSSAdh1o1ev5q8GrzxhFMP { position:absolute;display:block;z-index:15023;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:19.875rem;top:0rem;left:5.625rem;display:block; }
#ilIbUfyS1v9qLdtEw8UUKV4gQ7MtMdiL { 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:43.75rem;top:4.3500061035156rem;left:25.5625rem;display:block; }
#cDcZlFp38LbNDx1XeDW1AdOdXZ4EZe6l { 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:20rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0rem;left:49.375rem;display:block; }
#KulB5zWEV8EGXJFQ8hmTxueUFpFgap0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmofJphn7yS2GBZUJp9WzqeHF1SWUhUk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.25rem;left:50.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah > .row .container { border-width: 0; border-radius: 0; }#MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#ra13WWCJvaGpImVtwehVwKlxZLc7fMNG { 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:20rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#kF2vxmaQw4mpMzcelFpRBsKLGRyIBwGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7sDsQtTaqduIIrMPWrCpDIwFPJTuaFx { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nlb1ntJtgKqD0UNTG4Kkwhh1lQas4ATB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qR9bueGchu98AchkTOlimPr9vvgvOQfh { 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:19.875rem;top:0rem;left:27.5rem;display:block; }
#c969td0fwpTPdqoRCEyA9kowpfNr9HrT { 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:21.9375rem;top:4.3499984741211rem;left:5.5625rem;display:block; }
#ZirvAUBFgyfDtGVyC9b9MnkkXRDJ27we { 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:20rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0rem;left:49.375rem;display:block; }
#MGfHMRPmVHqU1fKrraBg6krR21xIETx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmZtDfUzF7vgaXi1hCdqJK5UuknI1gfs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:50.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9puaS909GVumU6p0xHIDu5nPfmsUos4 { position:absolute;display:block;z-index:15016;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:21.9375rem;top:4.375rem;left:47.4375rem;display:block; }
#aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 > .row .container { border-width: 0; border-radius: 0; }#aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#wprPTveurSgHw64eMmv43nliGhf0ouXl { 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:20rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:27.5rem;display:block; }
#lUydq0wkteIFcA7EL8RZndlgmM5bC3nD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhAlyTTcwbW87lb6TrFf6I62q54hTz58 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#br2n3p3Sh6m5TGwkP3pubDye4yqHOSR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yg6uZhMpWTldFtGyfKrm1P1iDmhU2xBz { 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:19.875rem;top:0rem;left:49.375rem;display:block; }
#uFiA7UfGClilGp9s48mkyZWuTuo8x0pL { 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:43.75rem;top:4.3499984741211rem;left:5.625rem;display:block; }
#vfawGe3s0UBZFBTLKRd0M9XBx9T4EhgO { 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:20rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#mzmMRW1zNiQp6kVcyiZeTAi1EkRR3zS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTV6ahQ6yqh5fR5fGgy8yVDWoD8dpJiA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.25rem;left:50.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb > .row .container { border-width: 0; border-radius: 0; }#y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:none; }#AApncpdA3kbIhUQRMWTrBPFIdm0wMOE3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:20rem;width:28.75rem;top:0rem;left:5.625rem;display:block; }
#VeQATp31GNhWnThihFbPADk5eEn7WBfH { 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:20rem;width:28.75rem;top:0rem;left:40.625rem;display:block; }
#Epnp3zoBH8RW8R4EaZhOK7Iw1vg74isT { background-color:#3ecece;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.3125rem;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:15003;text-align:center;text-align-last:center;top:14.125rem;left:11.875rem;display:block; }
#z5T9usPZGc2pJSnyHiJMq9HHQSl1Hsav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3MXQgKUMzc30IBHPsEh1Q44HBtONLSx { background-color:#3ecece;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.3125rem;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:14.125rem;left:46.9375rem;display:block; }
#yCKBMqe763L3w4H07RS5cvmr46fi2ent { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVGc6AzU5bCTly7Bh68edJsE6TfKTUnm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:5.65625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCyLMtSzSH8ywBwMqPDB7LhBdd3o3dqg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:40.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymUyWO1WLNLdpLUvWo9ce1c9EU46MKwg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:5.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhevaVozZPf7qZFzOTi4RpDCR9UvfBH7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUHvFlPx8c1HuqlcJtRwVtWI1zmmb8sS { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.207290649414rem;left:5.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSFKMoq8tnk9Sz1Xi2HxyHfKn4Uy7mya { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpnFosTlTq81RgoaDLQafytX3GmKlHhG { color:#aeaeae;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:5.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIotWeHJGdugvDhGKkZ5LQMH9pDnBBRk { 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:1.25rem;left:18.4375rem;overflow:hidden;display:block; }
#da9q1AtULHQAJgH7H8RaB992vHDfeoNw { 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:1.25rem;left:53.5rem;overflow:hidden;display:block; }
#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { background-color: transparent; background-image: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container > .video-iframe-container { display: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container { display: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .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); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { border-width: 0; border-radius: 0; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#TDq1depvUvrWZiTK9ymkDrhyubw7W7oR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:20rem;top:0rem;left:5.625rem;display:block; }
#zlNTJZnTOlp13QJy8tXrw4CDdTUTePHd { 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:21.25rem;width:20rem;top:0rem;left:27.5rem;display:block; }
#NFaxfr1hep1TTkVMTmvW9UcaTVn6b3Xz { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:5.59375rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kawaHlgshVdImOoJTReOX5VyfwSWCzuL { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.5rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUlrtZLcyrM7Zdm4gAmSZEoHBM2fuNAu { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2a6VeQDQ6XPuvGXwLxKvQrPZHLp24hJ { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:27.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTZM3vixN1Er3DM2IqqwIryLN6x9TdFB { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.269790649414rem;left:5.59375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAEl1tQ0ASp2wpHbUN09JMqCdUM4w7JI { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:27.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMCWU8FCKWm7phLNzdSrdCgq31ZNneRw { 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:1.25rem;left:14.0625rem;overflow:hidden;display:block; }
#Mplwq9Vxetyie906Xm5uFxyuuBIwly4c { 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:1.25rem;left:35.9375rem;overflow:hidden;display:block; }
#k7dtKC13hPk9Ww6Q0HOBm4zl03hgWJdQ { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.337501525879rem;left:5.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JciEcRKkni0I6O9QWbEcMN4RISEaH7Zp { background-color:#3ecece;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.25rem;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:15008;text-align:center;text-align-last:center;top:15rem;left:7.5rem;display:block; }
#TUU3i7GPS3Fr4e489Shwlwe8wI9eWlpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIeKTcslkL5JdALxwdfnfmSTTpBlOWyi { background-color:#3ecece;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.25rem;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:15009;text-align:center;text-align-last:center;top:15rem;left:29.375rem;display:block; }
#KrMWbO5mrt5TIwWlcfplfZD0L28kV84z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xE68irGeeAUSvOe2hpn3aktueDQ7pWTR { position:absolute;display:block;z-index:15008;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:21.25rem;width:20rem;top:0rem;left:49.375rem;display:block; }
#h9nnaoWOrGZB82Mo3c8M0OpgfrW9W1MC { background-color:#3ecece;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.25rem;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:15015;text-align:center;text-align-last:center;top:15rem;left:51.25rem;display:block; }
#TFWmhW8rzye0kPyK6DXifTO9xQyGTX4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXS3PTtULiOIt021UNUgiD8hSiO8wbJT { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.3125rem;left:49.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRA0NKozPGftq50bEC8hX3DsUhxDsErR { 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:3.125rem;width:3.125rem;top:1.25rem;left:57.8125rem;overflow:hidden;display:block; }
#xVucki5yaQJcJal1nAS0DE7QbMA5nhpT { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.337501525879rem;left:49.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0S9J2PetqW3m53szeQZI5HgsQsktpau { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.5625rem;left:49.34375rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNm0bbIOdznzc64PygaCc0hULsAf5Uf5 { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.262500762939rem;left:49.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbqF82a74BXWwlMwT7PXCBqVgeqpf4b5 { 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:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { background-color: transparent; background-image: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container > .video-iframe-container { display: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container { display: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .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); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { border-width: 0; border-radius: 0; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#tOfxUwolMFRKNVI0ftNXXcMAgl0Gp7dG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:20rem;top:0rem;left:5.625rem;display:block; }
#uaTFvkbmDhLWaCek394wc9qusSBACOfP { 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:21.25rem;width:20rem;top:0rem;left:27.5rem;display:block; }
#sSmzRENpyOdw51kfyPLcVcdTrL9XVfB8 { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:5.59375rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1rSr7mQnUznpfzBsg1MEAx8eTVvtJWV { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.5rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpXZZqTTLrn4HgLb8NsglFpcgZxnJGwf { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:5.59375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxLEo9o9TUXVkXuLPGClvSqp4z4U7SLR { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:27.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWrq7v9OdZUfXe6MaLg1xF2WAJtTKT6b { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.269790649414rem;left:5.59375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXmxkbDcJPXO2f5hExcVORneTrr0mN7V { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:27.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFeEhrtD56OSf5q2vvPov9bEHNMwKrPQ { 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:1.25rem;left:14.0625rem;overflow:hidden;display:block; }
#ZiEcqHAO9sHP03880Dd8cMQq2ZsPAaQT { 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:1.25rem;left:35.9375rem;overflow:hidden;display:block; }
#D2b1OseDZMWbE5QklzMewaa3eH1ByGkI { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.337501525879rem;left:5.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xexXwWV4Qg1QtEX8rpLpAuGOTLyzSnwo { background-color:#3ecece;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.25rem;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:15008;text-align:center;text-align-last:center;top:15rem;left:7.5rem;display:block; }
#cdFlgpdJcQ1dxIiLlWs0QuOXNb32NlLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6coTOpc3zzEq0BNF1vTT9bvRozQx5Ki { background-color:#3ecece;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.25rem;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:15009;text-align:center;text-align-last:center;top:15rem;left:29.375rem;display:block; }
#NsDBwEkUlDGBM2JNiPK4K5q1WrU3aTVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DqRcxw62ylkbsTXctCJTvJSpzDMvx5rH { position:absolute;display:block;z-index:15008;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:21.25rem;width:20rem;top:0rem;left:49.375rem;display:block; }
#MV2LrdVfcIcN3Uv3zV3PCxrMECPEoSJn { background-color:#3ecece;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.25rem;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:15015;text-align:center;text-align-last:center;top:15rem;left:51.25rem;display:block; }
#h2oSClTkqHEwOtPeX8Hr6LSTyw7n5lHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDAMeSrDQAivKhu9pTiO65fsFrM9ibF6 { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.625rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqgcXxAUQNmadfoffHISgqzEXM7D3UST { 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:3.125rem;width:3.125rem;top:1.25rem;left:57.8125rem;overflow:hidden;display:block; }
#BS5SuRf64Oba18Ju2tJSbpNmVJTiFlHA { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.337501525879rem;left:49.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F99uIELIsA7etsQZV0vM87bvqcgeRMcy { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.5625rem;left:49.34375rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vARIMd91f26v1E5p6xZnwaphhJgNXvpI { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.262500762939rem;left:49.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ku0HNwazvveEU9RkGdsI5y2cgWDMe7pM { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { border-width: 0; border-radius: 0; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#TSVpTipPKdWJq5HBRuBANnGF0zGFIEsF { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tq3JgCmTFWMDxe62qo8S2S73Qkp0zHfw { position:absolute;display:block;z-index:15018;background-color:#1cb7c2;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.6875rem;width:5.875rem;top:2.0625rem;left:45.3125rem;display:block; }
#QIJB9GAqzXqbmdE9dIkiRTOJXZFHLpc7 { 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:15041;opacity:1;top:1rem;left:66.25rem; }
#UTQJxucewAifEPC90JnNGrpes4TUrFL7 { background-color:rgba(var(--color-secondary-4),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),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:63.75rem;height:3.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#MW5I04lkm6GzNo8ZTEKwtQ7EqTJrf14E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DnLNmCO69WcT7I1GfyNb2rd1iW8Qir4u { position:absolute;display:block;z-index:15017;background-color:rgba(9,11,53,0.15);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:3.75rem;width:63.75rem;top:0rem;left:5.625rem;display:block; }
#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { border-width: 0; border-radius: 0; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#oZr9TrquDTy9SR13fzVd0QKewrt29n3e { 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:1.8635406494141rem;left:5.625rem;display:block; }
#fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { color:rgba(var(--color-tertiary-0),0.8);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:5.625rem;height:1.38125rem;font-style:normal;display:block; }
#U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { color:rgba(var(--color-tertiary-0),0.8);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:45.6875rem;height:1.38125rem;font-style:normal;display:block; }
#UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:62.125rem;height:1.38125rem;font-style:normal;display:block; }
#KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5885391235351rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { 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:6.8635406494137rem;left:5.625rem;display:block; }
#odVWnOoaFwABMnCemohkUwWP57ld5km5 { 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:11.863540649414rem;left:5.625rem;display:block; }
#v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { 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:16.863540649414rem;left:5.625rem;display:block; }
#gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9260406494137rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { 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.3624992370606rem;left:50.8125rem; }
#scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { 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.3624992370606rem;left:64.40625rem; }
#HL8XUfebL65CaXBJVh0slHOrB34eOGTq { 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.3510398864744rem;left:64.40625rem; }
#FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { 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.3510398864744rem;left:50.8125rem; }
#xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.801040649414rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { 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:13.488540649414rem;left:50.8125rem; }
#SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { 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:21.863540649414rem;left:5.625rem;display:block; }
#EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.613540649414rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { 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:18.488540649414rem;left:50.8125rem; }
#xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { 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:26.863540649414rem;left:5.625rem;display:block; }
#nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { 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:23.488540649414rem;left:50.8125rem; }
#N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.863540649414rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { 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:23.488540649414rem;left:64.4375rem; }
#UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { 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:31.863540649414rem;left:5.625rem;display:block; }
#raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.926040649414rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { 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:28.488540649414rem;left:50.8125rem; }
#Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { 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:28.488540649414rem;left:64.4375rem; }
#TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { 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:36.863540649414rem;left:5.625rem;display:block; }
#F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:33.551040649414rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#VyK29mlQXF3JJvSITGT4ak3TynwziuOa { 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:33.488540649414rem;left:50.8125rem; }
#EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { position:absolute;display:block;z-index:15025;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:41.863540649414rem;left:5.625rem;display:block; }
#SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.613540649414rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { 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:15032;opacity:1;top:38.488540649414rem;left:50.8125rem; }
#szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { 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:15033;opacity:1;top:38.488540649414rem;left:64.4375rem; }
#TmmOuTgNWzBNiXIb9TVV0PKN6DBawHCv { 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:15039;opacity:1;top:43.488540649414rem;left:50.8125rem; }
#msirvxTuOD5UEkL127pAsMy5y0G0Wkc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:43.863540649414rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b934e9f2-8b38-405b-9e5c-034144214fc0/HPV0402.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; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.adaptive-delivery-prevent-bg, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyload, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyloading { background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { background-color: transparent; background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.65); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.65); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .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); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { border-width: 0; border-radius: 0; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::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; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#kgf4pKH7TVsBTxN9XMPrioVLNScWszBk { background-color:rgba(var(--color-tertiary-4),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:inter;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:15023;text-align:center;text-align-last:center;top:33.6875rem;left:47.1875rem;display:none; }
#xi8ZMXwQFnN5c9AoiZGFRckGcZq0uUW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VidmuliepNbaUG2ap4vx7970unEMlakN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJeyKPWR2M9zSxOvDzuzQDz91hbyH3KR { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.28125rem;left:43rem;height:19.59375rem;text-align:center;text-align-last:center;display:block; }
#aEtPI13ZZKwKg5tZLxAv449NmqvNw7b0 { 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.75rem;width:3.75rem;top:12.5rem;left:57.125rem;overflow:hidden;display:block; }
#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { position:relative;display:block; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { background-color: transparent; background-image: none; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container > .video-iframe-container { display: none; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row > .video-iframe-container { display: none; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .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); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { border-width: 0; border-radius: 0; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .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; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .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.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; }#OoA6zdKmWx06b6tbprBWiTqJJMHPGUsQ { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr { position:relative;display:block; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr { background-color: transparent; background-image: none; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .row .container > .video-iframe-container { display: none; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .row > .video-iframe-container { display: none; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .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); }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr { border-width: 0; border-radius: 0; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .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; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .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.5625rem;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; }#ukFmNQpTbhGL9CV4dfCl4lEhgILMDJUa { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#x0ZLtnmg0eTKcSeQsPzINLnWwOOfWKKQ { 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:7.5625rem;width:16.3125rem;top:1.21875rem;left:29.343751907349rem;overflow:hidden;display:block; }
#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { position:relative;display:block; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { background-color: transparent; background-image: none; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container > .video-iframe-container { display: none; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row > .video-iframe-container { display: none; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .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); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { border-width: 0; border-radius: 0; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .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; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .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.875rem;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; }#kVE4J5fvHSzLN015rTFQBfKS1DeZv3um { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OhCcrZ9QxrLar3Fz8OHBeHw7rh13awVH { position:absolute;display:block;z-index:15018;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.1875rem;width:11.625rem;top:2.3046875rem;left:41.906251907349rem;overflow:hidden;display:block; }
#fi3HEomdRtN4VkczdXsaXZstTCtanO9K { 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:7.1875rem;width:13.6875rem;top:1.8055553436279rem;left:21.555555343628rem;overflow:hidden;display:block; }
#fy1qmokTlKsfsVqSdqrRRsNZHIvqVNoA { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:14.9375rem;top:1.7421875rem;left:58.999135971069rem;overflow:hidden;display:block; }
#r7HklKp8Fp4NWBUTwQsLn5GoqJ7dF9DC { 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:5.4375rem;width:14.375rem;top:2.9930553436279rem;left:1.375rem;overflow:hidden;display:block; }
#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW { position:relative;display:block; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW { background-color: transparent; background-image: none; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .row .container > .video-iframe-container { display: none; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .row > .video-iframe-container { display: none; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .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); }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW { border-width: 0; border-radius: 0; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .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; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .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.875rem;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; }#D7nxrMqv4wadMSmwUTn7FkddVwHAqoLT { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#u8T6Qnu9k9zTnoK4wI6vw26AeKSLD9Jz { position:absolute;display:block;z-index:15017;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.6875rem;width:12.625rem;top:3.46875rem;left:59.217885971069rem;overflow:hidden;display:block; }
#Q4XdzGToAK2n28moZLUKOJk0TxCGqlML { position:absolute;display:block;z-index:15018;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:4.9375rem;width:11.3125rem;top:2.46875rem;left:42.836805343628rem;overflow:hidden;display:block; }
#upTOesL8EFQJ9QQx1nWD2ywT5xKp1Cro { 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.3125rem;width:15.75rem;top:4.21875rem;left:1.1171875rem;overflow:hidden;display:block; }
#EiInyJGFEwH7eTKR1sWNeOWBGS3a7716 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:16.9375rem;top:3.9296875rem;left:20.555555343628rem;overflow:hidden;display:block; }
#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { position:relative;display:block; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { background-color: transparent; background-image: none; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container > .video-iframe-container { display: none; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row > .video-iframe-container { display: none; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .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); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { border-width: 0; border-radius: 0; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .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; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .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:25rem;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; }#HncD6P489vgTF34EkVaaZZl7o3UpSdRM { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Z7pclmNsGatDcpKsV7U32Cmxsr2UHAZd { 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.125rem;width:15.8125rem;top:4.875rem;left:29.59375rem;overflow:hidden;display:block; }
#t9I7JvMQafgZA4gDEnHeGNzg0kvGxzlM { position:absolute;display:block;z-index:15022;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:17.1875rem;left:10.15625rem;overflow:hidden;display:block; }
#cEtFdihMbbxn8TPoZPcvFw8J0XDkCCHQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:16.21875rem;left:51.4375rem;overflow:hidden;display:block; }
#HQmy0cwKikGZd2IloWmSvbcy4iqnIPul { color:#bcbcbc;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#TKC98EPuJUwDvDZLqF3nRSy6CB7v71Rq { color:#bcbcbc;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.8125rem;left:40.625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { 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; }#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:47.1875rem;width:75rem;position:relative;display:block; }#DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.125rem;left:0rem;height:1.6rem;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.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10.9375rem;left:0rem;height:1.9rem;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.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:16.375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5625rem;left:0rem;height:1.6rem;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.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:22rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { color:rgba(var(--color-tertiary-2),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.1875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:31.3125rem;left:0rem;height:1.6rem;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.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:29.125rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5TSeEcOThqT1brZKsKVbk3EBt0CLu8T { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:34.625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOZ5Np8Evd0P8r1dAO1TvTSpQpX1iOFb { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:36.8125rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#45c3cc;display:block;width:75rem;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.76171875rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:42.3125rem;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.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:40.125rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { 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; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { border-width: 0; border-radius: 0; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.738525390625rem;left:0rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.1135406494137rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umSXavtKpW53h5pSVbkM6plakcMvtXnx { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:14.738540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:16.926040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#niiBOd1lynsPSXVNrpLATw76NIsRtInF { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:22.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20.176040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOeBblpO8TPVT309EvC6NChrXglw7ZtG { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:25.676040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HVsNcSnrSdunJGf6bQvuRmgXgmCPvIEX { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:27.863540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { color:#45c3cc;display:block;width:75rem;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.70625rem;font-style:normal;display:block; }
#c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:33.301040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:31.113540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d { 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; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container { background-color: transparent; background-image: none; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container > .video-iframe-container { display: none; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row > .video-iframe-container { display: none; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .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); }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container { border-width: 0; border-radius: 0; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#McKxDcOhJKXddrtZNGl4Hh6nUDyU46ND { color:#797979;display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:8.4375rem;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; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { 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; }#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; }#RrqUt1us4gzTUr3opg0K0y4HJSLAEdTF { position:relative;display:block; } #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection *:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="text"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="email"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="tel"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection textarea:focus-visible { outline: none; } #RrqUt1us4gzTUr3opg0K0y4HJSLAEdTF > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/0e5b8f04-5b3d-4c7f-82d3-4a94e5a40558/kongres_HPV2026_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { top:4.5375003814697rem;left:1.125rem;width:4.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { width:26.125rem;height:6.2995rem;top:10.25rem;left:0.625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { top:18.023958206177rem;left:6.875rem;width:16.625rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { width:5.25rem;height:1.75rem;top:4.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmeXMNe46P40VZBFy916UoZnlJPP7PGp { width:10.5625rem;height:1.75rem;top:4.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { top:4.5rem;left:6.28125rem;width:8.4375rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUBG6NMTeg20GGEEkTaCGtbGlH976QyU { width:12.6875rem;height:3.125rem;top:1.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUHpdKyLmofF65BJox00EwZqr8l3rICy { width:5.625rem;height:3.125rem;top:17.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { width:18.75rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O8LrzfRLXGPqpAQH4ahsEB2m7XI4E4gH { width:25.25rem;height:1.8rem;top:7.75rem;left:0.625rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #xu9T0bLhNJGlzodWU96rLUCJJFZEqrLw { width:20.5625rem;height:32.5rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5svGHw3QH4Acwoo7RzUQGxDLNJlO9l1 { width:25.25rem;height:0;top:25.25rem;left:0.625rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #tiED7QG5O9TMEgdMfl901CBVGXUkw97W { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/0e5b8f04-5b3d-4c7f-82d3-4a94e5a40558/kongres_HPV2026_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W.adaptive-delivery-prevent-bg, #tiED7QG5O9TMEgdMfl901CBVGXUkw97W.lazyload, #tiED7QG5O9TMEgdMfl901CBVGXUkw97W.lazyloading { background-image: none; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row .container { width:47.75rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WGQ5RPc63pZQTrltnBWx5Cbig1PwhXZT { top:4.5375003814697rem;left:1.125rem;width:4.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQIJbnyNqBavDaiRgRthOldKwRMdTiTT { width:26.125rem;height:6.2995rem;top:10.25rem;left:0.625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #eEdIwa4rgTbnu5PwT4KvcgGpGNffB1M1 { top:18.023958206177rem;left:6.875rem;width:16.625rem;height:2.9238375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q05XzyqZ2OQWhd94Thuil5q4oTT10SvI { width:5.25rem;height:1.75rem;top:4.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pA8WFmwPPB2Hoo5tZ7aPyEzyPT1ff55g { width:10.5625rem;height:1.75rem;top:4.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUTTEZr9ihV2NHF8XSN2ia9BIn9Mi1IW { top:4.5rem;left:6.28125rem;width:8.4375rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dqemhGfaeRqZWcxRkrNFeNaUo3zo0Hpv { width:12.6875rem;height:3.125rem;top:1.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4zUOUTERHcdueQJid5UHyZPyqFssdwO { width:16.25rem;height:3.75rem;top:22.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZDndqgJZ9FL2tEmnIR8lShuKKh4bMCz { display:block; }
 }@media only screen and (max-width: 1199px) { #pmDmHuoGl9cI8RwzmmWcy22MT5fKWKwJ { width:16.25rem;height:3.75rem;top:26.875rem;left:0.625rem;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;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw2OTVxo07xEgga4KJyU7UHi2VJOrWQu { display:block; }
 }@media only screen and (max-width: 1199px) { #NTArIVGx5XpHs6RRNbloZZDiAlEVraEq { width:5.625rem;height:3.125rem;top:17.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDNLXtEmPnAnzCMOWK8gBblNA56mAbTk { width:18.75rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QtrP3Wn7bzFNCWZLmLClgqA5zwsMg6L4 { width:25.25rem;height:1.8rem;top:7.75rem;left:0.625rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #DPu4TE8WWL6hhly4RVIAuMzp3V2L6waS { width:20.5625rem;height:32.5rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp { display:block; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c1mEHXuIKQPxSfkAt2OmGCuH6RrM29wH { top:1.875rem;left:19.375rem;width:7.3125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vt2yGDBJIaOy33kt0x5cCr9BElPshVMH { top:3.4500007629394rem;left:19.375rem;width:9.8125rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ceH4LsTQEPqZT5WAgPVutzrcuaggzcPN { top:3.4499998092651rem;left:3.375rem;width:11rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #n33AwutNperday5EepI2H8P35xRHcUAh { top:1.875rem;left:3.375rem;width:9.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2wPaGvKcOUdgh51wSxQC90iQVtTCw5p { top:3.4500007629394rem;left:35.239582061767rem;width:12.0625rem;height:3.4125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #DhJf0rA6d7xaUrst9p7CxvPMU68F9Upb { top:1.875rem;left:35.270832061767rem;width:9.8125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMddUDITsTp2hILIPT9x2xSotz5zXZXI { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT19gMphz5VdExXN7WCauJ19iCVicqnI { top:1.875rem;left:16rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTHHzW2QFTxb9mz1gxSctyXTA4Onpbmg { top:1.875rem;left:31.833332061767rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNHgBPkv4Wtfr2PiIkNcVF7QLTk6VRTt { width:47.75rem;height:6.3634769539078rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #SVgxqPXPL4SwJi84RrRe5Ao87vO13gd0 { width:1.25rem;height:1.25rem;top:4.625rem;left:46.375rem;display:block; }
#SVgxqPXPL4SwJi84RrRe5Ao87vO13gd0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 1199px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:47.75rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { top:2.5rem;left:7.8125rem;width:32.125rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:46.75rem;height:28.6875rem;top:6.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKLhSSGWqzmC0ZWZhd0WUsqQEGcUgMtW { width:6.25rem;height:6.25rem;top:37.25rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4coniAAXpCy5btri4XkIk8i1LbkTQ1v { width:6.25rem;height:6.25rem;top:37.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u16lLvfmnxQ3TGPQD2v6c3Omn59E77Je { width:8.625rem;height:2.4375rem;top:39.15625rem;left:39.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8QXatzl4Ly62Ec1mwCzW0rzXROcIgQs { width:8.75rem;height:2.4375rem;top:39.15625rem;left:21.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 { display:none; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { width:47.75rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #s0ch1cCfVBzN5gZORl5TSM0PG67L5Nfv { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TC7pSE6E2CpVBJpwsX1VbWMK2TlL9DXV { display:block; }
 }@media only screen and (max-width: 1199px) { #Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 { display:none; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cLv05pUX77WetbcHaMTbwwbSdc8ubTSI { width:18.125rem;height:1.3rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGceypNNg6VQXKKDWmIgsdT42H9M2o99 { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZ0htMxHOTDboxRQe1zzDagDz7LA6nBJ { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMkKruTrHL3QMbMqx947rskCPWo4P2uD { width:22.0625rem;height:12.1875rem;top:3.28125rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMTgbCuD5ZfFOKFTPClLX5diScep9of5 { display:none; }#FMTgbCuD5ZfFOKFTPClLX5diScep9of5 > .row .container { width:47.75rem;height:61.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #V2ITUd861sGfKTMksoy7QFP7kFAaO4pW { top:5.625rem;left:3.125rem;width:44.5625rem;height:3.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #gxDE5NQRqzUOmnmLiasTkZw24UynCWcu { width:40.375rem;height:1.4625rem;top:9.8125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDxAkoxRG0u2yJJBfftKw3oA08QfxDRH { width:1.875rem;height:1.875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnPfzZeRJTN1MOx5i0cVVldLBfNIvT8u { width:40.375rem;height:1.4625rem;top:15.3125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEJNFVikqDMyhx0hTmGN7upmctJivi21 { top:13.125rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #bLOSOCmCdpKaGo1lWZnJSg1Sdhmm1Qe6 { width:1.875rem;height:1.875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PadGPrQNzZ4yAC95gzkmQTQOfe715k4T { width:40.375rem;height:1.4625rem;top:28.4375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEuXlMOcdxR5kpgbXfCe9dM1VMJgLfbW { top:26.25rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #c73gNLFJo8ArXywxwHQTXZUNkOXi7ZOR { width:40.375rem;height:1.4625rem;top:22.875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqO4boISzTNFmDv6mDf7CFrsCvSWfiQL { top:18.75rem;left:3.125rem;width:44.5625rem;height:3.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ANXLq0KUd4LlcQhiyXoZlifIlP8mzsdG { width:1.875rem;height:1.875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKOwk8EoaSizXhmLx8IWNgXAmvED10Xu { width:1.875rem;height:1.875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gO0CP4aqMZTQ74g1lksLNROMCvhM6dFD { width:40.375rem;height:1.4625rem;top:41.625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZbO0XoluHukq5vhsKsHU8cvGDMKtKig { top:37.5625rem;left:3.125rem;width:44.5625rem;height:3.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #vsi20PCGecfJZfqHi7aHEUnZeL4lkGll { width:1.875rem;height:1.875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRRAgXqGBmyZIk4SvddTDAoeJ7bh99u5 { width:40.375rem;height:1.4625rem;top:34rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #poMkS9b3rBdRkBmP4hgkNpNCnc4Mt1zt { top:31.75rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #THo7J28adtKydJ7BBe2RwvtnuEUPw6LO { width:1.875rem;height:1.875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fkl99VHDKlXbtTFIgS5ZPI1rRIAcAino { top:50.5625rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #THZaSeHPTo1XAon9SbCS5vKcsAqp2dRy { width:1.875rem;height:1.875rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZyzkrbTEvQH3o7xHedK6hFC5w3sdNe81 { width:40.375rem;height:1.4625rem;top:47.125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fUT5LhGGVTRAZsyX0bm1xLplS1X1uZS0 { top:44.9375rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ToTFmhhwG6z1SVpsekOrCTpkTJHfXIs7 { width:1.875rem;height:1.875rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgKmakiPwBZJWIUTqDZv0loQLTXdFpni { width:40.375rem;height:1.4625rem;top:58.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ne1hHM1akfvX8P4Ftp9QvbISyDbufu6n { top:56.0625rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #oPE6iNd1MRtOcVrKd27QtVuEts3dNn5L { width:40.375rem;height:1.4625rem;top:52.75rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCDXSAH8L005Npn16lsvfNXfoHspnClB { width:1.875rem;height:1.875rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEoL8Xhkqe4vmVtcPgn3CXDcmSB6iR5S { width:40.375rem;height:1.4625rem;top:2.125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dkzog4HXZmBnW35UFzy8A3dRNuJUBRDh { top:0rem;left:3.1875rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqArV9MXVOcUFmgRHcddIewD7psgye8g { width:1.875rem;height:1.875rem;top:0.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2xXzOE6UHRhColSTsVpwIqBAXVRt00w { display:none; }#P2xXzOE6UHRhColSTsVpwIqBAXVRt00w > .row .container { width:47.75rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FcT1l8ZUpq4Lq0krVg1XS0gpqWgtATWn { top:0rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #kQ6Q5KK4VM69Bkb78lwdaVmgaspodOh6 { width:40.375rem;height:1.4625rem;top:2.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO0E4kXmwooFeI8raIfNGAGOmwHWKHK7 { width:1.875rem;height:1.875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MO96JsbqpvF3ir0dvvTq72Jg0hXzsCxb { width:40.375rem;height:1.4625rem;top:7.8125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdB9D37ifs6M3dbiw5EMU5Vx7Fox1V7m { top:5.625rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #J33nfH8qiTKBzR8hfpqbhe4EOv90OOxe { width:1.875rem;height:1.875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2vsPiEAbtW5uLJ5TUoqk78ymGnGsKhC { width:40.375rem;height:1.4625rem;top:19.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaTwfINMXI9JAIT3AmTPImqN2SL2RGMq { top:16.875rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ri6Bb1tagwoVCCInHEuOET5LrRg8GMrn { width:40.375rem;height:1.4625rem;top:13.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRhOlcv2kTDkDuymMKG4eNJHs0L6p6Kl { top:11.25rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #D9uxWcOEa4t9vXktX3zsVeryMK7ToV8W { width:1.875rem;height:1.875rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Igzy4CpgJwiVEvpqisKatGpB6plAylox { width:1.875rem;height:1.875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDpLRWF7LOwoQUQDU5uVeRWA3aVwWGmJ { width:40.375rem;height:1.4625rem;top:37.375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBvdpstJk0u6JxGeGWIBR2WUbouZH2cb { top:35.1875rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #lLuLfBls9CSLh1LhHbgnVRH0oDruAG3T { width:1.875rem;height:1.875rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zU79r2cTqVICZuQwJt8qzPFDgQmnv2CH { width:40.375rem;height:1.4625rem;top:31.8125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7SMRTQTWLLh7K0oS7K6l64UfLrJ0Vsb { top:28rem;left:3.125rem;width:44.5625rem;height:3.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #wOEK9SBRfo9Rnp6FzSwXR9RkvC9Ac3R3 { width:1.875rem;height:1.875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oDT36tyBMw0XsW6Zr2rCXWBowazkld6L { width:40.375rem;height:1.4625rem;top:24.6875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SySqOIxkrTpMZI80rKFs6OEsLEP4m88a { top:22.5rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #fEm71WyxW9DwCViIkn4VQf66Tfhyi4Oe { width:1.875rem;height:1.875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyXM9y8RR5NcTqOQzPbIwzbuk3HMOvmm { width:1.875rem;height:1.875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXJgEN2n6xHPhMH272T56DvbyZSxP75I { top:51.8125rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #sFzSDq61sTqR2hiHd23HontDhHp3lIVR { width:1.875rem;height:1.875rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gN54MfKuT1KtDegS16TTTZSNi6MZPvCF { width:40.375rem;height:1.4625rem;top:48.375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkFJ1Ts1NHUAJ5zGcZAmzB3mCp2evJFC { top:46.1875rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Azz0vEv2lWTZpsAo9T8EoJ1X4Zy52uOI { width:1.875rem;height:1.875rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfbdsHLmJ3kHNpeNAebRZrgieL1S4Wa2 { width:40.375rem;height:1.4625rem;top:42.875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CnOineb18lmWekelDW1xVVfqSqfFG52V { top:40.6875rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #BWUgK4OP2guTPxNNn728ada1fEO9igOn { width:40.375rem;height:1.4625rem;top:59.5625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXb0cyOQGOKtSsAKQz2gmXlobRTWT2xb { top:57.4375rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #u8v7JKmTml9i6D5NPNbMNcKX5O8kCLaU { width:40.375rem;height:1.4625rem;top:54rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppthVLyDgXXfsuHbUsGm6lCxhbTMKN4W { width:1.875rem;height:1.875rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk { display:none; }#fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk > .row .container { width:47.75rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JlieWZ12Ks3nH7MbX4zmuRFOKCAfWuQm { top:0rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Mq95B6q8SvexqU9ARStOnLqtPzKd6lgS { width:40.375rem;height:1.4625rem;top:2.1875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeodXpibqwIxyQVa5mimmZwzBKUkM0FT { width:1.875rem;height:1.875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TevE6sqpDgmD0ZZrt0Gcz2GeFBHTPrqs { width:40.375rem;height:1.4625rem;top:7.8125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HR0g6m1i1rTo03hE4TUWFakrPNGW9ofc { top:5.625rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #dFOt5sqNcVhA1F2vZr1lkOZSda2hoZ1C { width:1.875rem;height:1.875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7uxqL7Dp9XyOnh4xUZBV4kToKQD4rr6 { width:40.375rem;height:2.925rem;top:19.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwASZVeBMrgOO7oi5Uh1XcoeK2gmKlsa { top:16.875rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #fzKVazaHZX2U9uvFq3mopiV7syhU7ros { width:40.375rem;height:1.4625rem;top:13.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJuFpRIxGshCZDSSH7RvTSs9LhptmPJT { top:11.25rem;left:3.125rem;width:44.5625rem;height:1.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #s980A2PNpxVRXpQr7ZPLLhxesmkX7dTB { width:1.875rem;height:1.875rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kww8DdQFCHQBaCLS5em4vDdhcdJGAHEm { width:1.875rem;height:1.875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2oGBGxFnzDs3krfNBtyqN8WmkIBzlZa { width:17.5rem;height:8rem;top:14.83749961853rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { top:1.875rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { display:block; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qBweaXTyTtJkIqSs75VoxaJfwc2dsVdU { width:15rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQSVPSfe6qfOQcG3wP4yP2tFVzrp8UD1 { width:15rem;height:1.95rem;top:2.0625rem;left:16.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwQBLDcSgV8eXxTFlANSVJ0VRxRghbnL { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcsSczh0AF6L9GmB0ewB2rqiDnbTtxoS { width:15rem;height:1.3rem;top:4.125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQVOKZXtuQEW5TnUryia3S9DwhQ42dl6 { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #zgIIwEbygVi1k7mwTOFbWxmuMVLCJnQ1 { display:block; }
 }@media only screen and (max-width: 1199px) { #gHtWApy9PVn2VT3Th0cpRIxA17IQ1SZv { width:15rem;height:5rem;top:1.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSlhqyVWfZS314NZvdRwNBVqTw21yIZB { display:block; }
 }@media only screen and (max-width: 1199px) { #EDI6aIZ3QXWyKoAeXMW2LzAzQwGITrmT { width:31.625rem;height:0.0625rem;top:6.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVtfVVvRil4uPRxaAowrFvAFBE0wsaC1 { width:12.5rem;height:3.9rem;top:1.875rem;left:33.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6xVdC8Zn2GORT4u4bwsA1uWzERRe80W { width:15rem;height:5rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWEkKNscNq3KoaI5gDkbqy3r7y3ke4Vz { display:block; }
 }@media only screen and (max-width: 1199px) { #SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { display:block; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HVCnT6JxPX62v2GWfqHZe4SAVGv66JJq { width:15rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6a7BnpcgocaWepqAFs0OXDtDNzhUuOm { width:15rem;height:1.95rem;top:2.0625rem;left:16.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #if5M1hWq7PkGo5mT5Nk61v43zTt1uqDM { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xudUGtzmuZtqGZqbKBmsT4xJsg4iWisc { width:15rem;height:1.3rem;top:4.125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRdkTIRwv49XNTO9QnK3DdZCWsMSB37V { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #CHmv50K8V8f18rbioWMdOCDT3dADpG5s { display:block; }
 }@media only screen and (max-width: 1199px) { #xIuwlWXcI9t3gOTny2OxSfNXy637Ww03 { width:15rem;height:5rem;top:1.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdTE28UHrCqpCDKl9nb21mxWbVmArXuE { display:block; }
 }@media only screen and (max-width: 1199px) { #lbqoBsmofv0q6REHXTg5ZiTalSiyZdE8 { width:15.8125rem;height:0.0625rem;top:6.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqNgWcpVcN1bsnui0y89CuSeVT1cqdBR { width:12.5rem;height:3.9rem;top:1.875rem;left:33.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTiMLm2rJPQXCXprKX6rmiTOS2n7OUXk { width:15rem;height:5rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQzq2qZzFOP6asddMyLF2dpFidiKu4cL { display:block; }
 }@media only screen and (max-width: 1199px) { #O1BVUVzIMdMNS5a6VIRnNOG6VPBlXaz9 { width:15.8125rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { display:block; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hnoZCl1dbKW8Q9z3596tAHEM2VkOU6xq { width:15rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a98u1Ef702A7P6ZD00zoeeRMoggEElG5 { width:15rem;height:1.95rem;top:2.0625rem;left:16.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eh0ZBZit34HbVdGXIOXMORc1w9LpbiES { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c74AdrCswZcD3czGwqtpk4xBFiifAGgX { width:15rem;height:1.3rem;top:4.125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7fby19WcHKQ9warCCSCfTlXnLvw2g83 { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #QdC2GqOFV7htZAQPpa73UAG9m7bhnTAN { display:block; }
 }@media only screen and (max-width: 1199px) { #R2bDp7orfUhlXnBWrl3Awwttw3317oni { width:15rem;height:5rem;top:1.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APPrUO7TTnTHEPeSZkTgaLtQkLcdsIfA { display:block; }
 }@media only screen and (max-width: 1199px) { #kx7VlHXhbpivBAsvagFCcP23E2qssRTV { width:31.625rem;height:0.0625rem;top:6.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbuBfCxQSJpP5ATpHt2bI7yedVQJOpcz { width:12.5rem;height:3.9rem;top:1.875rem;left:33.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CP2zkSkTviIGf0JhDHIWpocTefdevKMP { width:15rem;height:5rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4MhPOu2xDNh3shsn60AeqoIMI9oQLZQ { display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TaqLgUTkHI5gWm7EGATwGhpCWyfuAbbN { width:43.0625rem;height:1.95rem;top:0rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:15.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:15.3125rem;left:2.875rem;width:43.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsDNbE7QQTE90nxSeFQZMAEokMQS3ugd { top:18.9375rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dp7EqQFo5TBDvcBydMwZJ61g1e5e1UhM { top:10.4375rem;left:2.875rem;width:38.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0yQED5RlkdDrASrZAmLHiBTxRqkt9cb { top:22.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { top:21.9375rem;left:2.875rem;width:43.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtUnMITZaW1dSJWoxptKaAax0f4gcAht { top:25.5625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { top:28.5625rem;left:2.875rem;width:44.4375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edlbifW6hhK7FkCNG3dz2MuoSC6Xnxdm { top:28.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDH8NGz8Te0pgGgaFyGtwgrQPyTtHEtS { top:44.625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4NveS3eycJuPog76Vsae8hKg8ktGtkC { top:44.3125rem;left:2.875rem;width:44.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEaON3A2vo605hRdLgDPJotTbv9cRxt8 { top:33.875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKcJMamnAQhfV9eJIQozHgQER6JBUwf4 { top:53.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guMFCvSMFSs4MzDrM35x9vkMghJxN5P6 { top:52.6875rem;left:2.875rem;width:44.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dk48CfI4Tv9EWpo0Lx3T4ezVS1HGztRX { top:10.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #qSii5a8BPOo5KvZOEnm0uT1bxPa6CnSG { top:12.3125rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3wMnbWDcWXi2PxHyDg20KlsZoMboSly { top:63.0625rem;left:2.875rem;width:45rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S60Z2Pd3WsPJ1SbI2Dy63c9KnpabOF08 { top:63.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #mEqg1Iel6r2QnB9NbVL5NEkvn0E7qJPF { top:65rem;left:2.875rem;width:40.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3wBzvSL3hfdTbhEriSkmMiLw7KWy5pd { top:71.625rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfvWncySOwnKSCDAhz3OiCsH25LNKw3V { top:68.0625rem;left:2.875rem;width:40.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqwOIrZwEXCiUFwxTnAJpKBsItUfewV2 { top:68.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVUTbpMQD95CW02s7xke0KT1R90TKfFw { top:78.25rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBbuiy2An2Mx0zFhO74rmsBpyJ8JHnQy { top:74.625rem;left:2.875rem;width:43.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3FlxlNTlalidPbeKew2Ki7AtbDJzO6P { top:74.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okrLWzI3zbVTiwovKfwTlT1aFwwWGnlC { top:81.25rem;left:2.875rem;width:44.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIoim6TXKDMCzn53kJ4cg2WdvZAPpaLI { top:81.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #na9EHfGilsBQlcmPBBs3SrqJyyNCWT7b { top:86.4375rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuGixo7hpQ4Ia59i0PtLebyX3y30mhRG { top:89.875rem;left:2.875rem;width:39.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJpCDgC9XGDn7DRELS6cT2UTAKXDnuTn { top:90.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFGe5Dzn8F697Zgi06QkoLwLFNc5vpvC { top:95.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LUhbp3igplg92CHwc8BctEkTQPmq15pW { top:94.875rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWHKXIeilBKlUQbzDTywMWP8TduT3mPp { top:58.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyW34O5QqT3NqBOrWkN9hSkJ1nsel44a { top:57.8125rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEOGbWQ612528iQKp5A5avwvbDVkNtCX { top:49.625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kaAycy5aAKD5aHxcKPFGIFoSFnyhTcTQ { top:3.3125rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1C6yQ9offhootsoHDLVbmsydePBRrob { top:3.625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqiTmkhPRZ13WkUGEW9SBdxrigek73Kt { top:6.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q22N3F5ghHIwduxtRwI8F2C5UfB1b2CK { top:40.8125rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkhZ9wJIbTIGQt8L6hbSTXFbiTB67UmN { top:37.3125rem;left:2.875rem;width:44.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDZzOC9QrvUPsd3nx4OJ5nXOvzT7cPTd { top:37.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { display:block; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container { width:47.75rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LJQkvkrk0J0TuobTZTLLLaD2NW4eLTNS { top:0rem;left:2.875rem;width:36.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCVwxB5vTIbzgngTvayNcB8tKm3fNT12 { top:5.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caVuTEHqqo0R3JqQVW9GykJNdZA8Ml84 { top:5rem;left:2.875rem;width:40.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgTFsvmwtM94wADiEX86ux8eq999Zzw5 { top:8.625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nP8FWIZWQMakG1ysfJTBf8c7T5ywSTa7 { top:11.625rem;left:2.875rem;width:42.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A68zuee6yhWTc6IGg6B6EtfZN4oW8ei9 { top:12rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #As3GhOZWMREDChfmb85pMBrk1hb0L3uz { top:15.25rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9ZJwwATXc7My3l5V9qZcOcdk3oKRJRW { top:18.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oweNVcTy97yad6q5DOAdREVkyoPEIoz3 { top:18.25rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPi8bvyfsgoaLOK9ugxrs6DCNKQa0mxQ { top:21.875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQUHC580WJfbGWvUTLG3hSWd2sGDL4uf { top:25.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #av3yumMzGlN2M1HT4zOa7r23km30fNN0 { top:24.9375rem;left:2.875rem;width:41.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddp2fD1MwFX9XVfKL9yySKE6RTR3BRnR { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #A9S7vk5lqkT1FbVJuDTrHPw1RUaVi08D { top:1.9375rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTMUSDSmFXQWXQhtfwfLHNtSMqqBbFum { top:28.5625rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRLZCRWOT5F7mGJ9R4JS97lTq8ZhtFNf { top:31.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnTSEOt6g3LKrG5GTcJTyanVh6LkNVLa { top:31.5625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0ntVKtgpcsGaT714PwZZfzFmuX6uM3u { top:37.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kALEt03LiJC4DadaUzc1zVbdQ5qH5D2H { top:36.9375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { display:block; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container { width:47.75rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uTc2wxN5zVfNbFtO6M6HeDCNoZJI5UoS { top:0rem;left:2.875rem;width:36.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHN3KU2pED84CpJDfKgxWPGwFsrloFRU { top:5.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXUZRe3nCf0DBoLPi95UxTbZXct8ru6d { top:5rem;left:2.875rem;width:40.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rq1oh2u0m7ncD7vVwxUum90GHttUTgsP { top:10.3125rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mw6lSQ2AGR06bLgxfvkkIGkSa2RBzGCG { top:13.375rem;left:2.875rem;width:43.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrscwfGvD2hxZ1S9iPHu8pbdsU6wydTd { top:13.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6vxa1fGW9UTqc6iDilxrpvOapwW1mOG { top:20.375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XssNyWeoSUdTf5OKT3raDGmdCM68ehUO { top:23.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8WALKd88QwBxzaHxw6JlXfodN8baz5a { top:23.375rem;left:2.875rem;width:42.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0vTNZBzrmUeGOhgUTxfhzbCIWRRvUoo { top:28.625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUI9ctFV57ifFGb62x6hlS0TlQTKVkZS { top:51.625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiTnBfVq0owOvd01RhpX3WQi6I2NGFOT { top:51.3125rem;left:2.875rem;width:41.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Am5SlPmDuLl3awHlm3kGV8WqT8nowaa4 { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #r0gqCkf0vnWCJLCuurg0VNC0TNW7A9Li { top:1.9375rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4UADTHuCfhTuxshtmyMeXkFXnqNdNrF { top:56.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghUOTsMeCbxB5wiscXqdnMq6ITZ0icX4 { top:55.9375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPda4qdkaoEaRpl3UfRJcBTeuQvitXLO { top:32.0625rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqC4fGpZmmdmQ0enUmuUctEbG8T7GMCK { top:32.3125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keqc0JpqGKqwtt8IQ58BtJtCD0Tv85hh { top:35.5625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrHkif7EQEZFpOqHSVtkQgkMQKrhAKBc { top:39rem;left:2.875rem;width:41.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VFEHANR8sH9L1EmgFMil653gze2dSKgm { top:39.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iFnixcTOswrFW4HQdPRGC8GnwtVz7ZoV { top:44.375rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEgEWJM9KRNPmN2E53PFSyiGH1w3Qe4V { top:44.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CaBOT5y8rT3vvTu01edbeBKFk9IHk5pJ { top:47.8125rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaO0CP3HrurrftiMa09D5esOmD3i9p2T { display:block; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .row .container { width:47.75rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NqFcb53SrgKQE3TfpvqDM3ddJ2ynQa6k { top:0rem;left:2.875rem;width:36.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y27qIh1oRr2zyokGnkdkBBLJNtVbJD5M { top:4.8125rem;left:2.875rem;width:43.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Auo7f8TrIzmHzO01EtJ1F9wkI5nLJznG { top:5.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrpzHAOPPWf9nV4Hh9gnlU0kpmgb0cgI { top:8.4375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wpg7a3U5LEZG7ETGeiMi7AUSnAXhswuB { top:11.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5v2fAhKI3HlZBkW95E3N6R7UPoTLd95 { top:11.4375rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lE4ukL1IbP0J0lPDBu5kJ4xcS1co1xZe { top:15.0625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXQqx411g47aQir9w3p6GVFAo0B2EVgq { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #kZLoBesTzCrada4QG8dbDvHO5tvPsLiK { top:1.9375rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWyLyBysfTJkSJGTIcR6pdA8Gtkrwley { top:36.5rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9rPJ7lCBbuDscMJdPyIyilBzKVdBdMs { top:36.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t88vf7ndHlxRrphm51tO3wn4IMfstUG6 { top:42.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ra6A3mMG2VmtsrZWRZEAtM0al4ClmPnu { width:17rem;height:1.875rem;top:41.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mWtJR7Nnp8pO7BX3togQd9JPPtneIzgR { display:block; }
 }@media only screen and (max-width: 1199px) { #i4aPW6HCut8PdcwwsqK0nXlrXElZ5nDH { top:18.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBnv8VgbC0OdMDmrzkL5lZC4QvNVc3N1 { top:18.0625rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxG0JSPH9QNkq0ZCNnCIJevzmPar7vld { top:21.6875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NoEgXCvNRqpf7NLWJlX9e5WwgH4Pg8vo { top:25.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5ekyMdzmT4iVLA6DakXZ442zz3yNGlT { top:24.8125rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUnKZpXU3RB6KJRFSQo17t9gbFMb9gDe { top:28.4375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDfQeglM1POUcbopoCIrXzkmOHfhpgcF { top:31.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7Zt1pTeoSsNRwAqBS9M0kA6bsLPPEX1 { top:31.4375rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylP46yhf2xQhWuOSOXyN6C4DObgFwtvp { width:17.5rem;height:8rem;top:32.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { display:block; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container { width:47.75rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c3NOKOhnPs6N9t9FGJLnt3DnSSFcg7QB { width:43.0625rem;height:1.95rem;top:0rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItSGQ2miyvz0VIHC5gNWu1waNHa8yMMk { top:3.6875rem;left:2.875rem;width:38.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvhxHUawkwJU5lPWAc9hLkAdiLCxpdXb { top:9.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMRlrPmAvlrdfenR3U6tb37QZXe34kvZ { top:8.9375rem;left:2.875rem;width:40.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKTH6aTqfGgHcqGAm4dV30XRU5rxiUeg { top:12.6875rem;left:2.875rem;width:23.75rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uv4c0EuQEyZZO8N4o9tDf8q2JISivBTa { top:15.875rem;left:2.875rem;width:40.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6Txv39cxukh1rqlpIO2TtLv0dGyMO30 { top:16.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNSiiDEFV5qDOvohEcTTM91azw8blqqa { top:32.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1XIRdemMMimzwwqlAc0osnoT7u6riR7 { top:32.5rem;left:2.875rem;width:41.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffhcLeyIN7yTkDx9eSo2EgyOQzKp77uf { top:21.625rem;left:2.875rem;width:25.6875rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCW2F38kwhEvm6UNQrMoufeTfTqRd2cc { top:41.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5kcbZHyv5PS91chU9D8y91nBPsTNay2 { top:40.8125rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9DVAyIqegTPRmqzc4n64T6tZCwi7Ib1 { top:4.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #b7MUxfVHOAiTvs4BU3vzBGEcdk2HsQcB { top:5.75rem;left:2.875rem;width:37.9375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgUIZix5M8wS0Bv6A8xh21swDNqQv8TU { top:51.5625rem;left:2.875rem;width:44.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g6T1KnaIRU4BxvhFdVMTOU2LBB57Tx5Z { top:51.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #pkrEIzlgVkWnso6ecx0GrHbwL7VTgRl8 { top:53.5rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0tyxa3J4IOfa0OTe8oewTJIPT5BP73o { top:56.625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXbLm1leQVh9uty5FQ9wEpMKtoZkBhWI { top:56.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuEOkr5T2ist5CPqTIU6l2ia9kKN2yvu { top:37.875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iT4QE8gNyDaqLkflMErHZqsyZV94s7tA { top:63.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #K3cOESLLRxAGPdfBQzFT0CK9SpK55Iyz { top:63.3125rem;left:2.875rem;width:44.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFr8Slyigg111uOQ1vJKlZS0eR6T4UD5 { top:67rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbFV8rVN6S4Ju6edtsurdVhmkAqCFn3l { top:70.0625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eu9fTWgCFbOKd42uTc16z2Dz0o6OZFGv { top:70.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTZEMsEV05IxEibrdFbhxcxEpMeaxqUn { top:83.5625rem;left:2.875rem;width:44.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0RbzlDLfhyJlfJvrqnOTNZBNUQpEyFo { top:83.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #LP19x0z60GoaLbMIOkgvyLtyTiusS2sq { top:60.25rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9qRnZo2ZcE6T5HQ8DcGSvPXRIxvBxQQ { top:73.6875rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsM9Lxo9QMkThetl80nTZmDNO3Brx34s { top:89rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IV3x8kHRT5NsLEMrQRdX8Nh74awPZKDG { top:88.6875rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sscfefFr6NSlPcJRnmLZ5CbPMDG1TT3I { top:45.9375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oc957xdziRE8QkeJRh59e4UQb7Nhequl { top:46.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vWgwksa8VnOlrziOGeAaorLauJQsLSlA { top:76.9375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcpQtdCMT3A3WFgFLuxC4SZWeu4PoNrT { top:77.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zo3RMveJUoJJXIbI28yZodG8DsWGBUcX { top:80.5625rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgZr1qJ0DvD3nfBrLcE63Qe5lIDeWr2u { top:25.125rem;left:2.875rem;width:40.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QA6TfR2Uwqs9KwOUNPCiMAZrBe0cmc3I { top:25.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nr2i2VTRl808E0tsM4OpWG4o3idAwQQE { top:29.0625rem;left:2.875rem;width:25.6875rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { display:block; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container { width:47.75rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lfx9xwTNodEIUq6kciH2fvaB8WlEWrZD { top:0rem;left:2.875rem;width:39.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGUt8PHe4FpoDfDQDAIr1IKRlyNS75CR { top:5.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVADBRAZ8i4FSAP2wOGIEn9ycDITf2vk { top:5.0625rem;left:2.875rem;width:43.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCg9w8Qr5IAeG2ypAiPuyz0mEZgVZbWX { top:8.75rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TT0PvycvK4cBG36BV9A824QgDNth85f4 { top:11.6875rem;left:2.875rem;width:43.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqDk8LktW2nny1BaInx2Qn0dhrV2sroo { top:12.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ii9WTJOdV1S07S3ntKmsCgmqBkSUN7NQ { top:15.4375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9a0KWLfe9pAwVbeTCeA2vPMQRF7TT3J { top:18.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lt4w9xUisawOtdrrivl3c6He3tvf7EaZ { top:18.4375rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9X0Qfh9xAMBPsS25dlymPuMUyhFLTbu { top:22rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6FmnLiQdaqbvuZlBkyxdmDb5TBs0P5u { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #FZIaiTvfZONPr5vRqqgnAkVX7PQWdsLr { top:2rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qp8LeUAU8cJ5vTidTXJhkQh7JuKdUVTA { top:35.75rem;left:2.875rem;width:44.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWMPgvg7GvcnTopcyEyty2XO7AsmosSs { top:36.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #dUgVZG0y9CQNIfMiDykNr5xxlqKhuJZE { top:37.8125rem;left:2.875rem;width:44.0625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZRU36OexAPpobLpzRdmqdUqTVceouUL { top:44.6875rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBkgIan3VkveSUniwqRmOwasPGOMl1zX { top:40.9375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T678pIfLaotTOFZsVLQL2JMDMX68odns { top:41.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s02Oi4EBNDfk84HVzC7y4uq4c3IZ1Sx2 { top:75.875rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcqxyBs8xEFesP4RkuuNlhmeXURBXzmR { top:76.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoMqw2KvXAvawbt4x8WqoQlvRNLTO6Tk { top:81rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7eU5XXOsHFWfFaTd1ivFlPmVMHSZIl4 { top:81.3125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N10OcEFdzWRiHxt0zrhXLTl8eKADVwmR { top:25.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mD2kcVvq2Gi39EnmEpUUbV29Np3ZHJhN { top:25.4375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hN31tKZcmtMFHqkihxFRLFZ6WA2o2QIO { top:86.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVC77uwaIHV4BEInnMITDRlKvhsQS8Rt { width:17rem;height:1.875rem;top:86.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDd7Www7XsuQwC9FRbDGdOCkiS5k7W74 { display:block; }
 }@media only screen and (max-width: 1199px) { #J2hN0gvUQamkBlrHsxctJzKI8BvqJTTP { top:30.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H6biPK6JmXZNQHuaDSn8sqc0VElahClU { top:30.625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVzfZaRtFRp2mQUmrObxnbnnix2BJ2VW { top:47.8125rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8mVF9aTTbqFqWTMDTIG7R1LftiVdTAP { top:48.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WshUVoTsHtyVGJSoz8xkLFWhnZ7FlezV { top:51.5625rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uyv1k2wJshFP20TQXLodWIGKnIXRBC3F { top:54.625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGbATkXI2KoM9LmQMOZUiQI6FzIExLnH { top:54.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZF8gklTWoDIk041419XHxTr5TAIq2wT { top:58.375rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4SLIlD3OHqhkwUz3A4miJWaqNqW2ANU { top:62rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcEAh92SEEKxSMboJ7xiTXcv34EBQU0V { top:61.6875rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W9oDoIAtcEwIyRv1eytrhzx0HIqBQLf9 { top:65.4375rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItqwhIah265dI8DashVn2iDINQzKfi7b { width:17.5rem;height:8rem;top:79.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLtRVNN7G1sAKKeDBwWBGTqrtn5tsoeT { top:69.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMN8mgBg6HvrVaWXf7Nww8trxpRO9P06 { top:68.875rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLpZtpMZ4XCX1hVtBQhqePT7TCkFckNt { top:72.375rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { display:block; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container { width:47.75rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JP65wDhCyvK2OvdWCgyQ0Whq2wosPNsL { width:43.0625rem;height:1.95rem;top:0rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehv6t6t5nOS9w73IsHHbUR7XX3ZLWKo6 { top:3.6875rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7SMz67AQ14IUlZkzklfTUQHJUbOz5TA { top:4.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #in5Cblv6UrTQigZ1QpRoNkzlhoyvIm56 { width:16.25rem;height:3.75rem;top:20.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPApuOIVKoX4kp9XI9fofPqi85C5ipip { display:block; }
 }@media only screen and (max-width: 1199px) { #O9MSFCFZLzUGFxPT1Au7lqJtVDcICSco { top:31.4375rem;left:2.875rem;width:43.875rem;height:3.675rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBHKZC7IMu64wAi3Zos37SaEmDJnpnsv { top:35.875rem;left:2.875rem;width:38.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2WfJLV2xd14MiVkEeTx1a9LQydoIZuc { top:27rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOFilwNpSnVdKhPIpfAdbzDpqFWpDkrN { top:27.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #S72ydTca2dGxr3uIlQv7T70Dg7LwIzEx { width:16.25rem;height:3.75rem;top:47rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnP5D4qA0n8wPNrGiiShuADwP6aa75zp { display:block; }
 }@media only screen and (max-width: 1199px) { #aI9DGUeAwdmfHd3WkynPGFOAlXbpRQVq { top:12.1875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G561B5GqkTiCKJhaQliJ1bC1ZQ7ETLEq { top:8.0625rem;left:2.875rem;width:43.875rem;height:3.675rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo { top:14.625rem;left:2.875rem;width:43.875rem;height:4.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf { top:39.4375rem;left:2.875rem;width:41.4375rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 { display:none; }#IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 > .row .container { width:47.75rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bgevSNV1Ww0lZRFUdNQQLvT4Nnih2grJ { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsqsBR9ge8pl3DbF677asGPIDVR7DWnV { width:47.75rem;height:1.05625rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swqtszfGOanRQAMTeG0lbOQEJ41cQHAi { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #zA6m6eL9AvUFtayorNgEECTZsqSu3TIL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #NpOHTdIOSvQvIV4iGydcBwwssQJUEggM {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #JHHhr1A3OJuvHtJPUf1S5QBtPtoh1THc {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #VvyvZQgLQxKETIo3zFmvoUhTs0WtpOdR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #Iv8kvkQ8F4cuFE32mQcnMW7PpSWh6W9Z {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #uznfHezdDATe624059UfQ7QCvLPWtsus {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #svDPimnHCD8pKMJsbvOhukUOzguEiT8S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #H30zPGGLwDHQFDGUKRlMb6uOWHaE7eFV {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #QsLw4XgRqfLl1wpW9G40siLlUWXcMF8P {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #TFOfdFsmfU9lVEPLxb3QNi7fa0zBrNsU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #X1LSR8yTatv44hzyge7ykcI1XOH0C4Vr {  }
 }@media only screen and (max-width: 1199px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #mZdmTnOrqraTMHN6b7ko5bufGKgsI99X {  }
 }@media only screen and (max-width: 1199px) { #R8xvxPld8UpSp899MSIxz2NFdKourNvP { display:block; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CfXikClqIAFaAOCGe6dE6F5PhfutibrH { 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) { #gKvxLSfZsTpVlIMte78QpVFJmBX8gwr2 { width:11.9375rem;height:2.45rem;top:25.512500762939rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPLIwk5ehDmnk2CR86AzEh0TiX58lQ2l { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:23.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWvkzG5x8d370EKGF7hqr66ZbxVPaZp9 { width:6.25rem;height:6.25rem;top:18.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4tahJr7SP1X2DmNwfEp2lBLQoXMdlpv { width:6.25rem;height:6.25rem;top:18.625rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3zMNPmq30PrPRfamm5Nom5vGV42Weq6 { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llgesE4SAKkGgNRdxp82TKrnxl2mKNuN { width:11.9375rem;height:1.225rem;top:13.75rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftB3yTfugdyTCTu69po9Nq1xLhVBmUoS { width:11.9375rem;height:2.45rem;top:13.75rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTzZKIabHVfq3O0LnfJWUglsL4D6bKGQ { width:11.9375rem;height:1.225rem;top:13.75rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FsnIiTUBayXVIxHwLt10VvyJ0P3Q6pHN { width:5.875rem;height:5.875rem;top:18.8125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2adhOPs8VZ8ABw6kA7lv3puQBn2xXA2 { width:6.25rem;height:6.25rem;top:6.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6PPEa0HEeR7VTTeqBCSIH3TesubSTAk { width:6.25rem;height:6.25rem;top:6.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHmPdZKBigFx5sZOgTFMmGSl2xVFPgQm { width:6.25rem;height:6.25rem;top:6.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAp2Sfvh8UiJT5HITPTTgPeJeGTzxQBP { width:11.9375rem;height:1.225rem;top:25.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJnG81LZonBWNfl9Ep3dlrsDLnMgPhT0 { width:11.9375rem;height:1.225rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fiuDsmy4F2cDy5nRW9NmLMen4XHG3AFT { width:6.25rem;height:6.25rem;top:6.875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vm2tUPuqDZG0Xo1LTRipuQxZNJJRm0cc { width:6.25rem;height:6.25rem;top:18.625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0Jn7AQiDUHeFrcgPAVHyTgQkRu6sTRe { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:35.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vzrkD9drWmPA0gV7aI2qrCsVCsSx40iE { width:6.25rem;height:6.25rem;top:18.625rem;left:38.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sRLeRX6I2ANV9AOFGdCCAR7oh9xWfhxv { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:35.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ko6Bc2THwVZU8yBO2r5xDZz0LygOPs0V { width:6.25rem;height:6.25rem;top:18.625rem;left:38.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { display:block; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M68thrRapzzC8Alp64KfQoh04lkrrGTC { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRUQDwuc2QHG7kUT0eZzqysJVdFSh5HC { display:block; }
 }@media only screen and (max-width: 1199px) { #q6FBB4fSVXklukMO8VivsTprHf7w1czH { display:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EL370Mf8pHbVedaliVolCy02gcP17X9o { width:34.25rem;height:6.175rem;top:2.5rem;left:6.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { width:22.75rem;height:10rem;top:0rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v { display:none; }#hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Xov2f9wu0CArHrayvuthydFTWlw98Vmi { width:14.625rem;height:3.75rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f8zRPMpyMclU6NvdmwWHM3EuysNZiipf { display:block; }
 }@media only screen and (max-width: 1199px) { #XUnOaagfhzz7cHOQVhyFRTPh4p5QJ3Op { width:14.625rem;height:1.625rem;top:1.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dazezvSH9mtdTEbyrNxieGG9h6EDTAqe { width:14.625rem;height:1.625rem;top:1.0625rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfFEsSx51VvSSAdh1o1ev5q8GrzxhFMP { width:14.5rem;height:3.6875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilIbUfyS1v9qLdtEw8UUKV4gQ7MtMdiL { width:31.9375rem;height:0.0625rem;top:3.6875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDcZlFp38LbNDx1XeDW1AdOdXZ4EZe6l { width:14.625rem;height:3.75rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KulB5zWEV8EGXJFQ8hmTxueUFpFgap0K { display:block; }
 }@media only screen and (max-width: 1199px) { #wmofJphn7yS2GBZUJp9WzqeHF1SWUhUk { width:14.625rem;height:1.625rem;top:1.0625rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah { display:none; }#MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ra13WWCJvaGpImVtwehVwKlxZLc7fMNG { width:14.625rem;height:3.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kF2vxmaQw4mpMzcelFpRBsKLGRyIBwGo { display:block; }
 }@media only screen and (max-width: 1199px) { #g7sDsQtTaqduIIrMPWrCpDIwFPJTuaFx { width:14.625rem;height:1.625rem;top:1.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nlb1ntJtgKqD0UNTG4Kkwhh1lQas4ATB { width:14.625rem;height:1.625rem;top:1.0625rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qR9bueGchu98AchkTOlimPr9vvgvOQfh { width:14.5rem;height:3.6875rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c969td0fwpTPdqoRCEyA9kowpfNr9HrT { width:15.9375rem;height:0.0625rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZirvAUBFgyfDtGVyC9b9MnkkXRDJ27we { width:14.625rem;height:3.75rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGfHMRPmVHqU1fKrraBg6krR21xIETx2 { display:block; }
 }@media only screen and (max-width: 1199px) { #EmZtDfUzF7vgaXi1hCdqJK5UuknI1gfs { width:14.625rem;height:1.625rem;top:1.0625rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9puaS909GVumU6p0xHIDu5nPfmsUos4 { width:15.9375rem;height:0.0625rem;top:3.6875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 { display:none; }#aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wprPTveurSgHw64eMmv43nliGhf0ouXl { width:14.625rem;height:3.75rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUydq0wkteIFcA7EL8RZndlgmM5bC3nD { display:block; }
 }@media only screen and (max-width: 1199px) { #XhAlyTTcwbW87lb6TrFf6I62q54hTz58 { width:14.625rem;height:1.625rem;top:1.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br2n3p3Sh6m5TGwkP3pubDye4yqHOSR4 { width:14.625rem;height:1.625rem;top:1.0625rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yg6uZhMpWTldFtGyfKrm1P1iDmhU2xBz { width:14.5rem;height:3.6875rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFiA7UfGClilGp9s48mkyZWuTuo8x0pL { width:31.9375rem;height:0.0625rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfawGe3s0UBZFBTLKRd0M9XBx9T4EhgO { width:14.625rem;height:3.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mzmMRW1zNiQp6kVcyiZeTAi1EkRR3zS9 { display:block; }
 }@media only screen and (max-width: 1199px) { #LTV6ahQ6yqh5fR5fGgy8yVDWoD8dpJiA { width:14.625rem;height:1.625rem;top:1.0625rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb { display:none; }#y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb > .row .container { width:47.75rem;height:21.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AApncpdA3kbIhUQRMWTrBPFIdm0wMOE3 { width:22.5rem;height:18.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VeQATp31GNhWnThihFbPADk5eEn7WBfH { width:22.5rem;height:18.75rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Epnp3zoBH8RW8R4EaZhOK7Iw1vg74isT { width:16.25rem;height:3.75rem;top:12.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5T9usPZGc2pJSnyHiJMq9HHQSl1Hsav { display:block; }
 }@media only screen and (max-width: 1199px) { #Q3MXQgKUMzc30IBHPsEh1Q44HBtONLSx { width:16.25rem;height:3.75rem;top:12.5rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCKBMqe763L3w4H07RS5cvmr46fi2ent { display:block; }
 }@media only screen and (max-width: 1199px) { #IVGc6AzU5bCTly7Bh68edJsE6TfKTUnm { width:22.5rem;height:4.875rem;top:6.125rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCyLMtSzSH8ywBwMqPDB7LhBdd3o3dqg { width:22.5625rem;height:4.875rem;top:6.125rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymUyWO1WLNLdpLUvWo9ce1c9EU46MKwg { width:22.4375rem;height:1.38125rem;top:5rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhevaVozZPf7qZFzOTi4RpDCR9UvfBH7 { width:22.3125rem;height:1.38125rem;top:5rem;left:24.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUHvFlPx8c1HuqlcJtRwVtWI1zmmb8sS { width:22.4375rem;height:0.975rem;top:10.75rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSFKMoq8tnk9Sz1Xi2HxyHfKn4Uy7mya { width:22.25rem;height:0.975rem;top:10.75rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpnFosTlTq81RgoaDLQafytX3GmKlHhG { width:22.5rem;height:1.21875rem;top:16.883333206177rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIotWeHJGdugvDhGKkZ5LQMH9pDnBBRk { width:3.125rem;height:3.125rem;top:1.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #da9q1AtULHQAJgH7H8RaB992vHDfeoNw { width:3.125rem;height:3.125rem;top:1.25rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzxHsUxwurN7MHB0ozVC20hBm06XeuVE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);background-size:auto !important;display:block; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { background-color: transparent; background-image: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container > .video-iframe-container { display: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container { display: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .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); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TDq1depvUvrWZiTK9ymkDrhyubw7W7oR { width:15rem;height:20rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlNTJZnTOlp13QJy8tXrw4CDdTUTePHd { width:15rem;height:20rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFaxfr1hep1TTkVMTmvW9UcaTVn6b3Xz { width:13.75rem;height:4.875rem;top:7rem;left:1.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kawaHlgshVdImOoJTReOX5VyfwSWCzuL { width:15rem;height:4.875rem;top:6.75rem;left:16.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qUlrtZLcyrM7Zdm4gAmSZEoHBM2fuNAu { width:13.75rem;height:3.4125rem;top:4rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2a6VeQDQ6XPuvGXwLxKvQrPZHLp24hJ { width:15rem;height:1.38125rem;top:4.6906242370606rem;left:16.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTZM3vixN1Er3DM2IqqwIryLN6x9TdFB { width:15rem;height:0.975rem;top:12.5rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAEl1tQ0ASp2wpHbUN09JMqCdUM4w7JI { width:14.75rem;height:0.975rem;top:12.5rem;left:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMCWU8FCKWm7phLNzdSrdCgq31ZNneRw { width:2.5rem;height:2.5rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mplwq9Vxetyie906Xm5uFxyuuBIwly4c { width:2.5rem;height:2.5rem;top:1.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7dtKC13hPk9Ww6Q0HOBm4zl03hgWJdQ { width:15rem;height:1.05625rem;top:18.375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JciEcRKkni0I6O9QWbEcMN4RISEaH7Zp { width:13.75rem;height:3.75rem;top:14.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUU3i7GPS3Fr4e489Shwlwe8wI9eWlpg { display:block; }
 }@media only screen and (max-width: 1199px) { #PIeKTcslkL5JdALxwdfnfmSTTpBlOWyi { width:13.75rem;height:3.75rem;top:14.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrMWbO5mrt5TIwWlcfplfZD0L28kV84z { display:block; }
 }@media only screen and (max-width: 1199px) { #xE68irGeeAUSvOe2hpn3aktueDQ7pWTR { width:15rem;height:20rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9nnaoWOrGZB82Mo3c8M0OpgfrW9W1MC { width:13.75rem;height:3.75rem;top:14.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFWmhW8rzye0kPyK6DXifTO9xQyGTX4D { display:block; }
 }@media only screen and (max-width: 1199px) { #xXS3PTtULiOIt021UNUgiD8hSiO8wbJT { width:13.75rem;height:3.4125rem;top:4.0031242370606rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRA0NKozPGftq50bEC8hX3DsUhxDsErR { width:2.5rem;height:2.5rem;top:1.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xVucki5yaQJcJal1nAS0DE7QbMA5nhpT { width:15rem;height:1.05625rem;top:18.375rem;left:32.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0S9J2PetqW3m53szeQZI5HgsQsktpau { width:15rem;height:4.875rem;top:6.75rem;left:32.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNm0bbIOdznzc64PygaCc0hULsAf5Uf5 { width:14.75rem;height:0.975rem;top:12.5rem;left:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbqF82a74BXWwlMwT7PXCBqVgeqpf4b5 { width:5rem;height:5rem;top:0rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);background-size:auto !important;display:block; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { background-color: transparent; background-image: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container > .video-iframe-container { display: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container { display: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .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); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tOfxUwolMFRKNVI0ftNXXcMAgl0Gp7dG { width:15rem;height:20rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaTFvkbmDhLWaCek394wc9qusSBACOfP { width:15rem;height:20rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSmzRENpyOdw51kfyPLcVcdTrL9XVfB8 { width:13.75rem;height:4.875rem;top:7rem;left:1.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1rSr7mQnUznpfzBsg1MEAx8eTVvtJWV { width:15rem;height:4.875rem;top:6.75rem;left:16.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpXZZqTTLrn4HgLb8NsglFpcgZxnJGwf { width:13.75rem;height:2.7625rem;top:4rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fxLEo9o9TUXVkXuLPGClvSqp4z4U7SLR { width:15rem;height:1.38125rem;top:4.6906242370606rem;left:16.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWrq7v9OdZUfXe6MaLg1xF2WAJtTKT6b { width:15rem;height:0.975rem;top:12.5rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RXmxkbDcJPXO2f5hExcVORneTrr0mN7V { width:14.75rem;height:0.975rem;top:12.5rem;left:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFeEhrtD56OSf5q2vvPov9bEHNMwKrPQ { width:2.5rem;height:2.5rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiEcqHAO9sHP03880Dd8cMQq2ZsPAaQT { width:2.5rem;height:2.5rem;top:1.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2b1OseDZMWbE5QklzMewaa3eH1ByGkI { width:15rem;height:1.05625rem;top:18.375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xexXwWV4Qg1QtEX8rpLpAuGOTLyzSnwo { width:13.75rem;height:3.75rem;top:14.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cdFlgpdJcQ1dxIiLlWs0QuOXNb32NlLD { display:block; }
 }@media only screen and (max-width: 1199px) { #B6coTOpc3zzEq0BNF1vTT9bvRozQx5Ki { width:13.75rem;height:3.75rem;top:14.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NsDBwEkUlDGBM2JNiPK4K5q1WrU3aTVL { display:block; }
 }@media only screen and (max-width: 1199px) { #DqRcxw62ylkbsTXctCJTvJSpzDMvx5rH { width:15rem;height:20rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MV2LrdVfcIcN3Uv3zV3PCxrMECPEoSJn { width:13.75rem;height:3.75rem;top:14.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2oSClTkqHEwOtPeX8Hr6LSTyw7n5lHQ { display:block; }
 }@media only screen and (max-width: 1199px) { #GDAMeSrDQAivKhu9pTiO65fsFrM9ibF6 { width:15rem;height:1.38125rem;top:4.6906242370606rem;left:32.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqgcXxAUQNmadfoffHISgqzEXM7D3UST { width:2.5rem;height:2.5rem;top:1.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BS5SuRf64Oba18Ju2tJSbpNmVJTiFlHA { width:15rem;height:1.05625rem;top:18.375rem;left:32.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F99uIELIsA7etsQZV0vM87bvqcgeRMcy { width:15rem;height:4.875rem;top:6.75rem;left:32.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vARIMd91f26v1E5p6xZnwaphhJgNXvpI { width:14.75rem;height:0.975rem;top:12.5rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ku0HNwazvveEU9RkGdsI5y2cgWDMe7pM { width:5rem;height:5rem;top:0rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK { display:none; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TSVpTipPKdWJq5HBRuBANnGF0zGFIEsF { width:37.625rem;height:1.38125rem;top:0.8125rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #tq3JgCmTFWMDxe62qo8S2S73Qkp0zHfw { width:5rem;height:0.6875rem;top:1.625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIJB9GAqzXqbmdE9dIkiRTOJXZFHLpc7 { width:1.875rem;height:1.875rem;top:0.5625rem;left:44.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTQJxucewAifEPC90JnNGrpes4TUrFL7 { width:46.5rem;height:3rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MW5I04lkm6GzNo8ZTEKwtQ7EqTJrf14E { display:block; }
 }@media only screen and (max-width: 1199px) { #DnLNmCO69WcT7I1GfyNb2rd1iW8Qir4u { width:46.5rem;height:3rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:47.75rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:46.5rem;height:0.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:18.625rem;height:1.1375rem;top:0rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:12.125rem;height:1.1375rem;top:0rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:7.6875rem;height:1.1375rem;top:0rem;left:39.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:12.5rem;height:1.3rem;top:3.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:46.5rem;height:0.0625rem;top:15.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:46.5rem;height:0.0625rem;top:10.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:27.375rem;height:2.5996125rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { width:1.25rem;height:1.25rem;top:3.0687484741211rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { width:1.25rem;height:1.25rem;top:3.068359375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { width:1.25rem;height:1.25rem;top:7.44921875rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { width:1.25rem;height:1.25rem;top:7.44921875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:27.375rem;height:2.5996125rem;top:11.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { width:1.25rem;height:1.25rem;top:12.13671875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:46.5rem;height:0.0625rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:27.375rem;height:1.3rem;top:16.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { width:1.25rem;height:1.25rem;top:16.82421875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:46.5rem;height:0.0625rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { width:1.25rem;height:1.25rem;top:22.26171875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:29.3125rem;height:2.5996125rem;top:21.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { width:1.25rem;height:1.25rem;top:22.26171875rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:46.5rem;height:0.0625rem;top:30.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:28.5625rem;height:2.5996125rem;top:26.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { width:1.25rem;height:1.25rem;top:27.375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { width:1.25rem;height:1.25rem;top:27.375rem;left:42.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:46.5rem;height:0.0625rem;top:35.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:29.3125rem;height:2.5996125rem;top:31.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { width:1.25rem;height:1.25rem;top:32.1875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:46.5rem;height:0.0625rem;top:38.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:29.3125rem;height:1.3rem;top:36.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { width:1.25rem;height:1.25rem;top:36.505859375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { width:1.25rem;height:1.25rem;top:36.505859375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmmOuTgNWzBNiXIb9TVV0PKN6DBawHCv { width:1.25rem;height:1.25rem;top:40.56875038147rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msirvxTuOD5UEkL127pAsMy5y0G0Wkc5 { width:29.3125rem;height:1.3rem;top:40.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b934e9f2-8b38-405b-9e5c-034144214fc0/HPV0402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.adaptive-delivery-prevent-bg, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyload, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyloading { background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { background-color: transparent; background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.65); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.65); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .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); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kgf4pKH7TVsBTxN9XMPrioVLNScWszBk { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xi8ZMXwQFnN5c9AoiZGFRckGcZq0uUW5 { display:block; }
 }@media only screen and (max-width: 1199px) { #VidmuliepNbaUG2ap4vx7970unEMlakN { 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) { #EJeyKPWR2M9zSxOvDzuzQDz91hbyH3KR { width:30rem;height:18.5625rem;top:20.0625rem;left:8.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aEtPI13ZZKwKg5tZLxAv449NmqvNw7b0 { top:15.9375rem;left:22.15625rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { display:block; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OoA6zdKmWx06b6tbprBWiTqJJMHPGUsQ { 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) { #TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr { display:block; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .row .container { width:47.75rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ukFmNQpTbhGL9CV4dfCl4lEhgILMDJUa { width:46.375rem;height:1.1375rem;top:0rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0ZLtnmg0eTKcSeQsPzINLnWwOOfWKKQ { width:16.3125rem;height:7.5625rem;top:1.1362848281861rem;left:15.718749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { display:block; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container { width:47.75rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kVE4J5fvHSzLN015rTFQBfKS1DeZv3um { width:46.375rem;height:1.1375rem;top:0rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OhCcrZ9QxrLar3Fz8OHBeHw7rh13awVH { width:8rem;height:4.25rem;top:3.0625rem;left:25.156249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fi3HEomdRtN4VkczdXsaXZstTCtanO9K { width:10.125rem;height:5.25rem;top:2.5625rem;left:13.018229067326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fy1qmokTlKsfsVqSdqrRRsNZHIvqVNoA { width:11.875rem;height:5.8125rem;top:2.28125rem;left:35.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7HklKp8Fp4NWBUTwQsLn5GoqJ7dF9DC { width:11.75rem;height:4.4375rem;top:2.9687504768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW { display:block; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D7nxrMqv4wadMSmwUTn7FkddVwHAqoLT { width:46.375rem;height:1.1375rem;top:0rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8T6Qnu9k9zTnoK4wI6vw26AeKSLD9Jz { width:9.375rem;height:2.6875rem;top:3.5625rem;left:37.743056833744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4XdzGToAK2n28moZLUKOJk0TxCGqlML { width:7.125rem;height:3.0625rem;top:2.9375rem;left:28.274304926396rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upTOesL8EFQJ9QQx1nWD2ywT5xKp1Cro { width:11.875rem;height:1.5625rem;top:3.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiInyJGFEwH7eTKR1sWNeOWBGS3a7716 { width:11.5625rem;height:1.9375rem;top:3.875rem;left:14.26649338007rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { display:block; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HncD6P489vgTF34EkVaaZZl7o3UpSdRM { width:46.375rem;height:1.1375rem;top:0rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7pclmNsGatDcpKsV7U32Cmxsr2UHAZd { width:12rem;height:1.625rem;top:3.8250007629394rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9I7JvMQafgZA4gDEnHeGNzg0kvGxzlM { width:14.875rem;height:1.75rem;top:12.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEtFdihMbbxn8TPoZPcvFw8J0XDkCCHQ { width:7.1875rem;height:3.125rem;top:11.875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQmy0cwKikGZd2IloWmSvbcy4iqnIPul { width:15.625rem;height:1.1375rem;top:9.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKC98EPuJUwDvDZLqF3nRSy6CB7v71Rq { width:15.625rem;height:1.1375rem;top:9.3125rem;left:26rem;font-size:0.875rem;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:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { 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) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:46.5rem;height:1.6rem;top:12.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.7rem;top:9.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.7rem;top:15.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:1.6rem;top:17.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:46.5rem;height:1.7rem;top:21.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:46.5rem;height:3rem;top:23.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.6rem;top:30.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.7rem;top:28rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5TSeEcOThqT1brZKsKVbk3EBt0CLu8T { width:46.5rem;height:1.7rem;top:33.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOZ5Np8Evd0P8r1dAO1TvTSpQpX1iOFb { width:46.5rem;height:1.6rem;top:35.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.62539375rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:3rem;top:40.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.7rem;top:38.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { background-color:#fdfdfd;background-image:none;display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:47.75rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:46.5rem;height:1.5rem;top:5.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:46.5rem;height:1.59375rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:46.5rem;height:1.7rem;top:8.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:46.5rem;height:3rem;top:10.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:46.5rem;height:1.7rem;top:15.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:43.5rem;height:3rem;top:17.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:46.5rem;height:1.5rem;top:24.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:46.5rem;height:1.7rem;top:22.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOeBblpO8TPVT309EvC6NChrXglw7ZtG { width:46.5rem;height:1.7rem;top:27.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVsNcSnrSdunJGf6bQvuRmgXgmCPvIEX { width:46.5rem;height:1.5rem;top:29.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:21.875rem;height:1.62539375rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:45rem;height:3rem;top:35.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:46.5rem;height:1.7rem;top:32.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d { display:block; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container { width:47.75rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #McKxDcOhJKXddrtZNGl4Hh6nUDyU46ND { width:45rem;height:14.0625rem;top:0rem;left:0.625rem;font-size:0.9375rem;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) { #RrqUt1us4gzTUr3opg0K0y4HJSLAEdTF { display:block; } #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection *:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="text"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="email"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="tel"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection textarea:focus-visible { outline: none; } #RrqUt1us4gzTUr3opg0K0y4HJSLAEdTF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/6cc56430-6d5a-494d-962a-590d5b67497d/kongres_HPV2026_MOBILE.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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { background-color: transparent; background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { display: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .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); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { width:3.8125rem;height:1.3rem;top:6.0625rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { width:19.5rem;height:4.725rem;top:10.439583778381rem;left:0.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { width:13.25rem;height:2.68125rem;top:30.5rem;left:6rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15016;line-height:1.3;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { width:4.1875rem;height:1.5625rem;top:5.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmeXMNe46P40VZBFy916UoZnlJPP7PGp { width:8.25rem;height:1.5625rem;top:5.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { width:7.4375rem;height:1.3rem;top:6.0625rem;left:8.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUBG6NMTeg20GGEEkTaCGtbGlH976QyU { width:10.3125rem;height:2.5rem;top:1.375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUHpdKyLmofF65BJox00EwZqr8l3rICy { width:4.5rem;height:2.5rem;top:30.63125038147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { top:1.625rem;left:4.9375rem;width:10.125rem;height:2.5rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O8LrzfRLXGPqpAQH4ahsEB2m7XI4E4gH { width:20rem;height:1.5rem;top:8.6895837783812rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xu9T0bLhNJGlzodWU96rLUCJJFZEqrLw { width:20rem;height:31.521739130435rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5svGHw3QH4Acwoo7RzUQGxDLNJlO9l1 { width:17.375rem;height:0;top:35.68124961853rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #tiED7QG5O9TMEgdMfl901CBVGXUkw97W { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/6cc56430-6d5a-494d-962a-590d5b67497d/kongres_HPV2026_MOBILE.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:none; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W.adaptive-delivery-prevent-bg, #tiED7QG5O9TMEgdMfl901CBVGXUkw97W.lazyload, #tiED7QG5O9TMEgdMfl901CBVGXUkw97W.lazyloading { background-image: none; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row .container { border-width: 0; border-radius: 0; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiED7QG5O9TMEgdMfl901CBVGXUkw97W > .row .container { width:20rem;height:44.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WGQ5RPc63pZQTrltnBWx5Cbig1PwhXZT { width:3.8125rem;height:1.3rem;top:6.0625rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OQIJbnyNqBavDaiRgRthOldKwRMdTiTT { width:19.5rem;height:4.725rem;top:10.439583778381rem;left:0.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEdIwa4rgTbnu5PwT4KvcgGpGNffB1M1 { width:13.25rem;height:2.68125rem;top:30.5rem;left:6rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15016;line-height:1.3;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #Q05XzyqZ2OQWhd94Thuil5q4oTT10SvI { width:4.1875rem;height:1.5625rem;top:5.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA8WFmwPPB2Hoo5tZ7aPyEzyPT1ff55g { width:8.25rem;height:1.5625rem;top:5.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTTEZr9ihV2NHF8XSN2ia9BIn9Mi1IW { width:7.4375rem;height:1.3rem;top:6.0625rem;left:8.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dqemhGfaeRqZWcxRkrNFeNaUo3zo0Hpv { width:10.3125rem;height:2.5rem;top:1.375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4zUOUTERHcdueQJid5UHyZPyqFssdwO { width:16.25rem;height:3.75rem;top:34.1875rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;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) { #oZDndqgJZ9FL2tEmnIR8lShuKKh4bMCz { display:block; }
 }@media only screen and (max-width: 763px) { #pmDmHuoGl9cI8RwzmmWcy22MT5fKWKwJ { width:16.25rem;height:3.625rem;top:38.8125rem;left:1.875rem;font-size:1.125rem;color:#3ecece;border-top:0.125rem solid #3ecece;border-left:0.125rem solid #3ecece;border-right:0.125rem solid #3ecece;border-bottom:0.125rem solid #3ecece;background-color:rgba(255,255,255,0.4);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) { #mw2OTVxo07xEgga4KJyU7UHi2VJOrWQu { display:block; }
 }@media only screen and (max-width: 763px) { #NTArIVGx5XpHs6RRNbloZZDiAlEVraEq { width:4.5rem;height:2.5rem;top:30.63125038147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDNLXtEmPnAnzCMOWK8gBblNA56mAbTk { top:1.625rem;left:4.9375rem;width:10.125rem;height:2.5rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QtrP3Wn7bzFNCWZLmLClgqA5zwsMg6L4 { width:20rem;height:1.5rem;top:8.6895837783812rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPu4TE8WWL6hhly4RVIAuMzp3V2L6waS { width:20rem;height:31.521739130435rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp { display:block; }#yBlFxl8z1DTfg3BF7PXvUObqoUlGEoUp > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1mEHXuIKQPxSfkAt2OmGCuH6RrM29wH { width:6.625rem;height:1.1375rem;top:4.8125rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vt2yGDBJIaOy33kt0x5cCr9BElPshVMH { width:6.6875rem;height:2.1125rem;top:6.3125rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceH4LsTQEPqZT5WAgPVutzrcuaggzcPN { width:6.6875rem;height:4.225rem;top:6.3125rem;left:-0.0625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n33AwutNperday5EepI2H8P35xRHcUAh { width:6.625rem;height:1.1375rem;top:4.8010406494141rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2wPaGvKcOUdgh51wSxQC90iQVtTCw5p { width:6.625rem;height:4.875rem;top:6.3125rem;left:13.375rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhJf0rA6d7xaUrst9p7CxvPMU68F9Upb { width:6.625rem;height:1.1375rem;top:4.8010406494141rem;left:13.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMddUDITsTp2hILIPT9x2xSotz5zXZXI { width:2.5rem;height:2.5rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT19gMphz5VdExXN7WCauJ19iCVicqnI { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHHzW2QFTxb9mz1gxSctyXTA4Onpbmg { width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHgBPkv4Wtfr2PiIkNcVF7QLTk6VRTt { width:20rem;height:2.6653306613226rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SVgxqPXPL4SwJi84RrRe5Ao87vO13gd0 { display:flex;width:1.25rem;height:1.25rem;top:4.8812503814697rem;left:18.75rem;display:none; }
#SVgxqPXPL4SwJi84RrRe5Ao87vO13gd0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { width:17.5rem;height:2.1125rem;top:1.875rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:20rem;height:46.5rem;top:5.2854166030884rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XKLhSSGWqzmC0ZWZhd0WUsqQEGcUgMtW { width:5rem;height:5rem;top:53.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4coniAAXpCy5btri4XkIk8i1LbkTQ1v { width:5rem;height:5rem;top:53.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16lLvfmnxQ3TGPQD2v6c3Omn59E77Je { width:7.5rem;height:2.275rem;top:59.125rem;left:11.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8QXatzl4Ly62Ec1mwCzW0rzXROcIgQs { width:10rem;height:2.275rem;top:59.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 { display:none; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0ch1cCfVBzN5gZORl5TSM0PG67L5Nfv { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;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) { #TC7pSE6E2CpVBJpwsX1VbWMK2TlL9DXV { display:block; }
 }@media only screen and (max-width: 763px) { #Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 { display:none; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { width:20rem;height:14.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cLv05pUX77WetbcHaMTbwwbSdc8ubTSI { width:18.75rem;height:1.21875rem;top:0rem;left:0.625rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AGceypNNg6VQXKKDWmIgsdT42H9M2o99 { width:2.5rem;height:0.0625rem;top:0.53750610351562rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0htMxHOTDboxRQe1zzDagDz7LA6nBJ { width:2.5rem;height:0.0625rem;top:0.53750610351562rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkKruTrHL3QMbMqx947rskCPWo4P2uD { height:10.4375rem;width:18.75rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTgbCuD5ZfFOKFTPClLX5diScep9of5 { display:none; }#FMTgbCuD5ZfFOKFTPClLX5diScep9of5 > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V2ITUd861sGfKTMksoy7QFP7kFAaO4pW { width:18.125rem;height:4.725rem;top:6.4375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #gxDE5NQRqzUOmnmLiasTkZw24UynCWcu { width:18.125rem;height:1.21875rem;top:11.35000038147rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDxAkoxRG0u2yJJBfftKw3oA08QfxDRH { display:flex;width:1.25rem;height:1.25rem;top:6.5625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DnPfzZeRJTN1MOx5i0cVVldLBfNIvT8u { width:18.125rem;height:1.21875rem;top:17.90625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJNFVikqDMyhx0hTmGN7upmctJivi21 { width:18.125rem;height:3.15rem;top:14.50625038147rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #bLOSOCmCdpKaGo1lWZnJSg1Sdhmm1Qe6 { display:flex;width:1.25rem;height:1.25rem;top:14.69375038147rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #PadGPrQNzZ4yAC95gzkmQTQOfe715k4T { width:18.125rem;height:1.21875rem;top:35.743751525879rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEuXlMOcdxR5kpgbXfCe9dM1VMJgLfbW { width:18.125rem;height:4.725rem;top:30.75rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #c73gNLFJo8ArXywxwHQTXZUNkOXi7ZOR { width:18.125rem;height:1.21875rem;top:27.662498474121rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqO4boISzTNFmDv6mDf7CFrsCvSWfiQL { width:18.125rem;height:6.3rem;top:21.125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #ANXLq0KUd4LlcQhiyXoZlifIlP8mzsdG { display:flex;width:1.25rem;height:1.25rem;top:21.375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bKOwk8EoaSizXhmLx8IWNgXAmvED10Xu { display:flex;width:1.25rem;height:1.25rem;top:30.9375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gO0CP4aqMZTQ74g1lksLNROMCvhM6dFD { width:18.125rem;height:1.21875rem;top:50.574996948243rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZbO0XoluHukq5vhsKsHU8cvGDMKtKig { width:18.125rem;height:4.725rem;top:45.474998474121rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #vsi20PCGecfJZfqHi7aHEUnZeL4lkGll { display:flex;width:1.25rem;height:1.25rem;top:45.599998474121rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yRRAgXqGBmyZIk4SvddTDAoeJ7bh99u5 { width:18.125rem;height:1.21875rem;top:42.387500762939rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poMkS9b3rBdRkBmP4hgkNpNCnc4Mt1zt { width:17.1875rem;height:3.15rem;top:38.862499237061rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #THo7J28adtKydJ7BBe2RwvtnuEUPw6LO { display:flex;width:1.25rem;height:1.25rem;top:38.987499237061rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Fkl99VHDKlXbtTFIgS5ZPI1rRIAcAino { width:18.125rem;height:3.15rem;top:60.28125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #THZaSeHPTo1XAon9SbCS5vKcsAqp2dRy { display:flex;width:1.25rem;height:1.25rem;top:60.40625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZyzkrbTEvQH3o7xHedK6hFC5w3sdNe81 { width:18.125rem;height:1.21875rem;top:57.1875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUT5LhGGVTRAZsyX0bm1xLplS1X1uZS0 { width:18.125rem;height:3.15rem;top:53.724998474121rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #ToTFmhhwG6z1SVpsekOrCTpkTJHfXIs7 { display:flex;width:1.25rem;height:1.25rem;top:53.912498474121rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UgKmakiPwBZJWIUTqDZv0loQLTXdFpni { width:18.125rem;height:1.21875rem;top:71.875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1hHM1akfvX8P4Ftp9QvbISyDbufu6n { width:18.125rem;height:4.725rem;top:66.900001525881rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #oPE6iNd1MRtOcVrKd27QtVuEts3dNn5L { width:18.125rem;height:1.21875rem;top:63.712501525881rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCDXSAH8L005Npn16lsvfNXfoHspnClB { display:flex;width:1.25rem;height:1.25rem;top:67.150001525881rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SEoL8Xhkqe4vmVtcPgn3CXDcmSB6iR5S { width:18.125rem;height:1.21875rem;top:3.4000015258789rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkzog4HXZmBnW35UFzy8A3dRNuJUBRDh { width:18.125rem;height:3.15rem;top:0rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #ZqArV9MXVOcUFmgRHcddIewD7psgye8g { display:flex;width:1.25rem;height:1.25rem;top:0rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #P2xXzOE6UHRhColSTsVpwIqBAXVRt00w { display:none; }#P2xXzOE6UHRhColSTsVpwIqBAXVRt00w > .row .container { width:20rem;height:75.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FcT1l8ZUpq4Lq0krVg1XS0gpqWgtATWn { width:18.125rem;height:3.15rem;top:0rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #kQ6Q5KK4VM69Bkb78lwdaVmgaspodOh6 { width:18.125rem;height:1.21875rem;top:3.4749984741211rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO0E4kXmwooFeI8raIfNGAGOmwHWKHK7 { display:flex;width:1.25rem;height:1.25rem;top:0.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MO96JsbqpvF3ir0dvvTq72Jg0hXzsCxb { width:18.125rem;height:1.21875rem;top:9.96875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdB9D37ifs6M3dbiw5EMU5Vx7Fox1V7m { width:18.125rem;height:3.15rem;top:6.5687484741213rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #J33nfH8qiTKBzR8hfpqbhe4EOv90OOxe { display:flex;width:1.25rem;height:1.25rem;top:6.7562484741213rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #D2vsPiEAbtW5uLJ5TUoqk78ymGnGsKhC { width:18.125rem;height:1.21875rem;top:24.493751525879rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaTwfINMXI9JAIT3AmTPImqN2SL2RGMq { width:18.125rem;height:4.725rem;top:19.5rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #ri6Bb1tagwoVCCInHEuOET5LrRg8GMrn { width:18.125rem;height:1.21875rem;top:16.349998474121rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRhOlcv2kTDkDuymMKG4eNJHs0L6p6Kl { width:18.125rem;height:3.15rem;top:12.875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #D9uxWcOEa4t9vXktX3zsVeryMK7ToV8W { display:flex;width:1.25rem;height:1.25rem;top:13.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Igzy4CpgJwiVEvpqisKatGpB6plAylox { display:flex;width:1.25rem;height:1.25rem;top:19.6875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JDpLRWF7LOwoQUQDU5uVeRWA3aVwWGmJ { width:18.125rem;height:1.21875rem;top:48.949996948243rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBvdpstJk0u6JxGeGWIBR2WUbouZH2cb { width:18.125rem;height:3.15rem;top:45.474998474121rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #lLuLfBls9CSLh1LhHbgnVRH0oDruAG3T { display:flex;width:1.25rem;height:1.25rem;top:45.599998474121rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #zU79r2cTqVICZuQwJt8qzPFDgQmnv2CH { width:18.125rem;height:1.21875rem;top:42.449996948243rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SMRTQTWLLh7K0oS7K6l64UfLrJ0Vsb { width:18.125rem;height:7.875rem;top:34.300003051757rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #wOEK9SBRfo9Rnp6FzSwXR9RkvC9Ac3R3 { display:flex;width:1.25rem;height:1.25rem;top:34.425003051757rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oDT36tyBMw0XsW6Zr2rCXWBowazkld6L { width:18.125rem;height:1.21875rem;top:31.081253051757rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySqOIxkrTpMZI80rKFs6OEsLEP4m88a { width:14.5rem;height:3.15rem;top:27.4931640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #fEm71WyxW9DwCViIkn4VQf66Tfhyi4Oe { display:flex;width:1.25rem;height:1.25rem;top:27.743751525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NyXM9y8RR5NcTqOQzPbIwzbuk3HMOvmm { display:flex;width:1.25rem;height:1.25rem;top:52.231246948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rXJgEN2n6xHPhMH272T56DvbyZSxP75I { width:18.125rem;height:1.575rem;top:63.34375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #sFzSDq61sTqR2hiHd23HontDhHp3lIVR { display:flex;width:1.25rem;height:1.25rem;top:63.46875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gN54MfKuT1KtDegS16TTTZSNi6MZPvCF { width:18.125rem;height:1.21875rem;top:60.3125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFJ1Ts1NHUAJ5zGcZAmzB3mCp2evJFC { width:18.125rem;height:1.575rem;top:58.474998474121rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #Azz0vEv2lWTZpsAo9T8EoJ1X4Zy52uOI { display:flex;width:1.25rem;height:1.25rem;top:58.662498474121rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AfbdsHLmJ3kHNpeNAebRZrgieL1S4Wa2 { width:18.125rem;height:1.21875rem;top:55.568748474121rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnOineb18lmWekelDW1xVVfqSqfFG52V { width:18.125rem;height:3.15rem;top:52.043746948243rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #BWUgK4OP2guTPxNNn728ada1fEO9igOn { width:18.125rem;height:1.21875rem;top:72rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXb0cyOQGOKtSsAKQz2gmXlobRTWT2xb { width:18.125rem;height:3.15rem;top:68.525001525881rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #u8v7JKmTml9i6D5NPNbMNcKX5O8kCLaU { width:18.125rem;height:1.21875rem;top:65.337501525881rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppthVLyDgXXfsuHbUsGm6lCxhbTMKN4W { display:flex;width:1.25rem;height:1.25rem;top:68.775001525881rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk { display:none; }#fVkapPuOSsbFTxnMeSCohOhWh5PLRvtk > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JlieWZ12Ks3nH7MbX4zmuRFOKCAfWuQm { width:17.5625rem;height:3.15rem;top:0rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #Mq95B6q8SvexqU9ARStOnLqtPzKd6lgS { width:18.125rem;height:1.21875rem;top:3.4749984741211rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeodXpibqwIxyQVa5mimmZwzBKUkM0FT { display:flex;width:1.25rem;height:1.25rem;top:0.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TevE6sqpDgmD0ZZrt0Gcz2GeFBHTPrqs { width:18.125rem;height:1.21875rem;top:8.53125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR0g6m1i1rTo03hE4TUWFakrPNGW9ofc { width:18.125rem;height:1.575rem;top:6.5687484741213rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #dFOt5sqNcVhA1F2vZr1lkOZSda2hoZ1C { display:flex;width:1.25rem;height:1.25rem;top:6.7562484741213rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Z7uxqL7Dp9XyOnh4xUZBV4kToKQD4rr6 { width:15.875rem;height:2.4375rem;top:21.6806640625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwASZVeBMrgOO7oi5Uh1XcoeK2gmKlsa { width:15.4375rem;height:3.15rem;top:18.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #fzKVazaHZX2U9uvFq3mopiV7syhU7ros { width:18.125rem;height:1.21875rem;top:14.912498474121rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJuFpRIxGshCZDSSH7RvTSs9LhptmPJT { width:18.125rem;height:3.15rem;top:11.4375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #s980A2PNpxVRXpQr7ZPLLhxesmkX7dTB { display:flex;width:1.25rem;height:1.25rem;top:11.6875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Kww8DdQFCHQBaCLS5em4vDdhcdJGAHEm { display:flex;width:1.25rem;height:1.25rem;top:18.25rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #q2oGBGxFnzDs3krfNBtyqN8WmkIBzlZa { width:17.5rem;height:8rem;top:25.180208206177rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { width:20rem;height:2.11230625rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { display:block; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBweaXTyTtJkIqSs75VoxaJfwc2dsVdU { width:6.25rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQSVPSfe6qfOQcG3wP4yP2tFVzrp8UD1 { width:6.25rem;height:1.625rem;top:1.0875015258789rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwQBLDcSgV8eXxTFlANSVJ0VRxRghbnL { width:6.25rem;height:0.975rem;top:2.8625030517578rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcsSczh0AF6L9GmB0ewB2rqiDnbTtxoS { width:6.25rem;height:0.975rem;top:2.875rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVOKZXtuQEW5TnUryia3S9DwhQ42dl6 { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgIIwEbygVi1k7mwTOFbWxmuMVLCJnQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #gHtWApy9PVn2VT3Th0cpRIxA17IQ1SZv { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlhqyVWfZS314NZvdRwNBVqTw21yIZB { display:block; }
 }@media only screen and (max-width: 763px) { #EDI6aIZ3QXWyKoAeXMW2LzAzQwGITrmT { width:13.75rem;height:0.0625rem;top:4.375rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NVtfVVvRil4uPRxaAowrFvAFBE0wsaC1 { width:6.25rem;height:2.7625rem;top:1.1875rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xVdC8Zn2GORT4u4bwsA1uWzERRe80W { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEkKNscNq3KoaI5gDkbqy3r7y3ke4Vz { display:block; }
 }@media only screen and (max-width: 763px) { #SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { display:block; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVCnT6JxPX62v2GWfqHZe4SAVGv66JJq { width:6.25rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6a7BnpcgocaWepqAFs0OXDtDNzhUuOm { width:6.25rem;height:1.625rem;top:1.0875015258789rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #if5M1hWq7PkGo5mT5Nk61v43zTt1uqDM { width:6.25rem;height:0.975rem;top:2.8625030517578rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xudUGtzmuZtqGZqbKBmsT4xJsg4iWisc { width:6.25rem;height:0.975rem;top:2.875rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdkTIRwv49XNTO9QnK3DdZCWsMSB37V { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmv50K8V8f18rbioWMdOCDT3dADpG5s { display:block; }
 }@media only screen and (max-width: 763px) { #xIuwlWXcI9t3gOTny2OxSfNXy637Ww03 { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTE28UHrCqpCDKl9nb21mxWbVmArXuE { display:block; }
 }@media only screen and (max-width: 763px) { #lbqoBsmofv0q6REHXTg5ZiTalSiyZdE8 { width:6.875rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KqNgWcpVcN1bsnui0y89CuSeVT1cqdBR { width:6.25rem;height:2.7625rem;top:1.1875rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiMLm2rJPQXCXprKX6rmiTOS2n7OUXk { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQzq2qZzFOP6asddMyLF2dpFidiKu4cL { display:block; }
 }@media only screen and (max-width: 763px) { #O1BVUVzIMdMNS5a6VIRnNOG6VPBlXaz9 { width:6.875rem;height:0.0625rem;top:4.375rem;left:13.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { display:block; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnoZCl1dbKW8Q9z3596tAHEM2VkOU6xq { width:6.25rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98u1Ef702A7P6ZD00zoeeRMoggEElG5 { width:6.25rem;height:1.625rem;top:1.0875015258789rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0ZBZit34HbVdGXIOXMORc1w9LpbiES { width:6.25rem;height:0.975rem;top:2.8625030517578rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74AdrCswZcD3czGwqtpk4xBFiifAGgX { width:6.25rem;height:0.975rem;top:2.875rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7fby19WcHKQ9warCCSCfTlXnLvw2g83 { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdC2GqOFV7htZAQPpa73UAG9m7bhnTAN { display:block; }
 }@media only screen and (max-width: 763px) { #R2bDp7orfUhlXnBWrl3Awwttw3317oni { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APPrUO7TTnTHEPeSZkTgaLtQkLcdsIfA { display:block; }
 }@media only screen and (max-width: 763px) { #kx7VlHXhbpivBAsvagFCcP23E2qssRTV { width:13.75rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LbuBfCxQSJpP5ATpHt2bI7yedVQJOpcz { width:6.25rem;height:2.7625rem;top:1.1875rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP2zkSkTviIGf0JhDHIWpocTefdevKMP { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MhPOu2xDNh3shsn60AeqoIMI9oQLZQ { display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:116.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaqLgUTkHI5gWm7EGATwGhpCWyfuAbbN { width:19.9375rem;height:1.70625rem;top:0rem;left:0rem;font-size:1.3125rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.9375rem;height:0.9375rem;top:18.2294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:5.6rem;top:17.9794921875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PsDNbE7QQTE90nxSeFQZMAEokMQS3ugd { width:17.5rem;height:1.1375rem;top:23.9169921875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dp7EqQFo5TBDvcBydMwZJ61g1e5e1UhM { width:16.75rem;height:2.8rem;top:10.8671875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w0yQED5RlkdDrASrZAmLHiBTxRqkt9cb { width:0.9375rem;height:0.9375rem;top:27.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { width:15.6875rem;height:4.2rem;top:26.87890625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QtUnMITZaW1dSJWoxptKaAax0f4gcAht { width:16.5625rem;height:1.1375rem;top:31.50390625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { width:17.5rem;height:5.6rem;top:34.451171875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #edlbifW6hhK7FkCNG3dz2MuoSC6Xnxdm { width:0.9375rem;height:0.9375rem;top:34.638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDH8NGz8Te0pgGgaFyGtwgrQPyTtHEtS { width:0.9375rem;height:0.9375rem;top:50.5751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4NveS3eycJuPog76Vsae8hKg8ktGtkC { width:18.125rem;height:7rem;top:50.3251953125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vEaON3A2vo605hRdLgDPJotTbv9cRxt8 { width:17.75rem;height:1.1375rem;top:40.451171875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKcJMamnAQhfV9eJIQozHgQER6JBUwf4 { width:0.9375rem;height:0.9375rem;top:61.0029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guMFCvSMFSs4MzDrM35x9vkMghJxN5P6 { width:17.3125rem;height:2.8rem;top:60.7529296875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dk48CfI4Tv9EWpo0Lx3T4ezVS1HGztRX { width:0.9375rem;height:0.9375rem;top:11.115234375rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qSii5a8BPOo5KvZOEnm0uT1bxPa6CnSG { width:18.125rem;height:2.275rem;top:13.927734375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i3wMnbWDcWXi2PxHyDg20KlsZoMboSly { width:18.125rem;height:4.2rem;top:69.9404296875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S60Z2Pd3WsPJ1SbI2Dy63c9KnpabOF08 { width:0.9375rem;height:0.9375rem;top:70.1904296875rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mEqg1Iel6r2QnB9NbVL5NEkvn0E7qJPF { width:18.125rem;height:1.1375rem;top:74.4404296875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3wBzvSL3hfdTbhEriSkmMiLw7KWy5pd { width:17.75rem;height:2.275rem;top:83.271484375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfvWncySOwnKSCDAhz3OiCsH25LNKw3V { width:14.3125rem;height:5.6rem;top:77.427734375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eqwOIrZwEXCiUFwxTnAJpKBsItUfewV2 { width:0.9375rem;height:0.9375rem;top:77.677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUTbpMQD95CW02s7xke0KT1R90TKfFw { width:18.125rem;height:2.275rem;top:92.9716796875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBbuiy2An2Mx0zFhO74rmsBpyJ8JHnQy { width:17.125rem;height:5.6rem;top:87.1591796875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3FlxlNTlalidPbeKew2Ki7AtbDJzO6P { width:0.9375rem;height:0.9375rem;top:87.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okrLWzI3zbVTiwovKfwTlT1aFwwWGnlC { width:17.9375rem;height:7rem;top:96.87109375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HIoim6TXKDMCzn53kJ4cg2WdvZAPpaLI { width:0.9375rem;height:0.9375rem;top:97.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9EHfGilsBQlcmPBBs3SrqJyyNCWT7b { width:18.125rem;height:1.1375rem;top:104.18359375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MuGixo7hpQ4Ia59i0PtLebyX3y30mhRG { width:18.125rem;height:2.8rem;top:106.99609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LJpCDgC9XGDn7DRELS6cT2UTAKXDnuTn { width:0.9375rem;height:0.9375rem;top:107.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGe5Dzn8F697Zgi06QkoLwLFNc5vpvC { width:0.9375rem;height:0.9375rem;top:111.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUhbp3igplg92CHwc8BctEkTQPmq15pW { width:18.125rem;height:2.8rem;top:111.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uWHKXIeilBKlUQbzDTywMWP8TduT3mPp { width:0.9375rem;height:0.9375rem;top:65.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyW34O5QqT3NqBOrWkN9hSkJ1nsel44a { width:18.125rem;height:2.8rem;top:65.349609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IEOGbWQ612528iQKp5A5avwvbDVkNtCX { width:18.125rem;height:1.1375rem;top:57.6748046875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kaAycy5aAKD5aHxcKPFGIFoSFnyhTcTQ { width:18.125rem;height:2.8rem;top:3.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a1C6yQ9offhootsoHDLVbmsydePBRrob { width:0.9375rem;height:0.9375rem;top:3.4500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqiTmkhPRZ13WkUGEW9SBdxrigek73Kt { width:18.125rem;height:2.275rem;top:6.3624992370606rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q22N3F5ghHIwduxtRwI8F2C5UfB1b2CK { width:18.125rem;height:1.1375rem;top:46.875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkhZ9wJIbTIGQt8L6hbSTXFbiTB67UmN { width:18.125rem;height:2.8rem;top:43.79785rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JDZzOC9QrvUPsd3nx4OJ5nXOvzT7cPTd { width:0.9375rem;height:0.9375rem;top:44.04785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { display:block; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJQkvkrk0J0TuobTZTLLLaD2NW4eLTNS { width:17.75rem;height:2.8rem;top:0.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XCVwxB5vTIbzgngTvayNcB8tKm3fNT12 { width:0.9375rem;height:0.9375rem;top:7.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVuTEHqqo0R3JqQVW9GykJNdZA8Ml84 { width:17.625rem;height:2.8rem;top:7.00390625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OgTFsvmwtM94wADiEX86ux8eq999Zzw5 { width:16.5625rem;height:1.13715rem;top:10.06640625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nP8FWIZWQMakG1ysfJTBf8c7T5ywSTa7 { width:16.4375rem;height:4.2rem;top:12.826171875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A68zuee6yhWTc6IGg6B6EtfZN4oW8ei9 { width:0.9375rem;height:0.9375rem;top:13.013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3GhOZWMREDChfmb85pMBrk1hb0L3uz { width:17.75rem;height:1.13715rem;top:17.3876953125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZJwwATXc7My3l5V9qZcOcdk3oKRJRW { width:0.9375rem;height:0.9375rem;top:20.4013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oweNVcTy97yad6q5DOAdREVkyoPEIoz3 { width:14.25rem;height:5.6rem;top:20.1142578125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xPi8bvyfsgoaLOK9ugxrs6DCNKQa0mxQ { width:17.5rem;height:1.13715rem;top:25.927734375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQUHC580WJfbGWvUTLG3hSWd2sGDL4uf { width:0.9375rem;height:0.9375rem;top:28.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av3yumMzGlN2M1HT4zOa7r23km30fNN0 { width:17.1875rem;height:2.8rem;top:28.689453125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ddp2fD1MwFX9XVfKL9yySKE6RTR3BRnR { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A9S7vk5lqkT1FbVJuDTrHPw1RUaVi08D { width:18.125rem;height:2.275rem;top:3.1220703125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTMUSDSmFXQWXQhtfwfLHNtSMqqBbFum { width:18.125rem;height:1.13715rem;top:31.72265625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zRLZCRWOT5F7mGJ9R4JS97lTq8ZhtFNf { width:0.9375rem;height:0.9375rem;top:34.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnTSEOt6g3LKrG5GTcJTyanVh6LkNVLa { width:18.125rem;height:2.8rem;top:34.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o0ntVKtgpcsGaT714PwZZfzFmuX6uM3u { width:0.9375rem;height:0.9375rem;top:39.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kALEt03LiJC4DadaUzc1zVbdQ5qH5D2H { width:18.125rem;height:2.8125rem;top:39.43359375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { display:block; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTc2wxN5zVfNbFtO6M6HeDCNoZJI5UoS { width:17.875rem;height:1.4rem;top:0rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bHN3KU2pED84CpJDfKgxWPGwFsrloFRU { width:0.9375rem;height:0.9375rem;top:4.8791809082031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUZRe3nCf0DBoLPi95UxTbZXct8ru6d { width:16rem;height:7rem;top:4.6916809082031rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rq1oh2u0m7ncD7vVwxUum90GHttUTgsP { width:16.5625rem;height:1.1375rem;top:12.066680908203rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6lSQ2AGR06bLgxfvkkIGkSa2RBzGCG { width:16.4375rem;height:8.4rem;top:15.138671875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hrscwfGvD2hxZ1S9iPHu8pbdsU6wydTd { width:0.9375rem;height:0.9375rem;top:15.327087402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vxa1fGW9UTqc6iDilxrpvOapwW1mOG { width:17.75rem;height:1.1375rem;top:23.764587402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XssNyWeoSUdTf5OKT3raDGmdCM68ehUO { width:0.9375rem;height:0.9375rem;top:26.839584350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WALKd88QwBxzaHxw6JlXfodN8baz5a { width:17.625rem;height:5.6rem;top:26.615623474121rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v0vTNZBzrmUeGOhgUTxfhzbCIWRRvUoo { width:17.5rem;height:2.275rem;top:32.553123474121rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUI9ctFV57ifFGb62x6hlS0TlQTKVkZS { width:0.9375rem;height:0.9375rem;top:55.3154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTnBfVq0owOvd01RhpX3WQi6I2NGFOT { width:17.5rem;height:2.8rem;top:55.0654296875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Am5SlPmDuLl3awHlm3kGV8WqT8nowaa4 { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r0gqCkf0vnWCJLCuurg0VNC0TNW7A9Li { width:17.5rem;height:1.1375rem;top:1.7479248046875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4UADTHuCfhTuxshtmyMeXkFXnqNdNrF { width:0.9375rem;height:0.9375rem;top:60.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghUOTsMeCbxB5wiscXqdnMq6ITZ0icX4 { width:18.125rem;height:2.8rem;top:59.9736328125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NPda4qdkaoEaRpl3UfRJcBTeuQvitXLO { width:18.0625rem;height:2.8rem;top:36.458984375rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xqC4fGpZmmdmQ0enUmuUctEbG8T7GMCK { width:0.9375rem;height:0.9375rem;top:36.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keqc0JpqGKqwtt8IQ58BtJtCD0Tv85hh { width:18rem;height:1.1375rem;top:39.568359375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrHkif7EQEZFpOqHSVtkQgkMQKrhAKBc { width:18.0625rem;height:2.8rem;top:42.330078125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VFEHANR8sH9L1EmgFMil653gze2dSKgm { width:0.9375rem;height:0.9375rem;top:42.392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFnixcTOswrFW4HQdPRGC8GnwtVz7ZoV { width:18.0625rem;height:4.2rem;top:46.6904296875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AEgEWJM9KRNPmN2E53PFSyiGH1w3Qe4V { width:0.9375rem;height:0.9375rem;top:46.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaBOT5y8rT3vvTu01edbeBKFk9IHk5pJ { width:18.0625rem;height:2.275rem;top:51.17578125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zaO0CP3HrurrftiMa09D5esOmD3i9p2T { display:block; }#zaO0CP3HrurrftiMa09D5esOmD3i9p2T > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqFcb53SrgKQE3TfpvqDM3ddJ2ynQa6k { width:17.875rem;height:1.4rem;top:0rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y27qIh1oRr2zyokGnkdkBBLJNtVbJD5M { width:16.4375rem;height:4.2rem;top:5.201171875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Auo7f8TrIzmHzO01EtJ1F9wkI5nLJznG { width:0.9375rem;height:0.9375rem;top:5.513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpzHAOPPWf9nV4Hh9gnlU0kpmgb0cgI { width:17.75rem;height:1.13715rem;top:9.763671875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wpg7a3U5LEZG7ETGeiMi7AUSnAXhswuB { width:0.9375rem;height:0.9375rem;top:12.9013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5v2fAhKI3HlZBkW95E3N6R7UPoTLd95 { width:17.125rem;height:5.6rem;top:12.677734375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lE4ukL1IbP0J0lPDBu5kJ4xcS1co1xZe { width:17.5rem;height:1.13715rem;top:18.552734375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXQqx411g47aQir9w3p6GVFAo0B2EVgq { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kZLoBesTzCrada4QG8dbDvHO5tvPsLiK { width:16.3125rem;height:1.13715rem;top:1.747917175293rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWyLyBysfTJkSJGTIcR6pdA8Gtkrwley { width:18.125rem;height:2.8rem;top:41.4619140625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D9rPJ7lCBbuDscMJdPyIyilBzKVdBdMs { width:0.9375rem;height:0.9375rem;top:41.712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t88vf7ndHlxRrphm51tO3wn4IMfstUG6 { width:0.9375rem;height:0.9375rem;top:46.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra6A3mMG2VmtsrZWRZEAtM0al4ClmPnu { width:16.75rem;height:2.4375rem;top:45.998046875rem;left:1.623046875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mWtJR7Nnp8pO7BX3togQd9JPPtneIzgR { display:block; }
 }@media only screen and (max-width: 763px) { #i4aPW6HCut8PdcwwsqK0nXlrXElZ5nDH { width:0.9375rem;height:0.9375rem;top:21.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnv8VgbC0OdMDmrzkL5lZC4QvNVc3N1 { width:13.25rem;height:4.2rem;top:21.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IxG0JSPH9QNkq0ZCNnCIJevzmPar7vld { width:18.125rem;height:1.13715rem;top:26.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NoEgXCvNRqpf7NLWJlX9e5WwgH4Pg8vo { width:0.9375rem;height:0.9375rem;top:29.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5ekyMdzmT4iVLA6DakXZ442zz3yNGlT { width:18.125rem;height:4.2rem;top:29.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XUnKZpXU3RB6KJRFSQo17t9gbFMb9gDe { width:18.125rem;height:1.13715rem;top:33.8125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDfQeglM1POUcbopoCIrXzkmOHfhpgcF { width:0.9375rem;height:0.9375rem;top:37.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Zt1pTeoSsNRwAqBS9M0kA6bsLPPEX1 { width:18.125rem;height:2.8rem;top:36.8173828125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ylP46yhf2xQhWuOSOXyN6C4DObgFwtvp { width:16.25rem;height:7.4375rem;top:49.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { display:block; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container { width:20rem;height:99.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3NOKOhnPs6N9t9FGJLnt3DnSSFcg7QB { width:19.9375rem;height:1.70625rem;top:0rem;left:0rem;font-size:1.3125rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #ItSGQ2miyvz0VIHC5gNWu1waNHa8yMMk { width:17.875rem;height:2.8125rem;top:3.4302082061767rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UvhxHUawkwJU5lPWAc9hLkAdiLCxpdXb { width:0.9375rem;height:0.9375rem;top:10.004165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMRlrPmAvlrdfenR3U6tb37QZXe34kvZ { width:15.4375rem;height:4.21875rem;top:9.62890625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aKTH6aTqfGgHcqGAm4dV30XRU5rxiUeg { width:16.5625rem;height:1.1375rem;top:14.191665649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uv4c0EuQEyZZO8N4o9tDf8q2JISivBTa { width:17.5rem;height:7.03125rem;top:17.202087402344rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p6Txv39cxukh1rqlpIO2TtLv0dGyMO30 { width:0.9375rem;height:0.9375rem;top:17.514587402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNSiiDEFV5qDOvohEcTTM91azw8blqqa { width:0.9375rem;height:0.9375rem;top:34.9501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XIRdemMMimzwwqlAc0osnoT7u6riR7 { width:17.9375rem;height:7.03125rem;top:34.6376953125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ffhcLeyIN7yTkDx9eSo2EgyOQzKp77uf { width:17.75rem;height:1.1375rem;top:24.639587402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCW2F38kwhEvm6UNQrMoufeTfTqRd2cc { width:0.9375rem;height:0.9375rem;top:45.2529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5kcbZHyv5PS91chU9D8y91nBPsTNay2 { width:17.5rem;height:2.8125rem;top:45.0029296875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v9DVAyIqegTPRmqzc4n64T6tZCwi7Ib1 { width:0.9375rem;height:0.9375rem;top:3.7406253814698rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b7MUxfVHOAiTvs4BU3vzBGEcdk2HsQcB { width:18.125rem;height:1.1375rem;top:6.5531234741213rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgUIZix5M8wS0Bv6A8xh21swDNqQv8TU { width:18.125rem;height:2.8125rem;top:54.3154296875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g6T1KnaIRU4BxvhFdVMTOU2LBB57Tx5Z { width:0.9375rem;height:0.9375rem;top:54.5654296875rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pkrEIzlgVkWnso6ecx0GrHbwL7VTgRl8 { width:18.125rem;height:2.275rem;top:57.3779296875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0tyxa3J4IOfa0OTe8oewTJIPT5BP73o { width:18.125rem;height:4.21875rem;top:61.365234375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CXbLm1leQVh9uty5FQ9wEpMKtoZkBhWI { width:0.9375rem;height:0.9375rem;top:61.615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEOkr5T2ist5CPqTIU6l2ia9kKN2yvu { width:18.125rem;height:1.13715rem;top:42.0126953125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iT4QE8gNyDaqLkflMErHZqsyZV94s7tA { width:0.9375rem;height:0.9375rem;top:69.365234375rem;left:0rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K3cOESLLRxAGPdfBQzFT0CK9SpK55Iyz { width:18.125rem;height:4.21875rem;top:69.115234375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gFr8Slyigg111uOQ1vJKlZS0eR6T4UD5 { width:18.125rem;height:1.13715rem;top:73.708984375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbFV8rVN6S4Ju6edtsurdVhmkAqCFn3l { width:18.125rem;height:2.8125rem;top:76.5966796875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9fTWgCFbOKd42uTc16z2Dz0o6OZFGv { width:0.9375rem;height:0.9375rem;top:76.7841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZEMsEV05IxEibrdFbhxcxEpMeaxqUn { width:18.125rem;height:2.8125rem;top:89rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h0RbzlDLfhyJlfJvrqnOTNZBNUQpEyFo { width:0.9375rem;height:0.9375rem;top:89.1875rem;left:0rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LP19x0z60GoaLbMIOkgvyLtyTiusS2sq { width:18.125rem;height:1.13715rem;top:65.958984375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9qRnZo2ZcE6T5HQ8DcGSvPXRIxvBxQQ { width:18.125rem;height:1.13715rem;top:79.7529296875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsM9Lxo9QMkThetl80nTZmDNO3Brx34s { width:0.9375rem;height:0.9375rem;top:93.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV3x8kHRT5NsLEMrQRdX8Nh74awPZKDG { width:18.125rem;height:2.8125rem;top:93.625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sscfefFr6NSlPcJRnmLZ5CbPMDG1TT3I { width:18.125rem;height:2.8125rem;top:49.66796875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Oc957xdziRE8QkeJRh59e4UQb7Nhequl { width:0.9375rem;height:0.9375rem;top:49.66796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWgwksa8VnOlrziOGeAaorLauJQsLSlA { width:18.125rem;height:2.8125rem;top:82.79296875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wcpQtdCMT3A3WFgFLuxC4SZWeu4PoNrT { width:0.9375rem;height:0.9375rem;top:83.10546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3RMveJUoJJXIbI28yZodG8DsWGBUcX { width:18.125rem;height:1.13715rem;top:85.91796875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WgZr1qJ0DvD3nfBrLcE63Qe5lIDeWr2u { width:18.125rem;height:4.21875rem;top:27.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QA6TfR2Uwqs9KwOUNPCiMAZrBe0cmc3I { width:0.9375rem;height:0.9375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr2i2VTRl808E0tsM4OpWG4o3idAwQQE { width:18.125rem;height:1.13715rem;top:31.78125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { display:block; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfx9xwTNodEIUq6kciH2fvaB8WlEWrZD { width:17.875rem;height:1.40625rem;top:0rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rGUt8PHe4FpoDfDQDAIr1IKRlyNS75CR { width:0.9375rem;height:0.9375rem;top:5.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVADBRAZ8i4FSAP2wOGIEn9ycDITf2vk { width:18.25rem;height:4.21875rem;top:5.00390625rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kCg9w8Qr5IAeG2ypAiPuyz0mEZgVZbWX { width:16.5625rem;height:1.1375rem;top:9.56640625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT0PvycvK4cBG36BV9A824QgDNth85f4 { width:16.625rem;height:4.21875rem;top:12.451171875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AqDk8LktW2nny1BaInx2Qn0dhrV2sroo { width:0.9375rem;height:0.9375rem;top:12.763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii9WTJOdV1S07S3ntKmsCgmqBkSUN7NQ { width:17.75rem;height:2.275rem;top:17.013671875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N9a0KWLfe9pAwVbeTCeA2vPMQRF7TT3J { width:0.9375rem;height:0.9375rem;top:21.3388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4w9xUisawOtdrrivl3c6He3tvf7EaZ { width:17.625rem;height:4.21875rem;top:20.927734375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g9X0Qfh9xAMBPsS25dlymPuMUyhFLTbu { width:17.5rem;height:1.1375rem;top:25.302734375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6FmnLiQdaqbvuZlBkyxdmDb5TBs0P5u { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FZIaiTvfZONPr5vRqqgnAkVX7PQWdsLr { width:18.125rem;height:1.1375rem;top:1.6220703125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qp8LeUAU8cJ5vTidTXJhkQh7JuKdUVTA { width:18.125rem;height:1.40625rem;top:37.2529296875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kWMPgvg7GvcnTopcyEyty2XO7AsmosSs { width:0.9375rem;height:0.9375rem;top:37.564453125rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dUgVZG0y9CQNIfMiDykNr5xxlqKhuJZE { width:18.125rem;height:1.1375rem;top:39.0029296875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZRU36OexAPpobLpzRdmqdUqTVceouUL { width:18.125rem;height:1.1375rem;top:45.0205078125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkgIan3VkveSUniwqRmOwasPGOMl1zX { width:18.125rem;height:2.8125rem;top:41.98828125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T678pIfLaotTOFZsVLQL2JMDMX68odns { width:0.9375rem;height:0.9375rem;top:42.2392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02Oi4EBNDfk84HVzC7y4uq4c3IZ1Sx2 { width:18.125rem;height:2.8125rem;top:71.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AcqxyBs8xEFesP4RkuuNlhmeXURBXzmR { width:0.9375rem;height:0.9375rem;top:71.5830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoMqw2KvXAvawbt4x8WqoQlvRNLTO6Tk { width:18.125rem;height:2.8125rem;top:75.998046875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S7eU5XXOsHFWfFaTd1ivFlPmVMHSZIl4 { width:0.9375rem;height:0.9375rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N10OcEFdzWRiHxt0zrhXLTl8eKADVwmR { width:0.9375rem;height:0.9375rem;top:28.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2kcVvq2Gi39EnmEpUUbV29Np3ZHJhN { width:18.125rem;height:2.8125rem;top:28.13671875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hN31tKZcmtMFHqkihxFRLFZ6WA2o2QIO { width:0.9375rem;height:0.9375rem;top:80.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVC77uwaIHV4BEInnMITDRlKvhsQS8Rt { width:16.75rem;height:1.875rem;top:80.498046875rem;left:1.623046875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDd7Www7XsuQwC9FRbDGdOCkiS5k7W74 { display:block; }
 }@media only screen and (max-width: 763px) { #J2hN0gvUQamkBlrHsxctJzKI8BvqJTTP { width:0.9375rem;height:0.9375rem;top:32.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6biPK6JmXZNQHuaDSn8sqc0VElahClU { width:18.125rem;height:2.8125rem;top:32.685546875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WVzfZaRtFRp2mQUmrObxnbnnix2BJ2VW { width:18.125rem;height:2.8125rem;top:47.748046875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C8mVF9aTTbqFqWTMDTIG7R1LftiVdTAP { width:0.9375rem;height:0.9375rem;top:48.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshUVoTsHtyVGJSoz8xkLFWhnZ7FlezV { width:18.125rem;height:1.1375rem;top:50.935546875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uyv1k2wJshFP20TQXLodWIGKnIXRBC3F { width:18.125rem;height:2.8125rem;top:53.748046875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dGbATkXI2KoM9LmQMOZUiQI6FzIExLnH { width:0.9375rem;height:0.9375rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZF8gklTWoDIk041419XHxTr5TAIq2wT { width:18.125rem;height:1.13715rem;top:56.873046875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4SLIlD3OHqhkwUz3A4miJWaqNqW2ANU { width:0.9375rem;height:0.9375rem;top:59.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcEAh92SEEKxSMboJ7xiTXcv34EBQU0V { width:18.125rem;height:2.8125rem;top:59.6875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W9oDoIAtcEwIyRv1eytrhzx0HIqBQLf9 { width:18.125rem;height:1.13715rem;top:62.8125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItqwhIah265dI8DashVn2iDINQzKfi7b { width:16.25rem;height:7.4375rem;top:83.623046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLtRVNN7G1sAKKeDBwWBGTqrtn5tsoeT { width:0.9375rem;height:0.9375rem;top:65.685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMN8mgBg6HvrVaWXf7Nww8trxpRO9P06 { width:18.1875rem;height:2.8125rem;top:65.560546875rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TLpZtpMZ4XCX1hVtBQhqePT7TCkFckNt { width:18.1875rem;height:1.13715rem;top:68.560546875rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { display:block; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JP65wDhCyvK2OvdWCgyQ0Whq2wosPNsL { width:19.9375rem;height:1.70625rem;top:0rem;left:0rem;font-size:1.3125rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #ehv6t6t5nOS9w73IsHHbUR7XX3ZLWKo6 { width:17.8125rem;height:2.8125rem;top:3.2427062988281rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R7SMz67AQ14IUlZkzklfTUQHJUbOz5TA { width:0.9375rem;height:0.9375rem;top:3.4906253814698rem;left:0rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #in5Cblv6UrTQigZ1QpRoNkzlhoyvIm56 { width:16.25rem;height:3.75rem;top:27.492706298828rem;left:1.875rem;font-size:1.125rem;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) { #fPApuOIVKoX4kp9XI9fofPqi85C5ipip { display:block; }
 }@media only screen and (max-width: 763px) { #O9MSFCFZLzUGFxPT1Au7lqJtVDcICSco { width:18.125rem;height:4.98698125rem;top:38.4296875rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FBHKZC7IMu64wAi3Zos37SaEmDJnpnsv { width:18.125rem;height:2.275rem;top:43.75rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2WfJLV2xd14MiVkEeTx1a9LQydoIZuc { width:17.8125rem;height:4.21875rem;top:33.3125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xOFilwNpSnVdKhPIpfAdbzDpqFWpDkrN { width:0.9375rem;height:0.9375rem;top:33.5rem;left:0rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S72ydTca2dGxr3uIlQv7T70Dg7LwIzEx { width:16.25rem;height:3.75rem;top:59.7060546875rem;left:1.875rem;font-size:1.125rem;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) { #OnP5D4qA0n8wPNrGiiShuADwP6aa75zp { display:block; }
 }@media only screen and (max-width: 763px) { #aI9DGUeAwdmfHd3WkynPGFOAlXbpRQVq { width:18.125rem;height:1.1375rem;top:15.742706298828rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G561B5GqkTiCKJhaQliJ1bC1ZQ7ETLEq { width:18.25rem;height:8.3125rem;top:7.1177062988281rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo { width:18.125rem;height:8.4375rem;top:17.96875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf { width:18.125rem;height:11.25rem;top:47.1748046875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 { display:none; }#IQBW82Ciugmd6wXSxXUQ6GPhQSys6OS4 > .row .container { width:20rem;height:9.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bgevSNV1Ww0lZRFUdNQQLvT4Nnih2grJ { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqsBR9ge8pl3DbF677asGPIDVR7DWnV { width:20rem;height:1.05625rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swqtszfGOanRQAMTeG0lbOQEJ41cQHAi { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm .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; }
#X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm { 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) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #zA6m6eL9AvUFtayorNgEECTZsqSu3TIL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #NpOHTdIOSvQvIV4iGydcBwwssQJUEggM {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #JHHhr1A3OJuvHtJPUf1S5QBtPtoh1THc {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #VvyvZQgLQxKETIo3zFmvoUhTs0WtpOdR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #Iv8kvkQ8F4cuFE32mQcnMW7PpSWh6W9Z {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #uznfHezdDATe624059UfQ7QCvLPWtsus {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #svDPimnHCD8pKMJsbvOhukUOzguEiT8S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #H30zPGGLwDHQFDGUKRlMb6uOWHaE7eFV {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #QsLw4XgRqfLl1wpW9G40siLlUWXcMF8P {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #TFOfdFsmfU9lVEPLxb3QNi7fa0zBrNsU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #X1LSR8yTatv44hzyge7ykcI1XOH0C4Vr {  }
 }@media only screen and (max-width: 763px) { #X0ET0ZWb6sd1FEmGHIo8vNJqRVUEDkUm #mZdmTnOrqraTMHN6b7ko5bufGKgsI99X {  }
 }@media only screen and (max-width: 763px) { #R8xvxPld8UpSp899MSIxz2NFdKourNvP { display:block; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfXikClqIAFaAOCGe6dE6F5PhfutibrH { width:20rem;height:2.1125rem;top:2rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #gKvxLSfZsTpVlIMte78QpVFJmBX8gwr2 { width:9.375rem;height:2.275rem;top:38.5625rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SPLIwk5ehDmnk2CR86AzEh0TiX58lQ2l { width:9.375rem;height:2.275rem;top:38.5625rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wWvkzG5x8d370EKGF7hqr66ZbxVPaZp9 { width:5rem;height:5rem;top:32.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4tahJr7SP1X2DmNwfEp2lBLQoXMdlpv { width:5rem;height:5rem;top:32.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zMNPmq30PrPRfamm5Nom5vGV42Weq6 { width:9.375rem;height:2.275rem;top:29.03125rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #llgesE4SAKkGgNRdxp82TKrnxl2mKNuN { width:9.375rem;height:1.1375rem;top:20.6875rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ftB3yTfugdyTCTu69po9Nq1xLhVBmUoS { width:9.375rem;height:2.275rem;top:11.375rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yTzZKIabHVfq3O0LnfJWUglsL4D6bKGQ { width:9.375rem;height:1.1375rem;top:20.6875rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FsnIiTUBayXVIxHwLt10VvyJ0P3Q6pHN { width:5rem;height:5rem;top:23.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2adhOPs8VZ8ABw6kA7lv3puQBn2xXA2 { width:5rem;height:5rem;top:5.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6PPEa0HEeR7VTTeqBCSIH3TesubSTAk { width:5rem;height:5rem;top:14.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHmPdZKBigFx5sZOgTFMmGSl2xVFPgQm { width:5rem;height:5rem;top:14.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAp2Sfvh8UiJT5HITPTTgPeJeGTzxQBP { width:9.375rem;height:1.1375rem;top:29.0625rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yJnG81LZonBWNfl9Ep3dlrsDLnMgPhT0 { width:9.375rem;height:2.275rem;top:11.375rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fiuDsmy4F2cDy5nRW9NmLMen4XHG3AFT { width:5rem;height:5rem;top:5.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm2tUPuqDZG0Xo1LTRipuQxZNJJRm0cc { width:5rem;height:5rem;top:23.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Jn7AQiDUHeFrcgPAVHyTgQkRu6sTRe { width:9.375rem;height:1.1375rem;top:48.274993896484rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vzrkD9drWmPA0gV7aI2qrCsVCsSx40iE { width:5rem;height:5rem;top:42.524993896484rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLeRX6I2ANV9AOFGdCCAR7oh9xWfhxv { width:9.375rem;height:1.1375rem;top:48.274993896484rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ko6Bc2THwVZU8yBO2r5xDZz0LygOPs0V { width:5rem;height:5rem;top:42.524993896484rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { display:block; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M68thrRapzzC8Alp64KfQoh04lkrrGTC { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.125rem;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) { #LRUQDwuc2QHG7kUT0eZzqysJVdFSh5HC { display:block; }
 }@media only screen and (max-width: 763px) { #q6FBB4fSVXklukMO8VivsTprHf7w1czH { display:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EL370Mf8pHbVedaliVolCy02gcP17X9o { width:18.75rem;height:6.825rem;top:1.875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { width:20rem;height:8.8452655889144rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v { display:none; }#hcTKRVleoDHM3BFkDO71y0AGUdcMTV5v > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xov2f9wu0CArHrayvuthydFTWlw98Vmi { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #f8zRPMpyMclU6NvdmwWHM3EuysNZiipf { display:block; }
 }@media only screen and (max-width: 763px) { #XUnOaagfhzz7cHOQVhyFRTPh4p5QJ3Op { width:5rem;height:2.275rem;top:0.73750019073488rem;left:0.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dazezvSH9mtdTEbyrNxieGG9h6EDTAqe { width:5rem;height:2.275rem;top:0.73750019073488rem;left:7.5rem;font-size:0.8125rem;line-height:1.4;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lfFEsSx51VvSSAdh1o1ev5q8GrzxhFMP { width:6.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilIbUfyS1v9qLdtEw8UUKV4gQ7MtMdiL { width:13.75rem;height:0.0625rem;top:3.75rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cDcZlFp38LbNDx1XeDW1AdOdXZ4EZe6l { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #KulB5zWEV8EGXJFQ8hmTxueUFpFgap0K { display:block; }
 }@media only screen and (max-width: 763px) { #wmofJphn7yS2GBZUJp9WzqeHF1SWUhUk { width:6.25rem;height:2.275rem;top:0.73750019073488rem;left:13.75rem;font-size:0.8125rem;line-height:1.4;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah { display:none; }#MFZ4ldx1MngMLhyzUlh1G8bcPJ8it7Ah > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ra13WWCJvaGpImVtwehVwKlxZLc7fMNG { width:6.25rem;height:3.75rem;top:0rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #kF2vxmaQw4mpMzcelFpRBsKLGRyIBwGo { display:block; }
 }@media only screen and (max-width: 763px) { #g7sDsQtTaqduIIrMPWrCpDIwFPJTuaFx { width:5rem;height:2.275rem;top:0.73750019073488rem;left:0.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Nlb1ntJtgKqD0UNTG4Kkwhh1lQas4ATB { width:5rem;height:2.275rem;top:0.73750019073488rem;left:7.5rem;font-size:0.8125rem;line-height:1.4;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qR9bueGchu98AchkTOlimPr9vvgvOQfh { width:6.125rem;height:3.75rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c969td0fwpTPdqoRCEyA9kowpfNr9HrT { width:6.875rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ZirvAUBFgyfDtGVyC9b9MnkkXRDJ27we { width:6.25rem;height:3.75rem;top:0rem;left:13.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #MGfHMRPmVHqU1fKrraBg6krR21xIETx2 { display:block; }
 }@media only screen and (max-width: 763px) { #EmZtDfUzF7vgaXi1hCdqJK5UuknI1gfs { width:6.25rem;height:2.275rem;top:0.73750019073488rem;left:13.75rem;font-size:0.8125rem;line-height:1.4;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T9puaS909GVumU6p0xHIDu5nPfmsUos4 { width:6.875rem;height:0.0625rem;top:3.75rem;left:13.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 { display:none; }#aKO6eRddra8Uhfc1p83BPm6WtsRvRLn6 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wprPTveurSgHw64eMmv43nliGhf0ouXl { width:6.25rem;height:3.75rem;top:0rem;left:6.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #lUydq0wkteIFcA7EL8RZndlgmM5bC3nD { display:block; }
 }@media only screen and (max-width: 763px) { #XhAlyTTcwbW87lb6TrFf6I62q54hTz58 { width:5rem;height:2.275rem;top:0.73750019073488rem;left:0.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #br2n3p3Sh6m5TGwkP3pubDye4yqHOSR4 { width:5rem;height:2.275rem;top:0.73750019073488rem;left:7.5rem;font-size:0.8125rem;line-height:1.4;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yg6uZhMpWTldFtGyfKrm1P1iDmhU2xBz { width:6.125rem;height:3.75rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFiA7UfGClilGp9s48mkyZWuTuo8x0pL { width:13.75rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #vfawGe3s0UBZFBTLKRd0M9XBx9T4EhgO { width:6.25rem;height:3.75rem;top:0rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #mzmMRW1zNiQp6kVcyiZeTAi1EkRR3zS9 { display:block; }
 }@media only screen and (max-width: 763px) { #LTV6ahQ6yqh5fR5fGgy8yVDWoD8dpJiA { width:6.25rem;height:2.275rem;top:0.73750019073488rem;left:13.75rem;font-size:0.8125rem;line-height:1.4;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb { display:none; }#y5T5CC7IA40aaLLBrTByWvlt5BTDgJVb > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AApncpdA3kbIhUQRMWTrBPFIdm0wMOE3 { width:20rem;height:18.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeQATp31GNhWnThihFbPADk5eEn7WBfH { width:20rem;height:17.25rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epnp3zoBH8RW8R4EaZhOK7Iw1vg74isT { width:16.25rem;height:3.75rem;top:12.034378051757rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;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) { #z5T9usPZGc2pJSnyHiJMq9HHQSl1Hsav { display:block; }
 }@media only screen and (max-width: 763px) { #Q3MXQgKUMzc30IBHPsEh1Q44HBtONLSx { width:16.25rem;height:3.75rem;top:31.846878051757rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;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) { #yCKBMqe763L3w4H07RS5cvmr46fi2ent { display:block; }
 }@media only screen and (max-width: 763px) { #IVGc6AzU5bCTly7Bh68edJsE6TfKTUnm { width:20rem;height:4.225rem;top:6.1364593505859rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCyLMtSzSH8ywBwMqPDB7LhBdd3o3dqg { width:20rem;height:4.225rem;top:25.897918701172rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUyWO1WLNLdpLUvWo9ce1c9EU46MKwg { width:20rem;height:1.4625rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhevaVozZPf7qZFzOTi4RpDCR9UvfBH7 { width:20rem;height:1.4625rem;top:24.50520324707rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHvFlPx8c1HuqlcJtRwVtWI1zmmb8sS { width:20rem;height:1.1375rem;top:10.235412597656rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSFKMoq8tnk9Sz1Xi2HxyHfKn4Uy7mya { width:20rem;height:1.1375rem;top:30.060424804688rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnFosTlTq81RgoaDLQafytX3GmKlHhG { width:20rem;height:1.21875rem;top:16.471878051757rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIotWeHJGdugvDhGKkZ5LQMH9pDnBBRk { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9q1AtULHQAJgH7H8RaB992vHDfeoNw { width:2.5rem;height:2.5rem;top:21.19270324707rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxHsUxwurN7MHB0ozVC20hBm06XeuVE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);background-size:auto !important;display:block; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { background-color: transparent; background-image: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container > .video-iframe-container { display: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row > .video-iframe-container { display: none; }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .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); }#wzxHsUxwurN7MHB0ozVC20hBm06XeuVE > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDq1depvUvrWZiTK9ymkDrhyubw7W7oR { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlNTJZnTOlp13QJy8tXrw4CDdTUTePHd { width:20rem;height:16.875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFaxfr1hep1TTkVMTmvW9UcaTVn6b3Xz { width:20rem;height:4.55rem;top:7.1364593505863rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kawaHlgshVdImOoJTReOX5VyfwSWCzuL { width:20rem;height:4.55rem;top:25.897918701172rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUlrtZLcyrM7Zdm4gAmSZEoHBM2fuNAu { width:20rem;height:2.5996125rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2a6VeQDQ6XPuvGXwLxKvQrPZHLp24hJ { width:20rem;height:1.3rem;top:24.88020324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZM3vixN1Er3DM2IqqwIryLN6x9TdFB { width:20rem;height:0.975rem;top:11.360412597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAEl1tQ0ASp2wpHbUN09JMqCdUM4w7JI { width:20rem;height:0.975rem;top:30.310409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMCWU8FCKWm7phLNzdSrdCgq31ZNneRw { width:2.5rem;height:2.5rem;top:1.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mplwq9Vxetyie906Xm5uFxyuuBIwly4c { width:2.5rem;height:2.5rem;top:21.56770324707rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7dtKC13hPk9Ww6Q0HOBm4zl03hgWJdQ { width:20rem;height:1.05625rem;top:17.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JciEcRKkni0I6O9QWbEcMN4RISEaH7Zp { width:16.25rem;height:3.75rem;top:13.149993896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUU3i7GPS3Fr4e489Shwlwe8wI9eWlpg { display:block; }
 }@media only screen and (max-width: 763px) { #PIeKTcslkL5JdALxwdfnfmSTTpBlOWyi { width:16.25rem;height:3.75rem;top:31.899993896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMWbO5mrt5TIwWlcfplfZD0L28kV84z { display:block; }
 }@media only screen and (max-width: 763px) { #xE68irGeeAUSvOe2hpn3aktueDQ7pWTR { width:20rem;height:18.75rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nnaoWOrGZB82Mo3c8M0OpgfrW9W1MC { width:16.25rem;height:3.75rem;top:50.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWmhW8rzye0kPyK6DXifTO9xQyGTX4D { display:block; }
 }@media only screen and (max-width: 763px) { #xXS3PTtULiOIt021UNUgiD8hSiO8wbJT { width:20rem;height:2.5996125rem;top:42.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRA0NKozPGftq50bEC8hX3DsUhxDsErR { width:2.5rem;height:2.5rem;top:39.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVucki5yaQJcJal1nAS0DE7QbMA5nhpT { width:20rem;height:1.05625rem;top:55.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0S9J2PetqW3m53szeQZI5HgsQsktpau { width:20rem;height:4.55rem;top:44.875rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNm0bbIOdznzc64PygaCc0hULsAf5Uf5 { width:20rem;height:0.975rem;top:49.262499809265rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqF82a74BXWwlMwT7PXCBqVgeqpf4b5 { width:5.625rem;height:5.625rem;top:0rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);background-size:auto !important;display:block; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { background-color: transparent; background-image: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container > .video-iframe-container { display: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row > .video-iframe-container { display: none; }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .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); }#zAh4ueQuJedeAbX6DAOZ5oPOkiS8mW7C > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOfxUwolMFRKNVI0ftNXXcMAgl0Gp7dG { width:20rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTFvkbmDhLWaCek394wc9qusSBACOfP { width:20rem;height:16.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmzRENpyOdw51kfyPLcVcdTrL9XVfB8 { width:20rem;height:4.55rem;top:5.8864593505859rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1rSr7mQnUznpfzBsg1MEAx8eTVvtJWV { width:20rem;height:4.55rem;top:24.647918701172rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpXZZqTTLrn4HgLb8NsglFpcgZxnJGwf { width:20rem;height:1.3rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxLEo9o9TUXVkXuLPGClvSqp4z4U7SLR { width:20rem;height:1.3rem;top:23.63020324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWrq7v9OdZUfXe6MaLg1xF2WAJtTKT6b { width:20rem;height:0.975rem;top:10.110412597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXmxkbDcJPXO2f5hExcVORneTrr0mN7V { width:20rem;height:0.975rem;top:29.060409545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFeEhrtD56OSf5q2vvPov9bEHNMwKrPQ { width:2.5rem;height:2.5rem;top:1.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiEcqHAO9sHP03880Dd8cMQq2ZsPAaQT { width:2.5rem;height:2.5rem;top:20.31770324707rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2b1OseDZMWbE5QklzMewaa3eH1ByGkI { width:20rem;height:1.05625rem;top:16rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xexXwWV4Qg1QtEX8rpLpAuGOTLyzSnwo { width:16.25rem;height:3.75rem;top:11.899993896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdFlgpdJcQ1dxIiLlWs0QuOXNb32NlLD { display:block; }
 }@media only screen and (max-width: 763px) { #B6coTOpc3zzEq0BNF1vTT9bvRozQx5Ki { width:16.25rem;height:3.75rem;top:30.649993896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsDBwEkUlDGBM2JNiPK4K5q1WrU3aTVL { display:block; }
 }@media only screen and (max-width: 763px) { #DqRcxw62ylkbsTXctCJTvJSpzDMvx5rH { width:20rem;height:17.5rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2LrdVfcIcN3Uv3zV3PCxrMECPEoSJn { width:16.25rem;height:3.75rem;top:48.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2oSClTkqHEwOtPeX8Hr6LSTyw7n5lHQ { display:block; }
 }@media only screen and (max-width: 763px) { #GDAMeSrDQAivKhu9pTiO65fsFrM9ibF6 { width:20rem;height:1.3rem;top:41.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgcXxAUQNmadfoffHISgqzEXM7D3UST { width:2.5rem;height:2.5rem;top:37.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS5SuRf64Oba18Ju2tJSbpNmVJTiFlHA { width:20rem;height:1.05625rem;top:52.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F99uIELIsA7etsQZV0vM87bvqcgeRMcy { width:20rem;height:4.55rem;top:42.25rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARIMd91f26v1E5p6xZnwaphhJgNXvpI { width:20rem;height:0.975rem;top:46.6rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku0HNwazvveEU9RkGdsI5y2cgWDMe7pM { width:5.625rem;height:5.625rem;top:0rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK { display:none; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSVpTipPKdWJq5HBRuBANnGF0zGFIEsF { width:18.5rem;height:2.45rem;top:0.6875rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #tq3JgCmTFWMDxe62qo8S2S73Qkp0zHfw { width:4.1875rem;height:0.625rem;top:2.5124969482422rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIJB9GAqzXqbmdE9dIkiRTOJXZFHLpc7 { display:flex;width:1.875rem;height:1.875rem;top:4rem;left:17.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTQJxucewAifEPC90JnNGrpes4TUrFL7 { width:20rem;height:3.75rem;top:0rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #MW5I04lkm6GzNo8ZTEKwtQ7EqTJrf14E { display:block; }
 }@media only screen and (max-width: 763px) { #DnLNmCO69WcT7I1GfyNb2rd1iW8Qir4u { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:20rem;height:52.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:9.0625rem;height:0.975rem;top:0.71145629882812rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:5.1875rem;height:1.95rem;top:0.25390625rem;left:11.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:3.375rem;height:1.95rem;top:0.25390625rem;left:16.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:10.75rem;height:1.21875rem;top:3.808349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:20rem;height:0.0625rem;top:17.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:20rem;height:0.0625rem;top:12.433349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:20rem;height:0.0625rem;top:5.8708343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:10.5625rem;height:4.875rem;top:6.745849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { display:flex;width:1.25rem;height:1.25rem;top:3.7520904541016rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { display:flex;width:1.25rem;height:1.25rem;top:3.8125rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { display:flex;width:1.25rem;height:1.25rem;top:8.625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { display:flex;width:1.25rem;height:1.25rem;top:8.5625rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:11.6875rem;height:3.65625rem;top:13.21875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { display:flex;width:1.25rem;height:1.25rem;top:14.4375rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:20rem;height:0.0625rem;top:21.891662597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:12.625rem;height:2.4375rem;top:18.46875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { display:flex;width:1.25rem;height:1.25rem;top:19.125rem;left:12.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:20rem;height:0.0625rem;top:29.551025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { display:flex;width:1.25rem;height:1.25rem;top:25.1875rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:11.25rem;height:6.09375rem;top:22.765625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { display:flex;width:1.25rem;height:1.25rem;top:25.1875rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:20rem;height:0.0625rem;top:36.155212402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:11.625rem;height:4.875rem;top:30.488525390625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { display:flex;width:1.25rem;height:1.25rem;top:32.280212402344rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { display:flex;width:1.25rem;height:1.25rem;top:32.280212402344rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:20rem;height:0.0625rem;top:41.759399414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:11.5rem;height:3.65625rem;top:37.092712402344rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { display:flex;width:1.25rem;height:1.25rem;top:38.329162597656rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:20rem;height:0.0625rem;top:46.071899414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:10.125rem;height:2.4375rem;top:42.759399414062rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { display:flex;width:1.25rem;height:1.25rem;top:43.384399414062rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { display:flex;width:1.25rem;height:1.25rem;top:43.384399414062rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TmmOuTgNWzBNiXIb9TVV0PKN6DBawHCv { display:flex;width:1.25rem;height:1.25rem;top:48.314575195312rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #msirvxTuOD5UEkL127pAsMy5y0G0Wkc5 { width:10.625rem;height:3.65625rem;top:47.134399414062rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b934e9f2-8b38-405b-9e5c-034144214fc0/HPV0402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.adaptive-delivery-prevent-bg, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyload, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyloading { background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { background-color: transparent; background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.7); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.7); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .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); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgf4pKH7TVsBTxN9XMPrioVLNScWszBk { width:16.25rem;height:3.4375rem;top:37.1875rem;left:1.875rem;font-size:1.125rem;z-index:15024;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #xi8ZMXwQFnN5c9AoiZGFRckGcZq0uUW5 { display:block; }
 }@media only screen and (max-width: 763px) { #VidmuliepNbaUG2ap4vx7970unEMlakN { width:20rem;height:2.1125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #EJeyKPWR2M9zSxOvDzuzQDz91hbyH3KR { width:20rem;height:21rem;top:14.312496185302rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEtPI13ZZKwKg5tZLxAv449NmqvNw7b0 { width:2.3125rem;height:2.5rem;top:11.374996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { display:block; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoA6zdKmWx06b6tbprBWiTqJJMHPGUsQ { width:20rem;height:2.1125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr { display:block; }#TsbqxUxqK1Xo3gEFtwZigEDEGJ6oPKTr > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukFmNQpTbhGL9CV4dfCl4lEhgILMDJUa { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZLtnmg0eTKcSeQsPzINLnWwOOfWKKQ { width:16.3125rem;height:7.5625rem;top:0.51041650772095rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { display:block; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVE4J5fvHSzLN015rTFQBfKS1DeZv3um { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhCcrZ9QxrLar3Fz8OHBeHw7rh13awVH { width:11.0625rem;height:5.875rem;top:13.967882156372rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3HEomdRtN4VkczdXsaXZstTCtanO9K { width:11.125rem;height:5.8125rem;top:6.5078125rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1qmokTlKsfsVqSdqrRRsNZHIvqVNoA { width:14.3125rem;height:7rem;top:20.599826812744rem;left:2.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HklKp8Fp4NWBUTwQsLn5GoqJ7dF9DC { width:12.5rem;height:4.75rem;top:1.7578125rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW { display:block; }#Jml9K24eKJeE3TlmO3xV6svcbdx9fDcW > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7nxrMqv4wadMSmwUTn7FkddVwHAqoLT { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8T6Qnu9k9zTnoK4wI6vw26AeKSLD9Jz { width:12.5625rem;height:3.75rem;top:16.3125rem;left:3.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XdzGToAK2n28moZLUKOJk0TxCGqlML { width:12.125rem;height:5.3125rem;top:9.8038196563719rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTOesL8EFQJ9QQx1nWD2ywT5xKp1Cro { width:15.75rem;height:2.2223926380368rem;top:2.459201335907rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiInyJGFEwH7eTKR1sWNeOWBGS3a7716 { width:16.9375rem;height:2.8381756756757rem;top:6.3957934379575rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { display:block; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HncD6P489vgTF34EkVaaZZl7o3UpSdRM { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pclmNsGatDcpKsV7U32Cmxsr2UHAZd { width:11.5rem;height:1.5rem;top:2.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9I7JvMQafgZA4gDEnHeGNzg0kvGxzlM { width:15.9375rem;height:1.875rem;top:10.275001525879rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEtFdihMbbxn8TPoZPcvFw8J0XDkCCHQ { width:9.625rem;height:4.1847826086957rem;top:18.234375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQmy0cwKikGZd2IloWmSvbcy4iqnIPul { width:20rem;height:1.1375rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKC98EPuJUwDvDZLqF3nRSy6CB7v71Rq { width:20rem;height:1.1375rem;top:15.2625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.875rem;height:4.2246125rem;top:1.875rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.8125rem;top:12.010437011719rem;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) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.5rem;top:10.041687011719rem;left:0rem;font-size:1rem;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.5rem;top:16.135437011719rem;left:0rem;font-size:1rem;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:2.8125rem;top:18.072937011719rem;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) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:18.75rem;height:1.5rem;top:22.010437011719rem;left:0rem;font-size:1rem;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:7.03125rem;top:23.947937011719rem;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) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:18.875rem;height:2.8125rem;top:34.072937011719rem;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) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:19.375rem;height:1.5rem;top:32.135437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5TSeEcOThqT1brZKsKVbk3EBt0CLu8T { width:18.75rem;height:1.5rem;top:38.072937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOZ5Np8Evd0P8r1dAO1TvTSpQpX1iOFb { width:18.75rem;height:2.625rem;top:40.010437011719rem;left:0rem;font-size:0.875rem;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.54375rem;top:7.6354370117188rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:19.5625rem;height:4.21875rem;top:47.510437011719rem;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) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:18.125rem;height:3rem;top:43.947937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:20rem;height:2.8125rem;top:4.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) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:18.75rem;height:1.5rem;top:2.65625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:18.75rem;height:1.5rem;top:8.6979370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:19.9375rem;height:5.625rem;top:10.572937011719rem;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) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:18.75rem;height:3rem;top:17.572937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:19.875rem;height:5.625rem;top:21.010437011719rem;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) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:18.875rem;height:2.8125rem;top:29.885437011719rem;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) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:18.75rem;height:1.5rem;top:27.885437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOeBblpO8TPVT309EvC6NChrXglw7ZtG { width:18.75rem;height:1.5rem;top:34.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HVsNcSnrSdunJGf6bQvuRmgXgmCPvIEX { width:18.75rem;height:2.8125rem;top:36.010437011719rem;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) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:18.1875rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:19.875rem;height:4.21875rem;top:43.447937011719rem;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) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:18rem;height:3rem;top:40.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d { display:block; }#KcT6KMz7qZIlLeRxmOx8ROZNEDld8O6d > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McKxDcOhJKXddrtZNGl4Hh6nUDyU46ND { width:20rem;height:24.375rem;top:0rem;left:0rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrqUt1us4gzTUr3opg0K0y4HJSLAEdTF { display:block; } #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection *:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="text"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="email"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="tel"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection textarea:focus-visible { outline: none; } #RrqUt1us4gzTUr3opg0K0y4HJSLAEdTF > .row .container { position:relative;display:block; } }