.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,231,242;--color-primary-1:131,175,211;--color-primary-2:6,94,166;--color-primary-3:3,47,83;--color-primary-4:1,14,25;--color-secondary-0:227,244,231;--color-secondary-1:170,223,184;--color-secondary-2:113,201,136;--color-secondary-3:34,160,56;--color-secondary-4:19,165,56;--color-tertiary-0:255,255,255;--color-tertiary-1:163,196,223;--color-tertiary-2:102,157,201;--color-tertiary-3:6,94,166;--color-tertiary-4:0,91,165;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .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); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36f304b1-51e8-4e3f-9a9c-3c9fd9e0ab73/LPBiopsjacienkoiglowazdjglowne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.adaptive-delivery-prevent-bg, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyload, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyloading { background-image: none; }#uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { position:absolute;display:block;z-index:15000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:6.75rem;width:37.5rem;top:0rem;left:3.625rem;display:block; }
#KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.8125rem;width:37.5rem;top:0.5rem;left:3.625rem;display:block; }
#ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { position:absolute;display:block;z-index:14998;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.9375rem;width:37.5rem;top:5.2132811546326rem;left:3.6875rem;display:block; }
#xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.755642414093rem;left:5.341796875rem;height:3.57421875rem;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; }
#pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.6866321563719rem;left:5rem;height:2.69965rem;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; }
#JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { 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:11rem;width:16.8125rem;display:none; }
#ys41epHtZPM49mzO3epNTvMF6rtagi6G { background-color:#eda126;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.248264312744rem;left:3.6870651245117rem;display:block; }
#TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2OdPauENo0MIXNFfi88klJUynapc5gf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.0625rem;top:12.125rem;left:4.59375rem;overflow:hidden;display:block; }
#ERRKM0xGNbmAoIImmU6KBGHlZ3meGqou { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.31163125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.248264312744rem;left:23.067493438721rem;display:block; }
#g4OVwfZqybUiUvTtJUDxZQnTVRzDhdef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { position:relative;display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { background-color: transparent; background-image: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { border-width: 0; border-radius: 0; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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:15.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; }#RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { color:#015aa9;display:block;width:55.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4040794372559rem;left:9.6549491882325rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uk9A7OefnTKy11NFmmN3XgRFRosW3vWo { color:#015aa9;display:block;width:58.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0125875473022rem;left:9.0679244995119rem;height:8.12175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { position:relative;display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { background-color: transparent; background-image: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { border-width: 0; border-radius: 0; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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:27.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; }#FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { position:absolute;display:block;z-index:14999;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:22.5rem;width:75rem;top:1.9672317504882rem;left:0rem;display:block; }
#NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.8414077758789rem;left:5.1867179870606rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.1870125rem;width:75rem;top:0.499267578125rem;left:0rem;display:block; }
#X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#WhDETekOvrUcN74y67yPeVWcguDMb3ib { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.0275611877441rem;left:1.46484375rem;overflow:hidden;display:block; }
#ShTCAX7BBUKf6OrbdVbJwKyvAZJNUwEN { color:#015aa9;display:block;width:55.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1946620941162rem;left:5.185546875rem;height:1.62435rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CSzei3dEGAa32Z940WSwzcQhhTaZpUni { 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:4.375rem;width:4.375rem;top:8.8125rem;left:11.75rem;overflow:hidden;display:block; }
#dITA9t0U9xbiaQo4n9dLE2vLbWZ7eu6c { color:rgba(var(--color-tertiary-4),1);display:block;width:10.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5625rem;left:16.8125rem;height:2.92535rem;display:block; }
#XbQ9M8caOJRDwOG1D3ykWxB12aAewT3K { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:8.875rem;left:33rem;overflow:hidden;display:block; }
#fkmmLDc63cWg2MRIlIgqXS59vOUw44Gy { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.5625rem;left:37.9375rem;height:2.92535rem;display:block; }
#v1bqvpBQRXQoivTqHkTnBJfREgOtMq0e { 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:4.0625rem;width:4.0625rem;top:8.9375rem;left:51.9375rem;overflow:hidden;display:block; }
#viun4WnnH8ksZXry8cWF5G79nxW0INTn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5625rem;left:56.6875rem;height:2.92535rem;display:block; }
#VJUC5OgT4T8irZGKJgHXuASKiZ4hyJSx { color:#015aa9;display:block;width:58.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.231987953186rem;left:11.749134063721rem;height:3.2487rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.1875rem solid #015aa9;border-left:0.1875rem solid #015aa9;border-right:0.1875rem solid #015aa9;border-bottom:0.1875rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:5.9375rem;width:68.75rem;top:15.75rem;left:3.125rem;display:block; }
#TbxWkGz6Tzpsula7LgvSBf3krAOn0XHO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24913125rem;width:4.24913125rem;top:16.730687141419rem;left:6.5625rem;overflow:hidden;display:block; }
#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { position:relative;display:block; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { background-color: transparent; background-image: none; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container > .video-iframe-container { display: none; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row > .video-iframe-container { display: none; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .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); }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { border-width: 0; border-radius: 0; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .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; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#faLoudRK5OqHkzn6GNgoX0frFPZa5UXZ { position:absolute;display:block;z-index:14999;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:18.125rem;width:75rem;top:1.9672317504882rem;left:0rem;display:block; }
#rTSIDZoqgk31DcSUeHrGM32lo73IHWS8 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.8414077758789rem;left:5.1867179870606rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PFb3T6zKRb765RL4EDiF8OMyDeBhbqly { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.1870125rem;width:75rem;top:0.499267578125rem;left:0rem;display:block; }
#MoLVxTO56ftlhc0fRVnzlo4orCDB2d1q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#ZtA0fTIUvAUW8Dd2SXlANbdLGkeJzKON { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#LtQwrxT6p8EWtnLbtEnJu3TuitAdqs3l { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:0.99501037597656rem;left:1.4019088745118rem;overflow:hidden;display:block; }
#aWaJ7OF4pqzPTzpW4oeQ0X07D6eUViv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:6.8125rem;left:55.6875rem;height:2.92535rem;display:block; }
#de1Rbx6n4gnFzHKNKzBhadQm74JUTSi6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:6.1875rem;left:50.9375rem;overflow:hidden;display:block; }
#xPrEpR7SxHa6Pv8PX0Qi7Q1E4XuwQfht { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.5625rem;left:36.9375rem;height:1.462675rem;display:block; }
#HKlMnl8EfeMn6FFNVo6q7W5n7PJmlLTo { 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:4.125rem;width:4.125rem;top:6.125rem;left:32rem;overflow:hidden;display:block; }
#xBy1rpBaDZbJkK5MmuZMXBK1inVhpf3w { color:rgba(var(--color-tertiary-4),1);display:block;width:10.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.8125rem;left:15.8125rem;height:2.92535rem;display:block; }
#fBfq9IsRmkeCa6JS0vZ2c8wsVFVyFTfq { 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:4.375rem;width:4.375rem;top:6.0625rem;left:10.75rem;overflow:hidden;display:block; }
#msQNpTuAHmntGpsgKHkwB7B6lUnAqzc3 { position:absolute;display:block;z-index:15026;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.0625rem;width:4.0625rem;top:12.8125rem;left:38.75rem;overflow:hidden;display:block; }
#sQciGnqzTyB9LATITFvBMDKt2NnkkqST { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.6875rem;height:2.92535rem;display:block; }
#xDT3U7WFOvEEMg5ofyiPcfVkhUOzuhaz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.6875rem;left:12.75rem;height:4.38801875rem;display:block; }
#Eke2OPOANB0zuaIdTxdIlk1oGiQIldmi { 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:4.375rem;width:4.375rem;top:12.6875rem;left:7.6875rem;overflow:hidden;display:block; }
#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { position:relative;display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { background-color: transparent; background-image: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container > .video-iframe-container { display: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row > .video-iframe-container { display: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .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); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { border-width: 0; border-radius: 0; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .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; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .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:73rem;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; }#QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9976875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.5625rem;left:5.0640621185303rem;height:1.57551875rem;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; }
#Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.1870125rem;width:75rem;top:0rem;left:0rem;display:block; }
#XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75390625rem;left:9.75rem;height:1.29980625rem;display:none; }
#TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.25rem;top:24.8623046875rem;left:3.40625rem;overflow:hidden;display:none; }
#CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { position:absolute;display:block;z-index:15001;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:35.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.1937932968137rem;left:35.686851501465rem;overflow:hidden;display:block; }
#TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6050348281863rem;left:41.309677124024rem;height:2.92535rem;display:block; }
#opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:9.0679254531863rem;left:7.998046875rem;overflow:hidden;display:block; }
#t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { position:absolute;display:block;z-index:15000;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:10.8125rem;width:75rem;top:3.9366302490234rem;left:0rem;display:block; }
#Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.7677965164188rem;left:12.874347686767rem;height:2.92535rem;display:block; }
#RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.046142578125rem;left:1.21826171875rem;overflow:hidden;display:none; }
#IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:3.31163125rem;top:0.4375rem;left:1.8207454681396rem;overflow:hidden;display:block; }
#a6Mc11zPZtXLsW1UOnqRqHKb0TL2ccT2 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #13a538;border-left:0.25rem solid #13a538;border-right:0.25rem solid #13a538;border-bottom:0.25rem solid #13a538;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:33.125rem;width:75.125rem;top:39.3125rem;left:0rem;display:block; }
#Henurv5Jny1Loi3yvole2peqTHBqDwuU { color:#13a538;display:block;width:55.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.873917579651rem;left:2.5rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E4u3aeKX0Ur4gUbtJVdf1BN2aohXFJ0f { color:#015aa9;display:block;width:55.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:43.848526954651rem;left:2.5rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPvEE6ULrpWUETTFoKLxTTFf3SDJKHTu { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,90,169,0.4) ;height:18.75rem;width:18.75rem;top:49.1875rem;left:2.5rem;display:block; }
#lxFxCvGi7Hz8n9LfXkTUXCgXuZnwNVSy { color:#015aa9;display:block;width:15.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:60.186635017395rem;left:4.2805976867676rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uneFT6MCTJUU4LwAVk20tu4IEnEntQ1W { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.2625875473022rem;left:10.404731750488rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#TiFZRMXLegr0A7xdC0UdTIcNo2R8umXZ { box-sizing:content-box;height:0.1875rem;width:62.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.518664360046rem;left:6.25rem;display:block; }
#FTJOh7mINN1eikVEoKJ8Ja8HzDDH7EMb { color:rgba(var(--color-tertiary-4),1);display:block;width:50.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.264540672302rem;left:12.405597686767rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#HNWASZ0nR1w950EEIKWbMv5XlZMKOIiA { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.888020515442rem;left:17.65625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#BVSdUfhcfTnR6pn1zbPflB91AiGIZuFA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.1875rem solid #015aa9;border-left:0.1875rem solid #015aa9;border-right:0.1875rem solid #015aa9;border-bottom:0.1875rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:4.375rem;width:20.1248125rem;top:27.748482596129rem;left:1.8196620941162rem;display:block; }
#vJJ1U5ZAKHk2gwgIGP0CiDnCD0K64k0Z { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.1875rem solid #015aa9;border-left:0.1875rem solid #015aa9;border-right:0.1875rem solid #015aa9;border-bottom:0.1875rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:4.375rem;width:20.1248125rem;top:27.747399330139rem;left:27.297092437744rem;display:block; }
#Gy1X5ICo8SZvAy3Lha2mhD9AwIRJpMGe { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.1875rem solid #015aa9;border-left:0.1875rem solid #015aa9;border-right:0.1875rem solid #015aa9;border-bottom:0.1875rem solid #015aa9;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:4.375rem;width:20.1248125rem;top:27.747399222106rem;left:51.477867126465rem;display:block; }
#ZQ8V4tPlS0v7JiAOFnQiwbRKFrZt6svm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.612198721617rem;left:5.0629348754883rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#XQIRVqfX2fb2hRgtVvoHUWuBTDwFWf0g { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.343533407897rem;left:30.812717437744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#OVh5IwBJ597K25R0T3PTxzxSUPAwMp12 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.34353351593rem;left:55.444877624512rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#LRhM4FhpirDMsuWPkQT7t7i08OFPZExX { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,90,169,0.4) ;height:18.75rem;width:18.75rem;top:48.492841720581rem;left:28.395183563233rem;display:block; }
#PSeWJZsrbA4lo1NKXLwGSTV5EfUOVC81 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,90,169,0.4) ;height:18.75rem;width:18.75rem;top:48.492841720581rem;left:54.130859375rem;display:block; }
#hqZDfBAlioe9LqXrrQxcnnyT0ZFgJ6KK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:6.25rem;top:51.98025226593rem;left:8.75rem;overflow:hidden;display:block; }
#VIDDLot8fkzSMePbwy0QQKBItK1tZEh1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.875rem;top:52.00954914093rem;left:34.561634063721rem;overflow:hidden;display:block; }
#fFC6LD1lAGFLbIhLTuFfKx4GeFMXsM7A { color:#015aa9;display:block;width:12.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:60.186635017395rem;left:31.311851501465rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lDEQQs1pCyrDL7k5FoEDZMmV1sgtwylg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.875rem;top:52.978516578674rem;left:61.439888000488rem;overflow:hidden;display:block; }
#vKqzLeAE2por0hVIaOLFfVhTDyfMyk3K { color:#015aa9;display:block;width:11.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:60.186635017395rem;left:58.186851501465rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM { position:relative;display:block; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM { background-color: transparent; background-image: none; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .row .container > .video-iframe-container { display: none; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .row > .video-iframe-container { display: none; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .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); }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM { border-width: 0; border-radius: 0; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .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; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .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:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gZTiHKprtObCR6ACGnJlAusohxIETHgu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#mVkEwxqoPCMQX2uZTXpf23WWyNkBprx1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#JdTEarlqf395zC2r5gTC9sNnsggVSRSK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.25rem;top:1.4963092803955rem;left:2.40234375rem;overflow:hidden;display:block; }
#C66UG8NtqOcbSzdQTzULRqNhfTqw7uPD { background-color:#eda126;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.31055rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.0625rem;left:18.5625rem;display:block; }
#FamSL5XBwKT81vqsqnhTqgHv39gNnHTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLQuEvFVSZTeTm3GVfktROp86DT1VsXI { background-color:#13a538;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.31055rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.0625rem;left:38.25rem;display:block; }
#NhFHTukgHKqshg8FHmmLzncRJ5cSomlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#575756;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.3rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:50.6875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.8125rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { top:0rem;left:0rem;width:37.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { top:0.5rem;left:0rem;width:37.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { top:5.1875rem;left:0rem;width:37.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { top:1.75rem;left:0rem;width:29.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { top:7.625rem;left:0rem;width:35.375rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { width:16.8125rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #ys41epHtZPM49mzO3epNTvMF6rtagi6G { width:18.125rem;height:3.3125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block; }
 }@media only screen and (max-width: 763px) { #w2OdPauENo0MIXNFfi88klJUynapc5gf { top:12.125rem;left:0rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERRKM0xGNbmAoIImmU6KBGHlZ3meGqou { width:18.125rem;height:3.25rem;top:17.1875rem;left:9.4424934387206rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4OVwfZqybUiUvTtJUDxZQnTVRzDhdef { display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9A7OefnTKy11NFmmN3XgRFRosW3vWo { top:4rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { top:1.9375rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { top:0.4375rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhDETekOvrUcN74y67yPeVWcguDMb3ib { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShTCAX7BBUKf6OrbdVbJwKyvAZJNUwEN { top:6.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSzei3dEGAa32Z940WSwzcQhhTaZpUni { width:4.375rem;height:4.375rem;top:8.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dITA9t0U9xbiaQo4n9dLE2vLbWZ7eu6c { top:9.5625rem;left:5.25rem;width:10.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbQ9M8caOJRDwOG1D3ykWxB12aAewT3K { width:4.1875rem;height:4.1875rem;top:8.875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkmmLDc63cWg2MRIlIgqXS59vOUw44Gy { top:9.5625rem;left:22.1875rem;width:9.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bqvpBQRXQoivTqHkTnBJfREgOtMq0e { width:4.0625rem;height:4.0625rem;top:8.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viun4WnnH8ksZXry8cWF5G79nxW0INTn { top:9.5625rem;left:33.875rem;width:6.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJUC5OgT4T8irZGKJgHXuASKiZ4hyJSx { top:17.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { top:15.75rem;left:0rem;width:47.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbxWkGz6Tzpsula7LgvSBf3krAOn0XHO { width:4.1875rem;height:4.1875rem;top:16.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { display:block; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faLoudRK5OqHkzn6GNgoX0frFPZa5UXZ { top:1.9375rem;left:0rem;width:47.75rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSIDZoqgk31DcSUeHrGM32lo73IHWS8 { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFb3T6zKRb765RL4EDiF8OMyDeBhbqly { top:0.4375rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLVxTO56ftlhc0fRVnzlo4orCDB2d1q { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtA0fTIUvAUW8Dd2SXlANbdLGkeJzKON { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtQwrxT6p8EWtnLbtEnJu3TuitAdqs3l { width:3.4375rem;height:3.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWaJ7OF4pqzPTzpW4oeQ0X07D6eUViv0 { top:6.8125rem;left:32.875rem;width:8.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1Rbx6n4gnFzHKNKzBhadQm74JUTSi6 { width:4.3125rem;height:4.3125rem;top:6.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPrEpR7SxHa6Pv8PX0Qi7Q1E4XuwQfht { top:7.5625rem;left:22.1875rem;width:9.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKlMnl8EfeMn6FFNVo6q7W5n7PJmlLTo { width:4.125rem;height:4.125rem;top:6.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBy1rpBaDZbJkK5MmuZMXBK1inVhpf3w { top:6.8125rem;left:5.25rem;width:10.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBfq9IsRmkeCa6JS0vZ2c8wsVFVyFTfq { width:4.375rem;height:4.375rem;top:6.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msQNpTuAHmntGpsgKHkwB7B6lUnAqzc3 { width:4.0625rem;height:4.0625rem;top:12.8125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQciGnqzTyB9LATITFvBMDKt2NnkkqST { top:13.375rem;left:8.25rem;width:23.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDT3U7WFOvEEMg5ofyiPcfVkhUOzuhaz { top:12.6875rem;left:0rem;width:27.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eke2OPOANB0zuaIdTxdIlk1oGiQIldmi { width:4.375rem;height:4.375rem;top:12.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { top:1.5625rem;left:0rem;width:38.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { top:0rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { top:3.75rem;left:0rem;width:40.3125rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { width:1.25rem;height:3.3125rem;top:24.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { top:0rem;left:0rem;width:47.75rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { width:3.75rem;height:3.75rem;top:9.1875rem;left:21.999351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { top:9.5625rem;left:5.8125rem;width:25.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { width:4.0625rem;height:4.0625rem;top:9.0625rem;left:3.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { top:3.875rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { top:9.75rem;left:0rem;width:16.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { width:2.625rem;height:2.625rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { width:3.25rem;height:3.25rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Mc11zPZtXLsW1UOnqRqHKb0TL2ccT2 { top:39.3125rem;left:0rem;width:47.25rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Henurv5Jny1Loi3yvole2peqTHBqDwuU { top:41.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4u3aeKX0Ur4gUbtJVdf1BN2aohXFJ0f { top:43.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPvEE6ULrpWUETTFoKLxTTFf3SDJKHTu { top:49.1875rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxFxCvGi7Hz8n9LfXkTUXCgXuZnwNVSy { top:60.125rem;left:0rem;width:15.125rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uneFT6MCTJUU4LwAVk20tu4IEnEntQ1W { top:5.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFZRMXLegr0A7xdC0UdTIcNo2R8umXZ { top:15.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJOh7mINN1eikVEoKJ8Ja8HzDDH7EMb { top:17.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNWASZ0nR1w950EEIKWbMv5XlZMKOIiA { top:21.875rem;left:0rem;width:39.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSdUfhcfTnR6pn1zbPflB91AiGIZuFA { top:27.6875rem;left:0rem;width:20.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJ1U5ZAKHk2gwgIGP0CiDnCD0K64k0Z { top:27.6875rem;left:11.3125rem;width:20.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy1X5ICo8SZvAy3Lha2mhD9AwIRJpMGe { top:27.6875rem;left:27.1875rem;width:20.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ8V4tPlS0v7JiAOFnQiwbRKFrZt6svm { top:28.5625rem;left:0.50043487548828rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQIRVqfX2fb2hRgtVvoHUWuBTDwFWf0g { top:29.3125rem;left:17.125217437744rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVh5IwBJ597K25R0T3PTxzxSUPAwMp12 { top:29.3125rem;left:32.632377624512rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRhM4FhpirDMsuWPkQT7t7i08OFPZExX { top:48.4375rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSeWJZsrbA4lo1NKXLwGSTV5EfUOVC81 { top:48.4375rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqZDfBAlioe9LqXrrQxcnnyT0ZFgJ6KK { width:6.25rem;height:5.1875rem;top:51.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIDDLot8fkzSMePbwy0QQKBItK1tZEh1 { width:5.875rem;height:5.125rem;top:52rem;left:20.874134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFC6LD1lAGFLbIhLTuFfKx4GeFMXsM7A { top:60.125rem;left:17.624351501465rem;width:12.3125rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDEQQs1pCyrDL7k5FoEDZMmV1sgtwylg { width:5.875rem;height:5.125rem;top:52.9375rem;left:38.627388000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKqzLeAE2por0hVIaOLFfVhTDyfMyk3K { top:60.125rem;left:35.374351501465rem;width:11.9375rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2TEuseu8OugzIqgRK355ZlVrEfPT3FM { display:block; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZTiHKprtObCR6ACGnJlAusohxIETHgu { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVkEwxqoPCMQX2uZTXpf23WWyNkBprx1 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdTEarlqf395zC2r5gTC9sNnsggVSRSK { width:1.25rem;height:2.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66UG8NtqOcbSzdQTzULRqNhfTqw7uPD { width:18.125rem;height:3.25rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamSL5XBwKT81vqsqnhTqgHv39gNnHTv { display:block; }
 }@media only screen and (max-width: 763px) { #MLQuEvFVSZTeTm3GVfktROp86DT1VsXI { width:18.125rem;height:3.25rem;top:3.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhFHTukgHKqshg8FHmmLzncRJ5cSomlK { display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:37.0625rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .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); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { width:20rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { width:20rem;height:7.375rem;top:3.1250002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { width:20rem;height:9.8125rem;top:5.6250004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { width:16.75rem;height:3.7109375rem;top:0.91874980926512rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { width:17.5rem;height:3.1477875rem;top:6.56033039093rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { top:17.001953125rem;left:0rem;width:20rem;height:13.061rem;z-index:15014;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys41epHtZPM49mzO3epNTvMF6rtagi6G { width:18.125rem;height:3.24978125rem;top:31.307510375976rem;left:0.93750005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block; }
 }@media only screen and (max-width: 763px) { #w2OdPauENo0MIXNFfi88klJUynapc5gf { width:14.0625rem;height:2.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERRKM0xGNbmAoIImmU6KBGHlZ3meGqou { width:18.125rem;height:3.2487rem;top:35.872398376465rem;left:0.93750005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4OVwfZqybUiUvTtJUDxZQnTVRzDhdef { display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { width:18.6870625rem;height:1.462675rem;top:0.9375rem;left:0.65538197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9A7OefnTKy11NFmmN3XgRFRosW3vWo { width:20rem;height:17.9426875rem;top:3.486325rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { width:20rem;height:40.8125rem;top:0.87130737304688rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { width:13.2498125rem;height:2.69965rem;top:2.3654518127441rem;left:4.4739583134651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { width:20rem;height:5.3125rem;top:1.0609397888184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WhDETekOvrUcN74y67yPeVWcguDMb3ib { width:3.125rem;height:3.125rem;top:2.3068580627441rem;left:0.97981780767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShTCAX7BBUKf6OrbdVbJwKyvAZJNUwEN { width:17.1875rem;height:2.599825rem;top:7.4934883117675rem;left:1.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSzei3dEGAa32Z940WSwzcQhhTaZpUni { width:4.375rem;height:4.375rem;top:10.681423187256rem;left:0.35373264551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #dITA9t0U9xbiaQo4n9dLE2vLbWZ7eu6c { width:10.625rem;height:2.92535rem;top:11.405164718628rem;left:5.7855904698372rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XbQ9M8caOJRDwOG1D3ykWxB12aAewT3K { width:4.18728125rem;height:4.18728125rem;top:15.961372375488rem;left:0.3559028506279rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkmmLDc63cWg2MRIlIgqXS59vOUw44Gy { width:9.5605625rem;height:2.92535rem;top:16.590708732605rem;left:5.7855904698372rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v1bqvpBQRXQoivTqHkTnBJfREgOtMq0e { width:4.0625rem;height:4.0625rem;top:20.824222564698rem;left:0.79210072755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #viun4WnnH8ksZXry8cWF5G79nxW0INTn { width:6.5625rem;height:2.92535rem;top:21.389974594116rem;left:5.7855904698372rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJUC5OgT4T8irZGKJgHXuASKiZ4hyJSx { width:11.3748125rem;height:11.0416875rem;top:28.446182250976rem;left:7.2873271107675rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { width:19.625rem;height:12.375rem;top:27.543405532837rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TbxWkGz6Tzpsula7LgvSBf3krAOn0XHO { width:4.18728125rem;height:4.18728125rem;top:27.543403625488rem;left:1.6677518486977rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRli8avyZP8MJpvHOyVpC1UFMZtq23JT { display:block; }#zRli8avyZP8MJpvHOyVpC1UFMZtq23JT > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faLoudRK5OqHkzn6GNgoX0frFPZa5UXZ { width:20rem;height:45.3125rem;top:0.87130737304688rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rTSIDZoqgk31DcSUeHrGM32lo73IHWS8 { width:11.624375rem;height:1.349825rem;top:3.0414505004883rem;left:4.1872833371163rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFb3T6zKRb765RL4EDiF8OMyDeBhbqly { width:20rem;height:5.3125rem;top:1.0609397888184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLVxTO56ftlhc0fRVnzlo4orCDB2d1q { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZtA0fTIUvAUW8Dd2SXlANbdLGkeJzKON { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #LtQwrxT6p8EWtnLbtEnJu3TuitAdqs3l { width:3.125rem;height:3.125rem;top:2.1506080627441rem;left:0.91145843267444rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWaJ7OF4pqzPTzpW4oeQ0X07D6eUViv0 { width:8.499375rem;height:2.92535rem;top:19.086372375488rem;left:5.7497833371163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #de1Rbx6n4gnFzHKNKzBhadQm74JUTSi6 { width:4.31206875rem;height:4.31206875rem;top:18.393018722534rem;left:1.1935763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPrEpR7SxHa6Pv8PX0Qi7Q1E4XuwQfht { width:9.5605625rem;height:2.92535rem;top:13.656684398651rem;left:5.7497833371163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKlMnl8EfeMn6FFNVo6q7W5n7PJmlLTo { width:4.12435rem;height:4.12435rem;top:13.057726383209rem;left:1.3187935948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBy1rpBaDZbJkK5MmuZMXBK1inVhpf3w { width:10.625rem;height:2.92535rem;top:7.969831466675rem;left:5.7497833371163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fBfq9IsRmkeCa6JS0vZ2c8wsVFVyFTfq { width:4.375rem;height:4.375rem;top:7.2460975646975rem;left:0.91145843267444rem;display:block; }
 }@media only screen and (max-width: 763px) { #msQNpTuAHmntGpsgKHkwB7B6lUnAqzc3 { width:4.0625rem;height:4.0625rem;top:35.820314884186rem;left:1.7567275166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQciGnqzTyB9LATITFvBMDKt2NnkkqST { width:11.6873125rem;height:7.313375rem;top:35.820313453674rem;left:5.7497833371163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xDT3U7WFOvEEMg5ofyiPcfVkhUOzuhaz { width:12.5rem;height:8.7760625rem;top:24.796007633209rem;left:5.7497833371163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eke2OPOANB0zuaIdTxdIlk1oGiQIldmi { width:4.375rem;height:4.375rem;top:24.796007633209rem;left:0.91145843267444rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { width:20rem;height:141.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { width:13.3745625rem;height:1.349825rem;top:2.885196685791rem;left:3.3127172589302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { width:20rem;height:4.875rem;top:1.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { width:15.4358125rem;height:0;top:61.424560546875rem;left:2.281494140625rem;font-size:1.0625rem;z-index:15006;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { width:1.375rem;height:3.875rem;top:34.98828125rem;left:1.21875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { width:20rem;height:58.4375rem;top:0.87239074707031rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { width:2.625rem;height:2.625rem;top:12.968521118164rem;left:0.69552952051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { width:13.499375rem;height:4.87413125rem;top:12.968521118164rem;left:4.1297743916511rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { width:2.9375rem;height:2.9375rem;top:18.933170318604rem;left:0.44487851858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { width:20rem;height:19.4998125rem;top:4.4986982345581rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { width:13.4375rem;height:2.43706875rem;top:19.18489074707rem;left:4.1297743916511rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { width:2.125rem;height:2.125rem;top:2.375rem;left:1.2500000596046rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { width:1.5rem;height:1.5rem;top:97.685943603512rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Mc11zPZtXLsW1UOnqRqHKb0TL2ccT2 { width:19.9375rem;height:79.1875rem;top:60.528427124024rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Henurv5Jny1Loi3yvole2peqTHBqDwuU { width:16.9998125rem;height:1.54296875rem;top:62.874351501462rem;left:1.4995661377907rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4u3aeKX0Ur4gUbtJVdf1BN2aohXFJ0f { width:16.875rem;height:4.38801875rem;top:64.935981750487rem;left:1.5625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPvEE6ULrpWUETTFoKLxTTFf3SDJKHTu { width:18.75rem;height:18.75rem;top:116.74914169311rem;left:0.62500005960463rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lxFxCvGi7Hz8n9LfXkTUXCgXuZnwNVSy { width:17.874375rem;height:3.57421875rem;top:82.434898376462rem;left:1.0622830986977rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uneFT6MCTJUU4LwAVk20tu4IEnEntQ1W { width:20rem;height:3.8997375rem;top:7.6497445106506rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiFZRMXLegr0A7xdC0UdTIcNo2R8umXZ { width:20rem;height:0.186631875rem;top:23.881293773651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJOh7mINN1eikVEoKJ8Ja8HzDDH7EMb { width:20rem;height:7.313375rem;top:25.060764789581rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNWASZ0nR1w950EEIKWbMv5XlZMKOIiA { width:20rem;height:4.38801875rem;top:33.748917102814rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVSdUfhcfTnR6pn1zbPflB91AiGIZuFA { width:19.6245625rem;height:4.375rem;top:39.874144077301rem;left:0.096571207046506rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vJJ1U5ZAKHk2gwgIGP0CiDnCD0K64k0Z { width:19.6245625rem;height:4.375rem;top:45.997190475464rem;left:0.09765625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Gy1X5ICo8SZvAy3Lha2mhD9AwIRJpMGe { width:19.6245625rem;height:4.375rem;top:52.121318817139rem;left:0.09765625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ8V4tPlS0v7JiAOFnQiwbRKFrZt6svm { width:13.3105625rem;height:2.92535rem;top:40.736763000488rem;left:3.3441842198372rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQIRVqfX2fb2hRgtVvoHUWuBTDwFWf0g { width:13.3105625rem;height:1.462675rem;top:47.592237472534rem;left:3.3441842198372rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVh5IwBJ597K25R0T3PTxzxSUPAwMp12 { width:13.3105625rem;height:1.462675rem;top:53.716363906861rem;left:3.3441842198372rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRhM4FhpirDMsuWPkQT7t7i08OFPZExX { width:18.75rem;height:18.75rem;top:71.754550933838rem;left:0.62500005960463rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PSeWJZsrbA4lo1NKXLwGSTV5EfUOVC81 { width:18.75rem;height:18.75rem;top:94.026704788206rem;left:0.62500005960463rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hqZDfBAlioe9LqXrrQxcnnyT0ZFgJ6KK { width:6.25rem;height:5.18663125rem;top:75.36133003235rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIDDLot8fkzSMePbwy0QQKBItK1tZEh1 { width:5.87456875rem;height:5.12478125rem;top:97.685562133787rem;left:7.061632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFC6LD1lAGFLbIhLTuFfKx4GeFMXsM7A { width:12.3123125rem;height:3.57421875rem;top:104.64518928528rem;left:3.8433163762093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDEQQs1pCyrDL7k5FoEDZMmV1sgtwylg { width:5.87456875rem;height:5.12478125rem;top:119.90016937256rem;left:7.061632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKqzLeAE2por0hVIaOLFfVhTDyfMyk3K { width:13.624125rem;height:3.57421875rem;top:127.98394584656rem;left:3.1868491768837rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2TEuseu8OugzIqgRK355ZlVrEfPT3FM { display:block; }#l2TEuseu8OugzIqgRK355ZlVrEfPT3FM > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZTiHKprtObCR6ACGnJlAusohxIETHgu { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mVkEwxqoPCMQX2uZTXpf23WWyNkBprx1 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #JdTEarlqf395zC2r5gTC9sNnsggVSRSK { width:1.25rem;height:2.25rem;top:2.6859397888184rem;left:0.84374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66UG8NtqOcbSzdQTzULRqNhfTqw7uPD { width:18.125rem;height:3.24978125rem;top:1.5rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FamSL5XBwKT81vqsqnhTqgHv39gNnHTv { display:block; }
 }@media only screen and (max-width: 763px) { #MLQuEvFVSZTeTm3GVfktROp86DT1VsXI { width:18.125rem;height:3.24978125rem;top:5.875rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhFHTukgHKqshg8FHmmLzncRJ5cSomlK { display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }