.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,231,242;--color-primary-1:131,175,211;--color-primary-2:6,94,166;--color-primary-3:3,47,83;--color-primary-4:1,14,25;--color-secondary-0:227,244,231;--color-secondary-1:170,223,184;--color-secondary-2:113,201,136;--color-secondary-3:34,160,56;--color-secondary-4:19,165,56;--color-tertiary-0:255,255,255;--color-tertiary-1:163,196,223;--color-tertiary-2:102,157,201;--color-tertiary-3:6,94,166;--color-tertiary-4:0,91,165;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52706247-2f66-4ae2-9393-8aceaeb7c618/LPPediatrazdjglowne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.adaptive-delivery-prevent-bg, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyload, #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container.lazyloading { background-image: none; }#uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:6.75rem;width:33.0625rem;top:0rem;left:3.75rem;display:block; }
#KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.8125rem;width:33.0625rem;top:0.5rem;left:3.75rem;display:block; }
#ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.9375rem;width:33.0625rem;top:5.212890625rem;left:3.75rem;display:block; }
#xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.7562500238419rem;left:5.34375rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8rem;left:5rem;height:1.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.4375rem;display:none; }
#ys41epHtZPM49mzO3epNTvMF6rtagi6G { background-color:#eda126;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.0625rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.249219894409rem;left:3.6875rem;display:block; }
#TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2OdPauENo0MIXNFfi88klJUynapc5gf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.0625rem;top:12.125rem;left:4.59375rem;overflow:hidden;display:block; }
#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { position:relative;display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { background-color: transparent; background-image: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { border-width: 0; border-radius: 0; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { color:#2a2a2a;display:block;width:66.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.593017578125rem;left:3.155517578125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { position:relative;display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { background-color: transparent; background-image: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { border-width: 0; border-radius: 0; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { position:absolute;display:block;z-index:14999;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:24.6875rem;width:74.5rem;top:1.96875rem;left:0rem;display:block; }
#NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.8414077758789rem;left:5.1867179870606rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.1870125rem;width:75rem;top:0.499267578125rem;left:0rem;display:block; }
#X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#WhDETekOvrUcN74y67yPeVWcguDMb3ib { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.046142578125rem;left:1.21826171875rem;overflow:hidden;display:block; }
#KhUCCo8gAnalrT0z1A7U5F9GTCOg36x9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.574999809265rem;left:11.249218940735rem;height:1.3rem;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; }
#w35A6b8nPZb3zt9IsykBUpWpFArD67ll { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:6.375rem;left:5rem;overflow:hidden;display:block; }
#U0dRXTdTcHCUka7c9H2KO0eKMN2cQ3aC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.625rem;left:5rem;overflow:hidden;display:block; }
#RhTHpum7D98XMAgJW5tCwCCgv4avfeX0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:18.875rem;left:5rem;overflow:hidden;display:block; }
#W9bSFpxD9TTgZKt1DpNnSBIXOCTkpCZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.825000762939rem;left:11.249218940735rem;height:1.3rem;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; }
#BoB4Utz0GHQTF3ibUHVxFvhVi8de11NO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.075000762939rem;left:11.249218940735rem;height:1.3rem;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; }
#WlmeP4yeTzH9ZUXzfcWMKpisE465VWAL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.375rem;left:33.750000953674rem;overflow:hidden;display:block; }
#yWuftGI1rzPJzKChtsfUy9pHgl0lgEdF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.574999809265rem;left:40.000000953674rem;height:1.3rem;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; }
#gosT5lJOqlChQQOTSmIV9rZuCCZ7TTtG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:12.625rem;left:33.812500953674rem;overflow:hidden;display:block; }
#p1sVVI7Wc9oiwU38pdFrD4XxISZ9FoIH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.825000762939rem;left:40.000000953674rem;height:1.3rem;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; }
#tG6FsgRVVU7ICudNrua3QTGKuww51r6n { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:18.875rem;left:34.281250953674rem;overflow:hidden;display:block; }
#LLHbWTS4ADU1WGkoFy9AUXayIp1trIwN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.075000762939rem;left:40.000000953674rem;height:1.3rem;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; }
#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { position:relative;display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { background-color: transparent; background-image: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container > .video-iframe-container { display: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row > .video-iframe-container { display: none; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { border-width: 0; border-radius: 0; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9976875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.5625rem;left:5.0640621185303rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:4.1870125rem;width:75rem;top:0rem;left:0rem;display:block; }
#XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75390625rem;left:9.75rem;height:1.29980625rem;display:none; }
#TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.25rem;top:24.8623046875rem;left:3.40625rem;overflow:hidden;display:none; }
#CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { position:absolute;display:block;z-index:15001;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:20rem;width:75rem;top:2.3125rem;left:0rem;display:block; }
#gRZczahaKISDxXMFxzaaFUXnWSLwikRg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.4375rem;left:11.249218940735rem;height:5.2rem;display:block; }
#sAmn0Hob3hJF7T1678OqLGAlNSF3VRTn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:8.5rem;left:5rem;overflow:hidden;display:block; }
#T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:16.0625rem;left:5rem;overflow:hidden;display:block; }
#TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.137500762939rem;left:11.249218940735rem;height:1.3rem;display:block; }
#opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:8.4375rem;left:35.000000953674rem;overflow:hidden;display:block; }
#t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { position:absolute;display:block;z-index:15000;background-color:#f2f5fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:19.5rem;width:75rem;top:3.9375rem;left:0rem;display:block; }
#Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6375007629394rem;left:41.250000953674rem;height:1.3rem;display:block; }
#gR2WKpRCm7zzglh3GVDkA0rHvgTLUIJX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:15.9375rem;left:35.000000953674rem;overflow:hidden;display:block; }
#ffCt8p6UlEF5PIWwSVPepqad41uQxMru { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.087501525879rem;left:41.312500953674rem;height:2.6rem;display:block; }
#RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.046142578125rem;left:1.21826171875rem;overflow:hidden;display:none; }
#IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.0625rem;left:1.25rem;overflow:hidden;display:block; }
#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { position:relative;display:block; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { background-color: transparent; background-image: none; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container > .video-iframe-container { display: none; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row > .video-iframe-container { display: none; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .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); }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { border-width: 0; border-radius: 0; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .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; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cPMPA7TxT7xE1rQzkF6rZ8Tl2mftLfv5 { color:#2a2a2a;display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.5rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#575756;display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6611328125rem;left:3.8125rem;height:1.29980625rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:46.9375rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:57.0625rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { background-color: transparent; background-image: none; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container > .video-iframe-container { display: none; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row > .video-iframe-container { display: none; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .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); }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { border-width: 0; border-radius: 0; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .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; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WaxwOhAFUvKXxtStz114qof026yT7cT5 { background-color:#eda126;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9375rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.53125rem;left:20.53125rem;display:block; }
#Sq1qV5D32RIvKyEivoCQWWaWRyGGfuOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { top:0rem;left:0rem;width:33.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { top:0.5rem;left:0rem;width:33.0625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { top:5.1875rem;left:0rem;width:33.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { top:1.75rem;left:0rem;width:30.1875rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { top:8rem;left:0rem;width:22.3125rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { width:21.4375rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ys41epHtZPM49mzO3epNTvMF6rtagi6G { width:33.0625rem;height:3.3125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block; }
 }@media only screen and (max-width: 763px) { #w2OdPauENo0MIXNFfi88klJUynapc5gf { top:12.125rem;left:0rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { top:1.5625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { top:1.9375rem;left:0rem;width:47.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { top:0.4375rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhDETekOvrUcN74y67yPeVWcguDMb3ib { width:2.625rem;height:2.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhUCCo8gAnalrT0z1A7U5F9GTCOg36x9 { top:7.5625rem;left:1.0625rem;width:14.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w35A6b8nPZb3zt9IsykBUpWpFArD67ll { width:3.625rem;height:3.625rem;top:6.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0dRXTdTcHCUka7c9H2KO0eKMN2cQ3aC { width:3.625rem;height:3.625rem;top:12.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhTHpum7D98XMAgJW5tCwCCgv4avfeX0 { width:3.625rem;height:3.625rem;top:18.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9bSFpxD9TTgZKt1DpNnSBIXOCTkpCZ3 { top:13.8125rem;left:0rem;width:16.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoB4Utz0GHQTF3ibUHVxFvhVi8de11NO { top:20.0625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlmeP4yeTzH9ZUXzfcWMKpisE465VWAL { width:3.75rem;height:3.75rem;top:6.375rem;left:20.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWuftGI1rzPJzKChtsfUy9pHgl0lgEdF { top:7.5625rem;left:16.9375rem;width:14.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosT5lJOqlChQQOTSmIV9rZuCCZ7TTtG { width:3.6875rem;height:3.6875rem;top:12.625rem;left:20.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sVVI7Wc9oiwU38pdFrD4XxISZ9FoIH { top:13.8125rem;left:0rem;width:32.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6FsgRVVU7ICudNrua3QTGKuww51r6n { width:3.8125rem;height:3.8125rem;top:18.875rem;left:20.593750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLHbWTS4ADU1WGkoFy9AUXayIp1trIwN { top:20.0625rem;left:6rem;width:25.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { top:1.5625rem;left:0rem;width:38.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { top:0rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { top:3.75rem;left:0rem;width:40.3125rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { width:1.25rem;height:3.3125rem;top:24.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { top:2.3125rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZczahaKISDxXMFxzaaFUXnWSLwikRg { top:8.4375rem;left:0rem;width:21.4375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmn0Hob3hJF7T1678OqLGAlNSF3VRTn { width:3.8125rem;height:3.8125rem;top:8.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { width:3.6875rem;height:3.6875rem;top:16.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { top:17.125rem;left:0rem;width:22.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { width:3.6875rem;height:3.6875rem;top:8.4375rem;left:21.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { top:3.9375rem;left:0rem;width:47.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { top:9.625rem;left:9.625rem;width:22.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR2WKpRCm7zzglh3GVDkA0rHvgTLUIJX { width:3.6875rem;height:3.6875rem;top:15.9375rem;left:21.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCt8p6UlEF5PIWwSVPepqad41uQxMru { top:17.0625rem;left:0rem;width:33.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { width:2.625rem;height:2.625rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { width:2.625rem;height:2.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { display:block; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPMPA7TxT7xE1rQzkF6rZ8Tl2mftLfv5 { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:42.3125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:3.0625rem;left:33.3125rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:3.0625rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { display:block; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaxwOhAFUvKXxtStz114qof026yT7cT5 { width:33.9375rem;height:3.25rem;top:1.5rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1qV5D32RIvKyEivoCQWWaWRyGGfuOm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { background-color: transparent; background-image: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { display: none; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { border-width: 0; border-radius: 0; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8AxgsZAzHRHqOoDFVVgyOWIMWGtLPWR > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNWrMPVM0dAmLzanP9nFWh58zpEdhSwh { width:19.3125rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJl4CQC5yDoLVCnZXG6dHLralX8WV3AC { width:19.3125rem;height:7.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { width:19.3125rem;height:9.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyoUAeI6UGvCSz9dXCRBTzMcNsUP5lOh { width:16.75rem;height:4.330075rem;top:0.91874980926512rem;left:1.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt72MSKfTd8BEgBXkQJtG9Vcvr0dmT3E { width:17.5rem;height:1.125rem;top:7.875rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIWrcISmT9OrN1Of5qJaf1KwMgO6b8R { top:19.5625rem;left:0rem;width:20rem;height:10.3125rem;z-index:15014;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys41epHtZPM49mzO3epNTvMF6rtagi6G { width:17.5rem;height:3rem;top:15.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedVE62llvAz0N8Qa0a3BCDqPllXB4gh { display:block; }
 }@media only screen and (max-width: 763px) { #w2OdPauENo0MIXNFfi88klJUynapc5gf { width:11.6875rem;height:2.25rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRRDh1MBCw3rqTEFLvO9FPfesKwcFkG { width:17.68675rem;height:16.8974625rem;top:0.79345703125rem;left:1.15478515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhbSerAtQaCFkxzoXoxQaRHl6zspWKV { width:20rem;height:31.5625rem;top:0.87343978881838rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NfxLQgprWdaJqiRXBxKC4884CmgiwUCd { width:15.3125rem;height:2.3984375rem;top:2.6609382629394rem;left:3.7812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4iNxu4T7tgQ8K4L8lVuxOANqkl6KaM { width:20rem;height:5.3125rem;top:1.0609397888184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WhDETekOvrUcN74y67yPeVWcguDMb3ib { width:2.125rem;height:2.125rem;top:2.6859397888184rem;left:0.84374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhUCCo8gAnalrT0z1A7U5F9GTCOg36x9 { width:11.5625rem;height:1.21875rem;top:9.227343559265rem;left:6.2500000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w35A6b8nPZb3zt9IsykBUpWpFArD67ll { width:2.4375rem;height:2.4375rem;top:8.6179690361025rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0dRXTdTcHCUka7c9H2KO0eKMN2cQ3aC { width:2.625rem;height:2.625rem;top:12.295312404633rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhTHpum7D98XMAgJW5tCwCCgv4avfeX0 { width:2.5rem;height:2.5rem;top:16.218749523163rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9bSFpxD9TTgZKt1DpNnSBIXOCTkpCZ3 { width:12.5rem;height:1.21875rem;top:12.99843788147rem;left:6.3125000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoB4Utz0GHQTF3ibUHVxFvhVi8de11NO { width:12.3125rem;height:2.4375rem;top:16.637499809265rem;left:6.4374999403956rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlmeP4yeTzH9ZUXzfcWMKpisE465VWAL { width:2.5625rem;height:2.5625rem;top:19.676562786103rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWuftGI1rzPJzKChtsfUy9pHgl0lgEdF { width:13.5rem;height:1.21875rem;top:20.348438262939rem;left:6.3750000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosT5lJOqlChQQOTSmIV9rZuCCZ7TTtG { width:2.625rem;height:2.625rem;top:23.468749523163rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sVVI7Wc9oiwU38pdFrD4XxISZ9FoIH { width:12.5rem;height:2.4375rem;top:23.5625rem;left:6.2500000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6FsgRVVU7ICudNrua3QTGKuww51r6n { width:2.4375rem;height:2.4375rem;top:27.3125rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLHbWTS4ADU1WGkoFy9AUXayIp1trIwN { width:12.4375rem;height:2.4375rem;top:27.3125rem;left:6.3750000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 { display:block; }#Z3VenNRpSScLhAbADGVcdZvkLLVChfG4 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyJETLl2hAEwc05WVI6mG0u8Qznd1nKz { width:13.375rem;height:2.3984375rem;top:2.375rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6G59TnQ93ZpGyU0Wdu4E3Zn5rn8Rxf { width:20rem;height:4.875rem;top:1.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XydbKB80F8hLMbv5WqdwkyQI9MSG0ouN { width:15.4358125rem;height:0;top:61.424560546875rem;left:2.281494140625rem;font-size:1.0625rem;z-index:15006;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TwGv6Wd9Bf84zJokuJPcB1syMyb0iVWF { width:1.375rem;height:3.875rem;top:34.98828125rem;left:1.21875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #CK0x7VghTayU0yVbbIfaX8Ii6SSEkNAA { width:20rem;height:35.6875rem;top:0.87343788146975rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gRZczahaKISDxXMFxzaaFUXnWSLwikRg { width:12.625rem;height:8.53125rem;top:7.375rem;left:6.2500000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAmn0Hob3hJF7T1678OqLGAlNSF3VRTn { width:2.75rem;height:2.8125rem;top:10.233594417572rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64s8ZXIPXR8r0WqgMN6QdgxDuIRXPLk { width:2.875rem;height:2.875rem;top:18.406249523163rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcIWT5bibi8LV7O5EMWr7LUopRBWJCy { width:13.5rem;height:2.4375rem;top:18.624999761581rem;left:6.2500000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #opI6qsbXXbNdX0J5UVtKJpkKz9cuQplw { width:2.5625rem;height:2.5625rem;top:23.671874523163rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7gaz73Prm2geUFMNyDlUwgxli1bc8Aw { width:20rem;height:19.5rem;top:14.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Gri8unZQ8mOF2ZzNzhkmO4k3SXT3MIMT { width:13.4375rem;height:1.21875rem;top:24.34375rem;left:6.2500000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gR2WKpRCm7zzglh3GVDkA0rHvgTLUIJX { width:2.5rem;height:2.5rem;top:29.812501430511rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCt8p6UlEF5PIWwSVPepqad41uQxMru { width:12.5rem;height:4.875rem;top:28.625rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNgsCDp4aXRmS12tEIJGdRcxtKvHTyPf { width:2.125rem;height:2.125rem;top:2.375rem;left:1.2500000596046rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IxwVIQO1PzMC4S6PV5SlHU07ZsvqcifT { width:2.625rem;height:2.625rem;top:97.685943603512rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u { display:block; }#Www0TcE4w7xoH5NHm2yfpWesQ7m5Xf2u > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPMPA7TxT7xE1rQzkF6rZ8Tl2mftLfv5 { width:20rem;height:6.33398125rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ngc86Rk3er3sSFSiwGGGLZAIRumAQin7 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaxwOhAFUvKXxtStz114qof026yT7cT5 { width:17.875rem;height:2.75rem;top:0.96875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1qV5D32RIvKyEivoCQWWaWRyGGfuOm { display:block; }
 }