.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:211,241,252;--color-primary-1:202,231,245;--color-primary-2:33,187,239;--color-primary-3:15,83,156;--color-primary-4:7,37,48;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:219,229,240;--color-tertiary-1:135,169,206;--color-tertiary-2:15,83,156;--color-tertiary-3:8,42,78;--color-tertiary-4:2,12,23;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4IFd0aIs373qntdJ23C6kwTk85eRSlp { position:relative;display:none; }#Q4IFd0aIs373qntdJ23C6kwTk85eRSlp { border-width: 0; border-radius: 0; }#Q4IFd0aIs373qntdJ23C6kwTk85eRSlp > .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; }#Q4IFd0aIs373qntdJ23C6kwTk85eRSlp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container { background-color: transparent; background-image: none; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container > .video-iframe-container { display: none; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row > .video-iframe-container { display: none; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .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); }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container { border-width: 0; border-radius: 0; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wkuCdutWZpqHuB5Nb1lGBlT4wduLvie4 { 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:33.0625rem;width:60rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#v0l6za2yw0bC94niNs3lGZdq29kkrGNe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.375rem;left:0rem;display:block; }
#p8XTFlauKaWMQtvQVXBHWNIWuTiLqwl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2dBegXMgBkU1g7akEoycGoBNeD8LeDJ { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.375rem;left:15.6875rem;display:block; }
#HT9TdUctCOkmTk58zmflEDDo5TIZKEh0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzl8X0AeevmqEUT1viZpvTyMCeNZNuFe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.375rem;left:30.78125rem;display:block; }
#xT5lMaKwo3Ziru4bSO2DZJCSI1rFrOpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAGTomaOxuSvTVekfG9eAEs1oTiXRK9W { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.375rem;left:46.25rem;display:block; }
#R71rUZ0eTQtXgoJOWaH4nWcaHyw5XRku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { position:relative;display:block; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { background-color: transparent; background-image: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .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); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { border-width: 0; border-radius: 0; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .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; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q1ErUESXIVBcOTDdzOW4C6254r95STNM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:43.75rem;width:30.75rem;top:0rem;left:29.25rem;display:block; }
#f2TbfBUxnkGEmzJqTTuhu7UshGubHWNM { color:rgba(var(--color-secondary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:34.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-form-header {  }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:23.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:2.625rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9a9a9a;border-left:0.0625rem solid #9a9a9a;border-right:0.0625rem solid #9a9a9a;border-bottom:0.0625rem solid #9a9a9a;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00539f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#f2f9ff;width:23.6875rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-0),1);vertical-align:top;width:22.4375rem;overflow:hidden;font-style:normal;float:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-container:first-of-type{padding-top:0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-container:last-of-type{padding-bottom:0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc  { background-color:rgba(var(--color-secondary-0),0.3);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);z-index:15002;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:5.53125rem;left:31.40625rem; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.6875rem;display:block;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc {display:block;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc { background-color:rgba(var(--color-secondary-0),0.3);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);z-index:15002;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:absolute;top:5.53125rem;left:31.40625rem; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #DITpQsZmuH4qGrsrBLwIFDHlT6hIVCct { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #WAXhTvT8AcdidFi61fUVLI82u15WP5cM { position:relative;display:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Svgip0wiFbZCMeKQClghfXVJ00UlPdah { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Lxtb2DgfwZQyceyzWKxU6KGM6gxOZsHy { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #tbfT5XX4XVL5AG3SVk9Mwy917LiNdK9R { position:relative;display:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #f833waFcZtTbxziTFZoICufd7ZVk0AFw { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #sclfg3VpIxXG7e2pEt5oS1gJCuMfiKiS { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #hmqzdh2N91Xrascp51wndA0d4oXz7Dl2 { position:relative;display:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #BxF9X9QJJeloPkEhGKsNakvO6ZQC6Eth { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #bQJsfPpZL3tkySTicdg4N22pqwfkdDJL { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #wxH360pFpJvQyHZOZpfXqOnMuCrkVQqe { position:relative;display:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #FvaOPJMFCXiJqhzIg9sgpEFwXFDlqhJe { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #v1Kvpy9CRdzrfRlZ2DqNwdyBUKLOA7al { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #LIRzf6GpCmnBnsrRTQMSnf301Dky3ZR0 { position:relative;display:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Hf0bSuZXr9Q59QIHyzJNhrbLtrJzLCyR { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #oJEwoCqy9x9sXts4KH0ydUQ6OvOeD36P { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #z5vGhmq9A6UNgfSdxwWRptsBInOiDikM { position:relative;display:none; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #sVBHkwbbe94TH5ACEG0Gen7fu2G4b93s { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #XaBZPKCp1pDO9lxr4wKpTMoGCmkGTKwi { position:relative;display:block;z-index:15000; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #L2nFa3dZkoxxXudxbSqvzZS7WRrV5q9K { position:relative;display:block;z-index:15000; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #T7RiFJLALmQ0W0kqx85bRUk8Cnp8hJyX { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #uTxQJ2PT2QTFhXbEResA3Cfi0HDaPC4z { position:relative;z-index:2; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Tyf8u4elTesRbqRVoBa7rRpPzK87pmQT { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #tircu1W2t3SIhVPDTx8rZE5CnIqUMVtE { position:relative; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Iizq3ukb2rqeD7q4PRaOwqxV13VTvWUT { position:relative; }
#Q6VfF3EcO0Kq5MSvS3i9rXDl3I4rU9ok { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:2;letter-spacing:0;top:2.30859375rem;left:0rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T5NV3oST7QcFfMSq6sWalWn2EEDqUyeJ { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:13.1875rem;left:0rem;height:12rem;text-align:justify;text-align-last:initial;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; }
#WKWT1dQaEQZnqAomZ6FWgmQ9vE9Jq4s3 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:30.5rem;left:0rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qtFUvqnhGFsMicAV8Ee2yxBTq7Rbpqgg { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:33.8125rem;left:0rem;height:10rem;text-align:justify;text-align-last:initial;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; }
#wiZqikS1DZTnUTcda4oOuPVXeapOv1hU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.375rem;left:0rem;display:none; }
#NW5GbbqBpPVOWX1ri9ETufNi4i4aUTwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SREwgC3vhDlPXNp0RIzsLfHCIyta9vvy { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.375rem;left:15.6875rem;display:none; }
#yXHDKgBhWDWWyHBeVnZL64gO9kbOXn12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sF7ofwXbFvNl6p75AbaKES4yLxpEiVWv { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.375rem;left:30.78125rem;display:none; }
#UqBSVd96xVzGhhbNrFr6GiVIxXu9IRke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0EhWelF2TVUsFo4yZVdK2vNe0PKVLIm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:13.75rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.375rem;left:46.25rem;display:none; }
#hGmaaIumpJ0p4Ktk7NEJHlya94nz84Kt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN { position:relative;display:none; }#oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN { border-width: 0; border-radius: 0; }#oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN > .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; }#oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Kox59lLCldHxbunQX8qoDWqLNIOhhNKC { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:2;letter-spacing:0;top:2.30859375rem;left:0rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Rn292p64pz1C6LTedsIlHf8kqddgr7Ni { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:13.1875rem;left:0rem;height:12rem;text-align:justify;text-align-last:initial;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:none; }
#COuP6GpmT5wkIg0fDyyGaCxzSVWc6U82 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:30.5rem;left:0rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#BiUBbksEnU4rxaUBhm0b3Z9nx1vlG8fC { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:33.8125rem;left:0rem;height:10rem;text-align:justify;text-align-last:initial;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:none; }
#BhEaQI85fqRV8U30E43J4R1tyqArXby7 { position:relative;display:block; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 { background-color: transparent; background-image: none; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row .container > .video-iframe-container { display: none; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row > .video-iframe-container { display: none; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .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); }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 { border-width: 0; border-radius: 0; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CcfWeFkrZQ0TSSNLTQ8f1TvzgKB2tFOC { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:1.3125rem;left:0rem;height:2.5rem;text-align:justify;text-align-last:initial;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; }
#FNuqOtkeQ15eGIZJTgIIL5M7zK1g9l9P { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.875rem;top:11.875rem;left:5.5rem;overflow:hidden;display:block; }
#uI6CtbuRByBLSSMbJbTA3KBTf93JNBIM { box-sizing:content-box;height:26.25rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.6875rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#t64QDqGGVDyNvlXJ91NC5GJcylIB7MkJ { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:5.6875rem;left:0rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;display:block; }
#vqZzUPhJwdrgFHI1ZUqw4eoFPBHV4PCw { color:rgba(var(--color-secondary-0),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:6.9375rem;left:4.9375rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kLvzVatMbvG39hVwsvRoyezuldzG2aq1 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:19.3125rem;left:1.75rem;height:10.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OuWLR2BX68py2JS6RH5XNvfzvU2dzz8J { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:19.3125rem;left:22.8125rem;height:9rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B58RT3wGhbuPLphlEf3hoBta5wlmGrEv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.6875rem;top:11.875rem;left:25.65625rem;overflow:hidden;display:block; }
#ItF330MofQviACzxWH8y9n4mzZp0zP1Q { color:rgba(var(--color-secondary-0),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:6.9375rem;left:26rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XTu5a2zv2FahIsaoiAnoOogzbaVXato8 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:19.3125rem;left:44.0625rem;height:10.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JW4PloBhJKvcq6Ea4KrlL2mXViHdHgLK { 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:6.5625rem;width:5.3125rem;top:11.875rem;left:48.59375rem;overflow:hidden;display:block; }
#dD1qgUyaGk7Eu3RBBKXVgENphgK6R4tU { color:rgba(var(--color-secondary-0),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:6.9375rem;left:47.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XwCbgemJ8FIX1RE3akThqXNDzdZXQ7JN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:49.75rem;left:1.75rem;height:12rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MS47DLwvtvsTBqUgHVtSi6dfvTg4C3zF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:5.0625rem;top:42.3125rem;left:6.40625rem;overflow:hidden;display:block; }
#k85J32vCsMz3zCfxqKroo82CGHUNXHxO { color:rgba(var(--color-secondary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:36.75rem;left:3.125rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IOtZFz0i8xAcrsM2Pl8eCBHTxV9ZMnfO { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:49.75rem;left:22.8125rem;height:10.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lv9RK1UvGpV1CJdCiLmPDDaVagBkLvO7 { 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:6.5625rem;width:5.1875rem;top:42.3125rem;left:27.40625rem;overflow:hidden;display:block; }
#qBOKkNvnNqHbI1RSP3aNM4ZFE5JeshFd { color:rgba(var(--color-secondary-0),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:37.375rem;left:26rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vPZzkuKIv52bCFRAIWr47ODZx7DGrTu4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:49.75rem;left:44.0625rem;height:12rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DDhB5KrRVWQXU9k9xn1d2otMmHaXvl9x { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:9.75rem;top:42.3125rem;left:46.375rem;overflow:hidden;display:block; }
#T5asZNx9QGwKXq1VrLNi45xH5vOvSKhl { color:rgba(var(--color-secondary-0),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:37.375rem;left:47.25rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QrocTyTQS6isV8aPRaTJTnJTQEWLaK2V { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:5.6875rem;left:21.0625rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;display:block; }
#TTRSKRspHnNqQb00lBq88AgW7V7gv8GT { box-sizing:content-box;height:26.25rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.875rem;left:21.0625rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#nfkle5ZtqHXeyKR0DLdie6gI3IZQmUpD { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:5.8125rem;left:42.125rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;display:block; }
#r2zuzPKH98V1FDg0z0m8ZtwtKeOkz0sk { box-sizing:content-box;height:26.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.8125rem;left:42.125rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#u3cMHU5huvf50J0ntnh80P0oIO3wyPEo { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.125rem;left:0rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;display:block; }
#C1rkuPgRto3kJFtrJzCwvQGaJeOduyGE { box-sizing:content-box;height:27.5rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:36.125rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#ainWyB2pwqNJh5VhN1SL69TiTVVwNxen { color:rgba(var(--color-secondary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:37.375rem;left:4rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ypZpnsvTTd1bNazwr97MLp9WP4Tn6Bhf { box-sizing:content-box;height:27.5rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:36.0625rem;left:21.0625rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#VAntXb8VJqzsiWSSDadOdapM7RNdU4Mm { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.0625rem;left:21.0625rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;display:block; }
#Vxi5Xt31Hi4un8Dlo2QT1g8CU5awl5ml { box-sizing:content-box;height:27.5rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:36.0625rem;left:42.125rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),0.5) ;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);display:block; }
#ZulT93M6TfupRIRaVbdiaaICM9w6oRnX { box-sizing:content-box;height:4.375rem;width:17.875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.0625rem;left:42.125rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.4375rem;display:block; }
#DzhAN0nJ1C1TEZUk7rfVwoXMNWWSx6uk { 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:33.0625rem;width:35.625rem;display:none; }
#Cepv2Tt3zPHGXv4pfUplFxOaLapGI7Te { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#rEZvtg6lE5gvNBRmxRzbNRsoX7QVvrrO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#so8lHWLNN0RWUFxNvfSlGaALx5wVannq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#us67mX1ysiX37dG6GT7mOEzSFbpw1cnT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#aTiHpDpQ7NaHgDbM2OctJC0XhdMThlha { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#BXL9SoPpD5qqktHQowp9APunBf9P93rs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container { background-color: transparent; background-image: none; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container > .video-iframe-container { display: none; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row > .video-iframe-container { display: none; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .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); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container { border-width: 0; border-radius: 0; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#IfTFLdTbxJwItyIpUDT01ouoRfJFzZrU { 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:21rem;width:60rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#O0PxM3EgNoqk87Hr0NhAVWOMfBOEvrXb { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nOqanIWiKQ3NNcTMW01RfTnW3T5OL1y1 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:2;letter-spacing:0;top:22.25rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI { position:relative;display:block; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI { background-color: transparent; background-image: none; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row .container > .video-iframe-container { display: none; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row > .video-iframe-container { display: none; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .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); }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI { border-width: 0; border-radius: 0; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E7BUD0gJnFMH2Kv628rdetlsE4UdxSH8 { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vhHurTgDUX1Al6saSVu3MaC3RnKbZNCl { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.4375rem;left:17.625rem;display:block; }
#BGdT8iefuqh1qZund7Zkte3SBXPN6e3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAfKIgMbIasJQgbqt0kMxSLv8qnBwVfA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:15.6875rem;top:15.8125rem;left:35.375rem;overflow:hidden;display:block; }
#GxSUxJAbRBpPMn6CE8vHoiBBiEfJXWGr { box-sizing:content-box;height:9.125rem;width:9.125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:10.75rem;left:5.25rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#IrGe8N59TVNI6sQvoONtgXxEMyb4Usc1 { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10rem;left:11.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);display:block; }
#i9KP6rllZPMkKJGaVMTIETxFmzDgZqdt { box-sizing:content-box;height:9.125rem;width:9.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:24.625rem;left:24.375rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#MGHt0VT7yVlpVApLaMhdEBWZ8R8TaeIw { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23.875rem;left:23.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);display:block; }
#VFXgh1PTOUFTTTNQAnMewWRDXPkLzC08 { box-sizing:content-box;height:9.125rem;width:9.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:39.3125rem;left:43.625rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#a6yX9JzzTtve5I75XLJIBZCbFDkaMU3B { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:38.5625rem;left:42.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);display:block; }
#dnA4zxFfecuCGDa0hsL9KOpTdN4zJBgV { color:rgba(var(--color-secondary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:10.75rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tZMbWW7WcLvaPlFUP26cuH1U2vHOAB7y { color:rgba(var(--color-secondary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:24.5625rem;left:24.5625rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w7JWbPDe29i7PZ58kQFv6hT3kl669iqx { color:rgba(var(--color-secondary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:39.3125rem;left:44rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sqk6aJSfzXkX5nobhf7KVHq4KHIK8dob { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.8125rem;left:7.3125rem; }
#ol77J98uWn4CC9OqRUpF3aEw3eoP1TQP { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:2;letter-spacing:0;top:4.375rem;left:0rem;height:2rem;text-align:justify;text-align-last:initial;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; }
#XUfCHM5ElTLGJSXIcQNzWhe6JUe2x34l { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:12.875rem;left:17.625rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hg9NirqCzcZ5l568veGp2e9dK1rX45cm { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26.6875rem;left:26.4375rem; }
#lR7EX34zQTBxlDe8rLd5HJB1yOPgy1Bm { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.6875rem;left:47.25rem; }
#KvipdueM5VvWFQNmNp7MhDZKCSMfuFrh { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:27.8125rem;left:2.6875rem;height:3.75rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JJcsyx1lXhWpHgAtp8K3CLTMcrtXaO7B { color:rgba(var(--color-tertiary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:41.625rem;left:5.25rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ND9db0PrdBr4HJzG1cLRwUO4kqaNTkq3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:43.9375rem;left:45.1875rem; }
#bW2lMuo4doCvcqBiNHcoT7P0xuUCdiOa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:20.3125rem;left:12.46875rem; }
#LLgk60d8n0QXBAVFRNx04QSsmqpSvTbi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iOKkMFxaLR8sT0TRXJPfdkHI9Vs4TzxV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:34.625rem;left:31.75rem; }
#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container { background-color: transparent; background-image: none; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container > .video-iframe-container { display: none; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row > .video-iframe-container { display: none; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .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); }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container { border-width: 0; border-radius: 0; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2c8273d-6d1b-4e22-b2db-a4676a5dccd9/Spital_Pelican_Ambulanta_Website_0003_CON00106EnhancedNR.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l.adaptive-delivery-prevent-bg, #NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l.lazyload, #NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l.lazyloading { background-image: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container { background-color: transparent; background-image: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container > .video-iframe-container { display: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row > .video-iframe-container { display: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .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); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container { border-width: 0; border-radius: 0; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container { background-color: transparent; background-image: none; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container > .video-iframe-container { display: none; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row > .video-iframe-container { display: none; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .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); }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container { border-width: 0; border-radius: 0; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 { position:relative;display:block; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 { background-color: transparent; background-image: none; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row .container > .video-iframe-container { display: none; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row > .video-iframe-container { display: none; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .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); }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 { border-width: 0; border-radius: 0; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .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; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JoMTWSoTg6AqBaQ8wg994TldikKZ0gbG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:2;letter-spacing:0;top:3.75rem;left:0rem;height:4rem;text-align:justify;text-align-last:initial;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; }
#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR { position:relative;display:block; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR { background-color: transparent; background-image: none; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row .container > .video-iframe-container { display: none; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row > .video-iframe-container { display: none; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .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); }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR { border-width: 0; border-radius: 0; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Nypwi1H69TAwpdHxuS0VWFNMl1c60qv2 { position:absolute;display:block;z-index:15000;height:8.8125rem;width:29.0625rem;top:0rem;left:0rem;display:block; }
#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { background-color: transparent; background-image: none; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container > .video-iframe-container { display: none; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row > .video-iframe-container { display: none; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .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); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { border-width: 0; border-radius: 0; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn { position:relative;display:block; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn { background-color: transparent; background-image: none; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container > .video-iframe-container { display: none; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row > .video-iframe-container { display: none; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .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); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn { border-width: 0; border-radius: 0; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .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; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EnShLrxyzTwvsT19iKA9hA2XTsDxo8za { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:2.0625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NQDX6QIUydD6XZFcTsKAwdo975Z5UuAs { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uyFsQKg0cDCTdgafQdIO88fk0vSZ7ZoE { color:rgba(var(--color-tertiary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:2;letter-spacing:0;top:10.1875rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uz4JBErfTw8N5GkbCOCBLvk1WnJoCh8B { color:rgba(var(--color-tertiary-2),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:27.25rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FQXNnJDd487oBdPh2LVffONfBatFzLUw { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:23.6875rem;left:0rem;height:1.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yrul1IzNWvVZzhem0b0SHeG5arVLtBiS { box-sizing:content-box;height:8rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.72);background-image:none;top:26.375rem;left:0rem;display:block; }
#NoSKuWya2BqMdQFpxKWV455XWtQAdvhO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.625rem;left:23.4375rem;display:block; }
#e28v8mAXcNRrVTDa9MlxT3XWs6zWacPr { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:35.25rem;left:25.5625rem;height:2.34375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r6EoXr0cOxUwP0c32Tv19VADS6GoRtTs { box-sizing:content-box;height:8rem;width:60rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0.72);background-image:none;top:9.1875rem;left:0rem;display:block; }
#Df5MqFL1iTDI3KNzeKTZsqb9FAERwWg7 { 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:40.625rem;width:29.4375rem;top:0rem;left:30.461240310077rem;overflow:hidden;display:block; }
#OzWPmBuaB3yZhhJLTZFhZdgZ1QuPdqpK { box-sizing:content-box;height:8rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.72);background-image:none;top:22.625rem;left:0rem;display:none; }
#a108PsH4OTZ0HTgIEscJHJDx5cBbrnsC { 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:1.5625rem;width:1.5625rem;top:18.4375rem;left:23.4375rem;display:block; }
#SikSxgTUofdGnmL7I6JyxguXnaTOT7ww { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.0625rem;left:25.5625rem;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { background-color: transparent; background-image: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container > .video-iframe-container { display: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container { display: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .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); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { border-width: 0; border-radius: 0; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#T0wiEUo0KassJT9eOastodwdCJaa78fC { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;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:13.75rem;left:7rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RA6w5zi1RLrKad1JkbgnR8MGuW6cCzrw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.75rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#A2I4Wr4KUh3SaR2yuGIUBw4G3tK45ZkP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:40.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Beff0FyQStc87uhJkzuzvG3CoOBGh34C { color:rgba(var(--color-secondary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:15.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#UyihQTx1NZM8qV0S1BW3ssn9bW0Ql6fC { 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:5.3125rem;width:21rem;top:2.875rem;left:32.125rem;overflow:hidden;display:block; }
#Z6N5vuMtwEehcBO3OPd3pmLzQZwTa2f3 { 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:6.8125rem;width:11.25rem;top:2.875rem;left:6.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q4IFd0aIs373qntdJ23C6kwTk85eRSlp { display:none; }#Q4IFd0aIs373qntdJ23C6kwTk85eRSlp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 { display:block; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkuCdutWZpqHuB5Nb1lGBlT4wduLvie4 { top:0.125rem;left:0rem;width:47.75rem;height:26.312239583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0l6za2yw0bC94niNs3lGZdq29kkrGNe { width:13.75rem;height:2.8125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8XTFlauKaWMQtvQVXBHWNIWuTiLqwl9 { display:block; }
 }@media only screen and (max-width: 763px) { #X2dBegXMgBkU1g7akEoycGoBNeD8LeDJ { width:13.75rem;height:2.8125rem;top:30.375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9TdUctCOkmTk58zmflEDDo5TIZKEh0 { display:block; }
 }@media only screen and (max-width: 763px) { #kzl8X0AeevmqEUT1viZpvTyMCeNZNuFe { width:13.75rem;height:2.8125rem;top:30.375rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5lMaKwo3Ziru4bSO2DZJCSI1rFrOpt { display:block; }
 }@media only screen and (max-width: 763px) { #zAGTomaOxuSvTVekfG9eAEs1oTiXRK9W { width:13.75rem;height:2.8125rem;top:30.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71rUZ0eTQtXgoJOWaH4nWcaHyw5XRku { display:block; }
 }@media only screen and (max-width: 763px) { #ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { display:block; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1ErUESXIVBcOTDdzOW4C6254r95STNM { top:0rem;left:17rem;width:30.75rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TbfBUxnkGEmzJqTTuhu7UshGubHWNM { top:2.25rem;left:27rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc  { width:45.25rem;height:auto;top:2.125rem;left:0rem; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc {display:block;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc { width:45.25rem;height:auto;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #DITpQsZmuH4qGrsrBLwIFDHlT6hIVCct {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #WAXhTvT8AcdidFi61fUVLI82u15WP5cM { display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Svgip0wiFbZCMeKQClghfXVJ00UlPdah {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Lxtb2DgfwZQyceyzWKxU6KGM6gxOZsHy {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #tbfT5XX4XVL5AG3SVk9Mwy917LiNdK9R { display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #f833waFcZtTbxziTFZoICufd7ZVk0AFw {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #sclfg3VpIxXG7e2pEt5oS1gJCuMfiKiS {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #hmqzdh2N91Xrascp51wndA0d4oXz7Dl2 { display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #BxF9X9QJJeloPkEhGKsNakvO6ZQC6Eth {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #bQJsfPpZL3tkySTicdg4N22pqwfkdDJL {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #wxH360pFpJvQyHZOZpfXqOnMuCrkVQqe { display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #FvaOPJMFCXiJqhzIg9sgpEFwXFDlqhJe {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #v1Kvpy9CRdzrfRlZ2DqNwdyBUKLOA7al {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #LIRzf6GpCmnBnsrRTQMSnf301Dky3ZR0 { display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Hf0bSuZXr9Q59QIHyzJNhrbLtrJzLCyR {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #oJEwoCqy9x9sXts4KH0ydUQ6OvOeD36P {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #z5vGhmq9A6UNgfSdxwWRptsBInOiDikM { display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #sVBHkwbbe94TH5ACEG0Gen7fu2G4b93s {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #XaBZPKCp1pDO9lxr4wKpTMoGCmkGTKwi {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #L2nFa3dZkoxxXudxbSqvzZS7WRrV5q9K {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #T7RiFJLALmQ0W0kqx85bRUk8Cnp8hJyX {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #uTxQJ2PT2QTFhXbEResA3Cfi0HDaPC4z {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Tyf8u4elTesRbqRVoBa7rRpPzK87pmQT {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #tircu1W2t3SIhVPDTx8rZE5CnIqUMVtE {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Iizq3ukb2rqeD7q4PRaOwqxV13VTvWUT {  }
 }@media only screen and (max-width: 763px) { #Q6VfF3EcO0Kq5MSvS3i9rXDl3I4rU9ok { top:2.25rem;left:0rem;width:27.8125rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5NV3oST7QcFfMSq6sWalWn2EEDqUyeJ { top:13.1875rem;left:0rem;width:27.8125rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKWT1dQaEQZnqAomZ6FWgmQ9vE9Jq4s3 { top:30.5rem;left:0rem;width:27.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFUvqnhGFsMicAV8Ee2yxBTq7Rbpqgg { top:33.8125rem;left:0rem;width:27.8125rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiZqikS1DZTnUTcda4oOuPVXeapOv1hU { width:13.75rem;height:2.8125rem;top:30.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW5GbbqBpPVOWX1ri9ETufNi4i4aUTwX { display:block; }
 }@media only screen and (max-width: 763px) { #SREwgC3vhDlPXNp0RIzsLfHCIyta9vvy { width:13.75rem;height:2.8125rem;top:30.375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXHDKgBhWDWWyHBeVnZL64gO9kbOXn12 { display:block; }
 }@media only screen and (max-width: 763px) { #sF7ofwXbFvNl6p75AbaKES4yLxpEiVWv { width:13.75rem;height:2.8125rem;top:30.375rem;left:24.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqBSVd96xVzGhhbNrFr6GiVIxXu9IRke { display:block; }
 }@media only screen and (max-width: 763px) { #A0EhWelF2TVUsFo4yZVdK2vNe0PKVLIm { width:13.75rem;height:2.8125rem;top:30.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGmaaIumpJ0p4Ktk7NEJHlya94nz84Kt { display:block; }
 }@media only screen and (max-width: 763px) { #oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN { display:none; }#oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kox59lLCldHxbunQX8qoDWqLNIOhhNKC { top:2.25rem;left:0rem;width:27.8125rem;height:8.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rn292p64pz1C6LTedsIlHf8kqddgr7Ni { top:13.1875rem;left:0rem;width:27.8125rem;height:12rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #COuP6GpmT5wkIg0fDyyGaCxzSVWc6U82 { top:30.5rem;left:0rem;width:27.8125rem;height:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiUBbksEnU4rxaUBhm0b3Z9nx1vlG8fC { top:33.8125rem;left:0rem;width:27.8125rem;height:10rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhEaQI85fqRV8U30E43J4R1tyqArXby7 { display:block; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcfWeFkrZQ0TSSNLTQ8f1TvzgKB2tFOC { top:1.3125rem;left:0rem;width:27.8125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNuqOtkeQ15eGIZJTgIIL5M7zK1g9l9P { top:11.875rem;left:0rem;width:6.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI6CtbuRByBLSSMbJbTA3KBTf93JNBIM { top:5.6875rem;left:0rem;width:17.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t64QDqGGVDyNvlXJ91NC5GJcylIB7MkJ { top:5.6875rem;left:0rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZzUPhJwdrgFHI1ZUqw4eoFPBHV4PCw { top:6.9375rem;left:0rem;width:8rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvzVatMbvG39hVwsvRoyezuldzG2aq1 { top:19.3125rem;left:0rem;width:14.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuWLR2BX68py2JS6RH5XNvfzvU2dzz8J { top:19.3125rem;left:16.6875rem;width:14.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B58RT3wGhbuPLphlEf3hoBta5wlmGrEv { top:11.875rem;left:19.53125rem;width:8.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItF330MofQviACzxWH8y9n4mzZp0zP1Q { top:6.9375rem;left:19.875rem;width:8rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTu5a2zv2FahIsaoiAnoOogzbaVXato8 { top:19.3125rem;left:33.375rem;width:14.375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4PloBhJKvcq6Ea4KrlL2mXViHdHgLK { top:11.875rem;left:42.4375rem;width:5.3125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD1qgUyaGk7Eu3RBBKXVgENphgK6R4tU { top:6.9375rem;left:39.75rem;width:8rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwCbgemJ8FIX1RE3akThqXNDzdZXQ7JN { top:49.75rem;left:0rem;width:14.375rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS47DLwvtvsTBqUgHVtSi6dfvTg4C3zF { top:42.3125rem;left:0.28125rem;width:5.0625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85J32vCsMz3zCfxqKroo82CGHUNXHxO { top:36.75rem;left:0rem;width:11.3125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtZFz0i8xAcrsM2Pl8eCBHTxV9ZMnfO { top:49.75rem;left:16.6875rem;width:14.375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv9RK1UvGpV1CJdCiLmPDDaVagBkLvO7 { top:42.3125rem;left:21.28125rem;width:5.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBOKkNvnNqHbI1RSP3aNM4ZFE5JeshFd { top:37.375rem;left:19.875rem;width:8rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZzkuKIv52bCFRAIWr47ODZx7DGrTu4 { top:49.75rem;left:33.375rem;width:14.375rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDhB5KrRVWQXU9k9xn1d2otMmHaXvl9x { top:42.3125rem;left:38rem;width:9.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5asZNx9QGwKXq1VrLNi45xH5vOvSKhl { top:37.375rem;left:39.75rem;width:8rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrocTyTQS6isV8aPRaTJTnJTQEWLaK2V { top:5.6875rem;left:14.9375rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRSKRspHnNqQb00lBq88AgW7V7gv8GT { top:5.875rem;left:14.9375rem;width:17.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfkle5ZtqHXeyKR0DLdie6gI3IZQmUpD { top:5.8125rem;left:29.875rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2zuzPKH98V1FDg0z0m8ZtwtKeOkz0sk { top:5.8125rem;left:29.875rem;width:17.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3cMHU5huvf50J0ntnh80P0oIO3wyPEo { top:36.125rem;left:0rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1rkuPgRto3kJFtrJzCwvQGaJeOduyGE { top:36.125rem;left:0rem;width:17.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ainWyB2pwqNJh5VhN1SL69TiTVVwNxen { top:37.375rem;left:0rem;width:9.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypZpnsvTTd1bNazwr97MLp9WP4Tn6Bhf { top:36.0625rem;left:14.9375rem;width:17.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAntXb8VJqzsiWSSDadOdapM7RNdU4Mm { top:36.0625rem;left:14.9375rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxi5Xt31Hi4un8Dlo2QT1g8CU5awl5ml { top:36.0625rem;left:29.875rem;width:17.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZulT93M6TfupRIRaVbdiaaICM9w6oRnX { top:36.0625rem;left:29.875rem;width:17.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhAN0nJ1C1TEZUk7rfVwoXMNWWSx6uk { width:35.625rem;height:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cepv2Tt3zPHGXv4pfUplFxOaLapGI7Te { display:none; }
 }@media only screen and (max-width: 763px) { #rEZvtg6lE5gvNBRmxRzbNRsoX7QVvrrO { display:none; }
 }@media only screen and (max-width: 763px) { #so8lHWLNN0RWUFxNvfSlGaALx5wVannq { display:none; }
 }@media only screen and (max-width: 763px) { #us67mX1ysiX37dG6GT7mOEzSFbpw1cnT { display:none; }
 }@media only screen and (max-width: 763px) { #aTiHpDpQ7NaHgDbM2OctJC0XhdMThlha { display:none; }
 }@media only screen and (max-width: 763px) { #BXL9SoPpD5qqktHQowp9APunBf9P93rs { display:none; }
 }@media only screen and (max-width: 763px) { #MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf { display:block; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfTFLdTbxJwItyIpUDT01ouoRfJFzZrU { top:1.25rem;left:0rem;width:47.75rem;height:16.7125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0PxM3EgNoqk87Hr0NhAVWOMfBOEvrXb { top:1.25rem;left:0rem;width:27.8125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOqanIWiKQ3NNcTMW01RfTnW3T5OL1y1 { top:22.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI { display:block; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7BUD0gJnFMH2Kv628rdetlsE4UdxSH8 { top:1.25rem;left:0rem;width:31rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhHurTgDUX1Al6saSVu3MaC3RnKbZNCl { width:15.8125rem;height:2.3125rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdT8iefuqh1qZund7Zkte3SBXPN6e3O { display:block; }
 }@media only screen and (max-width: 763px) { #TAfKIgMbIasJQgbqt0kMxSLv8qnBwVfA { top:15.8125rem;left:29.25rem;width:15.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxSUxJAbRBpPMn6CE8vHoiBBiEfJXWGr { top:10.75rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrGe8N59TVNI6sQvoONtgXxEMyb4Usc1 { top:10rem;left:5.8125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9KP6rllZPMkKJGaVMTIETxFmzDgZqdt { top:24.625rem;left:18.25rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHt0VT7yVlpVApLaMhdEBWZ8R8TaeIw { top:23.875rem;left:17.5rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFXgh1PTOUFTTTNQAnMewWRDXPkLzC08 { top:39.3125rem;left:37.5rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6yX9JzzTtve5I75XLJIBZCbFDkaMU3B { top:38.5625rem;left:36.8125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA4zxFfecuCGDa0hsL9KOpTdN4zJBgV { top:10.75rem;left:6.8125rem;width:1.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZMbWW7WcLvaPlFUP26cuH1U2vHOAB7y { top:24.5625rem;left:18.4375rem;width:1.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7JWbPDe29i7PZ58kQFv6hT3kl669iqx { top:39.3125rem;left:37.875rem;width:1.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqk6aJSfzXkX5nobhf7KVHq4KHIK8dob { top:12.8125rem;left:1.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol77J98uWn4CC9OqRUpF3aEw3eoP1TQP { top:4.375rem;left:0rem;width:25.1875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfCHM5ElTLGJSXIcQNzWhe6JUe2x34l { top:12.875rem;left:11.5rem;width:35.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9NirqCzcZ5l568veGp2e9dK1rX45cm { top:26.6875rem;left:20.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7EX34zQTBxlDe8rLd5HJB1yOPgy1Bm { top:40.6875rem;left:41.125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvipdueM5VvWFQNmNp7MhDZKCSMfuFrh { top:27.8125rem;left:0rem;width:18.375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcsyx1lXhWpHgAtp8K3CLTMcrtXaO7B { top:41.625rem;left:0rem;width:36.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9db0PrdBr4HJzG1cLRwUO4kqaNTkq3 { top:43.9375rem;left:39.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2lMuo4doCvcqBiNHcoT7P0xuUCdiOa { top:20.3125rem;left:6.34375rem;width:6.0625rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLgk60d8n0QXBAVFRNx04QSsmqpSvTbi { display:none; }
 }@media only screen and (max-width: 763px) { #iOKkMFxaLR8sT0TRXJPfdkHI9Vs4TzxV { top:34.625rem;left:25.625rem;width:6.0625rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8enGEuTIoTJIzFoewFSk16h5EtQpIJu { display:block; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l { display:block; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q { display:block; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 { display:block; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoMTWSoTg6AqBaQ8wg994TldikKZ0gbG { top:3.75rem;left:0rem;width:47.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR { display:block; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nypwi1H69TAwpdHxuS0VWFNMl1c60qv2 { top:0rem;left:0rem;width:29.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9CKmRWrVvpBD82NMrTilTeQBMySaXvp { display:block; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx6c9scdcAd0hEgimJAnv6nPBgzggpZn { display:block; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnShLrxyzTwvsT19iKA9hA2XTsDxo8za { top:2.5rem;left:0rem;width:34.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQDX6QIUydD6XZFcTsKAwdo975Z5UuAs { top:7.0625rem;left:0rem;width:17rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyFsQKg0cDCTdgafQdIO88fk0vSZ7ZoE { top:10.1875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz4JBErfTw8N5GkbCOCBLvk1WnJoCh8B { top:27.25rem;left:0rem;width:47.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQXNnJDd487oBdPh2LVffONfBatFzLUw { top:23.6875rem;left:0rem;width:17rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrul1IzNWvVZzhem0b0SHeG5arVLtBiS { top:26.375rem;left:0rem;width:47.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoSKuWya2BqMdQFpxKWV455XWtQAdvhO { width:1.5625rem;height:1.5625rem;top:35.625rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e28v8mAXcNRrVTDa9MlxT3XWs6zWacPr { top:35.25rem;left:19.4375rem;width:10.375rem;height:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6EoXr0cOxUwP0c32Tv19VADS6GoRtTs { top:9.1875rem;left:0rem;width:47.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5MqFL1iTDI3KNzeKTZsqb9FAERwWg7 { top:0rem;left:18.3125rem;width:29.4375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzWPmBuaB3yZhhJLTZFhZdgZ1QuPdqpK { top:22.625rem;left:0rem;width:47.75rem;height:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #a108PsH4OTZ0HTgIEscJHJDx5cBbrnsC { width:1.5625rem;height:1.5625rem;top:18.4375rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SikSxgTUofdGnmL7I6JyxguXnaTOT7ww { top:18.0625rem;left:19.4375rem;width:10.375rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { display:block; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0wiEUo0KassJT9eOastodwdCJaa78fC { top:13.75rem;left:0.875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA6w5zi1RLrKad1JkbgnR8MGuW6cCzrw { top:13.75rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2I4Wr4KUh3SaR2yuGIUBw4G3tK45ZkP { top:13.75rem;left:34.4375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beff0FyQStc87uhJkzuzvG3CoOBGh34C { top:16.0625rem;left:9.75rem;width:28.25rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyihQTx1NZM8qV0S1BW3ssn9bW0Ql6fC { top:2.875rem;left:26rem;width:21rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6N5vuMtwEehcBO3OPd3pmLzQZwTa2f3 { top:2.875rem;left:0.8125rem;width:11.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q4IFd0aIs373qntdJ23C6kwTk85eRSlp { display:block; }#Q4IFd0aIs373qntdJ23C6kwTk85eRSlp > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 { display:none; }#cgqXDSEBLCdqTXWJmDbT2hLUdNWdf739 > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6606c5d-c707-49a1-83d4-c3d02e4ce596/HomecareHeadmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkuCdutWZpqHuB5Nb1lGBlT4wduLvie4 { width:20rem;height:11.208333333333rem;top:35.43359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0l6za2yw0bC94niNs3lGZdq29kkrGNe { width:13.75rem;height:2.8125rem;top:1.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8XTFlauKaWMQtvQVXBHWNIWuTiLqwl9 { display:block; }
 }@media only screen and (max-width: 763px) { #X2dBegXMgBkU1g7akEoycGoBNeD8LeDJ { width:13.75rem;height:2.8125rem;top:5.3125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT9TdUctCOkmTk58zmflEDDo5TIZKEh0 { display:block; }
 }@media only screen and (max-width: 763px) { #kzl8X0AeevmqEUT1viZpvTyMCeNZNuFe { width:13.75rem;height:2.8125rem;top:9.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT5lMaKwo3Ziru4bSO2DZJCSI1rFrOpt { display:block; }
 }@media only screen and (max-width: 763px) { #zAGTomaOxuSvTVekfG9eAEs1oTiXRK9W { width:13.75rem;height:2.8125rem;top:13.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R71rUZ0eTQtXgoJOWaH4nWcaHyw5XRku { display:block; }
 }@media only screen and (max-width: 763px) { #ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { background-color:#0f539c;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; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { background-color: transparent; background-image: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .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); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { border-width: 0; border-radius: 0; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1ErUESXIVBcOTDdzOW4C6254r95STNM { width:19.875rem;height:46.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2TbfBUxnkGEmzJqTTuhu7UshGubHWNM { width:12.8125rem;height:1.625rem;top:2.6875rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-text {padding-top: 0; padding-bottom: 0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-select {padding-top: 0; padding-bottom: 0;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc  { width:17.25rem;height:auto;top:6.3125rem;left:0rem; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc {display:block;}#o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc { width:17.25rem;height:auto;top:6.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #DITpQsZmuH4qGrsrBLwIFDHlT6hIVCct {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #WAXhTvT8AcdidFi61fUVLI82u15WP5cM { display:none; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Svgip0wiFbZCMeKQClghfXVJ00UlPdah {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Lxtb2DgfwZQyceyzWKxU6KGM6gxOZsHy {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #tbfT5XX4XVL5AG3SVk9Mwy917LiNdK9R { display:none; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #f833waFcZtTbxziTFZoICufd7ZVk0AFw {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #sclfg3VpIxXG7e2pEt5oS1gJCuMfiKiS {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #hmqzdh2N91Xrascp51wndA0d4oXz7Dl2 { display:none; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #BxF9X9QJJeloPkEhGKsNakvO6ZQC6Eth {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #bQJsfPpZL3tkySTicdg4N22pqwfkdDJL {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #wxH360pFpJvQyHZOZpfXqOnMuCrkVQqe { display:none; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #FvaOPJMFCXiJqhzIg9sgpEFwXFDlqhJe {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #v1Kvpy9CRdzrfRlZ2DqNwdyBUKLOA7al {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #LIRzf6GpCmnBnsrRTQMSnf301Dky3ZR0 { display:none; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Hf0bSuZXr9Q59QIHyzJNhrbLtrJzLCyR {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #oJEwoCqy9x9sXts4KH0ydUQ6OvOeD36P {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #z5vGhmq9A6UNgfSdxwWRptsBInOiDikM { display:none; }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #sVBHkwbbe94TH5ACEG0Gen7fu2G4b93s {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #XaBZPKCp1pDO9lxr4wKpTMoGCmkGTKwi {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #L2nFa3dZkoxxXudxbSqvzZS7WRrV5q9K {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #T7RiFJLALmQ0W0kqx85bRUk8Cnp8hJyX {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #uTxQJ2PT2QTFhXbEResA3Cfi0HDaPC4z {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Tyf8u4elTesRbqRVoBa7rRpPzK87pmQT {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #tircu1W2t3SIhVPDTx8rZE5CnIqUMVtE {  }
 }@media only screen and (max-width: 763px) { #o2eqt9M5mJ2LwIJuc801lHxNOIKxNMTc #Iizq3ukb2rqeD7q4PRaOwqxV13VTvWUT {  }
 }@media only screen and (max-width: 763px) { #Q6VfF3EcO0Kq5MSvS3i9rXDl3I4rU9ok { width:20rem;height:0;top:53.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T5NV3oST7QcFfMSq6sWalWn2EEDqUyeJ { width:20rem;height:0;top:65.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKWT1dQaEQZnqAomZ6FWgmQ9vE9Jq4s3 { width:20rem;height:0;top:82.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtFUvqnhGFsMicAV8Ee2yxBTq7Rbpqgg { width:20rem;height:0;top:85.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiZqikS1DZTnUTcda4oOuPVXeapOv1hU { width:9.375rem;height:2.1875rem;top:42.375rem;left:0rem;z-index:15006;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#21bbef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW5GbbqBpPVOWX1ri9ETufNi4i4aUTwX { display:block; }
 }@media only screen and (max-width: 763px) { #SREwgC3vhDlPXNp0RIzsLfHCIyta9vvy { width:9.375rem;height:2.1875rem;top:42.375rem;left:10.625rem;z-index:15007;background-color:#21bbef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHDKgBhWDWWyHBeVnZL64gO9kbOXn12 { display:block; }
 }@media only screen and (max-width: 763px) { #sF7ofwXbFvNl6p75AbaKES4yLxpEiVWv { width:9.375rem;height:2.1875rem;top:45.8125rem;left:0rem;z-index:15008;background-color:#21bbef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqBSVd96xVzGhhbNrFr6GiVIxXu9IRke { display:block; }
 }@media only screen and (max-width: 763px) { #A0EhWelF2TVUsFo4yZVdK2vNe0PKVLIm { width:9.375rem;height:2.1875rem;top:45.8125rem;left:10.625rem;z-index:15009;background-color:#21bbef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGmaaIumpJ0p4Ktk7NEJHlya94nz84Kt { display:block; }
 }@media only screen and (max-width: 763px) { #oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN { display:block; }#oGeb2RBT6IeZweVNdo6S4nBuf4wqHzTN > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kox59lLCldHxbunQX8qoDWqLNIOhhNKC { width:20rem;height:9rem;top:2.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Rn292p64pz1C6LTedsIlHf8kqddgr7Ni { width:20rem;height:15rem;top:12.75rem;left:0rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #COuP6GpmT5wkIg0fDyyGaCxzSVWc6U82 { width:20rem;height:1.6875rem;top:31.5rem;left:0rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BiUBbksEnU4rxaUBhm0b3Z9nx1vlG8fC { width:20rem;height:11.25rem;top:34.4375rem;left:0rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BhEaQI85fqRV8U30E43J4R1tyqArXby7 { display:block; }#BhEaQI85fqRV8U30E43J4R1tyqArXby7 > .row .container { width:20rem;height:126.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcfWeFkrZQ0TSSNLTQ8f1TvzgKB2tFOC { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNuqOtkeQ15eGIZJTgIIL5M7zK1g9l9P { width:5.5rem;height:5.3125rem;top:16.1875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uI6CtbuRByBLSSMbJbTA3KBTf93JNBIM { width:19.75rem;height:15rem;top:9.5rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;z-index:15009;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #t64QDqGGVDyNvlXJ91NC5GJcylIB7MkJ { width:20rem;height:4.375rem;top:9.5rem;left:0rem;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(90deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(90deg, #21bbef, #0f539c);background-image: -o-linear-gradient(90deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(90deg, #21bbef, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vqZzUPhJwdrgFHI1ZUqw4eoFPBHV4PCw { width:7.25rem;height:2.25rem;top:10.5625rem;left:9.375rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLvzVatMbvG39hVwsvRoyezuldzG2aq1 { width:17.5rem;height:7.03125rem;top:15.125rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OuWLR2BX68py2JS6RH5XNvfzvU2dzz8J { width:17.5rem;height:7.03125rem;top:34.25rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #B58RT3wGhbuPLphlEf3hoBta5wlmGrEv { width:6.5625rem;height:5rem;top:28.3125rem;left:1.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ItF330MofQviACzxWH8y9n4mzZp0zP1Q { width:8rem;height:2.25rem;top:29.6875rem;left:9.375rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTu5a2zv2FahIsaoiAnoOogzbaVXato8 { width:17.5rem;height:7.03125rem;top:53.5625rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JW4PloBhJKvcq6Ea4KrlL2mXViHdHgLK { width:4rem;height:5rem;top:47.625rem;left:2.3125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #dD1qgUyaGk7Eu3RBBKXVgENphgK6R4tU { width:9.375rem;height:2.25rem;top:49rem;left:9rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XwCbgemJ8FIX1RE3akThqXNDzdZXQ7JN { width:17.5rem;height:8.4375rem;top:72.75rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MS47DLwvtvsTBqUgHVtSi6dfvTg4C3zF { width:3.8125rem;height:5rem;top:66.5rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k85J32vCsMz3zCfxqKroo82CGHUNXHxO { width:9.375rem;height:2.25rem;top:68.125rem;left:9.375rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IOtZFz0i8xAcrsM2Pl8eCBHTxV9ZMnfO { width:17.5rem;height:7.03125rem;top:93.0625rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Lv9RK1UvGpV1CJdCiLmPDDaVagBkLvO7 { width:3.875rem;height:5rem;top:87.125rem;left:2.375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #qBOKkNvnNqHbI1RSP3aNM4ZFE5JeshFd { width:8rem;height:2.25rem;top:88.5rem;left:9.375rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vPZzkuKIv52bCFRAIWr47ODZx7DGrTu4 { width:17.5rem;height:8.4375rem;top:112.1875rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DDhB5KrRVWQXU9k9xn1d2otMmHaXvl9x { width:7.375rem;height:5rem;top:106.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5asZNx9QGwKXq1VrLNi45xH5vOvSKhl { width:8rem;height:2.25rem;top:107.625rem;left:9.375rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrocTyTQS6isV8aPRaTJTnJTQEWLaK2V { width:20rem;height:4.375rem;top:28.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(90deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(90deg, #21bbef, #0f539c);background-image: -o-linear-gradient(90deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(90deg, #21bbef, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TTRSKRspHnNqQb00lBq88AgW7V7gv8GT { width:19.75rem;height:14.9375rem;top:28.6875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #nfkle5ZtqHXeyKR0DLdie6gI3IZQmUpD { width:20rem;height:4.375rem;top:47.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(90deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(90deg, #21bbef, #0f539c);background-image: -o-linear-gradient(90deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(90deg, #21bbef, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r2zuzPKH98V1FDg0z0m8ZtwtKeOkz0sk { width:19.75rem;height:15rem;top:47.9375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #u3cMHU5huvf50J0ntnh80P0oIO3wyPEo { width:20rem;height:4.375rem;top:67.0625rem;left:0rem;z-index:15006;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(90deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(90deg, #21bbef, #0f539c);background-image: -o-linear-gradient(90deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(90deg, #21bbef, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C1rkuPgRto3kJFtrJzCwvQGaJeOduyGE { width:19.75rem;height:16.25rem;top:67.0625rem;left:0rem;z-index:15005;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #ainWyB2pwqNJh5VhN1SL69TiTVVwNxen { width:9.9375rem;height:0;top:97.625rem;left:6rem;font-size:1.125rem;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #ypZpnsvTTd1bNazwr97MLp9WP4Tn6Bhf { width:19.75rem;height:15rem;top:87.4375rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;z-index:15004;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #VAntXb8VJqzsiWSSDadOdapM7RNdU4Mm { width:20rem;height:4.375rem;top:87.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(90deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(90deg, #21bbef, #0f539c);background-image: -o-linear-gradient(90deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(90deg, #21bbef, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vxi5Xt31Hi4un8Dlo2QT1g8CU5awl5ml { width:19.75rem;height:15rem;top:106.5625rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;z-index:14996;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #ZulT93M6TfupRIRaVbdiaaICM9w6oRnX { width:20rem;height:4.375rem;top:106.5625rem;left:0rem;z-index:14997;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21bbef, #0f539c);background-image: -moz-linear-gradient(90deg, #21bbef, #0f539c);background-image: -ms-linear-gradient(90deg, #21bbef, #0f539c);background-image: -o-linear-gradient(90deg, #21bbef, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bbef', endColorstr='#0f539c' );";background-image: linear-gradient(90deg, #21bbef, #0f539c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DzhAN0nJ1C1TEZUk7rfVwoXMNWWSx6uk { top:9.1875rem;left:1.5625rem;width:5.375rem;height:5rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cepv2Tt3zPHGXv4pfUplFxOaLapGI7Te { top:7.9375rem;left:0.5rem;width:7.5rem;height:7.5rem;z-index:15011;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rEZvtg6lE5gvNBRmxRzbNRsoX7QVvrrO { top:27.0625rem;left:0.5rem;width:7.5rem;height:7.5rem;z-index:15036;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #so8lHWLNN0RWUFxNvfSlGaALx5wVannq { top:46.375rem;left:0.5rem;width:7.5rem;height:7.5rem;z-index:15037;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #us67mX1ysiX37dG6GT7mOEzSFbpw1cnT { top:65.3125rem;left:0.5rem;width:7.5rem;height:7.5rem;z-index:15008;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aTiHpDpQ7NaHgDbM2OctJC0XhdMThlha { top:85.875rem;left:0.5rem;width:7.5rem;height:7.5rem;z-index:15039;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BXL9SoPpD5qqktHQowp9APunBf9P93rs { top:105rem;left:0.5rem;width:7.5rem;height:7.5rem;z-index:15003;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf { background-color:#cae7f5;background-image:none;display:block; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container { background-color: transparent; background-image: none; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container > .video-iframe-container { display: none; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row > .video-iframe-container { display: none; }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .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); }#MtNENSB8tETlGVQxPAPZkh6lIRk3qZDf > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfTFLdTbxJwItyIpUDT01ouoRfJFzZrU { width:20rem;height:6.9375rem;top:21.956761006289rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0PxM3EgNoqk87Hr0NhAVWOMfBOEvrXb { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #nOqanIWiKQ3NNcTMW01RfTnW3T5OL1y1 { width:20rem;height:15rem;top:7.0625rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI { display:block; }#F5RnkxVRx1cGF1kZCgCTh2b3byoNA1nI > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7BUD0gJnFMH2Kv628rdetlsE4UdxSH8 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhHurTgDUX1Al6saSVu3MaC3RnKbZNCl { width:12.3125rem;height:2.3125rem;top:15.9375rem;left:7.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdT8iefuqh1qZund7Zkte3SBXPN6e3O { display:block; }
 }@media only screen and (max-width: 763px) { #TAfKIgMbIasJQgbqt0kMxSLv8qnBwVfA { width:12.3125rem;height:1.3125rem;top:19.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxSUxJAbRBpPMn6CE8vHoiBBiEfJXWGr { width:6.875rem;height:6.875rem;top:10.8125rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrGe8N59TVNI6sQvoONtgXxEMyb4Usc1 { width:2.1875rem;height:2.1875rem;top:10.0625rem;left:5.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i9KP6rllZPMkKJGaVMTIETxFmzDgZqdt { width:6.875rem;height:6.875rem;top:24.4375rem;left:13.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHt0VT7yVlpVApLaMhdEBWZ8R8TaeIw { width:2.1875rem;height:2.1875rem;top:23.6875rem;left:12.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VFXgh1PTOUFTTTNQAnMewWRDXPkLzC08 { width:6.875rem;height:6.875rem;top:37.375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6yX9JzzTtve5I75XLJIBZCbFDkaMU3B { width:2.1875rem;height:2.1875rem;top:36.625rem;left:5.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dnA4zxFfecuCGDa0hsL9KOpTdN4zJBgV { width:1.5625rem;height:2.25rem;top:10.125rem;left:5.6875rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #tZMbWW7WcLvaPlFUP26cuH1U2vHOAB7y { width:1.5625rem;height:2.25rem;top:23.8125rem;left:12.8125rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #w7JWbPDe29i7PZ58kQFv6hT3kl669iqx { width:1.5625rem;height:2.25rem;top:36.75rem;left:5.6875rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sqk6aJSfzXkX5nobhf7KVHq4KHIK8dob { display:flex;width:3.75rem;height:3.75rem;top:12.375rem;left:1.5625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ol77J98uWn4CC9OqRUpF3aEw3eoP1TQP { width:20rem;height:1.875rem;top:7rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfCHM5ElTLGJSXIcQNzWhe6JUe2x34l { width:12.1875rem;height:4.5rem;top:10.8125rem;left:7.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9NirqCzcZ5l568veGp2e9dK1rX45cm { display:flex;width:3.75rem;height:3.75rem;top:26rem;left:14.6875rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #lR7EX34zQTBxlDe8rLd5HJB1yOPgy1Bm { display:flex;width:3.75rem;height:3.75rem;top:38.4375rem;left:0.625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #KvipdueM5VvWFQNmNp7MhDZKCSMfuFrh { width:12.1875rem;height:4.5rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcsyx1lXhWpHgAtp8K3CLTMcrtXaO7B { width:11.8125rem;height:7.5rem;top:37.375rem;left:7.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ND9db0PrdBr4HJzG1cLRwUO4kqaNTkq3 { display:flex;width:2.5rem;height:2.5rem;top:40.75rem;left:3.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bW2lMuo4doCvcqBiNHcoT7P0xuUCdiOa { display:flex;top:17.375rem;left:1.5625rem;width:8.3125rem;height:8.3125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #LLgk60d8n0QXBAVFRNx04QSsmqpSvTbi { display:flex;top:28.875rem;left:1.5625rem;width:8.3125rem;height:8.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #iOKkMFxaLR8sT0TRXJPfdkHI9Vs4TzxV { display:flex;top:34.625rem;left:6.9375rem;width:6.0625rem;height:6.0625rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #C8enGEuTIoTJIzFoewFSk16h5EtQpIJu { display:block; }#C8enGEuTIoTJIzFoewFSk16h5EtQpIJu > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2c8273d-6d1b-4e22-b2db-a4676a5dccd9/Spital_Pelican_Ambulanta_Website_0003_CON00106EnhancedNR.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l.adaptive-delivery-prevent-bg, #NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l.lazyload, #NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l.lazyloading { background-image: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container { background-color: transparent; background-image: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,187,239,0.3); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container > .video-iframe-container { display: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,187,239,0.3); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row > .video-iframe-container { display: none; }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .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); }#NaGTMmbBe6OT6W9na5KpTWHcXBiBu35l > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q { display:block; }#mU9dOcr30UuLeXe2IWV7ZZ0ELNu4UT6Q > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 { display:block; }#ufkDP6ttIH795XxrfCA4h5h8Pnekgo09 > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoMTWSoTg6AqBaQ8wg994TldikKZ0gbG { width:20rem;height:9.375rem;top:3.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR { display:block; }#WQqtXE9oklHMFcD6TK1pxUvLqu04uAgR > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nypwi1H69TAwpdHxuS0VWFNMl1c60qv2 { width:20rem;height:8.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9CKmRWrVvpBD82NMrTilTeQBMySaXvp { background-color:#0f539c;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; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { background-color: transparent; background-image: none; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container > .video-iframe-container { display: none; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row > .video-iframe-container { display: none; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .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); }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { border-width: 0; border-radius: 0; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9CKmRWrVvpBD82NMrTilTeQBMySaXvp > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx6c9scdcAd0hEgimJAnv6nPBgzggpZn { background-color:rgba(255,255,255,0.9);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; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container { background-color: transparent; background-image: none; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container > .video-iframe-container { display: none; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row > .video-iframe-container { display: none; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .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); }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container { border-width: 0; border-radius: 0; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hx6c9scdcAd0hEgimJAnv6nPBgzggpZn > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnShLrxyzTwvsT19iKA9hA2XTsDxo8za { width:20rem;height:4.5rem;top:2.375rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NQDX6QIUydD6XZFcTsKAwdo975Z5UuAs { width:17rem;height:2.25rem;top:8.125rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #uyFsQKg0cDCTdgafQdIO88fk0vSZ7ZoE { width:20rem;height:13.125rem;top:11.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz4JBErfTw8N5GkbCOCBLvk1WnJoCh8B { width:20rem;height:16.875rem;top:35.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQXNnJDd487oBdPh2LVffONfBatFzLUw { width:17rem;height:2.25rem;top:31.9375rem;left:0rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #yrul1IzNWvVZzhem0b0SHeG5arVLtBiS { width:20rem;height:21.75rem;top:35.375rem;left:0rem;background-color:rgba(255,255,255,0.81);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NoSKuWya2BqMdQFpxKWV455XWtQAdvhO { top:54.0625rem;left:3.6875rem;width:1.5625rem;height:1.5625rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e28v8mAXcNRrVTDa9MlxT3XWs6zWacPr { width:10.0625rem;height:1.875rem;top:53.875rem;left:6.3125rem;font-size:1.5625rem;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #r6EoXr0cOxUwP0c32Tv19VADS6GoRtTs { width:20rem;height:8rem;top:11.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Df5MqFL1iTDI3KNzeKTZsqb9FAERwWg7 { width:20rem;height:27.375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzWPmBuaB3yZhhJLTZFhZdgZ1QuPdqpK { width:20rem;height:8rem;top:35.0625rem;left:0rem;background-color:rgba(255,255,255,0.6);background-image:none;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #a108PsH4OTZ0HTgIEscJHJDx5cBbrnsC { top:26.4375rem;left:3.5625rem;width:1.5625rem;height:1.5625rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SikSxgTUofdGnmL7I6JyxguXnaTOT7ww { width:7.3125rem;height:1.875rem;top:26.3125rem;left:6.1875rem;font-size:1.5625rem;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { background-color:#0f539c;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; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { background-color: transparent; background-image: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container > .video-iframe-container { display: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container { display: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .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); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { border-width: 0; border-radius: 0; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0wiEUo0KassJT9eOastodwdCJaa78fC { width:7.5rem;height:0.9746125rem;top:11.75rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RA6w5zi1RLrKad1JkbgnR8MGuW6cCzrw { width:7.6875rem;height:0.9746125rem;top:11.75rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2I4Wr4KUh3SaR2yuGIUBw4G3tK45ZkP { width:7.125rem;height:0.9746125rem;top:11.75rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Beff0FyQStc87uhJkzuzvG3CoOBGh34C { width:11.0625rem;height:1.625rem;top:14.25rem;left:4.46875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyihQTx1NZM8qV0S1BW3ssn9bW0Ql6fC { width:13.4375rem;height:3.25rem;top:4.34375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6N5vuMtwEehcBO3OPd3pmLzQZwTa2f3 { width:5.9375rem;height:5.9375rem;top:3rem;left:0rem;display:block; }
 }