.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:217,217,255;--color-primary-1:128,128,255;--color-primary-2:0,0,255;--color-primary-3:0,0,128;--color-primary-4:0,0,38;--color-secondary-0:217,221,224;--color-secondary-1:128,141,153;--color-secondary-2:0,27,51;--color-secondary-3:0,14,26;--color-secondary-4:0,4,8;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,188;--color-tertiary-2:158,158,158;--color-tertiary-3:149,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { 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:5rem;width:10rem;top:1.5625rem;left:6.25rem;overflow:hidden;display:block; }
#XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:48.561637878418rem;display:block; }
#vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:32.812934875488rem;display:block; }
#kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:21.186416625976rem;display:block; }
#SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:55.311851501465rem;display:block; }
#kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D40V6yBD64xBozXV2RDIt4TtnfVKN27u { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7480625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:40.250003814698rem;display:block; }
#K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:62rem;display:block; }
#n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.4989151954651rem;left:35.9375rem;display:none; }
#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { border-width: 0; border-radius: 0; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a6a5c751-abad-4778-b8e7-b4614598ab30/energiawarszawatop02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;overflow:visible;position:relative;display:block; }#nZ527FpwTMbD4l7CdktQXv859dL8RK1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9361991882324rem;left:69.408638000487rem;display:none; }
#g559x2rBsP4CndLNDhLcimfHCCfA0S2T { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.125rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10rem;top:3.828125rem;left:3.935546875rem;overflow:hidden;display:block; }
#L9wcF7eTpp33VF89BT0erGx6PNyZeXto { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.829125rem;height:3.39038125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.632568359375rem;left:28.345947265625rem;display:block; }
#HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7006875rem;height:3.39038125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.632568359375rem;left:36.34765625rem;display:block; }
#evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.84375rem;height:3.40625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.6240234375rem;left:45.2197265625rem;display:block; }
#drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.37988125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.62109375rem;left:65.9375rem;display:block; }
#ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.53125rem;height:3.342775rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.65576171875rem;left:53.23486328125rem;display:block; }
#quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNleC7sCz2i70daiwl60PeKp98LnoT01 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.59375rem;left:22.123046875rem;display:none; }
#f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { background-color:#bababa;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.42285rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:30.435546875rem;display:none; }
#VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAPkfySmlcXgHGDNcZkiuWfAdxvSDXTw { background-color:#99e000;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.71875rem;height:3.342775rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.65576171875rem;left:18.455810546875rem;display:block; }
#EG17yukDlVxQ17BaFmcFLbhnUUyqhuoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { background-color: transparent; background-image: none; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container > .video-iframe-container { display: none; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row > .video-iframe-container { display: none; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .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); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { border-width: 0; border-radius: 0; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#xz3pRmPiCTpM5tHr7TckpMQT1iCVRWyG { box-sizing:content-box;height:43.75rem;width:38.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
#IbngsXNiMmpqqQPAoZnwt5JFc8vwJswz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9361991882324rem;left:69.408638000487rem;display:none; }
#oM1ZLc7sZQPe7pxQDIOZ5kpsK2gdh2xa { box-sizing:content-box;height:8.8111875rem;width:34.375rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:23.9375rem;left:34.25rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#OLCqTcgVOB95u67CxQp4i37UEKvColDT { color:#ffffff;display:block;width:21.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:25.91796875rem;left:40.5rem;height:4.97504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSeHBTCWwidcpCX7RKhb65zyZhT4hXrD { box-sizing:content-box;height:29rem;width:68.75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(0,11,55,0.3), #021037);background-image: -moz-linear-gradient(100deg, rgba(0,11,55,0.3), #021037);background-image: -ms-linear-gradient(100deg, rgba(0,11,55,0.3), #021037);background-image: -o-linear-gradient(100deg, rgba(0,11,55,0.3), #021037);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b374c', endColorstr='#021037' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b374c', endColorstr='#021037' );";background-image: linear-gradient(100deg, rgba(0,11,55,0.3), #021037);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:3.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#OsTMfP3uxGCsKDHaa3bviNHF6TioGE3i { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:21.375rem;top:1.375rem;left:7.5rem;overflow:hidden;display:block; }
#EIkG0q0vVdsc5SEZ3FkZBe8E1M07X0FG { box-sizing:content-box;height:8.8111875rem;width:34.375rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:12.625rem;left:34.3125rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#KRWpVLezvNOFnLUanFvULRnUyGT6Lnt4 { color:#ffffff;display:block;width:21.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:14.605034828186rem;left:40.500001907349rem;height:4.97504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVkhTf3pLAqdEhzT8TppRtHk963Ng5RW { color:#fafafa;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:35.5rem;left:41.96875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFNFvgqtN5DNaDfdRORWHBZyDHlWkEV1 { color:#fafafa;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:19.078993797302rem;left:41.961805343628rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb { 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; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container { background-color: transparent; background-image: none; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container > .video-iframe-container { display: none; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row > .video-iframe-container { display: none; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .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); }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container { border-width: 0; border-radius: 0; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container { font-size:0.875rem;font-family:arial;height:109.8125rem;width:75rem;position:relative;display:block; }#IxkTSs2VmVTXmWRerQK6xho6eI4WL6TA { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3088125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:15.061157226562rem;left:27.845054626465rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrCT86UNimRCgVRnsNVdNFsG0XfUnyao { 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:5.9375rem;width:20.186625rem;top:19.057943344116rem;left:0.71397590637206rem;overflow:hidden;display:block; }
#ZBySINyxbwnZBugpC7pgu5kQn3RphXd7 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37435rem;width:18.624125rem;top:18.870443344116rem;left:23.584419250488rem;overflow:hidden;display:block; }
#Hk3AKT3gTXDME2OnGHSH0ayHBHK34R8p { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:96.185302734375rem;left:27.4365234375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7GcA664LPMEQJhsBPMUeV2AL6EMCGmy { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#QZkxaRdty2OZiVQdNZ9qTedswCFnw3H3 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49913125rem;width:13.2498125rem;top:18.807509422302rem;left:44.559898376465rem;overflow:hidden;display:block; }
#sIpuFiyXTaat9VnGW40wZNGM4WIekekD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2484375rem;width:9.872625rem;top:58.748229980469rem;left:2.5618495941162rem;overflow:hidden;display:block; }
#WD9peJrL0CLMlMBUJlIin0iUsqPPWIfb { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:56.810729980469rem;left:11.499567031861rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmIwh8TvPvm5sV6F8NiSbZwqhgg1O12y { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#Jo4HNrZQI291tXkHARvrxayQNfEUR1Qg { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.6865rem;top:99.622802734375rem;left:61.25rem;overflow:hidden;display:block; }
#JIizF4hVACc5nXb2HgARaiZZhfqEadyN { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.499rem;top:98.372802734375rem;left:48.125rem;overflow:hidden;display:block; }
#xxuQD18ArQgMkr0VWuHHglShGq0nihHv { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4987rem;width:8.811875rem;top:26.744792938233rem;left:33.093536376953rem;overflow:hidden;display:block; }
#iQN4tKp3VNlG0U9qbD4nWUweDIzxHO4q { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0614375rem;width:11.875rem;top:60.340026855469rem;left:15.631511688233rem;overflow:hidden;display:block; }
#Ti2vmNghEB8Ntr46cDPRm6ot0P1LTWhQ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.499375rem;top:99.43603515625rem;left:15.625rem;overflow:hidden;display:block; }
#EgRXXL63mxcnf034tByJ1BIfIhb7bxWp { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2487rem;width:10.1855625rem;top:99.373779296875rem;left:2.1240234375rem;overflow:hidden;display:block; }
#gT0iNQznTUFlUqk5xZD6J8KPqRhWwXbM { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49956875rem;width:11.936875rem;top:100.24780273438rem;left:32.93701171875rem;overflow:hidden;display:block; }
#sLcEz4Mincgn3QFh0ETZs9H1v8LGfS5T { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0610375rem;width:14.4995rem;top:79.246826171875rem;left:39.4609375rem;overflow:hidden;display:block; }
#eSuBpebyFpGitZeLtURn4wI6Loy986my { color:rgba(var(--color-tertiary-2),1);display:block;width:22.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:74.498291015625rem;left:43.995361328125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oh3iHn7IhS2SeTOS690dw66OI88eg5En { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#KT8pym0DR7JQhvINIzEVKfL74PdJ2MNS { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8715rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:56.879777908325rem;left:49.405387878418rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dO6UyQ7ynfGRKq0zD1Txb64QyVFkK49Z { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.1860625rem;top:60.120849609375rem;left:48.96484375rem;overflow:hidden;display:block; }
#JkG8E7bMmUPX1n5VNOT4UtCTDWMaoUQM { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#N4xTeoombczMxHCFeO9CCwxnCAkpqULE { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3730625rem;width:4.8120125rem;top:78.089599609375rem;left:23.583984375rem;overflow:hidden;display:block; }
#ZlWvhN4MH7rN2qB8IUfu8APZXCW9XT0i { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:38.998901367188rem;left:28.062068939209rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxfQBgCLVsrJoATlQHePonRHMWTDn4Ux { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.186625rem;width:10.186625rem;top:40.873901367188rem;left:32.374134063721rem;overflow:hidden;display:block; }
#nsTQ5fEmkvTIrPqaRGrVf8ypH1GFJeNT { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68685rem;width:13.499375rem;top:18.714193344116rem;left:59.879127502441rem;overflow:hidden;display:block; }
#e2eQGTP12RcN2GKNDcy6Nt0KPSQiUqCM { box-sizing:content-box;height:0.1875rem;width:40.625rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.039489746094rem;left:17.1875rem;display:block; }
#vZvOVzB9SftiStoTkCiUvnmputKeDpr1 { box-sizing:content-box;height:0.1875rem;width:40.625rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.1015625rem;left:17.1875rem;display:block; }
#LkhUNiX6Fmns8faTdf4XmwLvU0rwo3Nf { box-sizing:content-box;height:0.1875rem;width:40.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.414916992188rem;left:17.1875rem;display:block; }
#F9TAMVRMy1q2BMchKzamx3SxJAvkGkWV { box-sizing:content-box;height:0.1875rem;width:40.625rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.976318359375rem;left:17.1875rem;display:block; }
#c2KWkEFSyxrC1cKoWLXP9E0q3urNEZn5 { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#URpAa7ssg899phzT1t1NOvKUbXT6Fw7S { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18706875rem;width:6.18706875rem;top:60.776245117188rem;left:31.722007751465rem;overflow:hidden;display:block; }
#FOVlrReOChBsvee1iS55e2iy8hmdLKnV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.935125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:31.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxhDzsUqhLnGPcnRlTq5DKCDvU7rpLWz { 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:7.3730625rem;width:7.3730625rem;top:4.25rem;left:33.8125rem;overflow:hidden;display:block; }
#KMIyx534kZkJRiesQXLVMmPE3JDm18FU { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:6.93725rem;top:60.714111328125rem;left:61.25rem;overflow:hidden;display:block; }
#XTgJdM81OPpFAbNf487dXn8szrl95LZO { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#O0aBLErTvJxe8nof2BMOiuPx9xlO7NkS { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.375rem;top:80.028076171875rem;left:58.20703125rem;overflow:hidden;display:block; }
#gL879o4kyuZJyxCyQTCxDaRtCsOehF2a { color:rgba(var(--color-tertiary-2),1);display:block;width:20.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:74.498291015625rem;left:9.74658203125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuQaeyzOuollh9UHLqybq4BRhA4y7Hee { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9978125rem;width:19.9353125rem;top:74.77783203125rem;left:3.162841796875rem;overflow:hidden;display:block; }
#KzorTb7ifsa15r5tpqqFgUFf6WZ6VAbS { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { background-color: transparent; background-image: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container > .video-iframe-container { display: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container { display: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .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); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { border-width: 0; border-radius: 0; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.125rem;left:29.0625rem;height:3.875175rem;font-style:normal;display:block; }
#NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:29.0625rem;height:3.2495125rem;font-style:normal;display:block; }
#fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:4.6875rem;left:11.5625rem;overflow:hidden;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .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); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10rem;height:5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:34.936637878418rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:19.187934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:7.5614166259762rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:26.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:9.8125rem;height:3.4375rem;top:2.3125rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { width:3.125rem;height:3.125rem;top:2.4375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:47.625rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:10rem;height:5rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:6.8125rem;height:3.375rem;top:4.625rem;left:14.720947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:7.6875rem;height:3.375rem;top:4.625rem;left:22.72265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:6.8125rem;height:3.375rem;top:4.5625rem;left:31.5947265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { width:5.9375rem;height:3.375rem;top:4.5625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:11.5rem;height:3.3125rem;top:4.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:8.125rem;height:3.4375rem;top:4.5625rem;left:8.498046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:6.8125rem;height:3.375rem;top:4.5625rem;left:16.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #CAPkfySmlcXgHGDNcZkiuWfAdxvSDXTw { width:8.6875rem;height:3.3125rem;top:4.625rem;left:4.830810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG17yukDlVxQ17BaFmcFLbhnUUyqhuoq { display:block; }
 }@media only screen and (max-width: 763px) { #VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 { display:block; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz3pRmPiCTpM5tHr7TckpMQT1iCVRWyG { width:38.125rem;height:43.75rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbngsXNiMmpqqQPAoZnwt5JFc8vwJswz { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oM1ZLc7sZQPe7pxQDIOZ5kpsK2gdh2xa { width:34.375rem;height:8.75rem;top:23.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCqTcgVOB95u67CxQp4i37UEKvColDT { width:21.9375rem;height:4.9375rem;top:25.875rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSeHBTCWwidcpCX7RKhb65zyZhT4hXrD { width:47.75rem;height:29rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsTMfP3uxGCsKDHaa3bviNHF6TioGE3i { width:21.375rem;height:40.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIkG0q0vVdsc5SEZ3FkZBe8E1M07X0FG { width:34.375rem;height:8.75rem;top:12.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRWpVLezvNOFnLUanFvULRnUyGT6Lnt4 { width:21.9375rem;height:4.9375rem;top:14.5625rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkhTf3pLAqdEhzT8TppRtHk963Ng5RW { width:19.0625rem;height:1.25rem;top:35.5rem;left:28.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFNFvgqtN5DNaDfdRORWHBZyDHlWkEV1 { width:19.0625rem;height:1.25rem;top:19.0625rem;left:28.336805343628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb { display:none; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IxkTSs2VmVTXmWRerQK6xho6eI4WL6TA { width:19.25rem;height:1.25rem;top:15rem;left:14.220054626465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrCT86UNimRCgVRnsNVdNFsG0XfUnyao { width:20.125rem;height:5.9193742143622rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBySINyxbwnZBugpC7pgu5kQn3RphXd7 { width:18.5625rem;height:5.3565669192512rem;top:18.8125rem;left:9.9594192504881rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk3AKT3gTXDME2OnGHSH0ayHBHK34R8p { width:18.8125rem;height:1.25rem;top:96.125rem;left:13.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7GcA664LPMEQJhsBPMUeV2AL6EMCGmy { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZkxaRdty2OZiVQdNZ9qTedswCFnw3H3 { width:13.1875rem;height:5.4732694035765rem;top:18.75rem;left:30.934898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpuFiyXTaat9VnGW40wZNGM4WIekekD { width:9.8125rem;height:10.185677045413rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD9peJrL0CLMlMBUJlIin0iUsqPPWIfb { width:18.8125rem;height:1.25rem;top:56.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmIwh8TvPvm5sV6F8NiSbZwqhgg1O12y { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jo4HNrZQI291tXkHARvrxayQNfEUR1Qg { width:11.625rem;height:2.7978638626968rem;top:99.5625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIizF4hVACc5nXb2HgARaiZZhfqEadyN { width:10.4375rem;height:5.2818526037543rem;top:98.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxuQD18ArQgMkr0VWuHHglShGq0nihHv { width:8.75rem;height:4.4671111426342rem;top:26.6875rem;left:19.468536376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQN4tKp3VNlG0U9qbD4nWUweDIzxHO4q { width:11.875rem;height:7.0605625rem;top:60.3125rem;left:2.0065116882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2vmNghEB8Ntr46cDPRm6ot0P1LTWhQ { width:13.4375rem;height:3.1108636567783rem;top:99.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRXXL63mxcnf034tByJ1BIfIhb7bxWp { width:10.125rem;height:3.2289796679123rem;top:99.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0iNQznTUFlUqk5xZD6J8KPqRhWwXbM { width:11.875rem;height:1.4913562889772rem;top:100.1875rem;left:19.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLcEz4Mincgn3QFh0ETZs9H1v8LGfS5T { width:14.4375rem;height:5.0398092127101rem;top:79.1875rem;left:25.8359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSuBpebyFpGitZeLtURn4wI6Loy986my { width:22.25rem;height:1.25rem;top:74.4375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh3iHn7IhS2SeTOS690dw66OI88eg5En { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT8pym0DR7JQhvINIzEVKfL74PdJ2MNS { width:18.8125rem;height:1.25rem;top:56.875rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6UyQ7ynfGRKq0zD1Txb64QyVFkK49Z { width:8.125rem;height:7.4440550631027rem;top:60.0625rem;left:35.33984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkG8E7bMmUPX1n5VNOT4UtCTDWMaoUQM { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4xTeoombczMxHCFeO9CCwxnCAkpqULE { width:4.75rem;height:7.2780456981357rem;top:78.0625rem;left:9.958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlWvhN4MH7rN2qB8IUfu8APZXCW9XT0i { width:18.8125rem;height:1.25rem;top:38.9375rem;left:14.437068939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxfQBgCLVsrJoATlQHePonRHMWTDn4Ux { width:10.125rem;height:10.125rem;top:40.8125rem;left:18.749134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsTQ5fEmkvTIrPqaRGrVf8ypH1GFJeNT { width:13.4375rem;height:5.660784064077rem;top:18.6875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2eQGTP12RcN2GKNDcy6Nt0KPSQiUqCM { width:40.625rem;height:0.1875rem;top:35rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZvOVzB9SftiStoTkCiUvnmputKeDpr1 { width:40.625rem;height:0.1875rem;top:53.0625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkhUNiX6Fmns8faTdf4XmwLvU0rwo3Nf { width:40.625rem;height:0.1875rem;top:70.375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9TAMVRMy1q2BMchKzamx3SxJAvkGkWV { width:40.625rem;height:0.1875rem;top:91.9375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2KWkEFSyxrC1cKoWLXP9E0q3urNEZn5 { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #URpAa7ssg899phzT1t1NOvKUbXT6Fw7S { width:6.125rem;height:6.125rem;top:60.75rem;left:18.097007751465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVlrReOChBsvee1iS55e2iy8hmdLKnV { width:12.875rem;height:1.25rem;top:2.25rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhDzsUqhLnGPcnRlTq5DKCDvU7rpLWz { width:7.3125rem;height:7.3125rem;top:4.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMIyx534kZkJRiesQXLVMmPE3JDm18FU { width:6.875rem;height:6.2556083102094rem;top:60.6875rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTgJdM81OPpFAbNf487dXn8szrl95LZO { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0aBLErTvJxe8nof2BMOiuPx9xlO7NkS { width:11.375rem;height:3.6866870521781rem;top:80rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL879o4kyuZJyxCyQTCxDaRtCsOehF2a { width:20.8125rem;height:1.25rem;top:74.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuQaeyzOuollh9UHLqybq4BRhA4y7Hee { width:19.875rem;height:13.955463373724rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzorTb7ifsa15r5tpqqFgUFf6WZ6VAbS { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:34.375rem;height:3.8125rem;top:4.125rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:34.375rem;height:3.1875rem;top:9.25rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:34.375rem;height:2.5625rem;top:14.375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:11.625rem;height:11.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:47.5rem;height:1rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:9.0625rem;height:4.375rem;top:1.9375rem;left:5.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:15.625rem;height:4.375rem;top:1.875rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:7.1875rem;height:1.5rem;top:6.5rem;left:10.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:7.1875rem;height:1.5rem;top:6.5rem;left:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { display:flex;top:6.68728351593rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70d0c7cd-038d-458a-a226-b06ef4b50106/energiawarszawatomobile01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #g559x2rBsP4CndLNDhLcimfHCCfA0S2T { width:18.75rem;height:3.75rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrD4gWy8WGcTM1OfxnIcCJHFpUfpNRbl { width:6.25rem;height:3.125rem;top:2.255859375rem;left:2.4989150166511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L9wcF7eTpp33VF89BT0erGx6PNyZeXto { width:4.87434875rem;height:1.74934875rem;top:6.8125rem;left:0.875rem;font-size:0.75rem;background-color:#000000;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HGP2GLs4RqcoFCTHKkEuKNyM0QftiUC1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeF30Jz6klPZVzoSDTiD90vRlbgNcRBT { width:4.8602425rem;height:1.7352425rem;top:6.8109817504881rem;left:7.561848938465rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #evZvdPx3sJzUMvVP1VSzxJ7WNUyJeTO5 { display:block; }
 }@media only screen and (max-width: 763px) { #t7SX1MoCXZQ5xzPKK43fpQSzI88uzoKr { width:4.87434875rem;height:1.74934875rem;top:6.8098964691163rem;left:14.109158813953rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #drlrqapNVHTIwbIWGUi5ZgDedGO2Ddqo { display:block; }
 }@media only screen and (max-width: 763px) { #arw3HdJ0c0aQ6JfldxRa2gDl4cEFCU6i { width:4.95833375rem;height:1.83333375rem;top:9.1650390625rem;left:12.1416015625rem;font-size:0.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(0,0,0,0.5);background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ztqeNJe98luelCBerkXPbc3X2GPfSwgN { display:block; }
 }@media only screen and (max-width: 763px) { #ZG0d4T8sCee9caPiczsys9IrDZV4PnEd { width:8.08333375rem;height:1.83333375rem;top:9.1640625rem;left:2.685546875rem;font-size:0.75rem;color:#ffffff;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #quhkWp92kJQgkiLwa0Lru5gWKCLQ8HaE { display:block; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:7.4375rem;height:3.4375rem;top:16.875rem;left:6.28125rem;font-size:0.75rem;background-color:transparent;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:5.763888875rem;height:1.763888875rem;top:6.6666669845581rem;left:0.9375rem;font-size:0.75rem;background-color:rgba(0,0,0,0.3);background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #CAPkfySmlcXgHGDNcZkiuWfAdxvSDXTw { width:8.25rem;height:2.25rem;top:2.6931419372559rem;left:9.7493498921394rem;font-size:0.75rem;background-color:#99e000;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EG17yukDlVxQ17BaFmcFLbhnUUyqhuoq { display:block; }
 }@media only screen and (max-width: 763px) { #VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { background-color: transparent; background-image: none; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container > .video-iframe-container { display: none; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row > .video-iframe-container { display: none; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .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); }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { border-width: 0; border-radius: 0; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnZXV7PacGTDTmTcTHgkeein8nXGQUg0 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz3pRmPiCTpM5tHr7TckpMQT1iCVRWyG { width:19.375rem;height:14.8125rem;top:12.372398376465rem;left:0.3125rem;box-shadow: 0rem -21.875rem 15.625rem rgba(0,0,0,0.75) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #IbngsXNiMmpqqQPAoZnwt5JFc8vwJswz { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #oM1ZLc7sZQPe7pxQDIOZ5kpsK2gdh2xa { width:15.625rem;height:3.5rem;top:10.685546875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCqTcgVOB95u67CxQp4i37UEKvColDT { width:11.4365rem;height:2.4875rem;top:11.25390625rem;left:4.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSeHBTCWwidcpCX7RKhb65zyZhT4hXrD { width:20rem;height:16.5625rem;top:2.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsTMfP3uxGCsKDHaa3bviNHF6TioGE3i { width:9.5rem;height:18.125rem;top:20.3115234375rem;left:4.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EIkG0q0vVdsc5SEZ3FkZBe8E1M07X0FG { width:15.625rem;height:3.5rem;top:4.6298828125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRWpVLezvNOFnLUanFvULRnUyGT6Lnt4 { width:14.5625rem;height:2.4875rem;top:5.1979166269303rem;left:2.7187501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkhTf3pLAqdEhzT8TppRtHk963Ng5RW { width:17.0625rem;height:1.05625rem;top:16.7490234375rem;left:1.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFNFvgqtN5DNaDfdRORWHBZyDHlWkEV1 { width:19.0625rem;height:1.05555625rem;top:7.1145834922787rem;left:0.46875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb { display:block; }#zGcgB22PAywTyqlM5pkzUn2NoVpOUQnb > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxkTSs2VmVTXmWRerQK6xho6eI4WL6TA { width:19.2480625rem;height:1.00043125rem;top:12.058389663696rem;left:0.75086814165113rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrCT86UNimRCgVRnsNVdNFsG0XfUnyao { width:8.8125rem;height:2.625rem;top:14.618705749512rem;left:0.68706601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBySINyxbwnZBugpC7pgu5kQn3RphXd7 { width:8.625rem;height:2.375rem;top:14.627822875976rem;left:10.668402969837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk3AKT3gTXDME2OnGHSH0ayHBHK34R8p { width:18.811875rem;height:0.99975625rem;top:95.43701171875rem;left:0.592041015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7GcA664LPMEQJhsBPMUeV2AL6EMCGmy { width:16.1870625rem;height:0.186631875rem;top:27.55859375rem;left:1.9032118916511rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QZkxaRdty2OZiVQdNZ9qTedswCFnw3H3 { width:6.811rem;height:2.87435rem;top:18.30517578125rem;left:1.96533203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpuFiyXTaat9VnGW40wZNGM4WIekekD { width:5.24956875rem;height:5.4362rem;top:44.686416625976rem;left:0.74869793653488rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WD9peJrL0CLMlMBUJlIin0iUsqPPWIfb { width:18.811875rem;height:1.00043125rem;top:42.931858062744rem;left:0.59244793653488rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmIwh8TvPvm5sV6F8NiSbZwqhgg1O12y { width:16.186rem;height:0.185546875rem;top:79.49658203125rem;left:1.904296875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Jo4HNrZQI291tXkHARvrxayQNfEUR1Qg { width:9.1873125rem;height:2.12456875rem;top:106.62109375rem;left:9.810791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIizF4hVACc5nXb2HgARaiZZhfqEadyN { width:7.249375rem;height:3.62305rem;top:105.87280273438rem;left:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxuQD18ArQgMkr0VWuHHglShGq0nihHv { width:5.3737rem;height:2.7487rem;top:22.867835998535rem;left:7.3122838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQN4tKp3VNlG0U9qbD4nWUweDIzxHO4q { width:6.12305rem;height:3.5612rem;top:45.623916625976rem;left:6.9368494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2vmNghEB8Ntr46cDPRm6ot0P1LTWhQ { width:10rem;height:2.125rem;top:98.599853515625rem;left:9.810791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRXXL63mxcnf034tByJ1BIfIhb7bxWp { width:7.875rem;height:2.4375rem;top:98.349609375rem;left:0.872802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT0iNQznTUFlUqk5xZD6J8KPqRhWwXbM { width:11.3748125rem;height:1.31185rem;top:102.87475585938rem;left:4.30908203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLcEz4Mincgn3QFh0ETZs9H1v8LGfS5T { width:10.7498125rem;height:3.68706875rem;top:83.872802734375rem;left:4.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSuBpebyFpGitZeLtURn4wI6Loy986my { width:18.811875rem;height:0.99975625rem;top:81.56201171875rem;left:0.592041015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oh3iHn7IhS2SeTOS690dw66OI88eg5En { width:16.186rem;height:0.185546875rem;top:93.68359375rem;left:1.904296875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #KT8pym0DR7JQhvINIzEVKfL74PdJ2MNS { width:18.811875rem;height:1.00043125rem;top:54.810115814209rem;left:0.56206601858139rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dO6UyQ7ynfGRKq0zD1Txb64QyVFkK49Z { width:6.06079375rem;height:5.561525rem;top:57.30712890625rem;left:3.51318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkG8E7bMmUPX1n5VNOT4UtCTDWMaoUQM { width:16.186rem;height:0.185546875rem;top:52.188587188721rem;left:1.9053819775581rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #N4xTeoombczMxHCFeO9CCwxnCAkpqULE { width:3.31055rem;height:5.249025rem;top:71.2451171875rem;left:14.073974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlWvhN4MH7rN2qB8IUfu8APZXCW9XT0i { width:18.8125rem;height:1.00043125rem;top:29.809028625488rem;left:0.56206601858139rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxfQBgCLVsrJoATlQHePonRHMWTDn4Ux { width:7rem;height:7rem;top:31.809898376465rem;left:6.4995663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsTQ5fEmkvTIrPqaRGrVf8ypH1GFJeNT { width:7.25rem;height:2.9375rem;top:18.273658752441rem;left:11.355252563953rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2eQGTP12RcN2GKNDcy6Nt0KPSQiUqCM { width:20rem;height:0.1875rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZvOVzB9SftiStoTkCiUvnmputKeDpr1 { width:20rem;height:0.1875rem;top:53.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkhUNiX6Fmns8faTdf4XmwLvU0rwo3Nf { width:20rem;height:0.1875rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9TAMVRMy1q2BMchKzamx3SxJAvkGkWV { width:20rem;height:0.1875rem;top:91.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2KWkEFSyxrC1cKoWLXP9E0q3urNEZn5 { width:16.186rem;height:0.185546875rem;top:40.126953125rem;left:1.9064670205116rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #URpAa7ssg899phzT1t1NOvKUbXT6Fw7S { width:3.4375rem;height:3.4375rem;top:45.685764312744rem;left:15.348307907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOVlrReOChBsvee1iS55e2iy8hmdLKnV { width:17.5rem;height:1.00043125rem;top:2.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhDzsUqhLnGPcnRlTq5DKCDvU7rpLWz { width:5.49913125rem;height:5.49913125rem;top:3.7536907196045rem;left:7.2493494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMIyx534kZkJRiesQXLVMmPE3JDm18FU { width:5.81176875rem;height:5.249025rem;top:57.46337890625rem;left:11.497802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTgJdM81OPpFAbNf487dXn8szrl95LZO { width:16.186rem;height:0.185546875rem;top:10.120443344116rem;left:1.9064670205116rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #O0aBLErTvJxe8nof2BMOiuPx9xlO7NkS { width:9.56175rem;height:2.99926875rem;top:88.682373046875rem;left:5.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL879o4kyuZJyxCyQTCxDaRtCsOehF2a { width:20rem;height:0.99975625rem;top:68.308349609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuQaeyzOuollh9UHLqybq4BRhA4y7Hee { width:13.125rem;height:9.1235625rem;top:69.307861328125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzorTb7ifsa15r5tpqqFgUFf6WZ6VAbS { width:16.1853125rem;height:0.185546875rem;top:65.933837890625rem;left:1.90673828125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:16.25rem;height:1.50035625rem;top:2.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:19.5rem;height:2.4370625rem;top:4.375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:17.5rem;height:1.3rem;top:8.1337890625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:7.0625rem;height:7.0625rem;top:11.46875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2.00086875rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }