.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,237,244;--color-primary-1:163,202,222;--color-primary-2:102,167,200;--color-primary-3:63,180,159;--color-primary-4:0,108,164;--color-secondary-0:222,242,217;--color-secondary-1:157,217,140;--color-secondary-2:91,192,63;--color-secondary-3:39,186,6;--color-secondary-4:35,155,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"roboto"; }@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:transparent;background-image:none;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:#242121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:60rem;height:6.375rem;font-size:0.875rem;font-family:var(--headlines-font-family);position:relative;display:block; }#qpC27WCTFTzzTV1KGlq2TXO67K7pRPaB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.874125rem;height:3.24978125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9042969942093rem;left:44.937070846558rem;display:block; }
#ik5H6dnpkXJsbfxiUbNXb632nvPIlVv6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWTfcXWuS6p4bd04l9nOhc07fwq9cvad { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;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.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1223959922791rem;left:12.811414718628rem;display:block; }
#rXNuTsaNgylUGQ5tb0o0nzn3D20HG4zR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrMXRTrO0Id3MqpOrsoW8TZZSyrdrIRT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1235rem;height:2.74848125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1538629531861rem;left:29.124349594116rem;display:block; }
#AEVfuC4oqCI7VeDtu5JZ17sD7bxtlJCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcUTQD0brwkwGnKGOT9MADm63MRvqnWd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uphrUisDz2RdTswKd66qscJeQKIoQzp1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.1223959922791rem;left:36.749132156372rem;display:block; }
#aMfICVHnlJJARe8EeQup5ol5v00rLN8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCBvTAIOKRThy0Hza5gfoLNWdN1uAzvN { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.1527779102326rem;left:44.937070846558rem;display:block; }
#kRGP4DKztLU7TJCndmH0yKmTo6TKgnCR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1538629531861rem;left:20.432291030884rem;display:block; }
#WEZEGWUo11BRcTfipIMwbgTlITcgcVlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YypTXBPF5S4/unsplash/jason-hafso-YypTXBPF5S4-photo-1547333101-6bb18e609b2f.jpg");background-position:top left !important;background-repeat:repeat-x !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; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,5,0.89); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,5,0.89); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::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; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48rem;width:60rem;position:relative;display:block; }#aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:25.625rem;top:1.374783039093rem;left:39.998918533325rem;display:block; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-form-header {  }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:23.125rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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;border-right:0;border-bottom:0;border-left:0;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.125rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;line-height:.3; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-text {padding-top: 0; padding-bottom: 0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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;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;width:23.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;line-height:.3; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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;border-right:0;border-bottom:0;border-left:0;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.125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-select {padding-top: 0; padding-bottom: 0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffbe00;background-image:none;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.1875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:23.125rem;height:2.4375rem;font-family:calibri;overflow:hidden;box-shadow: 0rem 0.375rem 0.3125rem rgba(var(--color-tertiary-4),0.25) ;font-style:normal;line-height:.7;text-align:center;text-align-last:center; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#4b4c4d;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-container:first-of-type{padding-top:0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-container:last-of-type{padding-bottom:0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd  { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.99609375rem;top:6.6845703125rem;z-index:15016;position:absolute; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd {display:block;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.99609375rem;top:6.6845703125rem;z-index:15016;position:absolute; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #QsGIyV9dLBERQVmT7iwOMKclEyhm82Rc { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #ki4Qv7cfT4r2SRPqcV7kiNMmxDWXzZia { position:relative;display:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #KrhKBN5hyU0ApvTrVT3Hu9MvT9y0MaFT { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #khaFQ6vLUuJZQLCohb8QloMyP0lR233z { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #kT1UFqvAdoH8ux9SnA6PGuKh0Z7iC2f3 { position:relative;display:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #wEaG9eOX2tyWq3pqvUWoBhG99KqzVi3X { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #bdDTC8dcLpb17lR4G2IXJV7wHBMADpVh { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #gpfpsR8bmEx1c8tDlNfWEi3eWSDFZALM { position:relative;display:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #WNfddudrwilQfke0cDXlmWVTv6bAceoh { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #UwTNeSVM5detJ1y4NMoVXLVqBuJdTLTA { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #DsAkCMeiHXybU05QPimDxR99TPGUIwFE { position:relative;display:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #zhh7r6pTtB8G6TKWIdIfA3OSCsJFzBzV { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #Xzzi0pxKt9UzGKtyEOEPTzIr3cXIwer9 { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #eA0qE9UuyDUqQizvvl0FnN4dJmVT8mTP { position:relative;display:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #B6DJxiIbh4cdo84rZtXgXurqNIXOyZuv { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #VULQvp2tLT0b2qemJd8ptWhzFaz6sWHN { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #wAUF651zDygLK5BBlLDX7pypvCBvHTfM { position:relative;display:none; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #GK3bq6y9JTP7ySFzHCozWRBVunl4dvDO { position:relative; }
#rZpmmTzCiQmdTTHH2OuTG83b9A8CAnhT { position:relative;display:block;z-index:100000;display:block; }
#O4ztn7L3zQlMBLZo8ma0UHxcJT2TRPmD { position:relative;display:block;z-index:100000;display:block; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #LBBE5kgXDM30R5t2kkoB2sZ8UB3SQLFG { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #fnzGbMGDa1qzOgkU4a2NfCAd3OirXyC8 { position:relative;z-index:2; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #viZzVC6Ool4n9HPp2ziCHcPKhL9s5JZX { position:relative; }
#O79VhraRgOncCyeFwIC0wWXnMIOoT0Z4 { position:relative;display:block; }
#oMRUze6gRReHmMM7puLvTdBAnrVkdO1U { position:relative;display:block; }
#KpPOe2bhnPAZi0hyfeewa4dVIJabp2KA { position:relative;display:block; }
#WmrUpJvhcJE924FPwXp1qOGISxsAzKJ9 { position:relative;display:block; }
#qaOrOzTK4yT70x4lLfk5DCWaqrcq99Mc { position:relative;display:block; }
#rJec507JAF2CADVeP2xAnpaFBTvwtBJS { position:relative;display:block; }
#dZEZkr5WWvyt19rdvmzNS7Cb1K9TcQQ1 { position:relative;display:block; }
#lOSUFGZZLNGNhcPf782mwtQqLHZxrtTS { position:relative;display:block; }
#IoS2yA01H6JTfATe0J7gnnWSOC6dBu6g { position:relative;display:block; }
#uIwdfLEfMJTBZ8oIImA5bX7SBqykKrDR { position:relative;display:block; }
#pmSR4oXEtUpiTwomJIf9Wqn3t6NU13L4 { position:relative;display:block; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #dH3XFIDv2918sNrl9S5yhx6xGgC6xs87 { position:relative; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #PA5bIS6FV4LHlqtiwK8Ifd7fLd30tLvu { position:relative; }
#DCsXc6pVMJQbP2wCHTuATb8vUqvBTfN9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#tCNEQzkvRvmBNOsPtctqJD1SNxFOHT3A { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.086588859558rem;left:-14.75rem;height:8.0419875rem;text-align:center;text-align-last:center;display:block; }
#LzJTApu7EzUgBVOMhyN6QlermpKI3scS { color:rgba(var(--color-tertiary-0),1);display:block;width:59.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:2.1;letter-spacing:0;top:36.819663047791rem;left:0rem;height:9.05566875rem;text-align:center;text-align-last:center;display:block; }
#FkAE09PUhaGoKOBiZinss7MrHSm6A8Tm { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.1875rem;height:5.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.875217914581rem;left:-10.375rem;display:block; }
#OpAc1T6XvheVfFGva9D8s3k6piwSBvxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:rgba(var(--color-tertiary-0),1);display:block;width:54.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.562283039093rem;left:-14.5625rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czkFhZ2oqR6zN7By7H6kHUEFgDmtEy4q { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.3439674377441rem;left:41.125219345093rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NsSKHgTK3SKEcZenRDsZXbHyL60p35cf { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;height:2.4375rem;top:2.3741321563721rem;left:40.500001907349rem;text-align:center;text-align-last:center;display:block; }
#RSGlSSNIeVMFCWWPSTnTXvuIKQw8gHDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.56271648407rem;left:17.055553436279rem;height:1.2999125rem;display:block; }
#puW4AghqpT5RkJNJwqW0ayS4qgvXshuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.395399570465rem;left:-3.02885875rem; }
#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container { background-color: transparent; background-image: none; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container > .video-iframe-container { display: none; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row > .video-iframe-container { display: none; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .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); }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container { border-width: 0; border-radius: 0; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.9375rem;width:60rem;position:relative;display:block; }#W3XShzGbLXFbZmP3porR6IexEOXLnCyb { color:rgba(var(--color-tertiary-0),1);display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3302917480469rem;left:0.49978446960449rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { 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; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { background-color: transparent; background-image: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .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); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { border-width: 0; border-radius: 0; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:19.6875rem;width:60rem;position:relative;display:block; }#op2CRPXozyxNCBW6uMlgUsg1hToxACZA { color:#45454d;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:11.130641937256rem;left:15.000001907349rem;height:7.0107375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:16.250001907349rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:0rem;display:block; }
#qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:1rem;left:4.5rem;display:block; }
#Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:1.0625rem;left:19.5rem;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8682670593263rem;left:1.0926647186279rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StrcSmT9fmO39NHsH86e9EAct604BVrC { color:#45454d;display:block;width:14.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:10.809461593628rem;left:0rem;height:7.6494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:1.0625rem;left:35.1875rem;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:30.9375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { color:#45454d;display:block;width:14.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:10.970052719116rem;left:30.000001907349rem;height:7.33075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:0.8125rem;left:14.625rem;display:block; }
#hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:0.8125rem;left:29.625rem;display:block; }
#OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:0.8125rem;left:44.625rem;display:block; }
#miAmtX9XdkcfTG65JOJdVoZKHanix78T { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.1875rem;top:1.0625rem;left:49.5rem;display:block; }
#JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.4375rem;left:45.9375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niuhzToloK2y40oxidanoGznkovg3umD { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:59.9375rem;display:block; }
#lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:10.9375rem;left:46.625rem;height:2.0247375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ru41f1gT2IciPDtaJ9uyrsibumS7TTTm { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:4.75rem;font-weight:400;line-height:1;height:6.8120625rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.99934959411619rem;left:19.062501907349rem;display:block; }
#HwWVk9HUDtJJx1KShtAuIJEBZMufxFCo { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:4.8125rem;font-weight:400;line-height:1;height:6.936875rem;width:7.1245625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:1.5060768127441rem;left:35.186635971069rem;display:block; }
#B1EpdhL3ZPEMHaeXDR3lW2ub8lDml43P { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:0.94400978088381rem;left:49.499784469604rem;display:block; }
#uwgLyfG7nCfTlwrqftBcTZonI65s35uy { color:#45454d;display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:10.717231750488rem;left:44.812498092651rem;height:7.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDupVlSDFSsANx8NxbqcAMkN4xs0BaRp { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:4.8125rem;font-weight:400;line-height:1;height:6.936875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:0.99934387207031rem;left:4.4997844696045rem;display:block; }
#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/D1HgtX26/Encapsulado_de_placas_de_fibrocemento.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13.adaptive-delivery-prevent-bg, #y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13.lazyload, #y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13.lazyloading { background-image: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container { background-color: transparent; background-image: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,76,77,0.46); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container > .video-iframe-container { display: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,76,77,0.46); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row > .video-iframe-container { display: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .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); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container { border-width: 0; border-radius: 0; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13::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; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:28.8125rem;width:60rem;position:relative;display:block; }#A5kBEyPlmg9WO8nAcVzsAoQXeEx3qhUR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:9.6809902191163rem;left:0rem;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;text-align:center;text-align-last:center;display:block; }
#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container { background-color: transparent; background-image: none; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container > .video-iframe-container { display: none; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row > .video-iframe-container { display: none; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .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); }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container { border-width: 0; border-radius: 0; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.6875rem;width:60rem;position:relative;display:block; }#eyk0oxybbQZSRH8TWS2WTTu1nRMT28ze { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.298828125rem;left:1.0297298431396rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P { 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; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container { background-color: transparent; background-image: none; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container > .video-iframe-container { display: none; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row > .video-iframe-container { display: none; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .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); }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container { border-width: 0; border-radius: 0; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.75rem;width:60rem;position:relative;display:block; }#PaV4fpJ9kVbMTsFXtRqGH1CmGoLcNAG9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:23.125rem;width:31.3125rem;top:27.927520751953rem;left:0rem;overflow:hidden;display:block; }
#BATAuCK9tESiXVvpewE0R44bkI20NqzA { 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:23.25rem;width:31.3125rem;top:0.993722414093rem;left:28.557187015597rem;overflow:hidden;display:block; }
#TWbnybx6JFRf52nhyJtmn1Pds9ObTIpq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:51.650394439698rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ZLTvfhhIy05CL7ifS5E8v2UP6iU2dytK { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:51.733942985534rem;left:32.499784469604rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Q1d0ATwMm1i8cppd1g7iIt3grIRknM3s { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.981553077698rem;left:30.936414718628rem;height:2.3556875rem;text-align:center;text-align-last:center;display:block; }
#vQOXrWHF69Ilqihb0CZklEibmfhmPIkL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.022787570953rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#MHvZGfZtHVuBmFJMKo89yWWmHFW5ec8Z { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:23.1875rem;width:31.1875rem;top:1.0622787475586rem;left:0rem;overflow:hidden;display:block; }
#hCvS53QuyLsp0XszwZh25tvpSZuBOeXM { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:23rem;width:30.8125rem;top:28.031684875488rem;left:29.044054031372rem;overflow:hidden;display:block; }
#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { 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; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { background-color: transparent; background-image: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .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); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { border-width: 0; border-radius: 0; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:25.1875rem;width:60rem;position:relative;display:block; }#e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { position:absolute;display:block;z-index:15001;background-color:#1e1e27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:21.625rem;top:1.875rem;left:38.375rem;display:block; }
#XivilltWTHt5pBseMciiV0AyafK0hJNk { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7500095367432rem;left:38.624135971069rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15043;line-height:1.8;letter-spacing:0;top:7.4989242553713rem;left:38.624135971069rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obTg1J5TrqddvQgty5oLW01r1S9q2w3i { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.124132156372rem;left:42.124570846558rem;display:block; }
#EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eouezt0bLmTOpxTULIrGMHuyUCMgtUxr { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.436625rem;width:38.186875rem;top:1.8739147186279rem;left:0.25607681274414rem;display:block; }
#QOEOnneByLOae549vhHFtGrRgDMsqTST { 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; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container { background-color: transparent; background-image: none; }#QOEOnneByLOae549vhHFtGrRgDMsqTST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container > .video-iframe-container { display: none; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row > .video-iframe-container { display: none; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .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); }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container { border-width: 0; border-radius: 0; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:52.75rem;width:60rem;position:relative;display:block; }#JmTQUkRL0Cr6zGsLu9sc5TD5X2RP3csd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:14.749375rem;top:13.6875rem;left:7.625rem;display:block; }
#Aye4VKMPLEAbzoy5nUTHUJUHNcrGTxJR { color:rgba(var(--color-tertiary-4),1);display:block;width:30.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.536473274231rem;left:0rem;height:30.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1Em7nCnX5rqSUJhqgFwf9T1Ep0toKJM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.625rem;width:14.25rem;top:0.94183349609375rem;left:29.917525853719rem;overflow:hidden;display:block; }
#xtGDp943ECMV8OG9CFAsvizQTXXNcKZA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.1875rem;width:15rem;top:40.68684387207rem;left:44.934896469116rem;overflow:hidden;display:block; }
#tnGZ8rzGimnBhzT0OGHPpAczF9aWL4Z5 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #29995a);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #29995a);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #29995a);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #29995a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#29995a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#29995a' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), #29995a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:4.25rem;width:4.25rem;top:2.5rem;left:50.8125rem;display:block; }
#L2eqvmTDrBXuc9RAG5EoLsB7Z4KJoA6u { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.95);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:block;z-index:15025;top:3.0625rem;left:51.375rem;display:block; }
#UdJLm4EE6pBF5viyiigB9JCxTbhEVcXe { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15026;top:15.8125rem;left:34.8125rem;display:block; }
#FnSHHFHeLicaD59ESsSxE8DbUhlWPwKD { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffbe00, #fb2610);background-image: -moz-linear-gradient(180deg, #ffbe00, #fb2610);background-image: -ms-linear-gradient(180deg, #ffbe00, #fb2610);background-image: -o-linear-gradient(180deg, #ffbe00, #fb2610);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#fb2610' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#fb2610' );";background-image: linear-gradient(180deg, #ffbe00, #fb2610);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.26) ;height:4.25rem;width:4.25rem;top:15.25rem;left:34.25rem;display:block; }
#J8Qe0KMheXbLeNuUxN8PShICEhCRyXPh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.655517578125rem;left:31.14013671875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#bFsgSNbQAlAHQgD9N0OfsPgVt1XLRXwX { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #29c5c2);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #29c5c2);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #29c5c2);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #29c5c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#29c5c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#29c5c2' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #29c5c2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.26) ;height:4.24926875rem;width:4.24926875rem;top:42.6875rem;left:35rem;display:block; }
#br96F7gtT7mx6pWllbmnHekpaxGLmpkg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15026;top:43.25rem;left:35.1875rem;display:block; }
#IPAkzIvM9piJGegLeRWob2kp3PPN2o3i { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11rem;width:14.75rem;top:26.764320373535rem;left:30.000001907349rem;overflow:hidden;display:block; }
#lsOoL1GH7fQZqb6c5rQam8qI9wt6qptV { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ae0d2e, #fb2610);background-image: -moz-linear-gradient(180deg, #ae0d2e, #fb2610);background-image: -ms-linear-gradient(180deg, #ae0d2e, #fb2610);background-image: -o-linear-gradient(180deg, #ae0d2e, #fb2610);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0d2e', endColorstr='#fb2610' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0d2e', endColorstr='#fb2610' );";background-image: linear-gradient(180deg, #ae0d2e, #fb2610);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.26) ;height:4.25rem;width:4.25rem;top:29.8125rem;left:50.8125rem;display:block; }
#T3qIVxmAv0F7y31g1pAItXoo8KpN4bET { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.95);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:block;z-index:15029;top:30.375rem;left:51.375rem;display:block; }
#eSLXyLrBcJTsFokge1Tqa99HfR0GSoD3 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.1875rem;width:15rem;top:14.014755249024rem;left:44.796059438098rem;overflow:hidden;display:block; }
#AuZlTaEHDSAJGNuKhzSHV7Tn0F45hfLV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.061625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.71462726593rem;left:46.402997970581rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#Bc7IWtsMNOholA27v4kwCkFua41BdrCo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:48.125rem;left:31.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#fVrnKDMXzONXkPQIxnQn6pcmlF6kamHa { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.3125rem;left:1.9375rem;height:3.0058625rem;font-style:normal;display:block; }
#BAd4LSIKVHIQpZaIhyr8hrNlRMTtLLfD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0.9375rem;height:9.01758125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M1CNyxdNKNwzf6G12Im0hKFPMXlHPf1f { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.95);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:block;z-index:15029;top:30.375rem;left:51.375rem;display:none; }
#Jsra63lT5z9sUFV9IkXWzB5SMFbILIwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.1499567031863rem;left:45.872396469116rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:11.4375rem;width:60rem;position:relative;display:block; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.40576171875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqg394To47Am56XMHBKbqDGDdLJMHNvS { color:#45454d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.93603515625rem;left:0rem;height:3.824225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { color:#1e1e27;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#QZc7e6ADRSfgHvyQL21ng9VGT9A6gTsN { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:14.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#brTbVahvn2IlN61fdSyOMOV0g1alIRoi { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.625rem;font-style:normal;display:block; }
#zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.625rem;font-style:normal;display:block; }
#ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { 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:12.5rem;width:18.936625rem;top:1.9346790313721rem;left:0.53059959411621rem;overflow:hidden;display:block; }
#dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:8.09765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MSJcNJUSAw7zq97tgENLnqD6uOdS9MPF { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:34.827880859375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#DD1x8B0wCeqw8XpqsfnrOb7TIw4wmH6U { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:55.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#Tbp6R18Z1oE3DiSPUZnoqrkUsHJ42xST { 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:13rem;width:16.0625rem;top:1.3682708740234rem;left:21.717664718628rem;overflow:hidden;display:block; }
#TcmMOT692yICi5yxmuTMxq0fFDOWs6gh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:1.335720539093rem;left:41.187067031861rem;overflow:hidden;display:block; }
#ZPfP7D98HmxaFfTBO2ZX8OFAWTH4tbaC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4370625rem;width:9.124375rem;top:1.3661022186279rem;left:49.414064407349rem;overflow:hidden;display:block; }
#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container { background-color: transparent; background-image: none; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container > .video-iframe-container { display: none; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row > .video-iframe-container { display: none; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .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); }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container { border-width: 0; border-radius: 0; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#VkNusPl602Z2HI3bdcaAWABuNgcb2UmL { color:#1e1e27;display:block;width:13.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.013024330139rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#KJzi58FROORAklxWPPsTnNILFDPK4py9 { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:14.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#qDx7T5HgD9yA7XVFOShqoNESBgcxnO6Q { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#W9kbTebhZVHbIcfWkgNZOC1QS1T7klPg { color:#45454d;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Orw5KLfa3D8131b9lf21vlcU5bOs8912 { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:3.25rem;font-style:normal;display:block; }
#THqmWIrmULSy3LfnUuEoGOvoCVKHk5KU { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#pVFbwv5F3U1bogEXD8H1hBbD60x78VAM { color:#1e1e27;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.874565124512rem;left:41.187067031861rem;height:1.625rem;font-style:normal;display:block; }
#uQA35S8gdflbv0BmiCNLlDTiuSfDh3O2 { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#oTX9eHHaPssTNWletQOZXaGpLrgKWS82 { 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:10.5625rem;width:18.875rem;top:2.5531702041626rem;left:0.56206703186035rem;overflow:hidden;display:block; }
#iEP6TnDNJyFWRoOtsXMLJHvrLTZBqiWf { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hMlPMNNcFxyLE4J6OsrDEAHrMpthromi { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hnbbq93HfOihCL2ySm6w1zA1qlpTwsLa { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:34.827880859375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#AIMqNov95Kq0KoFDH0Xv0zuR1373voS4 { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:55.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#dZMlx1QlZ7dla8T7bf7DpO0xUZ7aZTiR { 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:12.9375rem;width:9.6875rem;top:1.3639316558838rem;left:29.818796157837rem;overflow:hidden;display:block; }
#J20vhTQSZowA8AMezVrqEcaL47gNhEKU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:17.6248125rem;top:2.9579000473023rem;left:41.187067031861rem;overflow:hidden;display:block; }
#PKVqJdyF4P3CgDhiGPCX6O5NLyQuOAtz { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:13rem;top:1.3639316558838rem;left:20.686849594116rem;overflow:hidden;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.873489379882rem;left:41.185983657837rem;height:1.54296875rem;font-style:normal;display:block; }
#t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { color:#45454d;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { color:#1e1e27;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.874557495118rem;left:20.686849594116rem;height:3.25rem;font-style:normal;display:block; }
#mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#lLc2HWgOPic80UrIviDDeQcheiDgC0To { position:absolute;display:block;z-index:15014;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:12.375rem;width:16.625rem;top:2.2178821563721rem;left:21.967233657837rem;overflow:hidden;display:block; }
#pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { color:#1e1e27;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.873474121094rem;left:0.55989646911621rem;height:2.923825rem;font-style:normal;display:block; }
#XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.875rem;top:2.2178821563721rem;left:1.46484375rem;overflow:hidden;display:block; }
#Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a50kUOmBQ7cSRxNNHsLpl6XUZcvsTpGx { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:14.140625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#sTbulvVKHxKs7QuR3B30QRm5XdAVtLWS { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9521484375rem;left:34.700927734375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#twVWVg0ZzGw6LktDGoTsQ1uJhvUIGVOG { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:54.561767578125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:17.3125rem;top:1.5625rem;left:41.755643844604rem;overflow:hidden;display:block; }
#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container { background-color: transparent; background-image: none; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container > .video-iframe-container { display: none; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row > .video-iframe-container { display: none; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .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); }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container { border-width: 0; border-radius: 0; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26.5625rem;width:60rem;position:relative;display:block; }#vLFRzEJUD8TTT4TK6KVUAtSBfBwF8A1k { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.873489379882rem;left:41.185983657837rem;height:1.54296875rem;font-style:normal;display:block; }
#SHNgw09OdzluNMdQGkgmdVnLqAJowpbT { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#SgubeAKnucSG991aXJR8h7TTNShK40Gd { color:#45454d;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJwBt0JnIJdhQDMnaJWQ5vaP4bESpL0P { color:#1e1e27;display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.976564407349rem;left:20.717882156372rem;height:1.3808625rem;font-style:normal;display:block; }
#FL65JhXpdWKP2ZyCB9ZBveO3skbS4rCz { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#cwJKGz7dyP6UmzOzUExbFC5m0OPHhhL4 { position:absolute;display:block;z-index:15014;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:12.3125rem;width:16.4375rem;top:2.2178821563721rem;left:21.967233657837rem;overflow:hidden;display:block; }
#XGDW0NCeJidhNA5ThITIfHZ58v98DoK2 { color:#1e1e27;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.873474121094rem;left:0.55989646911621rem;height:1.462675rem;font-style:normal;display:block; }
#CtrHM4dp0JyFXMu5Bx861LwdbptuFA49 { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#xPF0GfnLSzSlGo1UgEi59iANmhDsFF9l { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:16.6875rem;top:2.1527743339539rem;left:1.6558170318604rem;overflow:hidden;display:block; }
#r6tFv83swQscPs52JTM7bXFVWisOtSBK { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfBf4DHTCzyvlmGfibqFKZqJKXKwo47a { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:6.07324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WXdRuHhGv83eEWU31v4Gr1m2VBvng4MS { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:14.140625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#fmqO5Zkl78bypeSTKQlWc7gaIakhGULJ { color:#00bbe3;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.951606750488rem;left:34.638021469116rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#gUkacaFcJBqbPWLTpAT9NwdnR04cTcfW { color:#00bbe3;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.811767578125rem;left:54.561767578125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#qZi3UG1OOlkx1Tpa3lGGPqNEbT1k9Fol { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.0625rem;top:1.5625rem;left:41.755643844604rem;overflow:hidden;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:6.5rem;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; }#JKrfkPaR5VRfQKpTygB74zOuvcif4ikk { background-color:#0e0a52;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.12475rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.529541015625rem;left:22.935791015625rem;display:block; }
#IJynNhRUdRlum7Kfb2se3hygD7TIV11v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { 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; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:0.0625rem;width:60rem;position:relative;display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { 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; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { background-color: transparent; background-image: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { display: none; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .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); }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { border-width: 0; border-radius: 0; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.9375rem;width:60rem;position:relative;display:block; }#F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.748046875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2LHP6PT7TO1hTS3bIyq2aVrmlIf3AEG { color:#45454d;display:block;width:55.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:5.064697265625rem;left:1.998291015625rem;height:1.7871125rem;font-style:normal;display:block; }
#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { 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; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { background-color: transparent; background-image: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { display: none; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .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); }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { border-width: 0; border-radius: 0; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26rem;width:60rem;position:relative;display:block; }#TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { 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:18.2495rem;width:19.12475rem;top:2.918701171875rem;left:7.24853515625rem;overflow:hidden;display:block; }
#QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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.249025rem;width:15.81175rem;top:0.826416015625rem;left:38.436279296875rem;display:block; }
#cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:21.5rem;top:7.40478515625rem;left:38.43701171875rem;display:block; }
#cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { color:#45454d;display:block;width:14.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:1.4208984375rem;left:38.436279296875rem;height:4.125rem;font-style:normal;display:block; }
#OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.5625rem;top:13.125rem;left:38.4375rem;display:block; }
#yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.311767578125rem;left:38.436279296875rem;height:1.462675rem;font-style:normal;display:block; }
#DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { color:#45454d;display:block;width:5.18676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.311767578125rem;left:53.184814453125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:21.5625rem;top:16.781005859375rem;left:38.4375rem;display:block; }
#XIMORZhkz6P7FkoiQH8Fo9JO0qT8MEgm { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:21.5625rem;top:10.5615234375rem;left:38.4375rem;display:block; }
#N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:17.747802734375rem;left:38.436279296875rem;height:1.462675rem;font-style:normal;display:block; }
#rsn7TOQAHrighWU68c83CQyMyaouxf3J { color:#45454d;display:block;width:5.18676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:17.747802734375rem;left:53.184814453125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:14.7314453125rem;left:38.436279296875rem;height:1.462675rem;font-style:normal;display:block; }
#wz13f1eH7adq47T2wCozmopmcuP08sBB { color:#45454d;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:14.7314453125rem;left:52.43408203125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G2C0SPsIzFVrEXCIFPta7nJrTpwFaHoa { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:21.5625rem;top:19.81201171875rem;left:38.4375rem;display:block; }
#Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { color:#45454d;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:11.2646484375rem;left:38.436279296875rem;height:1.462675rem;font-style:normal;display:block; }
#wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { color:#45454d;display:block;width:5.18676875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:11.370849609375rem;left:53.184814453125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FIPnXBqn4rnsGoLgAXGhTzpU9tbOhLJB { background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;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:14.1235625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.229248046875rem;left:42.122802734375rem;display:block; }
#vTTnbtTFyfHTmZBCt1BSkFGnu10TWZUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container { background-color: transparent; background-image: none; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container > .video-iframe-container { display: none; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row > .video-iframe-container { display: none; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .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); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container { border-width: 0; border-radius: 0; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:3.75rem;width:60rem;position:relative;display:block; }#rCTgbQwXTBHEVimTBR7spAeqzlwUup25 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15048;line-height:1.1;letter-spacing:0;top:0.92665004730225rem;left:19.811201095581rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container { background-color: transparent; background-image: none; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container > .video-iframe-container { display: none; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row > .video-iframe-container { display: none; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .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); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container { border-width: 0; border-radius: 0; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:17.5625rem;width:60rem;position:relative;display:block; }#eZeoJ8kdzEaloBCISqyOwuZKu02qCdkG { 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:10.0625rem;width:13.4375rem;top:3.625rem;left:45.75rem;overflow:hidden;display:block; }
#KOfxO3N5I4T3vry7nPcgN5UVvt61Dllf { 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:9.1875rem;width:10.5625rem;top:4.1547312736511rem;left:2.2178821563721rem;overflow:hidden;display:block; }
#iEMRPxNsmk66caBIxE97QU5OepMSVqQz { 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:9.9365rem;width:13.125rem;top:3.75rem;left:15.9375rem;overflow:hidden;display:block; }
#TxZB9vl1yUc6LTcaXcCRWivN6hou0JKr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:0.5rem;left:1.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#qquz6HzszwRocil849O4ad0StlIn6IGU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.5rem;left:16.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#RHiiSmqukwLCLmuZOk5A7WcS5mzdJeBB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5rem;left:31.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#tro5nxlBZZqPwvvPHwmoiN6nPQxN623s { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:0.5rem;left:45.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#uuQBy67hi6VeuKqXIgRozi41Wz7xnlpt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:14.375000476837rem;left:1.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#HF6nH4vPt9LZSQ7U6iNfOMXgRLHVWnmr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:14.375rem;left:16.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ZBK1hGsTAg3CvTrip6rSBnAJ6SAmAvfN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.25rem;left:46.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#PILPIV3dHNRllxxEU5kZBbVIVOg0CEgD { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:none; }
#Mpinm1d5wDuP07L7IbxDMyOMror7Ja4b { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:none; }
#yu2PFx3ysup60xLh812FuciEemqSwsV7 { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:none; }
#bTqbieV5CGci7k0lRmTTbKRphpcFCdev { 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:9.8125rem;width:13.125rem;top:3.8737115859986rem;left:30.937501907349rem;overflow:hidden;display:block; }
#QuVh6W2p77tWSdMf9KiqPRAFpQU2gJTg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:14.375013351441rem;left:31.250001907349rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.624375rem;width:38.499375rem;top:17.561838150024rem;left:0rem;display:none; }
#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Ga2adxaf/sekcja_last_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q.adaptive-delivery-prevent-bg, #eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q.lazyload, #eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q.lazyloading { background-image: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container { background-color: transparent; background-image: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container > .video-iframe-container { display: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row > .video-iframe-container { display: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .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); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container { border-width: 0; border-radius: 0; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:35.375rem;width:60rem;position:relative;display:block; }#tWdxz8SzOzTh2gUpGnJqXtbWPw12iT7r { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:21.5625rem;top:16.859130859375rem;left:0rem;display:block; }
#rXEs3noyyhvXB9pufvP1GitxPXrCvwX7 { color:#1e1e27;display:block;width:16.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.077880859375rem;left:0.529296875rem;height:3.25rem;font-style:normal;display:block; }
#hotOyG9TefErTbTy6ckTkDQrxdSAXVzJ { color:#00bbe3;display:block;width:16.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:21.702880859375rem;left:0.560302734375rem;height:1.462675rem;font-style:normal;display:block; }
#ZDTLS2ztRNE5S5s8hKZ7dK5tQXG0GEwm { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:25.9521484375rem;left:1.258544921875rem;overflow:hidden;display:block; }
#iZlypJ6CRRytkTolaGyvCFqxyEZ3xCid { color:#45454d;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.8;letter-spacing:0;top:28.63037109375rem;left:3.59375rem;height:1.6875rem;font-style:normal;display:block; }
#tLqITQwuzt08yOWST5LzTg9aOb0N9Ssr { position:absolute;display:block;z-index:15045;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.43676875rem;width:1.9995125rem;top:28.73291015625rem;left:1.19384765625rem;overflow:hidden;display:block; }
#Lxw0by3ukJ2STSI73f7EqtvP7yqwTHLg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:3.75rem;left:25.25rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpS6hmzM07U8ssMAf8CN4aoJNx1nIgki { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.8;letter-spacing:0;top:8.3125rem;left:25.25rem;height:14.17089375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#msH6aW4QbNT12o2pVWHP3IZQ08TOya34 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.625rem;left:53.125rem;display:block; }
#AET3zEURJHrgzxqmcXDHX7oRJrevNoHK { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:22.0625rem;left:53.5rem;display:block; }
#sz18kZDi0rpTT1wrLQw3pzqLUnfsTrsT { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.625rem;left:49.4375rem;display:block; }
#eAsNR2d8swcPBsh8zWpRfMO6DiKeEQm4 { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:22.125rem;left:49.8125rem;display:block; }
#CdgpNnmWfeiCr500PEJFJ8t6EoIKDgcM { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.625rem;left:45.75rem;display:block; }
#zZmhWg4Ona7ogkVXAFpKDTlKLn1W9aeH { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:22.125rem;left:46.125rem;display:block; }
#yskC0zgoBC5WWLMOI6G9Jkvur6lprTQI { position:absolute;display:block;z-index:15058;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:17.1875rem;width:21.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dq4uQCWQBsLXrdxZngDOMSUi2TqTZDPx { background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;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:22.56225rem;height:5.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.374267578125rem;left:28.951416015625rem;display:block; }
#kNky0Stc34aBTlAGovoT7I5TghC13PBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iw3fbIGRnFH7QUTTTXd39ZHrKKkOUdfv { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.99975rem;width:38.4375rem;top:0.125rem;left:21.5625rem;display:block; }
#ZhAT9BRSuCAV7totMr3hkvccgZZn5hUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23.577880859375rem;left:0.528564453125rem;height:1.2999125rem;display:block; }
#eNe5r0BxsZP5Pc8Z1DFTxMDykrENsMqS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d4c4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0615rem;height:3.4375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:25.29541015625rem;left:3.808349609375rem;display:block; }
#ifRDSaDfm3NJXdLhi6sTLXdC5XK2qC2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tecICaR3AWLBFQwVSLqrvpmySTMOM7KU { box-sizing:content-box;color:#4d4c4d;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:block;z-index:15061;top:30.435791015625rem;left:0.528564453125rem;display:block; }
#Q90Lg1yc6MLOwihlJfrFqsXgwTJ3IiPv { color:#45454d;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.8;letter-spacing:0;top:31.124267578125rem;left:3.671875rem;height:1.6875rem;font-style:normal;display:block; }
#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL { 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; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container { background-color: transparent; background-image: none; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container > .video-iframe-container { display: none; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row > .video-iframe-container { display: none; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .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); }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container { border-width: 0; border-radius: 0; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34.125rem;width:60rem;position:relative;display:block; }#vXL2PXuZHFXECTZ6uTqnbqGbvrTeuWLy { 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:21.75rem;width:31.3125rem;top:2.640380859375rem;left:0rem;overflow:hidden;display:block; }
#UZn3f6ygUqHFapHSyTvHoGaszOEB1Dq4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:31.25rem;top:17.875rem;left:0rem;overflow:hidden;display:block; }
#dnQAsStr2TEPadInxVBDagR27VnOOydd { color:#1e1e27;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.0625rem;left:35.0625rem;height:5.5rem;font-style:normal;display:block; }
#yVCdsgn1SgnFBGcLpdXkqSHVf2dgGHfG { color:#45454d;display:block;width:22.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:10.511946678162rem;left:35.435113906861rem;height:8.097625rem;font-style:normal;display:block; }
#GN3TwoMF6RySFsOvrkdyc9DhvX49p5kO { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:18.625rem;left:35.0625rem;height:8.09765rem;font-style:normal;display:block; }
#xa9OtEZyyd0UyyvuFZKy5RDkIXgr2izf { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.875rem;top:26.0625rem;left:35.0625rem;display:block; }
#UAv8DPEsuTnWMrEXKfKKthmLJw8a4HU1 { color:#00bbe3;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:27.625rem;left:35.062500715256rem;height:3.82421875rem;font-style:normal;display:block; }
#JcIRrKTDizx7CTUti6mrcIEI167GHsKd { box-sizing:content-box;color:#e42431;font-size:3.75rem;font-weight:400;line-height:1;height:5.4375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.989501953125rem;left:10.92041015625rem;display:block; }
#C2zRB0mOTpWvLxMkNpXmXuAyvTrl5doV { box-sizing:content-box;color:#e42431;font-size:3.75rem;font-weight:400;line-height:1;height:5.4370125rem;width:5.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:4.0625rem;left:50.982666015625rem;display:block; }
#QVcwfG3rgOIrMonx5deBOPZuLBaXTQRF { box-sizing:content-box;color:#e42431;font-size:3.75rem;font-weight:400;line-height:1;height:5.4370125rem;width:5.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:4.04541015625rem;left:52.63916015625rem;display:block; }
#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { background-color: transparent; background-image: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container > .video-iframe-container { display: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { display: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .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); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { border-width: 0; border-radius: 0; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:9.1875rem;width:60rem;position:relative;display:block; }#zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhHfK40Tna2dXrZJodLRzxP03vsE0unC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:5.936279296875rem;left:0rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { background-color: transparent; background-image: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container > .video-iframe-container { display: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { display: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .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); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { border-width: 0; border-radius: 0; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.5rem;width:60rem;position:relative;display:block; }#HPmocaFyLVaXgIW70shFNJLicDpa7Bkt { background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0620625rem;height:3.87478125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.3125rem;left:20.968967437744rem;display:block; }
#mEqSTqvfnRc5dx8TT2vM9pZ8pTLebsQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkcB6cybmOpb74b8ThyxLTHFougALW9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { background-color: transparent; background-image: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .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); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { border-width: 0; border-radius: 0; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.5rem;width:60rem;position:relative;display:block; }#ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { color:rgba(var(--color-tertiary-0),0.5);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2rem;left:0.0625rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpC27WCTFTzzTV1KGlq2TXO67K7pRPaB { width:14.8125rem;height:3.1875rem;top:1.875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik5H6dnpkXJsbfxiUbNXb632nvPIlVv6 { display:block; }
 }@media only screen and (max-width: 763px) { #wWTfcXWuS6p4bd04l9nOhc07fwq9cvad { width:7.1875rem;height:2.8125rem;top:2.0625rem;left:6.6864147186281rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNuTsaNgylUGQ5tb0o0nzn3D20HG4zR { display:block; }
 }@media only screen and (max-width: 763px) { #RrMXRTrO0Id3MqpOrsoW8TZZSyrdrIRT { width:7.0625rem;height:2.6875rem;top:2.125rem;left:22.999349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEVfuC4oqCI7VeDtu5JZ17sD7bxtlJCs { display:block; }
 }@media only screen and (max-width: 763px) { #lcUTQD0brwkwGnKGOT9MADm63MRvqnWd { top:0rem;left:0rem;width:11.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphrUisDz2RdTswKd66qscJeQKIoQzp1 { width:7.5rem;height:2.8125rem;top:2.0625rem;left:30.624132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfICVHnlJJARe8EeQup5ol5v00rLN8p { display:block; }
 }@media only screen and (max-width: 763px) { #MCBvTAIOKRThy0Hza5gfoLNWdN1uAzvN { top:2.125rem;left:38.812070846558rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGP4DKztLU7TJCndmH0yKmTo6TKgnCR { width:7.75rem;height:2.75rem;top:2.125rem;left:14.307291030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZEGWUo11BRcTfipIMwbgTlITcgcVlL { display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:25.625rem;height:5.4375rem;top:1.3125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-text {padding-top: 0; padding-bottom: 0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-select {padding-top: 0; padding-bottom: 0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd  { width:23.125rem;height:auto;top:6.625rem;left:22.125rem; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd {display:block;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd { width:23.125rem;height:auto;top:6.625rem;left:22.125rem; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #QsGIyV9dLBERQVmT7iwOMKclEyhm82Rc {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #ki4Qv7cfT4r2SRPqcV7kiNMmxDWXzZia { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #KrhKBN5hyU0ApvTrVT3Hu9MvT9y0MaFT {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #khaFQ6vLUuJZQLCohb8QloMyP0lR233z {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #kT1UFqvAdoH8ux9SnA6PGuKh0Z7iC2f3 { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #wEaG9eOX2tyWq3pqvUWoBhG99KqzVi3X {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #bdDTC8dcLpb17lR4G2IXJV7wHBMADpVh {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #gpfpsR8bmEx1c8tDlNfWEi3eWSDFZALM { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #WNfddudrwilQfke0cDXlmWVTv6bAceoh {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #UwTNeSVM5detJ1y4NMoVXLVqBuJdTLTA {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #DsAkCMeiHXybU05QPimDxR99TPGUIwFE { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #zhh7r6pTtB8G6TKWIdIfA3OSCsJFzBzV {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #Xzzi0pxKt9UzGKtyEOEPTzIr3cXIwer9 {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #eA0qE9UuyDUqQizvvl0FnN4dJmVT8mTP { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #B6DJxiIbh4cdo84rZtXgXurqNIXOyZuv {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #VULQvp2tLT0b2qemJd8ptWhzFaz6sWHN {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #wAUF651zDygLK5BBlLDX7pypvCBvHTfM { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #GK3bq6y9JTP7ySFzHCozWRBVunl4dvDO {  }
 }@media only screen and (max-width: 763px) { #rZpmmTzCiQmdTTHH2OuTG83b9A8CAnhT { display:block; }
 }@media only screen and (max-width: 763px) { #O4ztn7L3zQlMBLZo8ma0UHxcJT2TRPmD { display:block; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #LBBE5kgXDM30R5t2kkoB2sZ8UB3SQLFG {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #fnzGbMGDa1qzOgkU4a2NfCAd3OirXyC8 {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #viZzVC6Ool4n9HPp2ziCHcPKhL9s5JZX {  }
 }@media only screen and (max-width: 763px) { #O79VhraRgOncCyeFwIC0wWXnMIOoT0Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #oMRUze6gRReHmMM7puLvTdBAnrVkdO1U { display:block; }
 }@media only screen and (max-width: 763px) { #KpPOe2bhnPAZi0hyfeewa4dVIJabp2KA { display:block; }
 }@media only screen and (max-width: 763px) { #WmrUpJvhcJE924FPwXp1qOGISxsAzKJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #qaOrOzTK4yT70x4lLfk5DCWaqrcq99Mc { display:block; }
 }@media only screen and (max-width: 763px) { #rJec507JAF2CADVeP2xAnpaFBTvwtBJS { display:block; }
 }@media only screen and (max-width: 763px) { #dZEZkr5WWvyt19rdvmzNS7Cb1K9TcQQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #lOSUFGZZLNGNhcPf782mwtQqLHZxrtTS { display:block; }
 }@media only screen and (max-width: 763px) { #IoS2yA01H6JTfATe0J7gnnWSOC6dBu6g { display:block; }
 }@media only screen and (max-width: 763px) { #uIwdfLEfMJTBZ8oIImA5bX7SBqykKrDR { display:block; }
 }@media only screen and (max-width: 763px) { #pmSR4oXEtUpiTwomJIf9Wqn3t6NU13L4 { display:block; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #dH3XFIDv2918sNrl9S5yhx6xGgC6xs87 {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #PA5bIS6FV4LHlqtiwK8Ifd7fLd30tLvu {  }
 }@media only screen and (max-width: 763px) { #DCsXc6pVMJQbP2wCHTuATb8vUqvBTfN9 { display:none; }
 }@media only screen and (max-width: 763px) { #tCNEQzkvRvmBNOsPtctqJD1SNxFOHT3A { top:27.0625rem;left:0rem;width:47.75rem;height:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzJTApu7EzUgBVOMhyN6QlermpKI3scS { top:36.8125rem;left:0rem;width:47.75rem;height:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkAE09PUhaGoKOBiZinss7MrHSm6A8Tm { width:43.1875rem;height:5.1875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAc1T6XvheVfFGva9D8s3k6piwSBvxX { display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:47.75rem;height:14.5625rem;top:3.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkFhZ2oqR6zN7By7H6kHUEFgDmtEy4q { top:5.3125rem;left:22.3125rem;width:25.4375rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsSKHgTK3SKEcZenRDsZXbHyL60p35cf { top:2.3125rem;left:22.4375rem;width:24.5625rem;height:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSGlSSNIeVMFCWWPSTnTXvuIKQw8gHDQ { top:20.5rem;left:10.930122375488rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puW4AghqpT5RkJNJwqW0ayS4qgvXshuZ { top:21.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT { display:block; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3XShzGbLXFbZmP3porR6IexEOXLnCyb { top:1.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:14.6875rem;height:7rem;top:11.125rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.9375rem;top:8.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:1rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:1.0625rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.9375rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:14.75rem;height:7.625rem;top:10.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:1.0625rem;left:27.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.9375rem;top:8.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:14.5625rem;height:7.3125rem;top:10.9375rem;left:21.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0;height:15.375rem;top:0.8125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0;height:15.375rem;top:0.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0;height:15.375rem;top:0.8125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:1.0625rem;left:38.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.9375rem;top:8.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:4.375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:11.0625rem;height:1.9375rem;top:10.9375rem;left:35.906005859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru41f1gT2IciPDtaJ9uyrsibumS7TTTm { top:0.9375rem;left:14.468751907349rem;width:6.875rem;height:6.8120625rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwWVk9HUDtJJx1KShtAuIJEBZMufxFCo { top:1.5rem;left:27.530385971069rem;width:7.0625rem;height:6.8764474573rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1EpdhL3ZPEMHaeXDR3lW2ub8lDml43P { top:0.9375rem;left:38.781034469604rem;width:7.5rem;height:7.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwgLyfG7nCfTlwrqftBcTZonI65s35uy { width:15.125rem;height:7.9375rem;top:10.6875rem;left:20.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDupVlSDFSsANx8NxbqcAMkN4xs0BaRp { top:0.9375rem;left:2.9685344696045rem;width:6.875rem;height:6.936875rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 { display:block; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5kBEyPlmg9WO8nAcVzsAoQXeEx3qhUR { width:47.75rem;height:9.4375rem;top:9.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza { display:block; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyk0oxybbQZSRH8TWS2WTTu1nRMT28ze { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9JWv53IJeOHthBWRCORHbRVG0hpLq0P { display:block; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaV4fpJ9kVbMTsFXtRqGH1CmGoLcNAG9 { width:31.3125rem;height:23.125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATAuCK9tESiXVvpewE0R44bkI20NqzA { width:31.3125rem;height:23.250276577377rem;top:0.9375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbnybx6JFRf52nhyJtmn1Pds9ObTIpq { top:51.625rem;left:0rem;width:28.9375rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTvfhhIy05CL7ifS5E8v2UP6iU2dytK { top:51.6875rem;left:20.8125rem;width:26.9375rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d0ATwMm1i8cppd1g7iIt3grIRknM3s { top:24.9375rem;left:18.6875rem;width:29.0625rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQOXrWHF69Ilqihb0CZklEibmfhmPIkL { top:25rem;left:0rem;width:29.8125rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHvZGfZtHVuBmFJMKo89yWWmHFW5ec8Z { width:31.1875rem;height:23.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCvS53QuyLsp0XszwZh25tvpSZuBOeXM { width:30.8125rem;height:23rem;top:28rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { width:21.5625rem;height:21.375rem;top:1.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivilltWTHt5pBseMciiV0AyafK0hJNk { width:21.3125rem;height:2.8125rem;top:3.75rem;left:26.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { width:21.25rem;height:5.8125rem;top:7.4375rem;left:26.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTg1J5TrqddvQgty5oLW01r1S9q2w3i { width:14.0625rem;height:3.4375rem;top:16.0625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block; }
 }@media only screen and (max-width: 763px) { #eouezt0bLmTOpxTULIrGMHuyUCMgtUxr { top:1.8125rem;left:0rem;width:38.125rem;height:21.40189078381rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOEOnneByLOae549vhHFtGrRgDMsqTST { display:block; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmTQUkRL0Cr6zGsLu9sc5TD5X2RP3csd { top:13.6875rem;left:4.5625rem;width:14.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aye4VKMPLEAbzoy5nUTHUJUHNcrGTxJR { top:16.5rem;left:0rem;width:30rem;height:30.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Em7nCnX5rqSUJhqgFwf9T1Ep0toKJM { top:0.9375rem;left:12.125rem;width:14.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtGDp943ECMV8OG9CFAsvizQTXXNcKZA { top:40.625rem;left:32.75rem;width:15rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGZ8rzGimnBhzT0OGHPpAczF9aWL4Z5 { top:2.5rem;left:41.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2eqvmTDrBXuc9RAG5EoLsB7Z4KJoA6u { width:3.125rem;height:3.125rem;top:3.0625rem;left:42.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdJLm4EE6pBF5viyiigB9JCxTbhEVcXe { width:3.125rem;height:3.125rem;top:15.8125rem;left:25.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSHHFHeLicaD59ESsSxE8DbUhlWPwKD { top:15.25rem;left:25.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Qe0KMheXbLeNuUxN8PShICEhCRyXPh { top:20.625rem;left:23.875rem;width:12.5rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFsgSNbQAlAHQgD9N0OfsPgVt1XLRXwX { top:42.6875rem;left:25.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br96F7gtT7mx6pWllbmnHekpaxGLmpkg { width:3.125rem;height:3.125rem;top:43.25rem;left:26rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPAkzIvM9piJGegLeRWob2kp3PPN2o3i { top:26.75rem;left:23.875rem;width:14.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOoL1GH7fQZqb6c5rQam8qI9wt6qptV { top:29.8125rem;left:41.625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3qIVxmAv0F7y31g1pAItXoo8KpN4bET { width:3.125rem;height:3.125rem;top:30.375rem;left:42.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSLXyLrBcJTsFokge1Tqa99HfR0GSoD3 { top:14rem;left:32.125rem;width:15rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZlTaEHDSAJGNuKhzSHV7Tn0F45hfLV { top:34.6875rem;left:35.6875rem;width:12rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc7IWtsMNOholA27v4kwCkFua41BdrCo { top:48.125rem;left:23.875rem;width:12.5rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVrnKDMXzONXkPQIxnQn6pcmlF6kamHa { top:12.3125rem;left:0rem;width:28.125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAd4LSIKVHIQpZaIhyr8hrNlRMTtLLfD { top:3.875rem;left:0rem;width:28.125rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1CNyxdNKNwzf6G12Im0hKFPMXlHPf1f { width:3.125rem;height:3.125rem;top:30.375rem;left:42.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jsra63lT5z9sUFV9IkXWzB5SMFbILIwJ { top:8.125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.6875rem;top:3.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:47.75rem;height:3.75rem;top:6.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:13.5625rem;height:1.5625rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZc7e6ADRSfgHvyQL21ng9VGT9A6gTsN { width:4.6875rem;height:1.5625rem;top:15.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.75rem;height:5.8125rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.125rem;height:1.5625rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.8125rem;height:1.5625rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.875rem;height:12.459321552811rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.75rem;height:5.8125rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.75rem;height:8rem;top:19.375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSJcNJUSAw7zq97tgENLnqD6uOdS9MPF { width:4.6875rem;height:1.5625rem;top:15.75rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD1x8B0wCeqw8XpqsfnrOb7TIw4wmH6U { width:4.6875rem;height:1.5625rem;top:15.75rem;left:42.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbp6R18Z1oE3DiSPUZnoqrkUsHJ42xST { top:1.3125rem;left:15.875rem;width:16.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmMOT692yICi5yxmuTMxq0fFDOWs6gh { top:1.3125rem;left:31.75rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfP7D98HmxaFfTBO2ZX8OFAWTH4tbaC { top:1.3125rem;left:38.5rem;width:9.0625rem;height:12.352723217344rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm { display:block; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkNusPl602Z2HI3bdcaAWABuNgcb2UmL { width:13.5625rem;height:3.1875rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJzi58FROORAklxWPPsTnNILFDPK4py9 { width:4.6875rem;height:1.5625rem;top:15.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDx7T5HgD9yA7XVFOShqoNESBgcxnO6Q { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9kbTebhZVHbIcfWkgNZOC1QS1T7klPg { width:20.0625rem;height:8.0625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orw5KLfa3D8131b9lf21vlcU5bOs8912 { width:11.125rem;height:1.5625rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqmWIrmULSy3LfnUuEoGOvoCVKHk5KU { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVFbwv5F3U1bogEXD8H1hBbD60x78VAM { width:14.5625rem;height:1.5625rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQA35S8gdflbv0BmiCNLlDTiuSfDh3O2 { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTX9eHHaPssTNWletQOZXaGpLrgKWS82 { width:18.875rem;height:10.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEP6TnDNJyFWRoOtsXMLJHvrLTZBqiWf { width:18.75rem;height:6rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMlPMNNcFxyLE4J6OsrDEAHrMpthromi { width:18.75rem;height:6rem;top:19.375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbbq93HfOihCL2ySm6w1zA1qlpTwsLa { width:4.6875rem;height:1.5625rem;top:15.75rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIMqNov95Kq0KoFDH0Xv0zuR1373voS4 { width:4.6875rem;height:1.5625rem;top:15.75rem;left:42.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMlx1QlZ7dla8T7bf7DpO0xUZ7aZTiR { top:1.3125rem;left:22.0625rem;width:9.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20vhTQSZowA8AMezVrqEcaL47gNhEKU { top:2.9375rem;left:30rem;width:17.5625rem;height:9.6532498572681rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKVqJdyF4P3CgDhiGPCX6O5NLyQuOAtz { top:1.3125rem;left:15.875rem;width:13rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:12.8125rem;height:1.5rem;top:15.8125rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:19.375rem;height:6rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:14.75rem;height:1.625rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:16.625rem;height:12.375rem;top:2.1875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:14.75rem;height:1.4375rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:16.875rem;height:12.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.75rem;height:7.25rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.75rem;height:6rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a50kUOmBQ7cSRxNNHsLpl6XUZcvsTpGx { width:4.6875rem;height:1.5625rem;top:15.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbulvVKHxKs7QuR3B30QRm5XdAVtLWS { width:4.6875rem;height:1.5625rem;top:15.9375rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVWVg0ZzGw6LktDGoTsQ1uJhvUIGVOG { width:4.6875rem;height:1.5625rem;top:15.75rem;left:42.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:17.3125rem;height:12.875rem;top:1.5625rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW6NkvPppCnU41bpG94OOp5ollwL0fQ { display:block; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLFRzEJUD8TTT4TK6KVUAtSBfBwF8A1k { width:12.8125rem;height:1.5rem;top:15.8125rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNgw09OdzluNMdQGkgmdVnLqAJowpbT { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgubeAKnucSG991aXJR8h7TTNShK40Gd { width:19.375rem;height:6rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJwBt0JnIJdhQDMnaJWQ5vaP4bESpL0P { width:18.625rem;height:1.3125rem;top:15.9375rem;left:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL65JhXpdWKP2ZyCB9ZBveO3skbS4rCz { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJKGz7dyP6UmzOzUExbFC5m0OPHhhL4 { width:16.4375rem;height:12.3125rem;top:2.1875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDW0NCeJidhNA5ThITIfHZ58v98DoK2 { width:14.6875rem;height:1.4375rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrHM4dp0JyFXMu5Bx861LwdbptuFA49 { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPF0GfnLSzSlGo1UgEi59iANmhDsFF9l { width:16.6875rem;height:12.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tFv83swQscPs52JTM7bXFVWisOtSBK { width:18.75rem;height:6rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfBf4DHTCzyvlmGfibqFKZqJKXKwo47a { width:18.75rem;height:6rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdRuHhGv83eEWU31v4Gr1m2VBvng4MS { width:4.6875rem;height:1.5625rem;top:15.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmqO5Zkl78bypeSTKQlWc7gaIakhGULJ { width:4.75rem;height:1.625rem;top:15.9375rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkacaFcJBqbPWLTpAT9NwdnR04cTcfW { width:4.6875rem;height:1.5625rem;top:15.75rem;left:42.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZi3UG1OOlkx1Tpa3lGGPqNEbT1k9Fol { width:17.0625rem;height:12.8125rem;top:1.5625rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKrfkPaR5VRfQKpTygB74zOuvcif4ikk { width:14.0625rem;height:3.4375rem;top:1.5rem;left:16.810791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJynNhRUdRlum7Kfb2se3hygD7TIV11v { display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:47.75rem;height:2.6875rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2LHP6PT7TO1hTS3bIyq2aVrmlIf3AEG { width:47.75rem;height:1.6875rem;top:5.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:19.0625rem;height:18.190098890182rem;top:2.875rem;left:1.12353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:15.75rem;height:5.1875rem;top:0.8125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:21.5rem;height:13.6875rem;top:7.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.6875rem;height:4.0625rem;top:1.375rem;left:32.311279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:21.5625rem;height:0.0625rem;top:13.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.375rem;top:8.25rem;left:32.311279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.125rem;height:1.375rem;top:8.25rem;left:42.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:21.5625rem;height:0;top:16.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMORZhkz6P7FkoiQH8Fo9JO0qT8MEgm { width:21.5625rem;height:0;top:10.5rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { width:10.625rem;height:1.375rem;top:17.6875rem;left:32.311279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsn7TOQAHrighWU68c83CQyMyaouxf3J { width:5.125rem;height:1.375rem;top:17.6875rem;left:42.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.375rem;top:14.6875rem;left:32.311279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:5.3125rem;height:1.375rem;top:14.6875rem;left:42.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2C0SPsIzFVrEXCIFPta7nJrTpwFaHoa { width:21.5625rem;height:0;top:19.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.375rem;top:11.25rem;left:32.311279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:5.125rem;height:1.375rem;top:11.3125rem;left:42.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIPnXBqn4rnsGoLgAXGhTzpU9tbOhLJB { width:14.0625rem;height:3.4375rem;top:21.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTnbtTFyfHTmZBCt1BSkFGnu10TWZUa { display:block; }
 }@media only screen and (max-width: 763px) { #PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 { display:block; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCTgbQwXTBHEVimTBR7spAeqzlwUup25 { width:31.4375rem;height:2.6875rem;top:0.875rem;left:13.686201095581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT { display:block; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZeoJ8kdzEaloBCISqyOwuZKu02qCdkG { width:13.4375rem;height:10.0625rem;top:3.625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfxO3N5I4T3vry7nPcgN5UVvt61Dllf { width:10.5625rem;height:9.1875rem;top:4.125rem;left:0.68663215637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEMRPxNsmk66caBIxE97QU5OepMSVqQz { width:13.125rem;height:9.936rem;top:3.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZB9vl1yUc6LTcaXcCRWivN6hou0JKr { top:0.4375rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qquz6HzszwRocil849O4ad0StlIn6IGU { top:0.4375rem;left:11.375rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHiiSmqukwLCLmuZOk5A7WcS5mzdJeBB { top:0.4375rem;left:23.3125rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tro5nxlBZZqPwvvPHwmoiN6nPQxN623s { top:0.4375rem;left:35.25rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQBy67hi6VeuKqXIgRozi41Wz7xnlpt { top:14.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6nH4vPt9LZSQ7U6iNfOMXgRLHVWnmr { top:14.375rem;left:11.375rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBK1hGsTAg3CvTrip6rSBnAJ6SAmAvfN { top:15.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PILPIV3dHNRllxxEU5kZBbVIVOg0CEgD { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mpinm1d5wDuP07L7IbxDMyOMror7Ja4b { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yu2PFx3ysup60xLh812FuciEemqSwsV7 { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTqbieV5CGci7k0lRmTTbKRphpcFCdev { width:13.125rem;height:9.8125rem;top:3.8125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVh6W2p77tWSdMf9KiqPRAFpQU2gJTg { top:14.375rem;left:23.3125rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { width:38.4375rem;height:21.58962097599rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q { display:block; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWdxz8SzOzTh2gUpGnJqXtbWPw12iT7r { width:21.5625rem;height:16.625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXEs3noyyhvXB9pufvP1GitxPXrCvwX7 { width:16.5625rem;height:3.125rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hotOyG9TefErTbTy6ckTkDQrxdSAXVzJ { width:16.75rem;height:1.375rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTLS2ztRNE5S5s8hKZ7dK5tQXG0GEwm { width:1.9375rem;height:1.9375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZlypJ6CRRytkTolaGyvCFqxyEZ3xCid { width:14.375rem;height:1.625rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqITQwuzt08yOWST5LzTg9aOb0N9Ssr { width:1.9375rem;height:1.3922090775251rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxw0by3ukJ2STSI73f7EqtvP7yqwTHLg { width:31.4375rem;height:2.6875rem;top:3.75rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpS6hmzM07U8ssMAf8CN4aoJNx1nIgki { width:31.375rem;height:14.1875rem;top:8.25rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msH6aW4QbNT12o2pVWHP3IZQ08TOya34 { width:3.125rem;height:3.125rem;top:21.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AET3zEURJHrgzxqmcXDHX7oRJrevNoHK { width:2.375rem;height:2.375rem;top:22.0625rem;left:45.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz18kZDi0rpTT1wrLQw3pzqLUnfsTrsT { width:3.125rem;height:3.125rem;top:21.625rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAsNR2d8swcPBsh8zWpRfMO6DiKeEQm4 { width:2.375rem;height:2.375rem;top:22.125rem;left:43.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdgpNnmWfeiCr500PEJFJ8t6EoIKDgcM { width:3.125rem;height:3.125rem;top:21.625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZmhWg4Ona7ogkVXAFpKDTlKLn1W9aeH { width:2.375rem;height:2.375rem;top:22.125rem;left:40rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskC0zgoBC5WWLMOI6G9Jkvur6lprTQI { width:21.625rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq4uQCWQBsLXrdxZngDOMSUi2TqTZDPx { width:22.5rem;height:5.3125rem;top:27.3125rem;left:22.826416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNky0Stc34aBTlAGovoT7I5TghC13PBN { display:block; }
 }@media only screen and (max-width: 763px) { #Iw3fbIGRnFH7QUTTTXd39ZHrKKkOUdfv { width:38.4375rem;height:25.9375rem;top:0.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAT9BRSuCAV7totMr3hkvccgZZn5hUZ { top:23.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNe5r0BxsZP5Pc8Z1DFTxMDykrENsMqS { width:8rem;height:3.4375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifRDSaDfm3NJXdLhi6sTLXdC5XK2qC2l { display:block; }
 }@media only screen and (max-width: 763px) { #tecICaR3AWLBFQwVSLqrvpmySTMOM7KU { top:30.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q90Lg1yc6MLOwihlJfrFqsXgwTJ3IiPv { width:14.375rem;height:1.625rem;top:31.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL { display:block; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXL2PXuZHFXECTZ6uTqnbqGbvrTeuWLy { width:31.3125rem;height:21.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZn3f6ygUqHFapHSyTvHoGaszOEB1Dq4 { width:31.25rem;height:13.4375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQAsStr2TEPadInxVBDagR27VnOOydd { width:22.8125rem;height:5.4375rem;top:4.0625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCdsgn1SgnFBGcLpdXkqSHVf2dgGHfG { width:22.0625rem;height:8.0625rem;top:10.5rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN3TwoMF6RySFsOvrkdyc9DhvX49p5kO { width:24.8125rem;height:7.8125rem;top:18.5625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa9OtEZyyd0UyyvuFZKy5RDkIXgr2izf { width:24.875rem;height:0.0625rem;top:26.0625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAv8DPEsuTnWMrEXKfKKthmLJw8a4HU1 { width:21.625rem;height:3.75rem;top:27.625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcIRrKTDizx7CTUti6mrcIEI167GHsKd { top:7.9375rem;left:4.79541015625rem;width:5.375rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2zRB0mOTpWvLxMkNpXmXuAyvTrl5doV { top:4.0625rem;left:42.4375rem;width:5.3125rem;height:5.3740351306629rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVcwfG3rgOIrMonx5deBOPZuLBaXTQRF { top:4rem;left:42.4375rem;width:5.3125rem;height:5.3740351306629rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:47.75rem;height:2.6875rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHfK40Tna2dXrZJodLRzxP03vsE0unC { width:47.75rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPmocaFyLVaXgIW70shFNJLicDpa7Bkt { width:18rem;height:3.8125rem;top:0.3125rem;left:14.843967437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEqSTqvfnRc5dx8TT2vM9pZ8pTLebsQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:47.75rem;height:1.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f5ef;background-image:none;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); } }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpC27WCTFTzzTV1KGlq2TXO67K7pRPaB { width:10.4373125rem;height:2.56185rem;top:0.56206601858139rem;left:9.5616321563719rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ik5H6dnpkXJsbfxiUbNXb632nvPIlVv6 { display:block; }
 }@media only screen and (max-width: 763px) { #wWTfcXWuS6p4bd04l9nOhc07fwq9cvad { width:3.8125rem;height:2.3125rem;top:3.8116321563721rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNuTsaNgylUGQ5tb0o0nzn3D20HG4zR { display:block; }
 }@media only screen and (max-width: 763px) { #RrMXRTrO0Id3MqpOrsoW8TZZSyrdrIRT { width:5.0625rem;height:2.4375rem;top:3.7489151954651rem;left:10.623264312744rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEVfuC4oqCI7VeDtu5JZ17sD7bxtlJCs { display:block; }
 }@media only screen and (max-width: 763px) { #lcUTQD0brwkwGnKGOT9MADm63MRvqnWd { width:6.3125rem;height:3.375rem;top:0.093315973877906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphrUisDz2RdTswKd66qscJeQKIoQzp1 { width:3.8125rem;height:2.375rem;top:3.8118491172791rem;left:16.187067031861rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfICVHnlJJARe8EeQup5ol5v00rLN8p { display:block; }
 }@media only screen and (max-width: 763px) { #MCBvTAIOKRThy0Hza5gfoLNWdN1uAzvN { width:1.4375rem;height:1.4375rem;top:1.25rem;left:9.4848108441163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGP4DKztLU7TJCndmH0yKmTo6TKgnCR { width:5.43728125rem;height:2.31228125rem;top:3.7500002384186rem;left:4.5627174377441rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZEGWUo11BRcTfipIMwbgTlITcgcVlL { display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:#242121;background-image:url("https://images.assets-landingi.com/y2hg0xoB/Desmontaje_de_cubierta.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:20rem;height:2.4375rem;top:22.985026359558rem;left:0rem;z-index:15024;background-color:#27ba06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-form-header {  }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.5rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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;border-right:0;border-bottom:0;border-left:0;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:17.5rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:1.3; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-text {padding-top: 0; padding-bottom: 0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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;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;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:1.3; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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;border-right:0;border-bottom:0;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-select {padding-top: 0; padding-bottom: 0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-checkbox { width:0.99935rem;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; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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:#ffbe00;background-image:none;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.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#2a4a48;width:17.5rem;height:2.625rem;font-family:calibri;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;line-height:1; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:arial;font-size:1.4375rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:arial;font-size:1.4375rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:arial;font-size:1.4375rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:arial;font-size:1.4375rem;font-weight:400;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .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; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-container:first-of-type{padding-top:0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-container:last-of-type{padding-bottom:0;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd  { background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:25.000001430511rem;z-index:15004; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:2.125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd {display:block;}#cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd { background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:25.000001430511rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #QsGIyV9dLBERQVmT7iwOMKclEyhm82Rc {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #ki4Qv7cfT4r2SRPqcV7kiNMmxDWXzZia { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #KrhKBN5hyU0ApvTrVT3Hu9MvT9y0MaFT {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #khaFQ6vLUuJZQLCohb8QloMyP0lR233z {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #kT1UFqvAdoH8ux9SnA6PGuKh0Z7iC2f3 { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #wEaG9eOX2tyWq3pqvUWoBhG99KqzVi3X {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #bdDTC8dcLpb17lR4G2IXJV7wHBMADpVh {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #gpfpsR8bmEx1c8tDlNfWEi3eWSDFZALM { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #WNfddudrwilQfke0cDXlmWVTv6bAceoh {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #UwTNeSVM5detJ1y4NMoVXLVqBuJdTLTA {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #DsAkCMeiHXybU05QPimDxR99TPGUIwFE { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #zhh7r6pTtB8G6TKWIdIfA3OSCsJFzBzV {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #Xzzi0pxKt9UzGKtyEOEPTzIr3cXIwer9 {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #eA0qE9UuyDUqQizvvl0FnN4dJmVT8mTP { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #B6DJxiIbh4cdo84rZtXgXurqNIXOyZuv {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #VULQvp2tLT0b2qemJd8ptWhzFaz6sWHN {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #wAUF651zDygLK5BBlLDX7pypvCBvHTfM { display:none; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #GK3bq6y9JTP7ySFzHCozWRBVunl4dvDO {  }
 }@media only screen and (max-width: 763px) { #rZpmmTzCiQmdTTHH2OuTG83b9A8CAnhT { display:block; }
 }@media only screen and (max-width: 763px) { #O4ztn7L3zQlMBLZo8ma0UHxcJT2TRPmD { display:block; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #LBBE5kgXDM30R5t2kkoB2sZ8UB3SQLFG {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #fnzGbMGDa1qzOgkU4a2NfCAd3OirXyC8 {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #viZzVC6Ool4n9HPp2ziCHcPKhL9s5JZX {  }
 }@media only screen and (max-width: 763px) { #O79VhraRgOncCyeFwIC0wWXnMIOoT0Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #oMRUze6gRReHmMM7puLvTdBAnrVkdO1U { display:block; }
 }@media only screen and (max-width: 763px) { #KpPOe2bhnPAZi0hyfeewa4dVIJabp2KA { display:block; }
 }@media only screen and (max-width: 763px) { #WmrUpJvhcJE924FPwXp1qOGISxsAzKJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #qaOrOzTK4yT70x4lLfk5DCWaqrcq99Mc { display:block; }
 }@media only screen and (max-width: 763px) { #rJec507JAF2CADVeP2xAnpaFBTvwtBJS { display:block; }
 }@media only screen and (max-width: 763px) { #dZEZkr5WWvyt19rdvmzNS7Cb1K9TcQQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #lOSUFGZZLNGNhcPf782mwtQqLHZxrtTS { display:block; }
 }@media only screen and (max-width: 763px) { #IoS2yA01H6JTfATe0J7gnnWSOC6dBu6g { display:block; }
 }@media only screen and (max-width: 763px) { #uIwdfLEfMJTBZ8oIImA5bX7SBqykKrDR { display:block; }
 }@media only screen and (max-width: 763px) { #pmSR4oXEtUpiTwomJIf9Wqn3t6NU13L4 { display:block; }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #dH3XFIDv2918sNrl9S5yhx6xGgC6xs87 {  }
 }@media only screen and (max-width: 763px) { #cl2RAabSkQ7CJgQwlTSoEyF75sc5x8fd #PA5bIS6FV4LHlqtiwK8Ifd7fLd30tLvu {  }
 }@media only screen and (max-width: 763px) { #DCsXc6pVMJQbP2wCHTuATb8vUqvBTfN9 { top:1.3726119995118rem;left:0rem;width:20rem;height:15.4375rem;z-index:14991;background-color:rgba(77,76,77,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tCNEQzkvRvmBNOsPtctqJD1SNxFOHT3A { width:20rem;height:3.167325rem;top:13.186415672303rem;left:-0.061848878860474rem;font-size:0.8125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LzJTApu7EzUgBVOMhyN6QlermpKI3scS { width:20rem;height:0;top:53.297527313233rem;left:0rem;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #FkAE09PUhaGoKOBiZinss7MrHSm6A8Tm { width:20rem;height:1.625rem;top:11.068358898163rem;left:0rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #OpAc1T6XvheVfFGva9D8s3k6piwSBvxX { display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:9.49435625rem;top:1.369357585907rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkFhZ2oqR6zN7By7H6kHUEFgDmtEy4q { top:23.211806774139rem;left:0rem;width:20rem;height:1.7871125rem;z-index:15025;color:#ffffff;text-align:center;text-align-last:center;font-size:1.375rem;font-family:arial;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NsSKHgTK3SKEcZenRDsZXbHyL60p35cf { top:18.750001430511rem;left:0rem;width:20rem;height:1.9487875rem;z-index:15026;text-align:center;text-align-last:center;font-family:arial;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RSGlSSNIeVMFCWWPSTnTXvuIKQw8gHDQ { width:12.5rem;height:0;top:56.250002861023rem;left:2.5000002384186rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #puW4AghqpT5RkJNJwqW0ayS4qgvXshuZ { width:1.6862rem;height:1.6862rem;top:10.974175930023rem;left:0.43706607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT { display:block; }#MPhxuggAUCb22ZPKVCeKxvpn5yJwQEKT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3XShzGbLXFbZmP3porR6IexEOXLnCyb { width:20rem;height:1.13606875rem;top:0.68684959411619rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:9.6245625rem;height:3.59700625rem;top:7.1875rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:6.4995625rem;height:1.2999125rem;top:5.875rem;left:11.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:1.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:1.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:8.8748125rem;height:1.2999125rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:9.249125rem;height:2.39800625rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:12.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:7.125rem;height:1.2999125rem;top:17.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:9.3125rem;height:3.59700625rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:38.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:75.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:112.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:13.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:7.875rem;height:1.2999125rem;top:17.3125rem;left:11.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:149.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:16.624375rem;height:1.600475rem;top:0.84309387207031rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ru41f1gT2IciPDtaJ9uyrsibumS7TTTm { width:4.8112rem;height:4.74935rem;top:0.8125rem;left:12.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwWVk9HUDtJJx1KShtAuIJEBZMufxFCo { width:5.3125rem;height:5.18676875rem;top:12.375rem;left:1.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1EpdhL3ZPEMHaeXDR3lW2ub8lDml43P { width:5.3125rem;height:5.3125rem;top:12.375rem;left:13.4375rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwgLyfG7nCfTlwrqftBcTZonI65s35uy { width:8.375rem;height:3.59700625rem;top:18.625rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UDupVlSDFSsANx8NxbqcAMkN4xs0BaRp { width:4.8112rem;height:4.87305rem;top:1.375rem;left:2.0625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 { background-color:transparent;background-image:url("https://images.assets-landingi.com/D1HgtX26/Encapsulado_de_placas_de_fibrocemento.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13.adaptive-delivery-prevent-bg, #y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13.lazyload, #y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13.lazyloading { background-image: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container { background-color: transparent; background-image: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,76,77,0.15); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container > .video-iframe-container { display: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,76,77,0.15); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row > .video-iframe-container { display: none; }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .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); }#y68ypbG5l2eEHtqN8VIhPxH6oe6Hop13 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5kBEyPlmg9WO8nAcVzsAoQXeEx3qhUR { width:20rem;height:3.15104375rem;top:3.2660579681396rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza { display:block; }#oMCG2J9KoXJqp4piVNvSZiL0TJAXWHza > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyk0oxybbQZSRH8TWS2WTTu1nRMT28ze { width:20rem;height:1.13606875rem;top:0.86371421813963rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9JWv53IJeOHthBWRCORHbRVG0hpLq0P { display:block; }#V9JWv53IJeOHthBWRCORHbRVG0hpLq0P > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaV4fpJ9kVbMTsFXtRqGH1CmGoLcNAG9 { width:20rem;height:14.936rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATAuCK9tESiXVvpewE0R44bkI20NqzA { width:20rem;height:14.936rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbnybx6JFRf52nhyJtmn1Pds9ObTIpq { width:20rem;height:3.0859375rem;top:52.062278747559rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTvfhhIy05CL7ifS5E8v2UP6iU2dytK { width:20rem;height:3.0859375rem;top:71.312278747556rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d0ATwMm1i8cppd1g7iIt3grIRknM3s { width:20rem;height:1.54296875rem;top:33.999565124512rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQOXrWHF69Ilqihb0CZklEibmfhmPIkL { width:20rem;height:1.54296875rem;top:16.682502746582rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHvZGfZtHVuBmFJMKo89yWWmHFW5ec8Z { width:20rem;height:14.936rem;top:1.4398918151856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCvS53QuyLsp0XszwZh25tvpSZuBOeXM { width:20rem;height:14.959875rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { width:20rem;height:8rem;top:0.24957275390625rem;left:-0.0625rem;background-color:#242121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XivilltWTHt5pBseMciiV0AyafK0hJNk { width:16.5625rem;height:1.9487875rem;top:0.81205749511719rem;left:1.7491321563721rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { width:19.436875rem;height:3.79774375rem;top:3.5720520019531rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #obTg1J5TrqddvQgty5oLW01r1S9q2w3i { width:14.125rem;height:3.125rem;top:11.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block; }
 }@media only screen and (max-width: 763px) { #eouezt0bLmTOpxTULIrGMHuyUCMgtUxr { height:11.2271875rem;width:20rem;top:8.2476158142087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOEOnneByLOae549vhHFtGrRgDMsqTST { display:block; }#QOEOnneByLOae549vhHFtGrRgDMsqTST > .row .container { width:20rem;height:124.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmTQUkRL0Cr6zGsLu9sc5TD5X2RP3csd { width:8.2498125rem;height:0.37434875rem;top:6.9346790313719rem;left:5.8745660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aye4VKMPLEAbzoy5nUTHUJUHNcrGTxJR { width:20rem;height:22.08335rem;top:7.84939289093rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1Em7nCnX5rqSUJhqgFwf9T1Ep0toKJM { width:19.5625rem;height:14.4375rem;top:37.874351501465rem;left:0.38085949420929rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtGDp943ECMV8OG9CFAsvizQTXXNcKZA { width:20rem;height:14.6875rem;top:109.5583820343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGZ8rzGimnBhzT0OGHPpAczF9aWL4Z5 { width:4.24926875rem;height:4.24926875rem;top:31.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2eqvmTDrBXuc9RAG5EoLsB7Z4KJoA6u { width:3.125rem;height:3.125rem;top:31.75rem;left:8.5rem;font-size:2.1875rem;color:rgba(255,255,255,0.82);display:block; }
 }@media only screen and (max-width: 763px) { #UdJLm4EE6pBF5viyiigB9JCxTbhEVcXe { width:3.125rem;height:3.125rem;top:34.187499046326rem;left:15.687499046326rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnSHHFHeLicaD59ESsSxE8DbUhlWPwKD { width:4.1870125rem;height:4.1870125rem;top:53.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Qe0KMheXbLeNuUxN8PShICEhCRyXPh { width:19.9370625rem;height:5.36133125rem;top:57.373050689698rem;left:0.062934041023256rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFsgSNbQAlAHQgD9N0OfsPgVt1XLRXwX { width:4.18671875rem;height:4.18671875rem;top:102.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br96F7gtT7mx6pWllbmnHekpaxGLmpkg { width:3.125rem;height:3.125rem;top:103.375rem;left:8.3125rem;font-size:2.1875rem;color:rgba(255,255,255,0.82);display:block; }
 }@media only screen and (max-width: 763px) { #IPAkzIvM9piJGegLeRWob2kp3PPN2o3i { width:20rem;height:14.75rem;top:87.354602813719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOoL1GH7fQZqb6c5rQam8qI9wt6qptV { width:4.18671875rem;height:4.18671875rem;top:76.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3qIVxmAv0F7y31g1pAItXoo8KpN4bET { width:3.125rem;height:3.125rem;top:77.3125rem;left:8.3125rem;font-size:2.1875rem;color:rgba(255,255,255,0.82);display:block; }
 }@media only screen and (max-width: 763px) { #eSLXyLrBcJTsFokge1Tqa99HfR0GSoD3 { width:19.9375rem;height:14.625rem;top:61.435548782349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuZlTaEHDSAJGNuKhzSHV7Tn0F45hfLV { width:20rem;height:5.60546875rem;top:81.749135971069rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc7IWtsMNOholA27v4kwCkFua41BdrCo { width:20rem;height:1.54296875rem;top:107.05946731567rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVrnKDMXzONXkPQIxnQn6pcmlF6kamHa { width:20rem;height:2.11263125rem;top:31.274955749512rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAd4LSIKVHIQpZaIhyr8hrNlRMTtLLfD { width:20rem;height:6.09375rem;top:0.29122161865234rem;left:-0.28168392181396rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1CNyxdNKNwzf6G12Im0hKFPMXlHPf1f { width:3.125rem;height:3.125rem;top:53.5625rem;left:8.5625rem;font-size:2.1875rem;color:rgba(255,255,255,0.82);z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jsra63lT5z9sUFV9IkXWzB5SMFbILIwJ { width:20rem;height:4.8741375rem;top:35.499133586884rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:2.6117625rem;top:2.0616331100464rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:20rem;height:2.599825rem;top:5.6228408813476rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.6875rem;height:1.2999125rem;top:15.950000762939rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZc7e6ADRSfgHvyQL21ng9VGT9A6gTsN { width:4.6875rem;height:1.2999125rem;top:17.6875rem;left:7.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.124783125rem;top:14.997829437256rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:17.5625rem;height:4.80143125rem;top:19.124987602234rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1870625rem;height:1.2999125rem;top:39.788413047791rem;left:4.4053821563721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0618489375rem;top:38.936633110046rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.875rem;height:1.2999125rem;top:62.200006484986rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0618489375rem;top:61.686199188233rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.9995625rem;height:12.561875rem;top:1.3747825622559rem;left:0.50021708011627rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:17.375rem;height:4.80143125rem;top:42.250007629394rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:17rem;height:6.40190625rem;top:64.750000953675rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MSJcNJUSAw7zq97tgENLnqD6uOdS9MPF { width:4.6875rem;height:1.2999125rem;top:41.018881797791rem;left:7.6236982345581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD1x8B0wCeqw8XpqsfnrOb7TIw4wmH6U { width:4.6875rem;height:1.2999125rem;top:63.450000762937rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbp6R18Z1oE3DiSPUZnoqrkUsHJ42xST { width:17.374125rem;height:14.1873125rem;top:23.985461235046rem;left:1.3118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmMOT692yICi5yxmuTMxq0fFDOWs6gh { width:9.375rem;height:12.5rem;top:48.527572631836rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfP7D98HmxaFfTBO2ZX8OFAWTH4tbaC { width:9.0625rem;height:12.3524375rem;top:48.599179267883rem;left:9.6929254531863rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm { display:block; }#iTmrDgTxlrdkWBPeR72TFfbT6PJUlVgm > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkNusPl602Z2HI3bdcaAWABuNgcb2UmL { width:11.6873125rem;height:2.599825rem;top:12.375241279602rem;left:4.1558160781861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJzi58FROORAklxWPPsTnNILFDPK4py9 { width:4.6875rem;height:1.2999125rem;top:15.555556297303rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDx7T5HgD9yA7XVFOShqoNESBgcxnO6Q { width:18.75rem;height:0.0618489375rem;top:23.748928070068rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9kbTebhZVHbIcfWkgNZOC1QS1T7klPg { width:17.561875rem;height:6.4019375rem;top:17.540127754211rem;left:1.218533039093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Orw5KLfa3D8131b9lf21vlcU5bOs8912 { width:11.1870625rem;height:1.2999125rem;top:39.142796516419rem;left:4.4053821563721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THqmWIrmULSy3LfnUuEoGOvoCVKHk5KU { width:18.75rem;height:0.0618489375rem;top:47.119163095951rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVFbwv5F3U1bogEXD8H1hBbD60x78VAM { width:12.874375rem;height:1.2999125rem;top:59.761289596558rem;left:3.562283039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQA35S8gdflbv0BmiCNLlDTiuSfDh3O2 { width:18.75rem;height:0.0618489375rem;top:69.435766220094rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTX9eHHaPssTNWletQOZXaGpLrgKWS82 { width:20rem;height:11.124125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEP6TnDNJyFWRoOtsXMLJHvrLTZBqiWf { width:17.374125rem;height:4.80143125rem;top:41.671010017395rem;left:1.3118491172791rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hMlPMNNcFxyLE4J6OsrDEAHrMpthromi { width:16.9998125rem;height:4.80143125rem;top:62.996965408325rem;left:1.4995660781861rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hnbbq93HfOihCL2ySm6w1zA1qlpTwsLa { width:4.6875rem;height:1.2999125rem;top:40.372181892395rem;left:7.6236982345581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIMqNov95Kq0KoFDH0Xv0zuR1373voS4 { width:4.6875rem;height:1.2999125rem;top:61.699220657349rem;left:7.6236982345581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMlx1QlZ7dla8T7bf7DpO0xUZ7aZTiR { width:9.9370625rem;height:13.5623125rem;top:24.774306774139rem;left:10.062934875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20vhTQSZowA8AMezVrqEcaL47gNhEKU { width:18.0625rem;height:10rem;top:48.527557373047rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKVqJdyF4P3CgDhiGPCX6O5NLyQuOAtz { width:12.999125rem;height:12.9373125rem;top:25.087892055511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:11.6873125rem;height:1.54296875rem;top:16.248916625976rem;left:4.1558160781861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0618489375rem;top:26.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:17.561875rem;height:4.80143125rem;top:19.921876907349rem;left:1.218533039093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.186rem;height:1.2999125rem;top:41.9375rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0618489375rem;top:51.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:20rem;height:14.875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.874375rem;height:2.92535rem;top:66.9375rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.060763875rem;top:76.499567031862rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:19.375rem;height:14.4998125rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:17.7485rem;height:4.80143125rem;top:45.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.811875rem;height:4.80143125rem;top:71.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #a50kUOmBQ7cSRxNNHsLpl6XUZcvsTpGx { width:4.6875rem;height:1.2999125rem;top:18.624132156372rem;left:6.9368495941163rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbulvVKHxKs7QuR3B30QRm5XdAVtLWS { width:4.6875rem;height:1.2999125rem;top:69.875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVWVg0ZzGw6LktDGoTsQ1uJhvUIGVOG { width:4.6875rem;height:1.2999125rem;top:43.9375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:20rem;height:14.749375rem;top:0.62390041351318rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW6NkvPppCnU41bpG94OOp5ollwL0fQ { display:block; }#FMW6NkvPppCnU41bpG94OOp5ollwL0fQ > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLFRzEJUD8TTT4TK6KVUAtSBfBwF8A1k { width:11.6873125rem;height:1.54296875rem;top:15.574001312256rem;left:4.1558160781861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHNgw09OdzluNMdQGkgmdVnLqAJowpbT { width:18.75rem;height:0.0618489375rem;top:24.436847686767rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgubeAKnucSG991aXJR8h7TTNShK40Gd { width:17.561875rem;height:4.80143125rem;top:18.874782562256rem;left:1.218533039093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uJwBt0JnIJdhQDMnaJWQ5vaP4bESpL0P { width:16.311875rem;height:1.38020625rem;top:39.635419845581rem;left:1.843533039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FL65JhXpdWKP2ZyCB9ZBveO3skbS4rCz { width:18.75rem;height:0.0618489375rem;top:49.693996429443rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJKGz7dyP6UmzOzUExbFC5m0OPHhhL4 { width:19.25rem;height:14.3125rem;top:24.435764789581rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDW0NCeJidhNA5ThITIfHZ58v98DoK2 { width:12.874375rem;height:1.462675rem;top:65.335290908812rem;left:3.562283039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtrHM4dp0JyFXMu5Bx861LwdbptuFA49 { width:18.75rem;height:0.060763875rem;top:72.688806533812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPF0GfnLSzSlGo1UgEi59iANmhDsFF9l { width:19.749375rem;height:14.749375rem;top:49.692928314209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6tFv83swQscPs52JTM7bXFVWisOtSBK { width:17.7485rem;height:4.80143125rem;top:42.892797470093rem;left:1.1252171993256rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hfBf4DHTCzyvlmGfibqFKZqJKXKwo47a { width:18.811875rem;height:4.80143125rem;top:67.957902908325rem;left:0.59353303909302rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WXdRuHhGv83eEWU31v4Gr1m2VBvng4MS { width:4.6875rem;height:1.2999125rem;top:17.645401000976rem;left:7.2493495941163rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmqO5Zkl78bypeSTKQlWc7gaIakhGULJ { width:4.6875rem;height:1.2999125rem;top:66.72851753235rem;left:7.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkacaFcJBqbPWLTpAT9NwdnR04cTcfW { width:4.6875rem;height:1.2999125rem;top:41.593969345093rem;left:7.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZi3UG1OOlkx1Tpa3lGGPqNEbT1k9Fol { width:20rem;height:14.75rem;top:0.625rem;left:-0.20440323595105rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKrfkPaR5VRfQKpTygB74zOuvcif4ikk { width:14.125rem;height:3.4375rem;top:1.25rem;left:2.9375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJynNhRUdRlum7Kfb2se3hygD7TIV11v { display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO { display:block; }#JGBvi3I003QxEAL1VyeqQMpJmTzOVOtO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9ArNQyk7bXkSAdMEcdMgaHUeGCCVVVb { width:20rem;height:1.9249125rem;top:2.1880302429199rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u2LHP6PT7TO1hTS3bIyq2aVrmlIf3AEG { width:20rem;height:5.361325rem;top:4.9348955154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wpcm1DDDVa6xhHziS8FyzTukSnalmLid { display:block; }#Wpcm1DDDVa6xhHziS8FyzTukSnalmLid > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFklZTz3LFSexwFTBy8Q7TD6yaSBCSE { width:20rem;height:19.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwqySbqetBdExFc3nSGn1i3FuEwrqD3k { width:20rem;height:6rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEXB5KuR6TB9qHglmlti4MPb1H97FMTg { width:20rem;height:21.8125rem;top:31.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMgGPs8uI7kVsppmTCMp4revaXonEsW0 { width:14.75rem;height:3.2986125rem;top:24.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OWQu9OfTETpMAP3w7Lco6i8ciu8glU9S { width:20rem;height:0.0625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPxcCE2AuasTTzOpWmqcStyaKskU6HT { width:10.625rem;height:1.2999125rem;top:29.950000762939rem;left:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUdv4gaJHHGhSvpN2JXZvKDMXe8ATqfe { width:5.1875rem;height:1.2999125rem;top:29.950000762939rem;left:12.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x6nPQ9afInKtgSTm4ODyL7TE4EeNM8o2 { width:20rem;height:0.0625rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMORZhkz6P7FkoiQH8Fo9JO0qT8MEgm { width:20rem;height:0.0625rem;top:34.937506437302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7JbIQXvIAckADxDtLSA9rrZsL8xIRbU { width:10.625rem;height:1.2999125rem;top:34.950000762939rem;left:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsn7TOQAHrighWU68c83CQyMyaouxf3J { width:5.1875rem;height:1.2999125rem;top:34.950000762939rem;left:12.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EPzwwg79UgqFXgg81ZJGvW6ffJCuvFNg { width:10.625rem;height:1.2999125rem;top:32.450000762939rem;left:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wz13f1eH7adq47T2wCozmopmcuP08sBB { width:5.1875rem;height:1.2999125rem;top:32.450000762939rem;left:12.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #G2C0SPsIzFVrEXCIFPta7nJrTpwFaHoa { width:20rem;height:0.0625rem;top:31.187500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Reziro04HiXPGNsoFHoiZvTGQTIUU2PF { width:10.625rem;height:1.2999125rem;top:37.450000762939rem;left:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3zTfJ4ZlMIbSQMIi7zE7QO0qFXvy { width:5.125rem;height:1.2999125rem;top:37.450000762939rem;left:12.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FIPnXBqn4rnsGoLgAXGhTzpU9tbOhLJB { width:14.0625rem;height:3.4375rem;top:40.312500953674rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTnbtTFyfHTmZBCt1BSkFGnu10TWZUa { display:block; }
 }@media only screen and (max-width: 763px) { #PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 { background-color:#242121;background-image:none;display:block; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container { background-color: transparent; background-image: none; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container > .video-iframe-container { display: none; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row > .video-iframe-container { display: none; }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .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); }#PQi2pDeBOf7Ac0edQTe0gBDLe70lV4b0 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCTgbQwXTBHEVimTBR7spAeqzlwUup25 { width:20rem;height:2.1994375rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT { background-color:#242121;background-image:none;display:block; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container { background-color: transparent; background-image: none; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container > .video-iframe-container { display: none; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row > .video-iframe-container { display: none; }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .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); }#HQT9mKI7PSsDFgZ1qi1kRc3U0qFPhkrT > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZeoJ8kdzEaloBCISqyOwuZKu02qCdkG { width:20rem;height:14.6875rem;top:64.471548080444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfxO3N5I4T3vry7nPcgN5UVvt61Dllf { width:20rem;height:17.25rem;top:2.5987415313721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEMRPxNsmk66caBIxE97QU5OepMSVqQz { width:20rem;height:14.8123125rem;top:24.629992008209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZB9vl1yUc6LTcaXcCRWivN6hou0JKr { width:20rem;height:2.599825rem;top:0rem;left:-0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qquz6HzszwRocil849O4ad0StlIn6IGU { width:12.5rem;height:2.599825rem;top:22.099610805511rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHiiSmqukwLCLmuZOk5A7WcS5mzdJeBB { width:12.5rem;height:2.599825rem;top:41.268447875976rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tro5nxlBZZqPwvvPHwmoiN6nPQxN623s { width:12.5rem;height:2.599825rem;top:61.210942268372rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQBy67hi6VeuKqXIgRozi41Wz7xnlpt { width:12.5rem;height:1.2999125rem;top:20.870226860046rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6nH4vPt9LZSQ7U6iNfOMXgRLHVWnmr { width:18.125rem;height:1.2999125rem;top:39.748915195465rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBK1hGsTAg3CvTrip6rSBnAJ6SAmAvfN { width:12.5rem;height:1.2999125rem;top:80.053173065187rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PILPIV3dHNRllxxEU5kZBbVIVOg0CEgD { width:19.9375rem;height:0.125rem;top:22.336590290069rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Mpinm1d5wDuP07L7IbxDMyOMror7Ja4b { width:18.75rem;height:0.124783125rem;top:41.213150024414rem;left:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #yu2PFx3ysup60xLh812FuciEemqSwsV7 { width:18.75rem;height:0.124783125rem;top:61.155603408814rem;left:0.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bTqbieV5CGci7k0lRmTTbKRphpcFCdev { width:20rem;height:14.6875rem;top:43.798782348632rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVh6W2p77tWSdMf9KiqPRAFpQU2gJTg { width:15.999375rem;height:1.2999125rem;top:59.29190826416rem;left:1.999783039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { height:11.233766233766rem;width:20rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q { background-color:transparent;background-image:none;display:block; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container { background-color: transparent; background-image: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container > .video-iframe-container { display: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row > .video-iframe-container { display: none; }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .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); }#eN4ulQ8dV1TIUAWMB1TKvCD0Xaklil5q > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWdxz8SzOzTh2gUpGnJqXtbWPw12iT7r { width:20rem;height:19.5625rem;top:46.249989509582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXEs3noyyhvXB9pufvP1GitxPXrCvwX7 { width:16.625rem;height:2.599825rem;top:40.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hotOyG9TefErTbTy6ckTkDQrxdSAXVzJ { width:16.8125rem;height:1.2999125rem;top:43.699999809265rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTLS2ztRNE5S5s8hKZ7dK5tQXG0GEwm { width:1.4375rem;height:1.4375rem;top:47.312500953674rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZlypJ6CRRytkTolaGyvCFqxyEZ3xCid { width:14.125rem;height:1.57335rem;top:50.000000953674rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqITQwuzt08yOWST5LzTg9aOb0N9Ssr { width:1.375rem;height:1.0625rem;top:50.187500953674rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxw0by3ukJ2STSI73f7EqtvP7yqwTHLg { width:20rem;height:2.1994375rem;top:16.550001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vpS6hmzM07U8ssMAf8CN4aoJNx1nIgki { width:20rem;height:14.404325rem;top:18.750037670136rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #msH6aW4QbNT12o2pVWHP3IZQ08TOya34 { width:3.125rem;height:3.125rem;top:35.000001907349rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AET3zEURJHrgzxqmcXDHX7oRJrevNoHK { width:2.375rem;height:2.375rem;top:35.687487602234rem;left:9.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz18kZDi0rpTT1wrLQw3pzqLUnfsTrsT { width:3.125rem;height:3.125rem;top:35.000001907349rem;left:8.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eAsNR2d8swcPBsh8zWpRfMO6DiKeEQm4 { width:2.375rem;height:2.375rem;top:35.687501907349rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdgpNnmWfeiCr500PEJFJ8t6EoIKDgcM { width:3.125rem;height:3.125rem;top:35.187501907349rem;left:3.4375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zZmhWg4Ona7ogkVXAFpKDTlKLn1W9aeH { width:2.375rem;height:2.375rem;top:35.500001907349rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yskC0zgoBC5WWLMOI6G9Jkvur6lprTQI { width:18.75rem;height:14.9375rem;top:1.2499878406524rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq4uQCWQBsLXrdxZngDOMSUi2TqTZDPx { width:19.875rem;height:5.3125rem;top:61.248901367188rem;left:0.061849117279052rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNky0Stc34aBTlAGovoT7I5TghC13PBN { display:block; }
 }@media only screen and (max-width: 763px) { #Iw3fbIGRnFH7QUTTTXd39ZHrKKkOUdfv { width:20rem;height:34.875rem;top:5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAT9BRSuCAV7totMr3hkvccgZZn5hUZ { width:12.5rem;height:1.2999125rem;top:57.450001716614rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNe5r0BxsZP5Pc8Z1DFTxMDykrENsMqS { width:8rem;height:3.4375rem;top:46.249964237213rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifRDSaDfm3NJXdLhi6sTLXdC5XK2qC2l { display:block; }
 }@media only screen and (max-width: 763px) { #tecICaR3AWLBFQwVSLqrvpmySTMOM7KU { width:3.125rem;height:3.125rem;top:52.50000166893rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q90Lg1yc6MLOwihlJfrFqsXgwTJ3IiPv { width:14.375rem;height:1.68728125rem;top:53.350001811981rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL { display:block; }#R02AAeMHFvmwBXKr5l5seR9hT79Z5oXL > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXL2PXuZHFXECTZ6uTqnbqGbvrTeuWLy { width:20rem;height:14rem;top:19.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZn3f6ygUqHFapHSyTvHoGaszOEB1Dq4 { width:20rem;height:10.499125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQAsStr2TEPadInxVBDagR27VnOOydd { width:20rem;height:4.398875rem;top:1.3500280380249rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVCdsgn1SgnFBGcLpdXkqSHVf2dgGHfG { width:20rem;height:6.4019375rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GN3TwoMF6RySFsOvrkdyc9DhvX49p5kO { width:20rem;height:6.4019rem;top:13.249975204467rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xa9OtEZyyd0UyyvuFZKy5RDkIXgr2izf { width:20rem;height:0.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAv8DPEsuTnWMrEXKfKKthmLJw8a4HU1 { width:20rem;height:3.20095625rem;top:43.809680938721rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcIRrKTDizx7CTUti6mrcIEI167GHsKd { width:5.375rem;height:5.43671875rem;top:1.5632810592651rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2zRB0mOTpWvLxMkNpXmXuAyvTrl5doV { width:5.3125rem;height:5.3734375rem;top:1.6265621185302rem;left:14.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVcwfG3rgOIrMonx5deBOPZuLBaXTQRF { width:2.68663125rem;height:2.74956875rem;top:13.961588859558rem;left:2.7571616172791rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:20rem;height:4.39886875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHfK40Tna2dXrZJodLRzxP03vsE0unC { width:20rem;height:1.600475rem;top:7.25234413147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPmocaFyLVaXgIW70shFNJLicDpa7Bkt { width:18rem;height:3.8125rem;top:1.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEqSTqvfnRc5dx8TT2vM9pZ8pTLebsQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:20rem;height:3.40060625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }